summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2012-04-06simple_open: automatically convert to simple_open()Stephen Boyd1-16/+2
2012-03-29pidns: add reboot_pid_ns() to handle the reboot syscallDaniel Lezcano2-0/+42
2012-03-29sysctl: use bitmap library functionsAkinobu Mita1-5/+3
2012-03-29kexec: add further check to crashkernelZhenzhong Duan1-0/+4
2012-03-29kexec: crash: don't save swapper_pg_dir for !CONFIG_MMU configurationsWill Deacon1-0/+2
2012-03-29smp: add func to IPI cpus based on parameter funcGilad Ben-Yossef1-0/+61
2012-03-29smp: introduce a generic on_each_cpu_mask() functionGilad Ben-Yossef1-0/+29
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+0
2012-03-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctlLinus Torvalds3-659/+3
2012-03-24kmod: make __request_module() killableOleg Nesterov1-2/+24
2012-03-24kmod: introduce call_modprobe() helperOleg Nesterov1-8/+16
2012-03-24usermodehelper: ____call_usermodehelper() doesn't need do_exit()Oleg Nesterov1-1/+1
2012-03-24usermodehelper: kill umh_wait, renumber UMH_* constantsOleg Nesterov1-6/+2
2012-03-24usermodehelper: implement UMH_KILLABLEOleg Nesterov1-2/+25
2012-03-24usermodehelper: introduce umh_complete(sub_info)Oleg Nesterov1-2/+7
2012-03-24signal: zap_pid_ns_processes: s/SEND_SIG_NOINFO/SEND_SIG_FORCED/Oleg Nesterov1-6/+2
2012-03-24signal: cosmetic, s/from_ancestor_ns/force/ in prepare_signal() pathsOleg Nesterov1-8/+7
2012-03-24signal: give SEND_SIG_FORCED more power to beat SIGNAL_UNKILLABLEOleg Nesterov1-1/+2
2012-03-24ptrace: remove PTRACE_SEIZE_DEVEL bitDenys Vlasenko1-15/+0
2012-03-24ptrace: make PTRACE_SEIZE set ptrace options specified in 'data' parameterDenys Vlasenko1-10/+21
2012-03-24ptrace: simplify PTRACE_foo constants and PTRACE_SETOPTIONS codeDenys Vlasenko1-23/+8
2012-03-24ptrace: don't modify flags on PTRACE_SETOPTIONS failureDenys Vlasenko1-1/+4
2012-03-24kernel/watchdog.c: add comment to watchdog() exit pathAndrew Morton1-0/+4
2012-03-24kernel/watchdog.c: convert to pr_foo()Andrew Morton1-6/+10
2012-03-24watchdog: make sure the watchdog thread gets CPU on loaded systemMichal Hocko1-4/+3
2012-03-24kernel/exit.c: if init dies, log a signal which killed it, if anyDenys Vlasenko1-2/+5
2012-03-24prctl: add PR_{SET,GET}_CHILD_SUBREAPER to allow simple process supervisionLennart Poettering3-5/+39
2012-03-23Merge tag 'for_linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-24/+133
2012-03-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+2
2012-03-23kdb: Add message about CONFIG_DEBUG_RODATA on failure to install breakpointJason Wessel1-0/+7
2012-03-23kdb: Avoid using dbg_io_ops until it is initializedTim Bird1-1/+1
2012-03-23kgdb,debug_core: add the ability to control the reboot notifierJason Wessel1-0/+16
2012-03-23KDB: Fix usability issues relating to the 'enter' key.Andrei Warkentin3-22/+83
2012-03-23kgdb,debug-core,gdbstub: Hook the reboot notifier for debugger detachJason Wessel2-0/+24
2012-03-23kgdb: Respect that flush op is optionalJan Kiszka1-1/+2
2012-03-22Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds4-49/+37
2012-03-22memcg: let css_get_next() rely upon rcu_read_lock()Hugh Dickins1-3/+2
2012-03-22cgroup: revert ss_id_lock to spinlockHugh Dickins1-9/+9
2012-03-22mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat()David Rientjes1-1/+1
2012-03-22cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman2-35/+9
2012-03-22mm: add rss counters consistency checkKonstantin Khlebnikov1-3/+18
2012-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-8/+4
2012-03-22Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds5-1/+6
2012-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-30/+14
2012-03-21Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-112/+716
2012-03-21Merge tag 'pm-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds12-127/+116
2012-03-21Merge branch 'kmap_atomic' of git://github.com/congwang/linuxLinus Torvalds2-16/+16
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+1
2012-03-21constify path argument of trace_seq_path()Al Viro1-1/+1
2012-03-21constify path argument of audit_log_d_path()Al Viro1-1/+1