Age | Commit message (Expand) | Author |
2013-10-09 | hexagon: remove unnecessary prom.h includes | Rob Herring |
2013-07-14 | hexagon: delete __cpuinit usage from all hexagon files | Paul Gortmaker |
2013-05-08 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rku... | Linus Torvalds |
2013-05-07 | Hexagon: fix register used to call do_work_pending | Richard Kuo |
2013-05-01 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rku... | Linus Torvalds |
2013-04-30 | Hexagon: use correct translations for DMA mappings | Richard Kuo |
2013-04-30 | Hexagon: fix return value for notify_resume case in do_work_pending | Richard Kuo |
2013-04-30 | Hexagon: update copyright dates | Richard Kuo |
2013-04-30 | Hexagon: break up user fn/arg register setting | Richard Kuo |
2013-04-30 | Hexagon: fix up int enable/disable at ret_from_fork | Richard Kuo |
2013-04-30 | Hexagon: don't print info for offline CPU's | Richard Kuo |
2013-04-30 | Hexagon: add support for single-stepping (v4+) | Richard Kuo |
2013-04-30 | Hexagon: use correct work mask when checking for more work | Richard Kuo |
2013-04-30 | Hexagon: add support for additional exceptions | Richard Kuo |
2013-04-30 | Hexagon: fix initial page table setup prior to jump to VA | Richard Kuo |
2013-04-30 | Hexagon: remove keyring related call | Richard Kuo |
2013-04-30 | Hexagon: check to if we will overflow the signal stack | Richard Kuo |
2013-04-30 | Hexagon: Signal and return path fixes | Richard Kuo |
2013-04-30 | Hexagon: add support for new v4+ registers | Richard Kuo |
2013-04-30 | Hexagon: use GENERIC_CPU_DEVICES | Richard Kuo |
2013-04-30 | Hexagon: add support for ARCH_PFN_OFFSET | Richard Kuo |
2013-04-30 | dump_stack: unify debug information printed by show_regs() | Tejun Heo |
2013-04-30 | dump_stack: consolidate dump_stack() implementations and unify their behaviors | Tejun Heo |
2013-04-08 | hexagon: Use generic idle loop | Thomas Gleixner |
2013-02-25 | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2013-02-03 | hexagon: don't leave ->uc_stack uninitialized | Al Viro |
2013-02-03 | hexagon: switch to generic sigaltstack | Al Viro |
2013-01-21 | taint: add explicit flag to show whether lock dep is still OK. | Rusty Russell |
2012-11-28 | flagday: don't pass regs to copy_thread() | Al Viro |
2012-11-28 | hexagon: switch to generic clone() | Al Viro |
2012-11-16 | Merge branch 'arch-frv' into no-rebases | Al Viro |
2012-10-23 | hexagon: switch to generic sys_execve() | Al Viro |
2012-10-23 | hexagon: kernel_thread()/kernel_execve() conversion | Al Viro |
2012-10-18 | Hexagon: Copyright marking changes | Richard Kuo |
2012-10-12 | vfs: define struct filename and have getname() return it | Jeff Layton |
2012-10-01 | Uninclude linux/freezer.h | Richard Weinberger |
2012-09-20 | don't bother exporting kernel_execve() | Al Viro |
2012-06-05 | hexagon: SMP: Remove call to ipi_call_lock()/ipi_call_unlock() | Yong Zhang |
2012-06-01 | new helper: signal_delivered() | Al Viro |
2012-06-01 | most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set | Al Viro |
2012-06-01 | don't call try_to_freeze() from do_signal() | Al Viro |
2012-06-01 | pull clearing RESTORE_SIGMASK into block_sigmask() | Al Viro |
2012-06-01 | new helper: sigmask_to_save() | Al Viro |
2012-06-01 | new helper: restore_saved_sigmask() | Al Viro |
2012-05-23 | move key_repace_session_keyring() into tracehook_notify_resume() | Al Viro |
2012-05-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2012-05-22 | arch/hexagon/kernel/dma.c: make function static | Julia Lawall |
2012-05-22 | Hexagon: Use resource_size function | Thomas Meyer |
2012-05-21 | hexagon: ->restart_block.fn needs to be reset on rt_sigreturn | Al Viro |
2012-05-21 | hexagon: do_notify_resume() needs tracehook_notify_resume() | Oleg Nesterov |