summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2017-06-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2017-06-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-06-24genirq/timings: Add infrastructure for estimating the next interrupt arrival ...Daniel Lezcano
2017-06-24genirq/timings: Add infrastructure to track the interrupt timingsDaniel Lezcano
2017-06-24genirq/debugfs: Remove pointless NULL pointer checkThomas Gleixner
2017-06-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2017-06-24sched/fair: Remove effective_load()Rik van Riel
2017-06-24sched/numa: Implement NUMA node level wake_affine()Rik van Riel
2017-06-24sched/fair: Simplify wake_affine() for the single socket caseRik van Riel
2017-06-24sched/numa: Override part of migrate_degrades_locality() when idle balancingRik van Riel
2017-06-24Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2017-06-23bpf: possibly avoid extra masking for narrower load in verifierYonghong Song
2017-06-23sched/rt: Move RT related code from sched/core.c to sched/rt.cNicolas Pitre
2017-06-23sched/deadline: Move DL related code from sched/core.c to sched/deadline.cNicolas Pitre
2017-06-23sched/cpuset: Only offer CONFIG_CPUSETS if SMP is enabledNicolas Pitre
2017-06-22genirq/irqdomain: Remove auto-recursive hierarchy supportMarc Zyngier
2017-06-22genirq/irqdomain: Add irq_domain_update_bus_token helperMarc Zyngier
2017-06-22genirq/affinity: Assign vectors to all present CPUsChristoph Hellwig
2017-06-22genirq/cpuhotplug: Avoid irq affinity setting for single targetsThomas Gleixner
2017-06-22genirq: Introduce IRQD_SINGLE_TARGET flagThomas Gleixner
2017-06-22genirq/cpuhotplug: Handle managed IRQs on CPU hotplugThomas Gleixner
2017-06-22genirq: Handle managed irqs gracefully in irq_startup()Thomas Gleixner
2017-06-22genirq: Add force argument to irq_startup()Thomas Gleixner
2017-06-22genirq: Split out irq_startup() codeThomas Gleixner
2017-06-22genirq: Introduce IRQD_MANAGED_SHUTDOWNThomas Gleixner
2017-06-22genirq/cpuhotplug: Use effective affinity maskThomas Gleixner
2017-06-22genirq: Introduce effective affinity maskThomas Gleixner
2017-06-22genirq/proc: Replace ever repeating type castThomas Gleixner
2017-06-22genirq: Remove pointless gfp argumentThomas Gleixner
2017-06-22genirq: Remove pointless arg from show_irq_affinityThomas Gleixner
2017-06-22genirq: Move irq_fixup_move_pending() to coreThomas Gleixner
2017-06-22genirq/cpuhotplug: Set force affinity flag on hotplug migrationThomas Gleixner
2017-06-22genirq/cpuhotplug: Add support for conditional maskingThomas Gleixner
2017-06-22genirq/cpuhotplug: Add support for cleaning up move in progressThomas Gleixner
2017-06-22genirq/cpuhotplug: Do not migrated shutdown irqsThomas Gleixner
2017-06-22genirq/cpuhotplug: Reorder check logicThomas Gleixner
2017-06-22genirq/cpuhotplug: Dont claim success on errorThomas Gleixner
2017-06-22genirq/cpuhotplug: Remove irq disabling logicThomas Gleixner
2017-06-22genirq: Move pending helpers to internal.hChristoph Hellwig
2017-06-22genirq: Move initial affinity setup to irq_startup()Thomas Gleixner
2017-06-22genirq: Rename setup_affinity() to irq_setup_affinity()Thomas Gleixner
2017-06-22genirq: Remove mask argument from setup_affinity()Thomas Gleixner
2017-06-22genirq: Provide irq_fixup_move_pending()Thomas Gleixner
2017-06-22genirq/debugfs: Add proper debugfs interfaceThomas Gleixner
2017-06-22genirq/irqdomain: Add map counterThomas Gleixner
2017-06-22genirq: Allow fwnode to carry name information onlyThomas Gleixner
2017-06-22genirq/msi: Prevent overwriting domain nameThomas Gleixner
2017-06-22Merge branch 'uuid-types'Rafael J. Wysocki
2017-06-22sched/fair: Spare idle load balancing on nohz_full CPUsFrederic Weisbecker
2017-06-22nohz: Move idle balancer registration to the idle pathFrederic Weisbecker