| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2011-11-29 | 1 | -6/+10 |
|\ |
|
| * | PM / Hibernate: Do not leak memory in error/test code paths | Rafael J. Wysocki | 2011-11-23 | 1 | -6/+10 |
* | | Merge branch 'for-3.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2011-11-28 | 1 | -2/+9 |
|\ \ |
|
| * | | cgroup_freezer: fix freezing groups with stopped tasks | Michal Hocko | 2011-11-24 | 1 | -2/+9 |
* | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2011-11-28 | 3 | -13/+143 |
|\ \ \ |
|
| * | | | hrtimer: Fix extra wakeups from __remove_hrtimer() | Jeff Ohlstein | 2011-11-19 | 1 | -2/+4 |
| * | | | timekeeping: add arch_offset hook to ktime_get functions | Hector Palacios | 2011-11-17 | 1 | -0/+4 |
| * | | | Merge branch 'formingo/3.2/tip/timers/core' of git://git.linaro.org/people/js... | Ingo Molnar | 2011-11-11 | 2 | -10/+55 |
| |\ \ \ |
|
| | * | | | clocksource: Avoid selecting mult values that might overflow when adjusted | John Stultz | 2011-11-10 | 2 | -10/+55 |
| * | | | | time: Improve documentation of timekeeeping_adjust() | John Stultz | 2011-10-28 | 1 | -1/+80 |
| |/ / / |
|
* | | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-11-28 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | genirq: Don't allow per cpu interrupts to be suspended | Marc Zyngier | 2011-11-17 | 1 | -1/+1 |
| | |/ /
| |/| | |
|
* | | | | genirq: fix regression in irqfixup, irqpoll | Edward Donovan | 2011-11-28 | 1 | -1/+3 |
| |_|/
|/| | |
|
* | | | Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-22 | 1 | -5/+0 |
|\ \ \ |
|
| * | | | writeback: remove vm_dirties and task->dirties | Wu Fengguang | 2011-11-17 | 1 | -5/+0 |
* | | | | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa... | Linus Torvalds | 2011-11-20 | 2 | -7/+19 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | PM / Suspend: Fix bug in suspend statistics update | Srivatsa S. Bhat | 2011-11-19 | 1 | -1/+2 |
| * | | | PM / Hibernate: Fix the early termination of test modes | Srivatsa S. Bhat | 2011-11-18 | 1 | -6/+17 |
| |/ / |
|
* | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-11-17 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | genirq: Fix irqfixup, irqpoll regression | Edward Donovan | 2011-11-03 | 1 | -1/+1 |
* | | | PM / QoS: Set cpu_dma_pm_qos->name | Dominik Brodowski | 2011-11-07 | 1 | -0/+1 |
* | | | Merge branch 'upstream/jump-label-noearly' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 2011-11-07 | 1 | -16/+21 |
|\ \ \ |
|
| * | | | jump-label: initialize jump-label subsystem much earlier | Jeremy Fitzhardinge | 2011-10-25 | 1 | -4/+1 |
| * | | | jump_label: add arch_jump_label_transform_static() to optimise non-live code ... | Jeremy Fitzhardinge | 2011-10-25 | 1 | -3/+15 |
| * | | | jump_label: if a key has already been initialized, don't nop it out | Jeremy Fitzhardinge | 2011-10-25 | 1 | -12/+8 |
| * | | | stop_machine: make stop_machine safe and efficient to call early | Jeremy Fitzhardinge | 2011-10-25 | 1 | -0/+22 |
* | | | | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-07 | 78 | -65/+83 |
|\ \ \ \ |
|
| * | | | | irq: don't put module.h into irq.h for tracking irqgen modules. | Paul Gortmaker | 2011-11-01 | 1 | -1/+1 |
| * | | | | kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructure | Paul Gortmaker | 2011-11-01 | 10 | -0/+10 |
| * | | | | kernel: fix up module header handling in rcutiny files | Paul Gortmaker | 2011-10-31 | 2 | -1/+1 |
| * | | | | kernel: params.c needs module.h not moduleparam.h | Paul Gortmaker | 2011-10-31 | 1 | -1/+1 |
| * | | | | kernel: ksysfs.c is implicitly using stat.h | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
| * | | | | kernel: fix two implicit header assumptions in irq_work.c | Paul Gortmaker | 2011-10-31 | 1 | -0/+2 |
| * | | | | kernel: fix several implicit usasges of kmod.h | Paul Gortmaker | 2011-10-31 | 3 | -0/+3 |
| * | | | | kernel: Add <linux/module.h> to files using it implicitly | Paul Gortmaker | 2011-10-31 | 2 | -0/+2 |
| * | | | | kernel: Map most files to use export.h instead of module.h | Paul Gortmaker | 2011-10-31 | 61 | -61/+61 |
| * | | | | range: fix bogus misuse of module.h to get printk() | Paul Gortmaker | 2011-10-31 | 1 | -1/+1 |
* | | | | | Merge branch 'writeback-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-07 | 1 | -0/+3 |
|\ \ \ \ \ |
|
| * | | | | | writeback: per task dirty rate limit | Wu Fengguang | 2011-10-03 | 1 | -0/+3 |
* | | | | | | Merge git://github.com/rustyrussell/linux | Linus Torvalds | 2011-11-07 | 2 | -4/+9 |
|\ \ \ \ \ \ |
|
| * | | | | | | module,bug: Add TAINT_OOT_MODULE flag for modules not built in-tree | Ben Hutchings | 2011-11-06 | 2 | -0/+7 |
| * | | | | | | module: Enable dynamic debugging regardless of taint | Ben Hutchings | 2011-11-06 | 1 | -4/+2 |
* | | | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2011-11-07 | 1 | -2/+0 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | sched: Allow SD_NODES_PER_DOMAIN to be overridden | Anton Blanchard | 2011-09-20 | 1 | -2/+0 |
* | | | | | | | | PM / Freezer: Revert 27920651fe "PM / Freezer: Make fake_signal_wake_up() wak... | Tejun Heo | 2011-11-04 | 1 | -1/+1 |
* | | | | | | | | PM / QoS: Remove redundant check | Guennadi Liakhovetski | 2011-11-04 | 1 | -2/+1 |
* | | | | | | | | PM / Sleep: Fix race between CPU hotplug and freezer | Srivatsa S. Bhat | 2011-11-04 | 1 | -0/+74 |
* | | | | | | | | Revert "perf: Add PM notifiers to fix CPU hotplug races" | Linus Torvalds | 2011-11-03 | 1 | -95/+2 |
| |/ / / / / /
|/| | | | | | |
|
* | | | | | | | memcg: replace ss->id_lock with a rwlock | Andrew Bresticker | 2011-11-03 | 1 | -9/+9 |
* | | | | | | | sysctl: add support for poll() | Lucas De Marchi | 2011-11-03 | 2 | -0/+25 |