summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_fun...Naveen N. Rao2017-07-081-2/+2
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-037-21/+95
|\
| * sched: Provide is_percpu_thread() helperThomas Gleixner2017-05-261-0/+10
| * cpu/hotplug: Convert hotplug locking to percpu rwsemThomas Gleixner2017-05-261-1/+1
| * perf/tracing/cpuhotplug: Fix locking orderThomas Gleixner2017-05-261-0/+2
| * PCI: Replace the racy recursion preventionThomas Gleixner2017-05-261-0/+1
| * padata: Make padata_alloc() staticThomas Gleixner2017-05-261-3/+0
| * stop_machine: Provide stop_machine_cpuslocked()Sebastian Andrzej Siewior2017-05-261-3/+23
| * cpu/hotplug: Add __cpuhp_state_add_instance_cpuslocked()Thomas Gleixner2017-05-261-0/+9
| * cpu/hotplug: Provide cpuhp_setup/remove_state[_nocalls]_cpuslocked()Sebastian Andrzej Siewior2017-05-261-0/+29
| * cpu/hotplug: Provide lockdep_assert_cpus_held()Thomas Gleixner2017-05-261-0/+2
| * cpu/hotplug: Provide cpus_read|write_[un]lock()Thomas Gleixner2017-05-261-15/+19
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-036-5/+154
|\ \
| * | blk-mq: Create hctx for each present CPUChristoph Hellwig2017-06-281-1/+0
| * | genirq/timings: Add infrastructure for estimating the next interrupt arrival ...Daniel Lezcano2017-06-241-0/+1
| * | genirq/timings: Add infrastructure to track the interrupt timingsDaniel Lezcano2017-06-241-0/+5
| * | Merge tag 'irqchip-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2017-06-231-0/+15
| |\ \
| | * | irqchip/irq-mvebu-icu: Add new driver for Marvell ICUThomas Petazzoni2017-06-231-0/+15
| * | | genirq/irqdomain: Remove auto-recursive hierarchy supportMarc Zyngier2017-06-221-6/+3
| * | | genirq/irqdomain: Add irq_domain_update_bus_token helperMarc Zyngier2017-06-221-0/+3
| * | | genirq: Introduce IRQD_SINGLE_TARGET flagThomas Gleixner2017-06-221-0/+16
| * | | genirq/cpuhotplug: Handle managed IRQs on CPU hotplugThomas Gleixner2017-06-222-0/+6
| * | | genirq: Handle managed irqs gracefully in irq_startup()Thomas Gleixner2017-06-221-1/+1
| * | | genirq: Introduce IRQD_MANAGED_SHUTDOWNThomas Gleixner2017-06-221-0/+8
| * | | genirq: Introduce effective affinity maskThomas Gleixner2017-06-221-0/+29
| * | | genirq: Move irq_fixup_move_pending() to coreThomas Gleixner2017-06-221-5/+0
| * | | genirq/cpuhotplug: Add support for cleaning up move in progressThomas Gleixner2017-06-221-0/+2
| * | | genirq: Provide irq_fixup_move_pending()Thomas Gleixner2017-06-221-0/+5
| * | | genirq: Add missing comment for IRQD_STARTEDThomas Gleixner2017-06-221-0/+1
| * | | genirq/debugfs: Add proper debugfs interfaceThomas Gleixner2017-06-222-0/+8
| * | | genirq/irqdomain: Add map counterThomas Gleixner2017-06-221-0/+2
| * | | genirq: Allow fwnode to carry name information onlyThomas Gleixner2017-06-221-1/+30
| * | | irq/generic-chip: Provide devm_irq_setup_generic_chip()Bartosz Golaszewski2017-06-211-0/+3
| * | | irq/generic-chip: Provide devm_irq_alloc_generic_chip()Bartosz Golaszewski2017-06-211-0/+5
| * | | irq/generic-chip: Provide irq_destroy_generic_chip()Bartosz Golaszewski2017-06-211-0/+8
| * | | irq/generic-chip: Provide irq_free_generic_chip()Bartosz Golaszewski2017-06-211-0/+6
| * | | Merge branch 'linus' into irq/coreThomas Gleixner2017-06-2058-141/+356
| |\ \ \
| * | | | genirq: Handle NOAUTOEN interrupt setup properThomas Gleixner2017-06-041-0/+6
| | |_|/ | |/| |
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-0313-137/+106
|\ \ \ \
| * | | | Revert "ktime: Simplify ktime_compare implementation"Thomas Gleixner2017-06-261-1/+5
| * | | | Merge branch 'fortglx/4.13/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner2017-06-211-2/+2
| |\ \ \ \
| | * | | | time: Clean up CLOCK_MONOTONIC_RAW time handlingJohn Stultz2017-06-201-2/+2
| * | | | | Merge branch 'timers/urgent' into timers/coreThomas Gleixner2017-06-2129-92/+160
| |\| | | |
| * | | | | ktime: Simplify ktime_compare implementationMariusz Skamra2017-06-201-5/+1
| * | | | | Merge branch 'clockevents/4.13' of https://git.linaro.org/people/daniel.lezca...Thomas Gleixner2017-06-203-20/+13
| |\ \ \ \ \
| | * | | | | clocksource/drivers: Add an alias macro CLOCKSOURCE_OF_DECLAREDaniel Lezcano2017-06-141-0/+3
| | * | | | | clocksource/drivers: Rename CLKSRC_OF to TIMER_OFDaniel Lezcano2017-06-142-2/+2
| | * | | | | clocksource/drivers: Rename clksrc table to timerDaniel Lezcano2017-06-142-5/+6
| | * | | | | clocksource/drivers: Rename CLOCKSOURCE_ACPI_DECLARE to TIMER_ACPI_DECLAREDaniel Lezcano2017-06-141-1/+1
| | * | | | | clocksource/drivers: Rename clocksource_probe to timer_probeDaniel Lezcano2017-06-141-2/+2