Age | Commit message (Expand) | Author |
2012-06-04 | fixups for signal breakage | Al Viro |
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 | TIF_RESTORE_SIGMASK can be set only when TIF_SIGPENDING is set | 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 | avr32: missed _TIF_NOTIFY_RESUME on one of do_notify_resume callers | Al Viro |
2012-05-23 | move key_repace_session_keyring() into tracehook_notify_resume() | Al Viro |
2012-05-21 | avr32: need to clear RESTORE_SIGMASK on successful signal delivery | Al Viro |
2012-05-21 | avr32: ->restart_block.fn needs to be reset on rt_sigreturn | Al Viro |
2012-05-21 | avr32: use block_sigmask() | Matt Fleming |
2012-05-21 | avr32: use set_current_blocked() in handle_signal/sys_rt_sigreturn | Oleg Nesterov |
2012-05-21 | avr32: don't mask signals in the error path | Matt Fleming |
2012-05-05 | avr32: Use generic init_task | Thomas Gleixner |
2012-03-01 | sched/rt: Use schedule_preempt_disabled() | Thomas Gleixner |
2012-01-12 | treewide: remove useless NORET_TYPE macro and uses | Joe Perches |
2012-01-07 | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2011-12-21 | driver-core: remove sysdev.h usage. | Kay Sievers |
2011-12-21 | cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystem | Kay Sievers |
2011-12-11 | nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu() | Frederic Weisbecker |
2011-12-11 | nohz: Allow rcu extended quiescent state handling seperately from tick stop | Frederic Weisbecker |
2011-12-11 | nohz: Separate out irq exit and idle loop dyntick logic | Frederic Weisbecker |
2011-08-26 | All Arch: remove linkage for sys_nfsservctl system call | NeilBrown |
2011-07-25 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2011-07-24 | modules: make arch's use default loader hooks | Jonas Bonn |
2011-06-10 | treewide: Convert uses of struct resource to resource_size(ptr) | Joe Perches |
2011-05-28 | ns: Wire up the setns system call | Eric W. Biederman |
2011-04-13 | avr32: add ATAG_BOARDINFO | Andreas Bießmann |
2011-04-13 | avr32: init cannot ignore signals sent by force_sig_info() | Matt Fleming |
2011-03-25 | Merge branch 'irq-cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2011-03-24 | avr32: Use generic show_interrupts() | Thomas Gleixner |
2011-03-23 | asm-generic: rename generic little-endian bitops functions | Akinobu Mita |
2011-01-13 | avr32: Convert to clocksource_register_hz | John Stultz |
2011-01-13 | avr32: make architecture sys_clone prototype match asm-generic prototype | Hans-Christian Egtvedt |
2010-10-27 | ptrace: cleanup arch_ptrace() on avr32 | Namhyung Kim |
2010-10-27 | ptrace: change signature of arch_ptrace() | Namhyung Kim |
2010-10-05 | modules: Fix module_bug_list list corruption race | Linus Torvalds |
2010-08-17 | Make do_execve() take a const filename pointer | David Howells |
2010-08-13 | Mark arguments to certain syscalls as being const | David Howells |
2010-05-19 | Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds |
2010-04-27 | arch/avr32: fix build failure caused by wrong prototype | Peter Huewe |
2010-04-27 | avr32: Fix typo in read_persistent_clock() | Peter Huewe |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo |
2010-03-13 | avr32: Convert avr32 to use read/update_persistent_clock | John Stultz |
2010-03-12 | avr32: use generic ptrace_resume code | Christoph Hellwig |
2009-12-15 | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2009-12-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6 | Linus Torvalds |
2009-12-14 | genirq: Convert irq_desc.lock to raw_spinlock | Thomas Gleixner |
2009-12-14 | avr32: convert to asm-generic/hardirq.h | Christoph Hellwig |