summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2011-11-22freezer: don't distinguish nosig tasks on thawTejun Heo1-13/+7
2011-11-22freezer: remove racy clear_freeze_flag() and set PF_NOFREEZE on dead tasksTejun Heo2-4/+2
2011-11-22freezer: rename thaw_process() to __thaw_task() and simplify the implementationTejun Heo3-24/+16
2011-11-22freezer: implement and use kthread_freezable_should_stop()Tejun Heo2-2/+29
2011-11-22freezer: unexport refrigerator() and update try_to_freeze() slightlyTejun Heo1-3/+7
2011-11-22freezer: fix current->state restoration race in refrigerator()Tejun Heo1-1/+7
2011-11-21Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-7/+19
2011-11-19PM / Suspend: Fix bug in suspend statistics updateSrivatsa S. Bhat1-1/+2
2011-11-19PM / Hibernate: Fix the early termination of test modesSrivatsa S. Bhat1-6/+17
2011-11-17Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2011-11-08PM / QoS: Set cpu_dma_pm_qos->nameDominik Brodowski1-0/+1
2011-11-07Merge branch 'upstream/jump-label-noearly' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-16/+21
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds78-65/+83
2011-11-07Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+3
2011-11-07Merge git://github.com/rustyrussell/linuxLinus Torvalds2-4/+9
2011-11-07Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-2/+0
2011-11-07module,bug: Add TAINT_OOT_MODULE flag for modules not built in-treeBen Hutchings2-0/+7
2011-11-07module: Enable dynamic debugging regardless of taintBen Hutchings1-4/+2
2011-11-05PM / Freezer: Revert 27920651fe "PM / Freezer: Make fake_signal_wake_up() wak...Tejun Heo1-1/+1
2011-11-05PM / QoS: Remove redundant checkGuennadi Liakhovetski1-2/+1
2011-11-05PM / Sleep: Fix race between CPU hotplug and freezerSrivatsa S. Bhat1-0/+74
2011-11-03Revert "perf: Add PM notifiers to fix CPU hotplug races"Linus Torvalds1-95/+2
2011-11-03genirq: Fix irqfixup, irqpoll regressionEdward Donovan1-1/+1
2011-11-03memcg: replace ss->id_lock with a rwlockAndrew Bresticker1-9/+9
2011-11-03sysctl: add support for poll()Lucas De Marchi2-0/+25
2011-11-03cpusets: avoid looping when storing to mems_allowed if one node remains setDavid Rientjes1-3/+6
2011-11-03cgroups: don't attach task to subsystem if migration failedBen Blum1-6/+9
2011-11-03cgroups: more safe tasklist locking in cgroup_attach_procBen Blum1-3/+3
2011-11-02Merge branch 'next/dt' of git://git.linaro.org/people/arnd/arm-socLinus Torvalds1-6/+6
2011-11-01Merge branch 'akpm' (Andrew's incoming)Linus Torvalds9-25/+54
2011-11-01kgdb: follow rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko1-6/+6
2011-11-01printk: remove bounds checking for log_prefixWilliam Douglas1-3/+0
2011-11-01printk: fix bounds checking for log_prefixWilliam Douglas1-1/+1
2011-11-01printk: add console_suspend module parameterYanmin Zhang1-0/+4
2011-11-01printk: add module parameter ignore_loglevel to control ignore_loglevelYanmin Zhang1-0/+3
2011-11-01kernel/sysctl.c: add cap_last_cap to /proc/sys/kernelDan Ballard1-0/+9
2011-11-01watchdog: move watchdog_*_all_cpus under CONFIG_SYSCTLVasily Averin1-2/+2
2011-11-01stop_machine: make stop_machine safe and efficient to call earlyJeremy Fitzhardinge1-0/+22
2011-11-01mm: distinguish between mlocked and pinned pagesChristoph Lameter1-3/+3
2011-11-01oom: remove oom_disable_countDavid Rientjes2-11/+1
2011-11-01Cross Memory AttachChristopher Yeoh1-0/+4
2011-11-01irq: don't put module.h into irq.h for tracking irqgen modules.Paul Gortmaker1-1/+1
2011-11-01kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructurePaul Gortmaker10-0/+10
2011-10-31kernel: fix up module header handling in rcutiny filesPaul Gortmaker2-1/+1
2011-10-31kernel: params.c needs module.h not moduleparam.hPaul Gortmaker1-1/+1
2011-10-31kernel: ksysfs.c is implicitly using stat.hPaul Gortmaker1-0/+1
2011-10-31kernel: fix two implicit header assumptions in irq_work.cPaul Gortmaker1-0/+2
2011-10-31kernel: fix several implicit usasges of kmod.hPaul Gortmaker3-0/+3
2011-10-31kernel: Add <linux/module.h> to files using it implicitlyPaul Gortmaker2-0/+2
2011-10-31kernel: Map most files to use export.h instead of module.hPaul Gortmaker61-61/+61