summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* irqchip: mips-gic: Use irq_cpu_online to (un)mask all-VP(E) IRQsPaul Burton2017-11-021-0/+1
* irqdomain: Update the comments of fwnode field of irq_domain structureDou Liyang2017-11-021-2/+2
* irqchip/gic-v3-its: Setup VLPI properties at map timeMarc Zyngier2017-11-021-0/+2
* Merge tag 'v4.14-rc3' into irq/irqchip-4.15Marc Zyngier2017-11-0212-55/+110
|\
| * Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-10-011-0/+14
| |\
| | * timer: Prepare to change timer callback argument typeKees Cook2017-09-281-0/+14
| * | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-10-011-1/+20
| |\ \
| | * | smp/hotplug: Hotplug state fail injectionPeter Zijlstra2017-09-251-1/+2
| | * | smp/hotplug: Add state diagramPeter Zijlstra2017-09-251-0/+18
| | |/
| * | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-10-012-31/+52
| |\ \
| | * | sched/debug: Add explicit TASK_PARKED printingPeter Zijlstra2017-09-292-10/+8
| | * | sched/debug: Add explicit TASK_IDLE printingPeter Zijlstra2017-09-292-5/+14
| | * | sched/tracing: Use common task-state helpersPeter Zijlstra2017-09-291-2/+0
| | * | sched/tracing: Fix trace_sched_switch task-state printingPeter Zijlstra2017-09-292-8/+12
| | * | sched/debug: Convert TASK_state to hexPeter Zijlstra2017-09-291-14/+14
| | * | sched/debug: Implement consistent task-state printingPeter Zijlstra2017-09-291-7/+19
| * | | Merge tag 'pci-v4.14-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-291-0/+2
| |\ \ \
| | * | | PCI: Add dummy pci_acs_enabled() for CONFIG_PCI=n buildGeert Uytterhoeven2017-09-251-0/+2
| * | | | Merge tag 'iommu-fixes-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-291-1/+1
| |\ \ \ \
| | * | | | iommu: Fix comment for iommu_ops.map_sgJean-Philippe Brucker2017-09-271-1/+1
| | | |_|/ | | |/| |
| * | | | Merge branch 'fixes-v4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-291-0/+2
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Merge commit 'keys-fixes-20170927' into fixes-v4.14-rc3James Morris2017-09-281-0/+2
| | |\ \ \
| | | * | | KEYS: prevent creating a different user's keyringsEric Biggers2017-09-251-0/+2
| | | | |/ | | | |/|
| * | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-09-282-4/+4
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | IB: Correct MR length field to be 64-bitParav Pandit2017-09-251-1/+1
| | * | | IB/core: Fix typo in the name of the tag-matching cap structLeon Romanovsky2017-09-252-3/+3
| | | |/ | | |/|
| * | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-263-18/+15
| |\ \ \ | | |/ / | |/| |
| | * | nvmet-fc: sync header templates with commentsJames Smart2017-09-251-5/+8
| | * | nvme: add transport SGL definitionsJames Smart2017-09-251-0/+6
| | * | nvme.h: remove FC transport-specific error valuesJames Smart2017-09-251-13/+0
| | * | blktrace: Fix potential deadlock between delete & sysfs opsWaiman Long2017-09-251-0/+1
| | |/
* | | irqchip/gic-v3-its: Limit scope of VPE mapping to be per ITSMarc Zyngier2017-10-191-0/+1
* | | irqchip/gic-v3-its: Make GICv4_ITS_LIST_MAX globally availableMarc Zyngier2017-10-191-0/+6
* | | irqchip/gic-v3: Add support for Range Selector (RS) featureShanker Donthineni2017-10-191-0/+4
* | | irqdomain: Move revmap_trees_mutex to struct irq_domainMasahiro Yamada2017-10-191-0/+2
* | | irqchip/irq-omap-intc: Remove omap3_init_irq()Ladislav Michl2017-10-161-2/+0
* | | genirq/matrix: Add tracepointsThomas Gleixner2017-09-251-0/+201
* | | genirq: Implement bitmap matrix allocatorThomas Gleixner2017-09-251-0/+22
* | | genirq/irqdomain: Add force reactivation flag to irq domainsThomas Gleixner2017-09-251-0/+5
* | | genirq/irqdomain: Propagate early activationThomas Gleixner2017-09-251-1/+1
* | | genirq/irqdomain: Allow irq_domain_activate_irq() to failThomas Gleixner2017-09-251-1/+1
* | | genirq/irqdomain: Update irq_domain_ops.activate() signatureThomas Gleixner2017-09-251-1/+1
* | | genirq: Make state consistent for !IRQ_DOMAIN_HIERARCHYThomas Gleixner2017-09-251-4/+0
* | | irqdomain/debugfs: Provide domain specific debug callbackThomas Gleixner2017-09-251-1/+5
* | | genirq/msi: Capture device name for debugfsThomas Gleixner2017-09-251-0/+1
|/ /
* | Merge tag 'devicetree-fixes-for-4.14' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-251-0/+7
|\ \
| * | of: provide inline helper for of_find_device_by_nodeArnd Bergmann2017-09-191-0/+7
| |/
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-241-4/+1
|\ \
| * | Revert "genirq: Restrict effective affinity to interrupts actually using it"Thomas Gleixner2017-09-211-4/+1
| |/
* | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-09-241-4/+8
|\ \