summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-241-1/+0Star
|\
| * includecheck: delete any duplicate instances of module.hPaul Gortmaker2012-02-291-1/+0Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctlLinus Torvalds2012-03-243-659/+3Star
|\ \
| * | sysctl: Move the implementation into fs/proc/proc_sysctl.cEric W. Biederman2012-01-253-625/+0Star
| * | sysctl: Register the base sysctl table like any other sysctl table.Eric W. Biederman2012-01-251-9/+4Star
| * | sysctl: Consolidate !CONFIG_SYSCTL handlingEric W. Biederman2012-01-251-26/+0Star
* | | kmod: make __request_module() killableOleg Nesterov2012-03-241-2/+24
* | | kmod: introduce call_modprobe() helperOleg Nesterov2012-03-241-8/+16
* | | usermodehelper: ____call_usermodehelper() doesn't need do_exit()Oleg Nesterov2012-03-241-1/+1
* | | usermodehelper: kill umh_wait, renumber UMH_* constantsOleg Nesterov2012-03-241-6/+2Star
* | | usermodehelper: implement UMH_KILLABLEOleg Nesterov2012-03-241-2/+25
* | | usermodehelper: introduce umh_complete(sub_info)Oleg Nesterov2012-03-241-2/+7
* | | signal: zap_pid_ns_processes: s/SEND_SIG_NOINFO/SEND_SIG_FORCED/Oleg Nesterov2012-03-241-6/+2Star
* | | signal: cosmetic, s/from_ancestor_ns/force/ in prepare_signal() pathsOleg Nesterov2012-03-241-8/+7Star
* | | signal: give SEND_SIG_FORCED more power to beat SIGNAL_UNKILLABLEOleg Nesterov2012-03-241-1/+2
* | | ptrace: remove PTRACE_SEIZE_DEVEL bitDenys Vlasenko2012-03-241-15/+0Star
* | | ptrace: make PTRACE_SEIZE set ptrace options specified in 'data' parameterDenys Vlasenko2012-03-241-10/+21
* | | ptrace: simplify PTRACE_foo constants and PTRACE_SETOPTIONS codeDenys Vlasenko2012-03-241-23/+8Star
* | | ptrace: don't modify flags on PTRACE_SETOPTIONS failureDenys Vlasenko2012-03-241-1/+4
* | | kernel/watchdog.c: add comment to watchdog() exit pathAndrew Morton2012-03-241-0/+4
* | | kernel/watchdog.c: convert to pr_foo()Andrew Morton2012-03-241-6/+10
* | | watchdog: make sure the watchdog thread gets CPU on loaded systemMichal Hocko2012-03-241-4/+3Star
* | | kernel/exit.c: if init dies, log a signal which killed it, if anyDenys Vlasenko2012-03-241-2/+5
* | | prctl: add PR_{SET,GET}_CHILD_SUBREAPER to allow simple process supervisionLennart Poettering2012-03-243-5/+39
* | | Merge tag 'for_linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-03-237-24/+133
|\ \ \
| * | | kdb: Add message about CONFIG_DEBUG_RODATA on failure to install breakpointJason Wessel2012-03-221-0/+7
| * | | kdb: Avoid using dbg_io_ops until it is initializedTim Bird2012-03-221-1/+1
| * | | kgdb,debug_core: add the ability to control the reboot notifierJason Wessel2012-03-221-0/+16
| * | | KDB: Fix usability issues relating to the 'enter' key.Andrei Warkentin2012-03-223-22/+83
| * | | kgdb,debug-core,gdbstub: Hook the reboot notifier for debugger detachJason Wessel2012-03-222-0/+24
| * | | kgdb: Respect that flush op is optionalJan Kiszka2012-03-221-1/+2
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2012-03-231-0/+2
|\ \ \ \
| * \ \ \ Merge commit 'v3.3-rc6' into nextDmitry Torokhov2012-03-09114-4767/+7422
| |\ \ \ \
| * | | | | Input: add infrastructure for selecting clockid for event time stampsJohn Stultz2012-02-031-0/+2
* | | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-224-49/+37Star
|\ \ \ \ \ \
| * | | | | | memcg: let css_get_next() rely upon rcu_read_lock()Hugh Dickins2012-03-221-3/+2Star
| * | | | | | cgroup: revert ss_id_lock to spinlockHugh Dickins2012-03-221-9/+9
| * | | | | | mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat()David Rientjes2012-03-221-1/+1
| * | | | | | cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman2012-03-222-35/+9Star
| * | | | | | mm: add rss counters consistency checkKonstantin Khlebnikov2012-03-221-3/+18
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-213-8/+4Star
|\ \ \ \ \ \ \
| * | | | | | | constify path argument of trace_seq_path()Al Viro2012-03-211-1/+1
| * | | | | | | constify path argument of audit_log_d_path()Al Viro2012-03-211-1/+1
| * | | | | | | switch open-coded instances of d_make_root() to new helperAl Viro2012-03-211-6/+2Star
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-03-215-1/+6
|\ \ \ \ \ \ \
| * | | | | | | security: trim security.hAl Viro2012-02-144-0/+4
| * | | | | | | mm: collapse security_vm_enough_memory() variants into a single functionAl Viro2012-02-141-1/+1
| * | | | | | | security: create task_free security callbackKees Cook2012-02-091-0/+1
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2012-03-211-30/+14Star
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | padata: Fix race on sequence number wrapSteffen Klassert2012-03-141-28/+10Star