| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for-3.7' of git://openrisc.net/jonas/linux | Linus Torvalds | 2012-10-13 | 2 | -10/+12 |
|\ |
|
| * | openrisc: mask interrupts in irq_mask_ack function | Gong Tao | 2012-10-11 | 1 | -0/+2 |
| * | openrisc: fix typos in comments and warnings | Jonas Bonn | 2012-10-11 | 1 | -3/+3 |
| * | openrisc: PIC should act on domain-local irqs | Jonas Bonn | 2012-10-11 | 1 | -6/+6 |
| * | audit: define AUDIT_ARCH_OPENRISC | Kees Cook | 2012-09-21 | 1 | -1/+1 |
* | | vfs: define struct filename and have getname() return it | Jeff Layton | 2012-10-12 | 1 | -2/+2 |
|/ |
|
* | 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 |
* | pull clearing RESTORE_SIGMASK into block_sigmask() | Al Viro | 2012-06-01 | 1 | -2/+0 |
* | openrisc: tracehook_signal_handler() is supposed to be called on success | Al Viro | 2012-06-01 | 1 | -14/+6 |
* | new helper: sigmask_to_save() | Al Viro | 2012-06-01 | 1 | -9/+3 |
* | new helper: restore_saved_sigmask() | Al Viro | 2012-06-01 | 1 | -5/+1 |
* | move key_repace_session_keyring() into tracehook_notify_resume() | Al Viro | 2012-05-23 | 1 | -2/+0 |
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-05-21 | 2 | -43/+1 |
|\ |
|
| * | openrisc: Use generic init_task | Thomas Gleixner | 2012-05-05 | 2 | -43/+1 |
* | | openrisc: use scratch regs in atomic syscall | Jonas Bonn | 2012-05-08 | 1 | -4/+4 |
* | | openrisc: provide dma_map_ops | Jonas Bonn | 2012-05-08 | 1 | -36/+73 |
* | | openrisc: remove unnecessary includes | Jonas Bonn | 2012-05-08 | 1 | -4/+0 |
* | | openrisc: implement irqdomains | Jonas Bonn | 2012-05-08 | 1 | -32/+47 |
|/ |
|
* | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 2012-03-28 | 6 | -6/+0 |
|\ |
|
| * | Disintegrate asm/system.h for OpenRISC | David Howells | 2012-03-28 | 6 | -6/+0 |
* | | openrisc: sanitize use of orig_gpr11 | Jonas Bonn | 2012-03-06 | 4 | -15/+15 |
* | | OpenRISC: Export dump_stack() | Richard Weinberger | 2012-03-06 | 1 | -0/+1 |
* | | openrisc: Set shortest clock event to 100 ticks | Jonas Bonn | 2012-02-17 | 1 | -8/+5 |
* | | OpenRISC: Use set_current_blocked() and block_sigmask() | Matt Fleming | 2012-02-17 | 1 | -11/+2 |
* | | OpenRISC: Don't mask signals if we fail to setup signal stack | Matt Fleming | 2012-02-17 | 1 | -11/+18 |
* | | OpenRISC: No need to reset handler if SA_ONESHOT | Matt Fleming | 2012-02-17 | 1 | -3/+0 |
* | | OpenRISC: Don't reimplement force_sigsegv() | Matt Fleming | 2012-02-17 | 1 | -3/+1 |
* | | openrisc: enable passing of flattened device tree pointer | Stefan Kristiansson | 2012-02-17 | 2 | -10/+25 |
|/ |
|
* | openrisc: Fix up audit_syscall_[entry|exit]() usage | Jonas Bonn | 2012-02-17 | 1 | -8/+4 |
* | openrisc: include export.h for EXPORT_SYMBOL | Jonas Bonn | 2012-02-17 | 2 | -0/+2 |
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-01-06 | 1 | -2/+4 |
|\ |
|
| * | nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu() | Frederic Weisbecker | 2011-12-11 | 1 | -2/+4 |
| * | nohz: Allow rcu extended quiescent state handling seperately from tick stop | Frederic Weisbecker | 2011-12-11 | 1 | -2/+2 |
| * | nohz: Separate out irq exit and idle loop dyntick logic | Frederic Weisbecker | 2011-12-11 | 1 | -2/+2 |
* | | memblock: s/memblock_analyze()/memblock_allow_resize()/ and update users | Tejun Heo | 2011-12-08 | 1 | -1/+1 |
* | | memblock: Kill memblock_init() | Tejun Heo | 2011-12-08 | 1 | -1/+0 |
|/ |
|
* | Add missing DMA ops | Jonas Bonn | 2011-09-11 | 1 | -1/+27 |
* | openrisc: don't use pt_regs in struct sigcontext | Jonas Bonn | 2011-09-05 | 1 | -18/+11 |
* | OpenRISC: Miscellaneous | Jonas Bonn | 2011-07-22 | 2 | -0/+116 |
* | OpenRISC: Headers | Jonas Bonn | 2011-07-22 | 1 | -0/+12 |
* | OpenRISC: Traps | Jonas Bonn | 2011-07-22 | 1 | -0/+366 |
* | OpenRISC: Module support | Jonas Bonn | 2011-07-22 | 1 | -0/+72 |
* | OpenRISC: Scheduling/Process management | Jonas Bonn | 2011-07-22 | 1 | -0/+311 |
* | OpenRISC: Idle/Power management | Jonas Bonn | 2011-07-22 | 1 | -0/+77 |
* | OpenRISC: System calls | Jonas Bonn | 2011-07-22 | 2 | -0/+85 |
* | OpenRISC: IRQ | Jonas Bonn | 2011-07-22 | 1 | -0/+172 |
* | OpenRISC: Timekeeping | Jonas Bonn | 2011-07-22 | 1 | -0/+181 |
* | OpenRISC: DMA | Jonas Bonn | 2011-07-22 | 1 | -0/+191 |
* | OpenRISC: PTrace | Jonas Bonn | 2011-07-22 | 1 | -0/+211 |