summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2014-11-24PCI/MSI: Add device flag indicating that 64-bit MSIs don't workBenjamin Herrenschmidt1-0/+1
2014-11-24ACPI: Add _DEP support to fix battery issue on Asus T100TALan Tianyu1-0/+1
2014-11-23Merge branch 'for-3.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+7
2014-11-23percpu-ref: fix DEAD flag contamination of percpu pointerTejun Heo1-1/+7
2014-11-23kvm: x86: move assigned-dev.c and iommu.c to arch/x86/Radim Krčmář1-26/+0
2014-11-23PCI/MSI: Allow an msi_controller to be associated to an irq domainMarc Zyngier1-0/+3
2014-11-23PCI/MSI: Provide mechanism to alloc/free MSI/MSIX interrupt from irqdomainJiang Liu1-0/+3
2014-11-23PCI/MSI: Enhance core to support hierarchy irqdomainJiang Liu1-0/+14
2014-11-23genirq: Provide default callbacks for msi_domain_opsJiang Liu1-5/+37
2014-11-23genirq: Introduce msi_domain_alloc/free_irqs()Jiang Liu1-0/+29
2014-11-23genirq: Add generic msi irq domain supportJiang Liu1-0/+45
2014-11-23genirq: Introduce callback irq_chip.irq_write_msi_msgJiang Liu1-0/+8
2014-11-23irqdomain: Introduce helper function irq_domain_add_hierarchy()Jiang Liu1-0/+4
2014-11-23irqdomain: Implement a method to automatically call parent domains alloc/freeJiang Liu1-15/+9
2014-11-23genirq: Introduce helper irq_domain_set_info() to reduce duplicated codeJiang Liu1-0/+5
2014-11-23genirq: Split out flow handler typedefs into seperate header fileThomas Gleixner2-5/+15
2014-11-23genirq: Add IRQ_SET_MASK_OK_DONE to support stacked irqchipJiang Liu1-0/+4
2014-11-23genirq: Introduce irq_chip.irq_compose_msi_msg() to support stacked irqchipJiang Liu1-0/+5
2014-11-23genirq: Add more helper functions to support stacked irq_chipYingjoe Chen1-0/+6
2014-11-23genirq: Introduce helper functions to support stacked irq_chipJiang Liu1-0/+5
2014-11-23irqdomain: Introduce new interfaces to support hierarchy irqdomainsJiang Liu2-0/+103
2014-11-23PCI/MSI: Introduce helpers to hide struct msi_desc implementation detailsJiang Liu1-0/+19
2014-11-23PCI/MSI: Rename mask/unmask_msi_irq et alThomas Gleixner1-5/+13
2014-11-23PCI/MSI: Rename write_msi_msg() to pci_write_msi_msg()Jiang Liu1-2/+12
2014-11-23PCI/MSI: Rename __read_msi_msg() to __pci_read_msi_msg()Jiang Liu1-2/+3
2014-11-23ARM: imx6sx: add imx6sx iomux-gpr field defineFugang Duan1-0/+39
2014-11-22percpu: Replace smp_read_barrier_depends() with lockless_dereference()Pranith Kumar1-3/+1
2014-11-22phy: remove the old lookup methodHeikki Krogerus1-34/+4
2014-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-14/+34
2014-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-1/+7
2014-11-22Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-5/+0
2014-11-22Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+5
2014-11-22Merge tag 'master-2014-11-20' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller5-2/+98
2014-11-21time: Remove timekeeping_inject_sleeptime()John Stultz1-11/+0
2014-11-21rtc/lib: Provide y2038 safe rtc_tm_to_time()/rtc_time_to_tm() replacementpang.xunlei1-2/+19
2014-11-21time: Expose get_monotonic_coarse64() for in-kernel usesJohn Stultz1-1/+10
2014-11-21time: Expose getrawmonotonic64 for in-kernel usesJohn Stultz1-1/+14
2014-11-21time: Provide y2038 safe mktime() replacementpang.xunlei1-3/+14
2014-11-21time: Provide y2038 safe timekeeping_inject_sleeptime() replacementpang.xunlei1-1/+12
2014-11-21time: Provide y2038 safe do_settimeofday() replacementpang.xunlei1-1/+20
2014-11-21mlx5: don't duplicate kvfree()Al Viro1-8/+0
2014-11-21ftrace, kprobes: Support IPMODIFY flag to find IP modify conflictMasami Hiramatsu1-2/+14
2014-11-21net: move vlan pop/push functions into common codeJiri Pirko1-0/+2
2014-11-21net: move make_writable helper into common codeJiri Pirko1-0/+1
2014-11-21vlan: introduce __vlan_insert_tag helper which does not free skbJiri Pirko1-11/+34
2014-11-21vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko1-0/+34
2014-11-21vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko1-3/+5
2014-11-21vlan: kill vlan_put_tag helperJiri Pirko1-19/+0
2014-11-21vlan: make __vlan_hwaccel_put_tag return voidJiri Pirko1-5/+4
2014-11-21net: phy: micrel: add generic clock-mode-select supportJohan Hovold1-1/+0