summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2012-03-29firmware_class: Rework usermodehelper checkRafael J. Wysocki1-13/+11
2012-03-28Remove all #inclusions of asm/system.hDavid Howells6-6/+0
2012-03-28Add #includes needed to permit the removal of asm/system.hDavid Howells1-0/+1
2012-03-28Disintegrate asm/system.h for SparcDavid Howells2-0/+4
2012-03-28cpusets: Remove an unused variableDan Carpenter1-1/+0
2012-03-27tracing: Fix ent_size in trace outputSteven Rostedt1-0/+4
2012-03-27sched/rt: Improve pick_next_highest_task_rt()Michael J Wang1-1/+1
2012-03-27sched: Fix select_fallback_rq() vs cpu_active/cpu_onlinePeter Zijlstra2-32/+50
2012-03-26Merge branch 'linus' into perf/urgentIngo Molnar44-1385/+1391
2012-03-26module: Remove module size limitSasha Levin1-2/+1
2012-03-26module: move __module_get and try_module_get() out of line.Steven Rostedt1-0/+30
2012-03-26params: <level>_initcall-like kernel parametersPawel Moll2-5/+14
2012-03-26module_param: remove support for bool parameters which are really int.Rusty Russell1-21/+2
2012-03-26module: add kernel param to force disable module loadDave Young1-0/+1
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-24alarmtimer: Don't call rtc_timer_init() when CONFIG_RTC_CLASS=nThomas Gleixner1-3/+8
2012-03-24perf: Move mmap page data_head offset assertion out of headerJiri Olsa1-0/+7
2012-03-24Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2-5/+13
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-24kernel-time: fix s/then/than/ spelling errorsJim Cromie2-8/+8
2012-03-24time: remove no_sync_cmos_clockCesar Eduardo Barros1-5/+1
2012-03-24time: Avoid scary backtraces when warning of > 11% adjJohn Stultz1-4/+6
2012-03-24alarmtimer: Make sure we initialize the rtctimerJohn Stultz1-1/+4
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-23locking/kconfig: Simplify INLINE_SPIN_UNLOCK usageRaghavendra K T3-3/+4
2012-03-23sched: Fix compiler warning about declared inline after usePeter Zijlstra1-8/+8
2012-03-23perf: Fix mmap_page capabilities and docsPeter Zijlstra1-2/+2
2012-03-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+2
2012-03-23ntp: Fix leap-second hrtimer livelockJohn Stultz2-101/+47
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