summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2012-03-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-03-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-03-31sched: Fix incorrect usage of for_each_cpu_mask() in select_fallback_rq()Srivatsa S. Bhat
2012-03-30Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-03-30Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-03-30genirq: Adjust irq thread affinity on IRQ_SET_MASK_OK_NOCOPY return valueJiang Liu
2012-03-29Merge branch 'for-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2012-03-29cgroup: cgroup_attach_task() could return -errno after successTejun Heo
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-03-29Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds
2012-03-29Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-03-29Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-03-29Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-03-29irqdomain: Remove powerpc dependency from debugfs fileGrant Likely
2012-03-29Merge branch 'sched/arch' into sched/urgentIngo Molnar
2012-03-29futex: Mark get_robust_list as deprecatedKees Cook
2012-03-29futex: Do not leak robust list to unprivileged processKees Cook
2012-03-29genirq: Respect NUMA node affinity in setup_irq_irq affinity()Prarit Bhargava
2012-03-29genirq: Get rid of unneeded force parameter in irq_finalize_oneshot()Alexander Gordeev
2012-03-29genirq: Minor readablity improvement in irq_wake_thread()Alexander Gordeev
2012-03-29sched: Fix __schedule_bug() output when called from an interruptStephen Boyd
2012-03-28Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-03-28pidns: add reboot_pid_ns() to handle the reboot syscallDaniel Lezcano
2012-03-28sysctl: use bitmap library functionsAkinobu Mita
2012-03-28kexec: add further check to crashkernelZhenzhong Duan
2012-03-28kexec: crash: don't save swapper_pg_dir for !CONFIG_MMU configurationsWill Deacon
2012-03-28smp: add func to IPI cpus based on parameter funcGilad Ben-Yossef
2012-03-28smp: introduce a generic on_each_cpu_mask() functionGilad Ben-Yossef
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds
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