aboutsummaryrefslogtreecommitdiff
path: root/arch/um/kernel
AgeCommit message (Expand)Author
2012-08-02um: split syscall_trace(), pass pt_regs to itAl Viro
2012-08-01um: switch UPT_SET_RETURN_VALUE and regs_return_value to pt_regsAl Viro
2012-06-01new helper: signal_delivered()Al Viro
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro
2012-06-01new helper: sigmask_to_save()Al Viro
2012-06-01new helper: restore_saved_sigmask()Al Viro
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-05-31um: properly check all process' threads for a live mmAnton Vorontsov
2012-05-31um: fix possible race on task->mmAnton Vorontsov
2012-05-31um: should hold tasklist_lock while traversing processesAnton Vorontsov
2012-05-31um/kernel/trap.c: port OOM changes to handle_page_fault()Kautuk Consul
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds
2012-05-21new helper: sigsuspend()Al Viro
2012-05-21Merge branch 'for-um' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/s...Richard Weinberger
2012-05-21um/x86: merge (and trim) 32- and 64-bit variants of ptrace.hAl Viro
2012-05-21um: Remove usage of irq_chip->release()Richard Weinberger
2012-05-21um: Implement um_free_irq()Richard Weinberger
2012-05-21um: Add BUG() to do_ops()'s error pathRichard Weinberger
2012-05-21um: wrong sigmask saved in case of multiple sigframesAl Viro
2012-05-21um: add TIF_NOTIFY_RESUMEAl Viro
2012-05-21um: ->restart_block.fn needs to be reset on sigreturnAl Viro
2012-05-05um: Use generic init_taskThomas Gleixner
2012-04-26smp: Add task_struct argument to __cpu_up()Thomas Gleixner
2012-04-10um: uml_setup_stubs': warning: unused variable 'pages'Boaz Harrosh
2012-04-10um: Use asm-generic/switch_to.hRichard Weinberger
2012-04-09um: fix linker script generationAl Viro
2012-03-29remove references to cpu_*_map in arch/Rusty Russell
2012-03-27Merge branch 'for-linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-03-25um: most of the SUBARCH uses can be killedAl Viro
2012-03-25um: kill HOST_TASK_PIDAl Viro
2012-03-25um: irq: Remove IRQF_DISABLEDYong Zhang
2012-03-23um: use set_current_blocked() and block_sigmask()Matt Fleming
2012-03-23um: don't restore current->blocked on errorMatt Fleming
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-03-20um: uml_dup_mmap() relies on ->mmap_sem being held, but activate_mm() doesn't...Al Viro
2012-03-20um: embed ->stub_pages[] into mmu_contextAl Viro
2012-03-20um: remove the second argument of k[un]map_atomic()Cong Wang
2012-01-17audit: inline audit_syscall_entry to reduce burden on archsEric Paris
2012-01-17Audit: push audit success and retcode into arch ptrace.hEric Paris
2012-01-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-12-11nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker
2011-12-11nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker
2011-12-05Merge branch 'fortglx/3.3/tip/timers/core' of git://git.linaro.org/people/jst...Thomas Gleixner
2011-11-21clocksource: um: Convert to clocksource_register_hz/khzJohn Stultz
2011-11-02um: distribute exports to where exported stuff is definedAl Viro
2011-11-02um: fix gcov build breakageAl Viro