summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | 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-242-8/+8
| * | | | | | | | | | | | time: remove no_sync_cmos_clockCesar Eduardo Barros2012-03-241-5/+1Star
| * | | | | | | | | | | | time: Avoid scary backtraces when warning of > 11% adjJohn Stultz2012-03-241-4/+6
| * | | | | | | | | | | | alarmtimer: Make sure we initialize the rtctimerJohn Stultz2012-03-241-1/+4
| * | | | | | | | | | | | ntp: Fix leap-second hrtimer livelockJohn Stultz2012-03-232-101/+47Star
| * | | | | | | | | | | | time: Remove bogus commentsThomas Gleixner2012-03-161-6/+0Star
| * | | | | | | | | | | | time: Fix change_clocksource lockingJohn Stultz2012-03-161-0/+7
* | | | | | | | | | | | | irqdomain: Remove powerpc dependency from debugfs fileGrant Likely2012-03-292-4/+14
| |_|_|_|_|/ / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-03-295-5/+141
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | pidns: add reboot_pid_ns() to handle the reboot syscallDaniel Lezcano2012-03-292-0/+42
| * | | | | | | | | | | sysctl: use bitmap library functionsAkinobu Mita2012-03-291-5/+3Star
| * | | | | | | | | | | kexec: add further check to crashkernelZhenzhong Duan2012-03-291-0/+4
| * | | | | | | | | | | kexec: crash: don't save swapper_pg_dir for !CONFIG_MMU configurationsWill Deacon2012-03-291-0/+2
| * | | | | | | | | | | smp: add func to IPI cpus based on parameter funcGilad Ben-Yossef2012-03-291-0/+61
| * | | | | | | | | | | smp: introduce a generic on_each_cpu_mask() functionGilad Ben-Yossef2012-03-291-0/+29
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-298-6/+5Star
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Remove all #inclusions of asm/system.hDavid Howells2012-03-286-6/+0Star
| * | | | | | | | | | | 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/+1Star
* | | | | | | | | | | | 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/+2Star
* | | | | | | | | | | | 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/+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
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / |/| | | | | | | | | | / | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |