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