summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* watchdog: add watchdog_cpumask sysctl to assist nohzChris Metcalf2015-06-253-5/+70
* smpboot: allow excluding cpus from the smpboot threadsChris Metcalf2015-06-251-1/+58
* Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-06-234-63/+78
|\
| *-. Merge branches 'pm-sleep' and 'pm-runtime'Rafael J. Wysocki2015-06-193-8/+19
| |\ \
| | * | PM / sleep: Make suspend-to-idle-specific code depend on CONFIG_SUSPENDRafael J. Wysocki2015-05-191-0/+2
| | * | PM / sleep: Return -EBUSY from suspend_enter() on wakeup detectionRuchi Kandoi2015-05-191-0/+2
| | * | PM / tick: Add tracepoints for suspend-to-idle diagnosticsRafael J. Wysocki2015-05-151-4/+11
| | * | PM / sleep: Fix symbol name in a comment in kernel/power/main.cRafael J. Wysocki2015-05-131-1/+1
| | * | PM / sleep: Refine diagnostic messages in enter_state()Rafael J. Wysocki2015-05-121-3/+3
| * | | Merge branch 'pm-cpuidle'Rafael J. Wysocki2015-06-191-55/+59
| |\ \ \
| | * | | sched / idle: Call default_idle_call() from cpuidle_enter_state()Rafael J. Wysocki2015-05-141-13/+7Star
| | * | | sched / idle: Call idle_set_state() from cpuidle_enter_state()Rafael J. Wysocki2015-05-141-6/+9
| | * | | sched / idle: Eliminate the "reflect" check from cpuidle_idle_call()Rafael J. Wysocki2015-05-041-44/+46
| | * | | sched / idle: Move the default idle call code to a separate functionRafael J. Wysocki2015-05-041-19/+24
| | |/ /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2015-06-231-35/+61
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge branches 'for-4.1/upstream-fixes', 'for-4.2/kaslr' and 'for-4.2/upstrea...Jiri Kosina2015-06-221-30/+48
| |\ \ \ \ \
| | | * | | | livepatch: annotate klp_init() with __initMinfei Huang2015-05-251-1/+1
| | | * | | | livepatch: introduce patch/func-walking helpersJiri Slaby2015-05-191-9/+9
| | | * | | | livepatch: make kobject in klp_object statically allocatedMiroslav Benes2015-05-191-6/+16
| | | * | | | livepatch: Prevent patch inconsistencies if the coming module notifier failsMinfei Huang2015-05-181-11/+18
| | | * | | | livepatch: match return value to function signatureNicholas Mc Guire2015-05-111-1/+1
| | * | | | | livepatch: x86: make kASLR logic more accurateJiri Kosina2015-04-291-2/+3
| | |/ / / /
| * / / / / livepatch: add module locking around kallsyms callsMiroslav Benes2015-06-021-5/+13
| |/ / / /
* | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-2312-37/+115
|\ \ \ \ \
| * \ \ \ \ Merge branch 'irq/for-x86' into irq/coreThomas Gleixner2015-06-206-21/+28
| |\ \ \ \ \
| | * | | | | genirq: Remove bogus restriction in irq_move_mask_irq()Thomas Gleixner2015-06-201-3/+3
| | * | | | | genirq: Introduce helper function irq_data_get_node()Jiang Liu2015-06-125-10/+10
| | * | | | | genirq: Introduce struct irq_common_data to host shared irq dataJiang Liu2015-06-123-5/+7
| | * | | | | genirq: Prevent crash in irq_move_irq()Jiang Liu2015-06-121-1/+8
| | * | | | | genirq: Enhance irq_data_to_desc() to support hierarchy irqdomainJiang Liu2015-06-121-2/+0Star
| * | | | | | irq: Add irq_set_chained_handler_and_data()Russell King2015-06-181-11/+34
| * | | | | | Merge branch 'linus' into irq/coreThomas Gleixner2015-06-058-63/+95
| |\ \ \ \ \ \
| * | | | | | | genirq: Set IRQCHIP_SKIP_SET_WAKE for no_irq_chipGeert Uytterhoeven2015-05-221-0/+1
| * | | | | | | Merge branch 'irq/for-x86' into irq/coreThomas Gleixner2015-05-192-0/+45
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge branch 'irq/for-arm' into irq/coreThomas Gleixner2015-05-183-3/+51
| |\ \ \ \ \ \ \
| | * | | | | | | genirq: generic chip: Support hierarchy domainStefan Agner2015-05-181-3/+2Star
| | * | | | | | | genirq: Add irq_chip_(enable/disable)_parentStefan Agner2015-05-181-0/+28
| | * | | | | | | irqdomain: Add non-hierarchy helper irq_domain_set_infoStefan Agner2015-05-181-0/+21
| | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | genirq: Don't suspend nested_thread irqs over system suspendNeilBrown2015-05-181-0/+4
| * | | | | | | genirq: devres: Fix testing return value of request_any_context_irq()Axel Lin2015-05-131-2/+2
| * | | | | | | genirq: Fix type inconsistencyNicholas Mc Guire2015-05-051-1/+1
| * | | | | | | genirq: Fix unnecessary automatic type conversionNicholas Mc Guire2015-05-051-1/+1
| * | | | | | | genirq: MSI: Constify irq_domain_opsKrzysztof Kozlowski2015-05-051-1/+1
| |/ / / / / /
* | | | | | | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-232-23/+48
|\ \ \ \ \ \ \
| * | | | | | | nohz: Set isolcpus when nohz_full is setChris Metcalf2015-05-071-0/+3
| * | | | | | | context_tracking: Inherit TIF_NOHZ through forks instead of context switchesFrederic Weisbecker2015-05-072-26/+19Star
| * | | | | | | context_tracking: Protect against recursionFrederic Weisbecker2015-05-071-0/+29
* | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-2333-1263/+1142Star
|\ \ \ \ \ \ \ \
| * | | | | | | | timer: Minimize nohz off overheadThomas Gleixner2015-06-194-8/+17
| * | | | | | | | timer: Reduce timer migration overhead if disabledThomas Gleixner2015-06-198-43/+121