summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* PM / sleep: Rename platform suspend/resume functions in suspend.cRafael J. Wysocki2014-09-301-10/+10
* PM / sleep: Export dpm_suspend_late/noirq() and dpm_resume_early/noirq()Rafael J. Wysocki2014-09-301-3/+11
* Merge branch 'pm-genirq' into acpi-pmRafael J. Wysocki2014-09-305-97/+196
|\
| * genirq: Simplify wakeup mechanismThomas Gleixner2014-09-013-27/+50
| * genirq: Mark wakeup sources as armed on suspendThomas Gleixner2014-09-011-0/+5
| * genirq: Create helper for flow handler entry checkThomas Gleixner2014-09-011-28/+20
| * genirq: Distangle edge handler entryThomas Gleixner2014-09-011-10/+29
| * genirq: Avoid double loop on suspendThomas Gleixner2014-09-011-6/+7
| * genirq: Move MASK_ON_SUSPEND handling into suspend_device_irqs()Thomas Gleixner2014-09-011-12/+9
| * genirq: Make use of pm misfeature accountingThomas Gleixner2014-09-011-6/+3
| * genirq: Add sanity checks for PM options on shared interrupt linesThomas Gleixner2014-09-013-0/+50
| * genirq: Move suspend/resume logic into irq/pm codeThomas Gleixner2014-09-013-31/+45
| * PM / sleep: Mechanism for aborting system suspends unconditionallyRafael J. Wysocki2014-09-011-0/+1
* | Merge back earlier 'pm-sleep' material for v3.18.Rafael J. Wysocki2014-09-292-3/+31
|\ \
| * | PM / sleep: new suspend_resume trace event for console resumeTodd E Brandt2014-09-221-0/+2
| * | PM / sleep: Enhance test_suspend option with repeat capabilitySrinivas Pandruvada2014-09-091-3/+22
| * | PM / sleep: Support freeze as test_suspend optionSrinivas Pandruvada2014-09-091-0/+7
* | | Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-09-271-4/+5
|\ \ \
| * | | cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flagsZefan Li2014-09-241-4/+5
* | | | Merge tag 'pm+acpi-3.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-09-251-35/+15
|\ \ \ \
| * | | | Revert "PM / Hibernate: Iterate over set bits instead of PFNs in swsusp_free()"Rafael J. Wysocki2014-09-251-35/+15
* | | | | Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-09-231-1/+0
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | cgroup: fix unbalanced lockingZefan Li2014-09-181-1/+0
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-09-191-0/+10
|\ \ \ \
| * | | | perf: Fix a race condition in perf_remove_from_context()Cong Wang2014-09-091-0/+10
| | | | |
| \ \ \ \
*-. \ \ \ \ Merge branches 'locking-urgent-for-linus' and 'timers-urgent-for-linus' of gi...Linus Torvalds2014-09-133-36/+55
|\ \ \ \ \ \
| | * | | | | alarmtimer: Lock k_itimer during timer callbackRichard Larocque2014-09-121-2/+8
| | * | | | | alarmtimer: Do not signal SIGEV_NONE timersRichard Larocque2014-09-121-2/+4
| | * | | | | alarmtimer: Return relative times in timer_gettimeRichard Larocque2014-09-121-7/+11
| | * | | | | jiffies: Fix timeval conversion to jiffiesAndrew Hunter2014-09-121-25/+31
| * | | | | | futex: Unlock hb->lock in futex_wait_requeue_pi() error pathThomas Gleixner2014-09-121-0/+1
|/ / / / / /
* | | | | | kcmp: fix standard comparison bugRasmus Villemoes2014-09-101-3/+4
* | | | | | kernel/printk/printk.c: fix faulty logic in the case of recursive printkPatrick Palka2014-09-101-3/+3
* | | | | | Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-09-071-14/+33
|\ \ \ \ \ \ | | |_|/ / / | |/| | / / | |_|_|/ / |/| | | |
| * | | | cgroup: check cgroup liveliness before unbreaking kernfsLi Zefan2014-09-051-1/+7
| * | | | cgroup: delay the clearing of cgrp->kn->privLi Zefan2014-09-051-11/+10
| * | | | cgroup: Display legacy cgroup files on default hierarchyVivek Goyal2014-08-221-2/+11
| * | | | cgroup: reject cgroup names with '\n'Alban Crequy2014-08-181-0/+5
* | | | | Merge tag 'pm+acpi-3.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-09-073-13/+21
|\ \ \ \ \
| * | | | | PM / sleep: Fix test_suspend= command line optionRafael J. Wysocki2014-09-033-13/+21
| | |_|_|/ | |/| | |
* | | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-09-072-12/+12
|\ \ \ \ \
| * \ \ \ \ Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2014-09-032-12/+12
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | rcu: Make nocb leader kthreads process pending callbacks after spawningPranith Kumar2014-08-282-12/+12
| | | |_|/ | | |/| |
* | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-09-073-5/+38
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | timekeeping: Update timekeeper before updating vsyscall and pvclockThomas Gleixner2014-09-061-2/+3
| * | | | compat: nanosleep: Clarify error handlingThomas Gleixner2014-09-061-3/+21
| * | | | nohz: Restore NMI safe local irq work for local nohz kickFrederic Weisbecker2014-09-041-0/+14
| |/ / /
* | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-09-011-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | irq: Export handle_fasteoi_irqVincent Stehlé2014-08-251-0/+1
* | | | kexec: create a new config option CONFIG_KEXEC_FILE for new syscallVivek Goyal2014-08-291-0/+11
OpenPOWER on IntegriCloud