summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | padata: Avoid nested calls to cpus_read_lock() in pcrypt_init_padata()Sebastian Andrzej Siewior2017-05-261-5/+6
| * | | padata: Make padata_alloc() staticThomas Gleixner2017-05-262-19/+16
| * | | stop_machine: Provide stop_machine_cpuslocked()Sebastian Andrzej Siewior2017-05-262-7/+30
| * | | cpu/hotplug: Add __cpuhp_state_add_instance_cpuslocked()Thomas Gleixner2017-05-262-3/+24
| * | | cpu/hotplug: Provide cpuhp_setup/remove_state[_nocalls]_cpuslocked()Sebastian Andrzej Siewior2017-05-262-11/+65
| * | | cpu/hotplug: Provide lockdep_assert_cpus_held()Thomas Gleixner2017-05-261-0/+2
| * | | cpu/hotplug: Provide cpus_read|write_[un]lock()Thomas Gleixner2017-05-262-33/+37
* | | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-036-25/+85
|\ \ \ \
| * | | | x86/tsc: Call check_system_tsc_reliable() before unsynchronized_tsc()Zhenzhong Duan2017-06-221-2/+2
| * | | | x86/hpet: Do not use smp_processor_id() in preemptible codeBorislav Petkov2017-06-201-1/+1
| * | | | x86/time: Make setup_default_timer_irq() staticDou Liyang2017-06-132-2/+1
| * | | | x86/tsc: Remove the TSC_ADJUST clampPeter Zijlstra2017-06-041-20/+1
| * | | | x86/apic: Add TSC_DEADLINE quirk due to errataPeter Zijlstra2017-06-041-0/+79
| * | | | x86/apic: Change the lapic name in deadline modePeter Zijlstra2017-06-041-0/+1
* | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-037-60/+77
|\ \ \ \ \
| * | | | | x86/PCI: Select CONFIG_PCI_LOCKLESS_CONFIGThomas Gleixner2017-06-282-2/+3
| * | | | | PCI: Provide Kconfig option for lockless config space accessorsThomas Gleixner2017-06-282-4/+15
| * | | | | x86/PCI/ce4100: Properly lock accessor functionsThomas Gleixner2017-06-281-39/+48
| * | | | | x86/PCI: Abort if legacy init failsThomas Gleixner2017-06-281-8/+10
| * | | | | x86/PCI: Remove duplicate definesThomas Gleixner2017-06-281-7/+1
* | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-0386-709/+3342
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'irqchip-4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner2017-06-303-3/+6
| |\ \ \ \ \ \
| | * | | | | | irqchip/or1k-pic: Fix interrupt acknowledgementPedro H. Penna2017-06-301-1/+1
| | * | | | | | irqchip/irq-mvebu-gicp: Allocate enough memory for spi_bitmapDan Carpenter2017-06-301-2/+2
| | * | | | | | irqchip/gic-v3: Fix out-of-bound access in gic_set_affinitySuzuki K Poulose2017-06-301-0/+3
| * | | | | | | nvme: Allocate queues for all possible CPUsChristoph Hellwig2017-06-281-1/+1
| * | | | | | | blk-mq: Create hctx for each present CPUChristoph Hellwig2017-06-283-115/+11
| * | | | | | | blk-mq: Include all present CPUs in the default queue mappingChristoph Hellwig2017-06-281-3/+2
| * | | | | | | genirq: Avoid unnecessary low level irq function callsJeffy Chen2017-06-261-20/+33
| * | | | | | | genirq: Set irq masked state when initializing irq_descJeffy Chen2017-06-261-0/+1
| * | | | | | | genirq/timings: Add infrastructure for estimating the next interrupt arrival ...Daniel Lezcano2017-06-243-0/+359
| * | | | | | | genirq/timings: Add infrastructure to track the interrupt timingsDaniel Lezcano2017-06-247-0/+134
| * | | | | | | genirq/debugfs: Remove pointless NULL pointer checkThomas Gleixner2017-06-242-8/+6
| * | | | | | | Merge tag 'irqchip-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...Thomas Gleixner2017-06-2325-90/+1134
| |\| | | | | |
| | * | | | | | irqchip/gic-v3-its: Don't assume GICv3 hardware supports 16bit INTIDShanker Donthineni2017-06-231-14/+10
| | * | | | | | irqchip/gic-v3-its: Add ACPI NUMA node mappingGanapatrao Kulkarni2017-06-231-1/+75
| | * | | | | | irqchip/gic-v3-its-platform-msi: Make of_device_ids constArvind Yadav2017-06-231-1/+1
| | * | | | | | irqchip/gic-v3-its: Make of_device_ids constArvind Yadav2017-06-231-1/+1
| | * | | | | | irqchip/irq-mvebu-icu: Add new driver for Marvell ICUThomas Petazzoni2017-06-234-0/+308
| | * | | | | | irqchip/irq-mvebu-gicp: Add new driver for Marvell GICPThomas Petazzoni2017-06-234-0/+294
| | * | | | | | dt-bindings/interrupt-controller: Add DT binding for the Marvell ICUThomas Petazzoni2017-06-231-0/+51
| | * | | | | | dt-bindings/interrupt-controller: Add DT binding for the Marvell GICPThomas Petazzoni2017-06-221-0/+27
| | * | | | | | irqchip/qcom: Use builtin_platform_driver to simplify the codeWei Yongjun2017-06-221-6/+1
| | * | | | | | irqchip/aspeed-i2c-ic: Add I2C IRQ controller for AspeedBrendan Higgins2017-06-222-1/+116
| | * | | | | | irqchip/aspeed-i2c-ic: Add binding docs for Aspeed I2C Interrupt ControllerBrendan Higgins2017-06-221-0/+25
| | * | | | | | irqchip/aspeed-vic: Add AST2500 compatible stringAndrew Jeffery2017-06-222-5/+7
| | * | | | | | irqchip/aspeed-vic: Constify irq_domain_opsTobias Klauser2017-06-221-1/+1
| | * | | | | | Revert "irqchip/armada-370-xp: Fix regression by clearing IRQ_NOAUTOEN"Thomas Petazzoni2017-06-221-1/+0
| | * | | | | | irqchip/armada-370-xp: Re-enable per-CPU interrupts at resume timeThomas Petazzoni2017-06-221-6/+40
| | * | | | | | irqchip/armada-370-xp: Document the overall driver logicThomas Petazzoni2017-06-221-0/+80