summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2012-03-28firmware_class: Do not warn that system is not ready from async loadsRafael J. Wysocki
2012-03-28firmware_class: Rework usermodehelper checkRafael J. Wysocki
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-28Add #includes needed to permit the removal of asm/system.hDavid Howells
2012-03-28Disintegrate asm/system.h for SparcDavid Howells
2012-03-28cpusets: Remove an unused variableDan Carpenter
2012-03-27tracing: Fix ent_size in trace outputSteven Rostedt
2012-03-27sched/rt: Improve pick_next_highest_task_rt()Michael J Wang
2012-03-27sched: Fix select_fallback_rq() vs cpu_active/cpu_onlinePeter Zijlstra
2012-03-26Merge branch 'linus' into perf/urgentIngo Molnar
2012-03-26module: Remove module size limitSasha Levin
2012-03-26module: move __module_get and try_module_get() out of line.Steven Rostedt
2012-03-26params: <level>_initcall-like kernel parametersPawel Moll
2012-03-26module_param: remove support for bool parameters which are really int.Rusty Russell
2012-03-26module: add kernel param to force disable module loadDave Young
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2012-03-24alarmtimer: Don't call rtc_timer_init() when CONFIG_RTC_CLASS=nThomas Gleixner
2012-03-24perf: Move mmap page data_head offset assertion out of headerJiri Olsa
2012-03-24Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar
2012-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctlLinus Torvalds
2012-03-23kmod: make __request_module() killableOleg Nesterov
2012-03-23kmod: introduce call_modprobe() helperOleg Nesterov
2012-03-23usermodehelper: ____call_usermodehelper() doesn't need do_exit()Oleg Nesterov
2012-03-23usermodehelper: kill umh_wait, renumber UMH_* constantsOleg Nesterov
2012-03-23usermodehelper: implement UMH_KILLABLEOleg Nesterov
2012-03-23usermodehelper: introduce umh_complete(sub_info)Oleg Nesterov
2012-03-23signal: zap_pid_ns_processes: s/SEND_SIG_NOINFO/SEND_SIG_FORCED/Oleg Nesterov
2012-03-23signal: cosmetic, s/from_ancestor_ns/force/ in prepare_signal() pathsOleg Nesterov
2012-03-23signal: give SEND_SIG_FORCED more power to beat SIGNAL_UNKILLABLEOleg Nesterov
2012-03-23ptrace: remove PTRACE_SEIZE_DEVEL bitDenys Vlasenko
2012-03-23ptrace: make PTRACE_SEIZE set ptrace options specified in 'data' parameterDenys Vlasenko
2012-03-23ptrace: simplify PTRACE_foo constants and PTRACE_SETOPTIONS codeDenys Vlasenko
2012-03-23ptrace: don't modify flags on PTRACE_SETOPTIONS failureDenys Vlasenko
2012-03-23kernel/watchdog.c: add comment to watchdog() exit pathAndrew Morton
2012-03-23kernel/watchdog.c: convert to pr_foo()Andrew Morton
2012-03-23watchdog: make sure the watchdog thread gets CPU on loaded systemMichal Hocko
2012-03-23kernel/exit.c: if init dies, log a signal which killed it, if anyDenys Vlasenko
2012-03-23prctl: add PR_{SET,GET}_CHILD_SUBREAPER to allow simple process supervisionLennart Poettering
2012-03-23kernel-time: fix s/then/than/ spelling errorsJim Cromie
2012-03-23time: remove no_sync_cmos_clockCesar Eduardo Barros
2012-03-23time: Avoid scary backtraces when warning of > 11% adjJohn Stultz
2012-03-23alarmtimer: Make sure we initialize the rtctimerJohn Stultz
2012-03-23Merge tag 'for_linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2012-03-23locking/kconfig: Simplify INLINE_SPIN_UNLOCK usageRaghavendra K T
2012-03-23sched: Fix compiler warning about declared inline after usePeter Zijlstra
2012-03-23perf: Fix mmap_page capabilities and docsPeter Zijlstra
2012-03-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2012-03-22ntp: Fix leap-second hrtimer livelockJohn Stultz
2012-03-22kdb: Add message about CONFIG_DEBUG_RODATA on failure to install breakpointJason Wessel
2012-03-22kdb: Avoid using dbg_io_ops until it is initializedTim Bird