summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2015-12-13watchdog: bcm47xx_wdt: use core restart handlerDamien Riegel1-1/+0
2015-12-13watchdog: core: add restart handler supportDamien Riegel1-0/+6
2015-12-13spi: add spi_message_init_no_memset to avoid zeroing the spi_messageMartin Sperl1-1/+6
2015-12-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-4/+4
2015-12-12Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+14
2015-12-12kernel: remove stop_machine() Kconfig dependencyChris Wilson1-3/+3
2015-12-12mm: kmemleak: mark kmemleak_init prototype as __initNicolas Iooss1-1/+1
2015-12-12net/mlx5: Use flow steering infrastructure for mlx5_enMaor Gottlieb2-63/+38
2015-12-12net/mlx5_core: Flow steering tree initializationMaor Gottlieb2-0/+10
2015-12-12net/mlx5_core: Introduce flow steering firmware commandsMaor Gottlieb2-10/+69
2015-12-12Merge branch 'pm-opp' into pm-cpufreqRafael J. Wysocki1-0/+22
2015-12-12netcp: try to reduce type confusion in descriptorsArnd Bergmann1-11/+11
2015-12-12USB: add quirk for devices with broken LPMAlan Stern1-0/+3
2015-12-11irq_poll: remove unused data and max fieldsChristoph Hellwig1-2/+0
2015-12-11irq_poll: mark __irq_poll_complete staticChristoph Hellwig1-1/+0
2015-12-11irq_poll: fold irq_poll_disable_pending into irq_poll_softirqChristoph Hellwig1-5/+0
2015-12-11irq_poll: fold irq_poll_sched_prep into irq_poll_schedChristoph Hellwig1-13/+0
2015-12-11irq_poll: make blk-iopoll available outside the block layerChristoph Hellwig3-47/+47
2015-12-11ses: fix additional element traversal bugJames Bottomley1-0/+4
2015-12-11EDAC: Unexport and make edac_subsys staticBorislav Petkov1-1/+0
2015-12-11EDAC: Rip out the edac_subsys reference countingBorislav Petkov1-1/+0
2015-12-11EDAC, mpc85xx: Make mpc85xx-pci-edac a platform deviceScott Wood1-0/+8
2015-12-11gpio: rcar: Remove obsolete platform data supportGeert Uytterhoeven1-29/+0
2015-12-11time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflowJohn Stultz1-0/+26
2015-12-11Merge branches 'pci/aspm', 'pci/hotplug', 'pci/misc' and 'pci/msi' into nextBjorn Helgaas2-2/+6
2015-12-11PCI: Add Netronome vendor and device IDsJason S. McMullan1-0/+6
2015-12-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-0/+11
2015-12-11PM / OPP: Parse 'opp-<prop>-<name>' bindingsViresh Kumar1-0/+9
2015-12-11PM / OPP: Parse 'opp-supported-hw' bindingViresh Kumar1-0/+13
2015-12-10irqchip/gic-v3: Add missing struct device_node declarationMarc Zyngier1-0/+1
2015-12-10Merge tag 'reset-for-4.5' of git://git.pengutronix.de/git/pza/linux into next...Arnd Bergmann1-4/+13
2015-12-10netfilter: nfnetlink: avoid recurrent netns lookups in call_batchPablo Neira Ayuso1-1/+1
2015-12-10dmaengine: sh: Remove unused R-Car HPB-DMAC driverGeert Uytterhoeven1-103/+0
2015-12-10Merge branch 'fix/edma' into fixesVinod Koul1-1/+1
2015-12-10dmaengine: edma: DT: Change memcpy channel array from 16bit to 32bit typePeter Ujfalusi1-1/+1
2015-12-10ARM: OMAP2+: Add DPPLS clock manager for dm814xTony Lindgren1-0/+1
2015-12-10Merge tag 'vfio-v4.4-rc5' of git://github.com/awilliam/linux-vfioLinus Torvalds1-3/+0
2015-12-10Merge tag 'devicetree-fixes-for-4.4-rc4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-7/+12
2015-12-10mtd: partitions: support a cleanup callback for parsersBrian Norris1-0/+1
2015-12-09cgroup: fix sock_cgroup_data initialization on earlier compilersTejun Heo1-2/+2
2015-12-09bitops.h: correctly handle rol32 with 0 byte shiftSasha Levin1-1/+1
2015-12-09mtd: partitions: pass around 'mtd_partitions' wrapper structBrian Norris1-0/+7
2015-12-09mtd: partitions: make parsers return 'const' partition arraysBrian Norris1-1/+1
2015-12-09mm/memblock: add MEMBLOCK_NOMAP attribute to memblock memory tableArd Biesheuvel1-0/+8
2015-12-09of/irq: move of_msi_map_rid declaration to the correct ifdef sectionRob Herring1-7/+6
2015-12-09of/irq: Export of_irq_find_parent againCarlo Caione1-0/+6
2015-12-09teach nfs_get_link() to work in RCU modeAl Viro1-0/+1
2015-12-09replace ->follow_link() with new method that could stay in RCU modeAl Viro1-3/+3
2015-12-09don't put symlink bodies in pagecache into highmemAl Viro1-0/+1
2015-12-09sock, cgroup: add sock->sk_cgroupTejun Heo2-6/+123