summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86, irq: Introduce helper to check whether an IOAPIC has been registeredJiang Liu2014-12-161-0/+1
* x86, irq: Keep balance of IOAPIC pin reference countJiang Liu2014-12-161-0/+1
* Merge branch 'x86/vt-d' of git://git.kernel.org/pub/scm/linux/kernel/git/joro...Thomas Gleixner2014-12-16153-624/+3607
|\
| * Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-12-102-0/+4
| |\
| | * timekeeping: Provide y2038 safe accessor to the seconds portion of CLOCK_REAL...Heena Sirwani2014-10-291-0/+1
| | * timekeeping: Provide fast accessor to the seconds part of CLOCK_MONOTONICHeena Sirwani2014-10-292-0/+3
| * | Merge branch 'x86-mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-105-4/+38
| |\ \
| | * | asm-generic: Remove asm-generic arch_bprm_mm_init()Dave Hansen2014-11-221-5/+0
| | * | mm: Make arch_unmap()/bprm_mm_init() available to all architecturesDave Hansen2014-11-192-9/+14
| | * | x86, mpx: Cleanup unused bound tablesDave Hansen2014-11-181-0/+6
| | * | x86, mpx: On-demand kernel allocation of bounds tablesDave Hansen2014-11-183-0/+15
| | * | x86, mpx: Introduce VM_MPX to indicate that a VMA is MPX specificQiaowei Ren2014-11-181-0/+6
| | * | mpx: Extend siginfo structure to include bound violation informationQiaowei Ren2014-11-181-1/+8
| * | | Merge branch 'irq-irqdomain-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-12-107-23/+358
| |\ \ \
| | * | | genirq: Move irq_chip_write_msi_msg() helper to coreThomas Gleixner2014-12-071-6/+0
| | * | | PCI/MSI: Allow an msi_controller to be associated to an irq domainMarc Zyngier2014-11-231-0/+3
| | * | | PCI/MSI: Provide mechanism to alloc/free MSI/MSIX interrupt from irqdomainJiang Liu2014-11-231-0/+3
| | * | | PCI/MSI: Enhance core to support hierarchy irqdomainJiang Liu2014-11-231-0/+14
| | * | | genirq: Provide default callbacks for msi_domain_opsJiang Liu2014-11-231-5/+37
| | * | | genirq: Introduce msi_domain_alloc/free_irqs()Jiang Liu2014-11-231-0/+29
| | * | | asm-generic: Add msi.hThomas Gleixner2014-11-231-0/+32
| | * | | genirq: Add generic msi irq domain supportJiang Liu2014-11-231-0/+45
| | * | | genirq: Introduce callback irq_chip.irq_write_msi_msgJiang Liu2014-11-231-0/+8
| | * | | irqdomain: Introduce helper function irq_domain_add_hierarchy()Jiang Liu2014-11-231-0/+4
| | * | | irqdomain: Implement a method to automatically call parent domains alloc/freeJiang Liu2014-11-231-15/+9
| | * | | genirq: Introduce helper irq_domain_set_info() to reduce duplicated codeJiang Liu2014-11-231-0/+5
| | * | | genirq: Split out flow handler typedefs into seperate header fileThomas Gleixner2014-11-232-5/+15
| | * | | genirq: Add IRQ_SET_MASK_OK_DONE to support stacked irqchipJiang Liu2014-11-231-0/+4
| | * | | genirq: Introduce irq_chip.irq_compose_msi_msg() to support stacked irqchipJiang Liu2014-11-231-0/+5
| | * | | genirq: Add more helper functions to support stacked irq_chipYingjoe Chen2014-11-231-0/+6
| | * | | genirq: Introduce helper functions to support stacked irq_chipJiang Liu2014-11-231-0/+5
| | * | | irqdomain: Introduce new interfaces to support hierarchy irqdomainsJiang Liu2014-11-232-0/+103
| | * | | PCI/MSI: Introduce helpers to hide struct msi_desc implementation detailsJiang Liu2014-11-231-0/+19
| | * | | PCI/MSI: Rename mask/unmask_msi_irq et alThomas Gleixner2014-11-231-5/+13
| | * | | PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu2014-11-231-2/+12
| | * | | PCI/MSI: Rename __read_msi_msg() to __pci_read_msi_msg()Jiang Liu2014-11-231-2/+3
| | * | | PCI/MSI: Rename "struct msi_chip" to "struct msi_controller"Yijing Wang2014-11-123-10/+10
| | * | | s390/MSI: Use __msi_mask_irq() instead of default_msi_mask_irq()Yijing Wang2014-11-111-2/+0
| | * | | Revert "PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()"Yijing Wang2014-11-111-2/+4
| | * | | PCI/MSI: Add pci_msi_ignore_mask to prevent writes to MSI/MSI-X Mask BitsYijing Wang2014-11-071-0/+1
| * | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-101-7/+25
| |\ \ \ \
| | * | | | genirq: Generic chip: Add big endian I/O accessorsKevin Cernekee2014-11-091-0/+2
| | * | | | genirq: Generic chip: Allow irqchip drivers to override irq_reg_{readl,writel}Kevin Cernekee2014-11-091-2/+12
| | * | | | genirq: Generic chip: Change irq_reg_{readl,writel} argumentsKevin Cernekee2014-11-091-7/+13
| | |/ / /
| * | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-12-103-9/+78
| |\ \ \ \
| | * | | | time: Remove timekeeping_inject_sleeptime()John Stultz2014-11-211-11/+0
| | * | | | rtc/lib: Provide y2038 safe rtc_tm_to_time()/rtc_time_to_tm() replacementpang.xunlei2014-11-211-2/+19
| | * | | | time: Expose get_monotonic_coarse64() for in-kernel usesJohn Stultz2014-11-211-1/+10
| | * | | | time: Expose getrawmonotonic64 for in-kernel usesJohn Stultz2014-11-211-1/+14
| | * | | | time: Provide y2038 safe mktime() replacementpang.xunlei2014-11-211-3/+14