Age | Commit message (Expand) | Author | Files | Lines |
2012-03-29 | futex: Mark get_robust_list as deprecated | Kees Cook | 2 | -0/+4 |
2012-03-29 | futex: Do not leak robust list to unprivileged process | Kees Cook | 2 | -46/+26 |
2012-03-29 | genirq: Respect NUMA node affinity in setup_irq_irq affinity() | Prarit Bhargava | 1 | -1/+8 |
2012-03-29 | genirq: Get rid of unneeded force parameter in irq_finalize_oneshot() | Alexander Gordeev | 1 | -5/+5 |
2012-03-29 | genirq: Minor readablity improvement in irq_wake_thread() | Alexander Gordeev | 1 | -6/+10 |
2012-03-29 | sched: Fix __schedule_bug() output when called from an interrupt | Stephen Boyd | 1 | -7/+1 |
2012-03-29 | documentation: remove references to cpu_*_map. | Rusty Russell | 1 | -5/+5 |
2012-03-28 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 5 | -5/+141 |
2012-03-28 | pidns: add reboot_pid_ns() to handle the reboot syscall | Daniel Lezcano | 2 | -0/+42 |
2012-03-28 | sysctl: use bitmap library functions | Akinobu Mita | 1 | -5/+3 |
2012-03-28 | kexec: add further check to crashkernel | Zhenzhong Duan | 1 | -0/+4 |
2012-03-28 | kexec: crash: don't save swapper_pg_dir for !CONFIG_MMU configurations | Will Deacon | 1 | -0/+2 |
2012-03-28 | smp: add func to IPI cpus based on parameter func | Gilad Ben-Yossef | 1 | -0/+61 |
2012-03-28 | smp: introduce a generic on_each_cpu_mask() function | Gilad Ben-Yossef | 1 | -0/+29 |
2012-03-28 | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 8 | -6/+5 |
2012-03-28 | PM / QoS: add pm_qos_update_request_timeout() API | MyungJoo Ham | 1 | -0/+50 |
2012-03-28 | PM / Sleep: Mitigate race between the freezer and request_firmware() | Rafael J. Wysocki | 2 | -11/+39 |
2012-03-28 | PM / Sleep: Move disabling of usermode helpers to the freezer | Rafael J. Wysocki | 4 | -27/+8 |
2012-03-28 | PM / Hibernate: Disable usermode helpers right before freezing tasks | Rafael J. Wysocki | 1 | -13/+10 |
2012-03-28 | firmware_class: Do not warn that system is not ready from async loads | Rafael J. Wysocki | 1 | -13/+45 |
2012-03-28 | firmware_class: Rework usermodehelper check | Rafael J. Wysocki | 1 | -13/+11 |
2012-03-28 | Remove all #inclusions of asm/system.h | David Howells | 6 | -6/+0 |
2012-03-28 | Add #includes needed to permit the removal of asm/system.h | David Howells | 1 | -0/+1 |
2012-03-28 | Disintegrate asm/system.h for Sparc | David Howells | 2 | -0/+4 |
2012-03-28 | cpusets: Remove an unused variable | Dan Carpenter | 1 | -1/+0 |
2012-03-27 | tracing: Fix ent_size in trace output | Steven Rostedt | 1 | -0/+4 |
2012-03-27 | sched/rt: Improve pick_next_highest_task_rt() | Michael J Wang | 1 | -1/+1 |
2012-03-27 | sched: Fix select_fallback_rq() vs cpu_active/cpu_online | Peter Zijlstra | 2 | -32/+50 |
2012-03-26 | Merge branch 'linus' into perf/urgent | Ingo Molnar | 44 | -1385/+1391 |
2012-03-26 | module: Remove module size limit | Sasha Levin | 1 | -2/+1 |
2012-03-26 | module: move __module_get and try_module_get() out of line. | Steven Rostedt | 1 | -0/+30 |
2012-03-26 | params: <level>_initcall-like kernel parameters | Pawel Moll | 2 | -5/+14 |
2012-03-26 | module_param: remove support for bool parameters which are really int. | Rusty Russell | 1 | -21/+2 |
2012-03-26 | module: add kernel param to force disable module load | Dave Young | 1 | -0/+1 |
2012-03-24 | Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -1/+0 |
2012-03-24 | alarmtimer: Don't call rtc_timer_init() when CONFIG_RTC_CLASS=n | Thomas Gleixner | 1 | -3/+8 |
2012-03-24 | perf: Move mmap page data_head offset assertion out of header | Jiri Olsa | 1 | -0/+7 |
2012-03-24 | Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g... | Ingo Molnar | 2 | -5/+13 |
2012-03-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl | Linus Torvalds | 3 | -659/+3 |
2012-03-23 | kmod: make __request_module() killable | Oleg Nesterov | 1 | -2/+24 |
2012-03-23 | kmod: introduce call_modprobe() helper | Oleg Nesterov | 1 | -8/+16 |
2012-03-23 | usermodehelper: ____call_usermodehelper() doesn't need do_exit() | Oleg Nesterov | 1 | -1/+1 |
2012-03-23 | usermodehelper: kill umh_wait, renumber UMH_* constants | Oleg Nesterov | 1 | -6/+2 |
2012-03-23 | usermodehelper: implement UMH_KILLABLE | Oleg Nesterov | 1 | -2/+25 |
2012-03-23 | usermodehelper: introduce umh_complete(sub_info) | Oleg Nesterov | 1 | -2/+7 |
2012-03-23 | signal: zap_pid_ns_processes: s/SEND_SIG_NOINFO/SEND_SIG_FORCED/ | Oleg Nesterov | 1 | -6/+2 |
2012-03-23 | signal: cosmetic, s/from_ancestor_ns/force/ in prepare_signal() paths | Oleg Nesterov | 1 | -8/+7 |
2012-03-23 | signal: give SEND_SIG_FORCED more power to beat SIGNAL_UNKILLABLE | Oleg Nesterov | 1 | -1/+2 |
2012-03-23 | ptrace: remove PTRACE_SEIZE_DEVEL bit | Denys Vlasenko | 1 | -15/+0 |
2012-03-23 | ptrace: make PTRACE_SEIZE set ptrace options specified in 'data' parameter | Denys Vlasenko | 1 | -10/+21 |