summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* PM / Hibernate: Improve performance of LZO/plain hibernation, checksum imageBojan Smojver2011-10-164-178/+645
* PM / Hibernate: Do not initialize static and extern variables to 0Barry Song2011-10-161-5/+5
* PM / Freezer: Make fake_signal_wake_up() wake TASK_KILLABLE tasks tooJeff Layton2011-10-161-1/+1
* PM / Hibernate: Add resumedelay kernel param in addition to resumewaitBarry Song2011-10-161-0/+14
* PM / Hibernate: Add resumewait param to support MMC-like devices as resume fileBarry Song2011-10-161-0/+16
* PM / Hibernate: Fix typo in a kerneldoc commentBarry Song2011-10-161-1/+1
* PM / Hibernate: Freeze kernel threads after preallocating memoryRafael J. Wysocki2011-10-163-15/+30
* PM / VT: Cleanup #if defined uglyness and fix compile errorH Hartley Sweeten2011-10-162-4/+2
* PM / Suspend: Off by one in pm_suspend()Dan Carpenter2011-10-161-1/+1
* PM / Hibernate: Include storage keys in hibernation image on s390Martin Schwidefsky2011-10-162-0/+21
* PM: Fix build issue in main.c for CONFIG_PM_SLEEP unsetRafael J. Wysocki2011-10-161-2/+2
* PM / Suspend: Add statistics debugfs file for suspend to RAMShuoX Liu2011-10-162-3/+116
* Merge branch 'pm-qos' into pm-for-linusRafael J. Wysocki2011-10-073-134/+143
|\
| * PM QoS: Add global notification mechanism for device constraintsJean Pihet2011-08-251-1/+1
| * PM QoS: Generalize and export constraints management codeJean Pihet2011-08-251-56/+67
| * PM QoS: Reorganize data structsJean Pihet2011-08-251-44/+41
| * PM QoS: Code reorganizationJean Pihet2011-08-251-22/+23
| * PM QoS: Minor clean-upsJean Pihet2011-08-251-44/+44
| * PM QoS: Move and rename the implementation filesJean Pihet2011-08-253-3/+3
* | Merge branch 'pm-runtime' into pm-for-linusRafael J. Wysocki2011-10-072-0/+23
|\ \
| * | PM / Tracing: build rpm-traces.c only if CONFIG_PM_RUNTIME is setMing Lei2011-09-291-0/+2
| * | PM / Runtime: Introduce trace points for tracing rpm_* functionsMing Lei2011-09-272-0/+21
| | |
| \ \
| \ \
| \ \
*---. \ \ Merge branches 'irq-urgent-for-linus', 'x86-urgent-for-linus' and 'sched-urge...Linus Torvalds2011-10-014-30/+11
|\ \ \ \ \
| | | * | | posix-cpu-timers: Cure SMP wobblesPeter Zijlstra2011-09-302-26/+3
| | | * | | sched: Fix up wchan borkageSimon Kirby2011-09-261-1/+1
| | | * | | sched/rt: Migrate equal priority tasks to available CPUsShawn Bohrer2011-09-181-2/+2
| * | | | | irq: Fix check for already initialized irq_domain in irq_domain_addRob Herring2011-09-201-1/+5
| |/ / / /
* | | | | Resource: fix wrong resource window calculationRam Pai2011-09-291-1/+6
* | | | | ptrace: PTRACE_LISTEN forgets to unlock ->siglockOleg Nesterov2011-09-251-13/+10
|/ / / /
* | | | Merge branch 'irq-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tipLinus Torvalds2011-09-191-1/+1
|\ \ \ \
| * | | | genirq: Make irq_shutdown() symmetric vs. irq_startup againGeert Uytterhoeven2011-09-121-1/+1
| |/ / /
* | | | Make taskstats round statistics down to nearest 1k bytes/eventsLinus Torvalds2011-09-191-7/+8
* | | | Make TASKSTATS require root accessLinus Torvalds2011-09-191-0/+1
* | | | workqueue: lock cwq access in drain_workqueueThomas Tuttle2011-09-141-1/+6
|/ / /
* | | Merge branch 'timers-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tipLinus Torvalds2011-09-071-5/+13
|\ \ \
| * | | alarmtimers: Avoid possible denial of service with high freq periodic timersJohn Stultz2011-08-101-0/+9
| * | | alarmtimers: Memset itimerspec passed into alarm_timer_getJohn Stultz2011-08-101-0/+2
| * | | alarmtimers: Avoid possible null pointer traversalJohn Stultz2011-08-101-5/+2
* | | | Merge branch 'sched-fixes-for-linus' of git://tesla.tglx.de/git/linux-2.6-tipLinus Torvalds2011-09-071-15/+26
|\ \ \ \
| * | | | sched: Fix a memory leak in __sdt_free()WANG Cong2011-08-291-0/+1
| * | | | sched: Move blk_schedule_flush_plug() out of __schedule()Thomas Gleixner2011-08-291-10/+15
| * | | | sched: Separate the scheduler entry for preemptionThomas Gleixner2011-08-291-5/+10
* | | | | perf_event: Fix broken calc_timer_values()Eric B Munson2011-08-311-2/+2
* | | | | perf events: Fix slow and broken cgroup context switch codeStephane Eranian2011-08-292-11/+54
|/ / / /
* | | | All Arch: remove linkage for sys_nfsservctl system callNeilBrown2011-08-261-1/+0
* | | | kernel/printk: do not turn off bootconsole in printk_late_init() if keep_bootconNishanth Aravamudan2011-08-251-1/+1
* | | | Add a personality to report 2.6.x version numbersAndi Kleen2011-08-251-0/+38
| |_|/ |/| |
* | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-08-232-2/+2
|\ \ \
| * | | xfs: remove subdirectoriesChristoph Hellwig2011-08-122-2/+2
| |/ /
* | | Revert "irq: Always set IRQF_ONESHOT if no primary handler is specified"Linus Torvalds2011-08-231-1/+0
OpenPOWER on IntegriCloud