summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-295-124/+77
|\
| * alarmtimer: Don't call rtc_timer_init() when CONFIG_RTC_CLASS=nThomas Gleixner2012-03-241-3/+8
| * kernel-time: fix s/then/than/ spelling errorsJim Cromie2012-03-232-8/+8
| * time: remove no_sync_cmos_clockCesar Eduardo Barros2012-03-231-5/+1
| * time: Avoid scary backtraces when warning of > 11% adjJohn Stultz2012-03-231-4/+6
| * alarmtimer: Make sure we initialize the rtctimerJohn Stultz2012-03-231-1/+4
| * ntp: Fix leap-second hrtimer livelockJohn Stultz2012-03-222-101/+47
| * time: Remove bogus commentsThomas Gleixner2012-03-151-6/+0
| * time: Fix change_clocksource lockingJohn Stultz2012-03-151-0/+7
* | irqdomain: Remove powerpc dependency from debugfs fileGrant Likely2012-03-292-4/+14
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-285-5/+141
|\ \
| * | pidns: add reboot_pid_ns() to handle the reboot syscallDaniel Lezcano2012-03-282-0/+42
| * | sysctl: use bitmap library functionsAkinobu Mita2012-03-281-5/+3
| * | kexec: add further check to crashkernelZhenzhong Duan2012-03-281-0/+4
| * | kexec: crash: don't save swapper_pg_dir for !CONFIG_MMU configurationsWill Deacon2012-03-281-0/+2
| * | smp: add func to IPI cpus based on parameter funcGilad Ben-Yossef2012-03-281-0/+61
| * | smp: introduce a generic on_each_cpu_mask() functionGilad Ben-Yossef2012-03-281-0/+29
* | | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-288-6/+5
|\ \ \
| * | | Remove all #inclusions of asm/system.hDavid Howells2012-03-286-6/+0
| * | | Add #includes needed to permit the removal of asm/system.hDavid Howells2012-03-281-0/+1
| * | | Disintegrate asm/system.h for SparcDavid Howells2012-03-282-0/+4
* | | | module: Remove module size limitSasha Levin2012-03-261-2/+1
* | | | module: move __module_get and try_module_get() out of line.Steven Rostedt2012-03-261-0/+30
* | | | params: <level>_initcall-like kernel parametersPawel Moll2012-03-262-5/+14
* | | | module_param: remove support for bool parameters which are really int.Rusty Russell2012-03-261-21/+2
* | | | module: add kernel param to force disable module loadDave Young2012-03-261-0/+1
| |/ / |/| |
* | | Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-241-1/+0
|\ \ \
| * | | includecheck: delete any duplicate instances of module.hPaul Gortmaker2012-02-281-1/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctlLinus Torvalds2012-03-233-659/+3
|\ \ \ \
| * | | | sysctl: Move the implementation into fs/proc/proc_sysctl.cEric W. Biederman2012-01-243-625/+0
| * | | | sysctl: Register the base sysctl table like any other sysctl table.Eric W. Biederman2012-01-241-9/+4
| * | | | sysctl: Consolidate !CONFIG_SYSCTL handlingEric W. Biederman2012-01-241-26/+0
* | | | | kmod: make __request_module() killableOleg Nesterov2012-03-231-2/+24
* | | | | kmod: introduce call_modprobe() helperOleg Nesterov2012-03-231-8/+16
* | | | | usermodehelper: ____call_usermodehelper() doesn't need do_exit()Oleg Nesterov2012-03-231-1/+1
* | | | | usermodehelper: kill umh_wait, renumber UMH_* constantsOleg Nesterov2012-03-231-6/+2
* | | | | usermodehelper: implement UMH_KILLABLEOleg Nesterov2012-03-231-2/+25
* | | | | usermodehelper: introduce umh_complete(sub_info)Oleg Nesterov2012-03-231-2/+7
* | | | | signal: zap_pid_ns_processes: s/SEND_SIG_NOINFO/SEND_SIG_FORCED/Oleg Nesterov2012-03-231-6/+2
* | | | | signal: cosmetic, s/from_ancestor_ns/force/ in prepare_signal() pathsOleg Nesterov2012-03-231-8/+7
* | | | | signal: give SEND_SIG_FORCED more power to beat SIGNAL_UNKILLABLEOleg Nesterov2012-03-231-1/+2
* | | | | ptrace: remove PTRACE_SEIZE_DEVEL bitDenys Vlasenko2012-03-231-15/+0
* | | | | ptrace: make PTRACE_SEIZE set ptrace options specified in 'data' parameterDenys Vlasenko2012-03-231-10/+21
* | | | | ptrace: simplify PTRACE_foo constants and PTRACE_SETOPTIONS codeDenys Vlasenko2012-03-231-23/+8
* | | | | ptrace: don't modify flags on PTRACE_SETOPTIONS failureDenys Vlasenko2012-03-231-1/+4
* | | | | kernel/watchdog.c: add comment to watchdog() exit pathAndrew Morton2012-03-231-0/+4
* | | | | kernel/watchdog.c: convert to pr_foo()Andrew Morton2012-03-231-6/+10
* | | | | watchdog: make sure the watchdog thread gets CPU on loaded systemMichal Hocko2012-03-231-4/+3
* | | | | kernel/exit.c: if init dies, log a signal which killed it, if anyDenys Vlasenko2012-03-231-2/+5
* | | | | prctl: add PR_{SET,GET}_CHILD_SUBREAPER to allow simple process supervisionLennart Poettering2012-03-233-5/+39