aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-11-26x86, htirq: Use hierarchy irqdomain to manage Hypertransport interruptsJiang Liu1-6/+18
2014-11-26iommu/vt-d: Refine the interfaces to create IRQ for DMAR unitJiang Liu1-1/+2
2014-11-26iommu/vt-d: Enhance Intel IR driver to suppport hierarchy irqdomainJiang Liu1-0/+4
2014-11-26x86, htirq: Use new irqdomain interfaces to allocate/free IRQJiang Liu1-0/+2
2014-11-25Merge branch 'x86/vt-d' of git://git.kernel.org/pub/scm/linux/kernel/git/joro...Thomas Gleixner1-6/+44
2014-11-24Merge branch 'irq/irqdomain' into x86/apicThomas Gleixner7-23/+364
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-23asm-generic: Add msi.hThomas Gleixner1-0/+32
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-18iommu/vt-d: Implement DMAR unit hotplug frameworkJiang Liu1-0/+33
2014-11-18iommu/vt-d: Dynamically allocate and free seq_id for DMAR unitsJiang Liu1-0/+6
2014-11-18iommu/vt-d: Introduce helper function dmar_walk_resources()Jiang Liu1-10/+9
2014-11-12PCI/MSI: Rename "struct msi_chip" to "struct msi_controller"Yijing Wang3-10/+10
2014-11-11s390/MSI: Use __msi_mask_irq() instead of default_msi_mask_irq()Yijing Wang1-2/+0
2014-11-11Revert "PCI: Add x86_msi.msi_mask_irq() and msix_mask_irq()"Yijing Wang1-2/+4
2014-11-06PCI/MSI: Add pci_msi_ignore_mask to prevent writes to MSI/MSI-X Mask BitsYijing Wang1-0/+1
2014-11-03x86, irq: Introduce helper to check whether an IOAPIC has been registeredJiang Liu1-0/+1
2014-11-03x86, irq: Keep balance of IOAPIC pin reference countJiang Liu1-0/+1
2014-11-03ACPI: Add interfaces to parse IOAPIC ID for IOAPIC hotplugYinghai Lu1-0/+4
2014-11-02Merge tag 'for-linus-20141102' of git://git.infradead.org/linux-mtdLinus Torvalds1-18/+3
2014-11-02Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2-6/+5
2014-11-02Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+0
2014-11-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-3/+22
2014-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-2/+42
2014-10-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2014-10-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-7/+7
2014-10-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-11/+9
2014-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-0/+20
2014-10-31netfilter: nf_reject_ipv6: split nf_send_reset6() in smaller functionsPablo Neira Ayuso1-0/+10
2014-10-31netfilter: nf_reject_ipv4: split nf_send_reset() in smaller functionsPablo Neira Ayuso1-0/+10
2014-10-31Return short read or 0 at end of a raw device, not EIODavid Jeffery1-0/+1
2014-10-30drivers/net, ipv6: Select IPv6 fragment idents for virtio UFO packetsBen Hutchings1-0/+2
2014-10-30net: skb_fclone_busy() needs to detect orphaned skbEric Dumazet1-2/+6
2014-10-30Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar1-9/+9
2014-10-29Merge branch 'akpm' (incoming from Andrew Morton)Linus Torvalds4-52/+33
2014-10-29mm: memcontrol: fix missed end-writeback page accountingJohannes Weiner1-41/+17
2014-10-29mm: page-writeback: inline account_page_dirtied() into single callerJohannes Weiner1-1/+0
2014-10-29mm, thp: fix collapsing of hugepages on madviseDavid Rientjes1-7/+10
2014-10-29drivers: of: add return value to of_reserved_mem_device_init()Marek Szyprowski1-3/+6
2014-10-29Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2014-10-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-0/+7
2014-10-28block: Fix merge logic when CONFIG_BLK_DEV_INTEGRITY is not definedMartin K. Petersen1-2/+2
2014-10-28overlayfs: fix lockdep misannotationMiklos Szeredi1-3/+6
2014-10-28rcu: Provide counterpart to rcu_dereference() for non-RCU situationsPaul E. McKenney1-0/+15
2014-10-28usbnet: add a callback for set_rx_modeOlivier Blin1-0/+4
2014-10-28skbuff.h: fix kernel-doc warning for headers_endRandy Dunlap1-0/+4
2014-10-28rcu: Make rcu_barrier() understand about missing rcuo kthreadsPaul E. McKenney1-9/+9
2014-10-28drm/radeon: remove invalid pci idAlex Deucher1-1/+0
2014-10-28compiler/gcc4+: Remove inaccurate comment about 'asm goto' miscompilesSteven Noonan2-2/+0
2014-10-28perf: Fix typos in sample code in the perf_event.h headerAndy Lutomirski1-7/+7
2014-10-28sched: Update comments for CLONE_NEWNSChen Hanxiao1-1/+1
2014-10-28scsi: set REQ_QUEUE for the blk-mq caseChristoph Hellwig1-4/+4
2014-10-28Revert "block: all blk-mq requests are tagged"Christoph Hellwig1-2/+1
2014-10-27Merge tag 'media/v3.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+9
2014-10-27Merge remote-tracking branch 'regulator/fix/core' into regulator-linusMark Brown1-0/+2
2014-10-26Merge tag 'armsoc-for-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-4/+4
2014-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-0/+43
2014-10-25ARM: i.MX6: Fix "emi" clock name typoSteve Longerbeam1-4/+4
2014-10-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2014-10-24Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+3
2014-10-24Merge tag 'pm+acpi-3.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-4/+35
2014-10-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds4-0/+89
2014-10-24kvm: vfio: fix unregister kvm_device_ops of vfioWanpeng Li1-0/+1
2014-10-24Revert "[media] v4l2-dv-timings: fix a sparse warning"Mauro Carvalho Chehab1-0/+9
2014-10-24fs: limit filesystem stacking depthMiklos Szeredi1-0/+11
2014-10-24vfs: add RENAME_WHITEOUTMiklos Szeredi1-0/+1
2014-10-24vfs: add whiteout supportMiklos Szeredi1-0/+11
2014-10-24vfs: export check_sticky()Miklos Szeredi1-0/+9
2014-10-24vfs: introduce clone_private_mount()Miklos Szeredi1-0/+3
2014-10-24vfs: export __inode_permission() to modulesMiklos Szeredi1-0/+1
2014-10-24vfs: export do_splice_direct() to modulesMiklos Szeredi1-0/+3
2014-10-24vfs: add i_op->dentry_open()Miklos Szeredi1-0/+4
2014-10-23Merge tag 'remove-weak-declarations' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-19/+18
2014-10-23Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-0/+18
2014-10-23Merge branches 'pm-cpuidle' and 'pm-cpufreq'Rafael J. Wysocki2-0/+24
2014-10-23Merge branch 'freezer'Rafael J. Wysocki1-0/+3
2014-10-23Merge branch 'pm-qos'Rafael J. Wysocki1-1/+4
2014-10-22uprobes: Remove "weak" from function declarationsBjorn Helgaas1-7/+7
2014-10-22memory-hotplug: Remove "weak" from memory_block_size_bytes() declarationBjorn Helgaas1-1/+1
2014-10-22kgdb: Remove "weak" from kgdb_arch_pc() declarationBjorn Helgaas1-1/+1
2014-10-22vmcore: Remove "weak" from function declarationsBjorn Helgaas1-8/+7
2014-10-22clocksource: Remove "weak" from clocksource_default_clock() declarationBjorn Helgaas1-1/+1
2014-10-22audit: Remove "weak" from audit_classify_compat_syscall() declarationBjorn Helgaas1-1/+1
2014-10-21OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko1-0/+3
2014-10-21mtd: m25p80,spi-nor: Fix module aliases for m25p80Ben Hutchings1-1/+0
2014-10-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds4-1/+171
2014-10-21Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osdLinus Torvalds7-8/+8
2014-10-21Merge branch 'mailbox-for-linus' of git://git.linaro.org/landing-teams/workin...Linus Torvalds3-0/+179
2014-10-21Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds1-7/+2
2014-10-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds1-3/+13
2014-10-21cpufreq: cpufreq-dt: extend with platform_dataThomas Petazzoni1-0/+22
2014-10-21cpufreq: allow driver-specific dataThomas Petazzoni1-0/+2
2014-10-21ACPICA: Update version to 20140926.Bob Moore1-1/+1
2014-10-21ACPICA: Events: Reduce source code difference for the ACPI_EVENT_FLAG_HANDLE ...Lv Zheng1-1/+1
2014-10-21ACPICA: Events: Reduce source code difference for the ACPI_EVENT_FLAG_HANDLE ...Lv Zheng1-2/+2
2014-10-21ACPICA: Add string for _DDN method name.Bob Moore1-0/+1
2014-10-20HID: add keyboard input assist hid usagesOlivier Gay1-0/+7
2014-10-20watchdog: simplify definitions of WATCHDOG_NOWAYOUT(_INIT_STATUS)?Uwe Kleine-König1-7/+2
2014-10-20Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds4-14/+95
2014-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-0/+6
2014-10-19Merge git://git.infradead.org/users/eparis/auditLinus Torvalds4-24/+18
2014-10-19Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-3/+21
2014-10-19Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2-26/+41
2014-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+2
2014-10-19Boaz Harrosh - Fix broken email addressBoaz Harrosh7-8/+8
2014-10-18Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds8-121/+156
2014-10-18Merge tag 'fbdev-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba...Linus Torvalds2-1/+19
2014-10-18Merge tag 'kvm-arm-for-3.18-take-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+10
2014-10-18Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-0/+9
2014-10-18Merge tag 'nfs-for-3.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-0/+23
2014-10-18Merge tag 'dm-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/device-m...Linus Torvalds1-2/+2
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds10-90/+159
2014-10-18Merge tag 'for-linus-20141015' of git://git.infradead.org/linux-mtdLinus Torvalds4-11/+40
2014-10-18Merge tag 'md/3.18' of git://neil.brown.name/mdLinus Torvalds1-1/+0
2014-10-18Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-0/+31
2014-10-18tcp: fix build error if IPv6 is not enabledEric Dumazet1-0/+2
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds15-69/+121
2014-10-17net: dsa: add includes for ethtool and phy_fixed definitionsFlorian Fainelli1-0/+1
2014-10-17ipv6: introduce tcp_v6_iif()Eric Dumazet2-2/+12
2014-10-17mtd: spi-nor: make spi_nor_scan() take a chip type name, not spi_device_idBen Hutchings1-17/+3
2014-10-17ipv4: clean up cookie_v4_check()Cong Wang1-3/+2
2014-10-17ipv4: share tcp_v4_save_options() with cookie_v4_check()Cong Wang1-0/+20
2014-10-17random: add and use memzero_explicit() for clearing dataDaniel Borkmann1-2/+3
2014-10-17Merge branch 'int340x-thermal' of .git into nextZhang Rui3-0/+6
2014-10-16netlink: fix description of portidNicolas Dichtel1-1/+1
2014-10-16arm/arm64: KVM: Fix BE accesses to GICv2 EISR and ELRSR regsChristoffer Dall1-2/+2
2014-10-15net: Add ndo_gso_checkTom Herbert1-1/+11
2014-10-15Merge branch 'topic/dma_control_fsl_acks' into for-linusVinod Koul2-3/+23
2014-10-15dmaengine: remove FSLDMA_EXTERNAL_STARTVinod Koul1-3/+0
2014-10-15dmaengine: freescale: add and export fsl_dma_external_start()Vinod Koul1-0/+13
2014-10-15dmaengine: add dmaengine_prep_dma_sg() helperVinod Koul1-0/+10
2014-10-15dmaengine: dw: export probe()/remove() and Co to usersAndy Shevchenko1-0/+27
2014-10-15dmaengine: dw: split dma-dw.h to platform and private partsAndy Shevchenko2-23/+41
2014-10-15dmaengine: dw: move private definitions to regs.hAndy Shevchenko1-31/+0
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-9/+17
2014-10-15Merge tag 'llvmlinux-for-v3.18' of git://git.linuxfoundation.org/llvmlinux/ke...Linus Torvalds1-0/+5
2014-10-15Merge tag 'iommu-updates-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-19/+25
2014-10-15Merge tag 'clk-for-linus-3.18' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds14-7/+337
2014-10-15Merge tag 'mfd-for-linus-3.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds15-108/+626
2014-10-15Merge tag 'for-v3.18' of git://git.infradead.org/battery-2.6Linus Torvalds3-27/+106
2014-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds3-98/+133
2014-10-15virtio: add API to enable VQs earlyMichael S. Tsirkin1-0/+17
2014-10-15virtio: defer config changed notificationsMichael S. Tsirkin1-0/+6
2014-10-15virtio-pci: move freeze/restore to virtio coreMichael S. Tsirkin1-0/+6
2014-10-15virtio: unify config_changed handlingMichael S. Tsirkin1-0/+2
2014-10-14genl_magic: Resolve logical-op warningsMark Rustad1-2/+2
2014-10-14net: filter: move common defines into bpf_common.hAlexei Starovoitov4-55/+58
2014-10-14libceph: sync osd op definitions in rados.hIlya Dryomov1-96/+129
2014-10-14libceph: remove redundant declarationFabian Frederick1-1/+0
2014-10-14libceph: reference counting pagelistYan, Zheng1-1/+4
2014-10-14isdn/capi: correct capi20_manufacturer argument type mismatchTilman Schmidt1-1/+1
2014-10-14ipv6: remove aca_lock spinlock from struct ifacaddr6Li RongQing1-1/+0
2014-10-14skbuff: fix ftrace handling in skb_unshareAlexander Aring1-1/+6
2014-10-14net: sctp: fix panic on duplicate ASCONF chunksDaniel Borkmann1-0/+5
2014-10-14net: sctp: fix skb_over_panic when receiving malformed ASCONF chunksDaniel Borkmann1-3/+3
2014-10-14block: Remove REQ_KERNELMartin K. Petersen3-6/+2
2014-10-14crypto: LLVMLinux: Add macro to remove use of VLAIS in crypto codeBehan Webster1-0/+5
2014-10-14Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds23-1005/+773
2014-10-14md: discard PRINT_RAID_DEBUG ioctlNeilBrown1-1/+0
2014-10-14Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds15-118/+161
2014-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2-1/+3
2014-10-14Merge branch 'x86-seccomp-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-9/+16
2014-10-14Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2014-10-14mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY clearedPeter Feiner2-0/+19
2014-10-14kernel/param: consolidate __{start,stop}___param[] in <linux/moduleparam.h>Geert Uytterhoeven1-0/+2
2014-10-14kernel/watchdog.c: control hard lockup detection defaultUlrich Obergfell1-0/+13
2014-10-14lib80211: remove unused print_ssid()Andy Shevchenko1-5/+0
2014-10-14lib / string_helpers: introduce string_escape_mem()Andy Shevchenko1-0/+31
2014-10-14lib / string_helpers: move documentation to c-fileAndy Shevchenko1-34/+0
2014-10-14include/linux: remove strict_strto* definitionsDaniel Walter1-4/+0
2014-10-14lib: string: Make all calls to strnicmp into calls to strncasecmpRasmus Villemoes1-1/+1
2014-10-14x86: optimize resource lookups for ioremapMike Travis1-0/+1
2014-10-14rbtree: add comment to rb_insert_augmented()Lai Jiangshan1-0/+10
2014-10-14kexec: take the segment adding out of locate_mem_hole functionsBaoquan He1-0/+1
2014-10-14signal: use BUILD_BUG() instead of _NSIG_WORDS_is_unsupported_size()Oleg Nesterov1-16/+13
2014-10-14lib: remove prio_heapLai Jiangshan1-58/+0
2014-10-14list: include linux/kernel.hMasahiro Yamada1-0/+1
2014-10-14drivers: dma-contiguous: add initialization from device treeMarek Szyprowski1-0/+3
2014-10-14kernel: add support for gcc 5Sasha Levin1-0/+66
2014-10-13netfilter: nf_tables: restrict nat/masq expressions to nat chain typePablo Neira Ayuso2-0/+6
2014-10-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-6/+41
2014-10-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-10/+22