aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2012-03-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-9/+7
2012-03-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 8-108/+199
2012-03-31sched: Fix incorrect usage of for_each_cpu_mask() in select_fallback_rq()Gravatar Srivatsa S. Bhat 1-2/+2
2012-03-30Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-15/+30
2012-03-30Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-46/+30
2012-03-30genirq: Adjust irq thread affinity on IRQ_SET_MASK_OK_NOCOPY return valueGravatar Jiang Liu 1-3/+7
2012-03-29Merge branch 'for-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+1
2012-03-29cgroup: cgroup_attach_task() could return -errno after successGravatar Tejun Heo 1-1/+1
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-9/+61
2012-03-29Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armGravatar Linus Torvalds 1-3/+2
2012-03-29Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 4-42/+59
2012-03-29Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-3/+4
2012-03-29Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 5-124/+77
2012-03-29irqdomain: Remove powerpc dependency from debugfs fileGravatar Grant Likely 2-4/+14
2012-03-29Merge branch 'sched/arch' into sched/urgentGravatar Ingo Molnar 2-0/+4
2012-03-29futex: Mark get_robust_list as deprecatedGravatar Kees Cook 2-0/+4
2012-03-29futex: Do not leak robust list to unprivileged processGravatar Kees Cook 2-46/+26
2012-03-29genirq: Respect NUMA node affinity in setup_irq_irq affinity()Gravatar Prarit Bhargava 1-1/+8
2012-03-29genirq: Get rid of unneeded force parameter in irq_finalize_oneshot()Gravatar Alexander Gordeev 1-5/+5
2012-03-29genirq: Minor readablity improvement in irq_wake_thread()Gravatar Alexander Gordeev 1-6/+10
2012-03-29sched: Fix __schedule_bug() output when called from an interruptGravatar Stephen Boyd 1-7/+1
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 5-5/+141
2012-03-28pidns: add reboot_pid_ns() to handle the reboot syscallGravatar Daniel Lezcano 2-0/+42
2012-03-28sysctl: use bitmap library functionsGravatar Akinobu Mita 1-5/+3
2012-03-28kexec: add further check to crashkernelGravatar Zhenzhong Duan 1-0/+4
2012-03-28kexec: crash: don't save swapper_pg_dir for !CONFIG_MMU configurationsGravatar Will Deacon 1-0/+2
2012-03-28smp: add func to IPI cpus based on parameter funcGravatar Gilad Ben-Yossef 1-0/+61
2012-03-28smp: introduce a generic on_each_cpu_mask() functionGravatar Gilad Ben-Yossef 1-0/+29
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Gravatar Linus Torvalds 8-6/+5
2012-03-28Remove all #inclusions of asm/system.hGravatar David Howells 6-6/+0
2012-03-28Add #includes needed to permit the removal of asm/system.hGravatar David Howells 1-0/+1
2012-03-28Disintegrate asm/system.h for SparcGravatar David Howells 2-0/+4
2012-03-28cpusets: Remove an unused variableGravatar Dan Carpenter 1-1/+0
2012-03-27tracing: Fix ent_size in trace outputGravatar Steven Rostedt 1-0/+4
2012-03-27sched/rt: Improve pick_next_highest_task_rt()Gravatar Michael J Wang 1-1/+1
2012-03-27sched: Fix select_fallback_rq() vs cpu_active/cpu_onlineGravatar Peter Zijlstra 2-32/+50
2012-03-26Merge branch 'linus' into perf/urgentGravatar Ingo Molnar 44-1385/+1391
2012-03-26module: Remove module size limitGravatar Sasha Levin 1-2/+1
2012-03-26module: move __module_get and try_module_get() out of line.Gravatar Steven Rostedt 1-0/+30
2012-03-26params: <level>_initcall-like kernel parametersGravatar Pawel Moll 2-5/+14
2012-03-26module_param: remove support for bool parameters which are really int.Gravatar Rusty Russell 1-21/+2
2012-03-26module: add kernel param to force disable module loadGravatar Dave Young 1-0/+1
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-1/+0
2012-03-24alarmtimer: Don't call rtc_timer_init() when CONFIG_RTC_CLASS=nGravatar Thomas Gleixner 1-3/+8
2012-03-24perf: Move mmap page data_head offset assertion out of headerGravatar Jiri Olsa 1-0/+7
2012-03-24Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Ingo Molnar 2-5/+13
2012-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctlGravatar Linus Torvalds 3-659/+3
2012-03-23kmod: make __request_module() killableGravatar Oleg Nesterov 1-2/+24
2012-03-23kmod: introduce call_modprobe() helperGravatar Oleg Nesterov 1-8/+16
2012-03-23usermodehelper: ____call_usermodehelper() doesn't need do_exit()Gravatar Oleg Nesterov 1-1/+1