Age | Commit message (Expand) | Author | Files | Lines |
2012-06-01 | new helper: signal_delivered() | Al Viro | 1 | -1/+1 |
2012-06-01 | most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set | Al Viro | 1 | -4/+0 |
2012-06-01 | pull clearing RESTORE_SIGMASK into block_sigmask() | Al Viro | 1 | -14/+2 |
2012-06-01 | new helper: sigmask_to_save() | Al Viro | 1 | -8/+3 |
2012-06-01 | new helper: restore_saved_sigmask() | Al Viro | 1 | -4/+2 |
2012-05-31 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -4/+1 |
2012-05-31 | um: properly check all process' threads for a live mm | Anton Vorontsov | 1 | -6/+7 |
2012-05-31 | um: fix possible race on task->mm | Anton Vorontsov | 1 | -2/+5 |
2012-05-31 | um: should hold tasklist_lock while traversing processes | Anton Vorontsov | 1 | -0/+3 |
2012-05-31 | um/kernel/trap.c: port OOM changes to handle_page_fault() | Kautuk Consul | 1 | -5/+19 |
2012-05-23 | move key_repace_session_keyring() into tracehook_notify_resume() | Al Viro | 1 | -4/+1 |
2012-05-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -8/+1 |
2012-05-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml | Linus Torvalds | 5 | -14/+22 |
2012-05-21 | new helper: sigsuspend() | Al Viro | 1 | -8/+1 |
2012-05-21 | Merge branch 'for-um' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/s... | Richard Weinberger | 3 | -12/+14 |
2012-05-21 | um/x86: merge (and trim) 32- and 64-bit variants of ptrace.h | Al Viro | 2 | -2/+2 |
2012-05-21 | um: Remove usage of irq_chip->release() | Richard Weinberger | 1 | -2/+0 |
2012-05-21 | um: Implement um_free_irq() | Richard Weinberger | 1 | -0/+7 |
2012-05-21 | um: Add BUG() to do_ops()'s error path | Richard Weinberger | 1 | -0/+1 |
2012-05-21 | um: wrong sigmask saved in case of multiple sigframes | Al Viro | 1 | -6/+5 |
2012-05-21 | um: add TIF_NOTIFY_RESUME | Al Viro | 1 | -1/+7 |
2012-05-21 | um: ->restart_block.fn needs to be reset on sigreturn | Al Viro | 1 | -3/+0 |
2012-05-05 | um: Use generic init_task | Thomas Gleixner | 3 | -39/+6 |
2012-04-26 | smp: Add task_struct argument to __cpu_up() | Thomas Gleixner | 1 | -1/+1 |
2012-04-10 | um: uml_setup_stubs': warning: unused variable 'pages' | Boaz Harrosh | 1 | -1/+0 |
2012-04-10 | um: Use asm-generic/switch_to.h | Richard Weinberger | 1 | -5/+1 |
2012-04-09 | um: fix linker script generation | Al Viro | 1 | -3/+4 |
2012-03-29 | remove references to cpu_*_map in arch/ | Rusty Russell | 2 | -6/+5 |
2012-03-27 | Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 4 | -5/+5 |
2012-03-25 | um: most of the SUBARCH uses can be killed | Al Viro | 1 | -1/+1 |
2012-03-25 | um: kill HOST_TASK_PID | Al Viro | 1 | -2/+2 |
2012-03-25 | um: irq: Remove IRQF_DISABLED | Yong Zhang | 2 | -2/+2 |
2012-03-23 | um: use set_current_blocked() and block_sigmask() | Matt Fleming | 1 | -14/+6 |
2012-03-23 | um: don't restore current->blocked on error | Matt Fleming | 1 | -6/+2 |
2012-03-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -19/+6 |
2012-03-20 | um: uml_dup_mmap() relies on ->mmap_sem being held, but activate_mm() doesn't... | Al Viro | 1 | -1/+1 |
2012-03-20 | um: embed ->stub_pages[] into mmu_context | Al Viro | 1 | -18/+5 |
2012-03-20 | um: remove the second argument of k[un]map_atomic() | Cong Wang | 1 | -2/+2 |
2012-01-17 | audit: inline audit_syscall_entry to reduce burden on archs | Eric Paris | 1 | -11/+9 |
2012-01-17 | Audit: push audit success and retcode into arch ptrace.h | Eric Paris | 1 | -2/+2 |
2012-01-06 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -4/+2 |
2011-12-11 | nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu() | Frederic Weisbecker | 1 | -2/+4 |
2011-12-11 | nohz: Allow rcu extended quiescent state handling seperately from tick stop | Frederic Weisbecker | 1 | -2/+2 |
2011-12-11 | nohz: Separate out irq exit and idle loop dyntick logic | Frederic Weisbecker | 1 | -2/+2 |
2011-12-05 | Merge branch 'fortglx/3.3/tip/timers/core' of git://git.linaro.org/people/jst... | Thomas Gleixner | 1 | -4/+2 |
2011-11-21 | clocksource: um: Convert to clocksource_register_hz/khz | John Stultz | 1 | -4/+2 |
2011-11-02 | um: distribute exports to where exported stuff is defined | Al Viro | 10 | -54/+40 |
2011-11-02 | um: fix gcov build breakage | Al Viro | 1 | -15/+0 |
2011-11-02 | um: kill shared/tlb.h | Al Viro | 2 | -2/+1 |
2011-11-02 | um: make flush_tlb_kernel_range_common() static | Al Viro | 1 | -1/+1 |