summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2016-03-205-5/+67
|\
| * vhost_net: basic polling supportJason Wang2016-03-111-0/+6
| * virtio_blk: VIRTIO_BLK_F_WCE->VIRTIO_BLK_F_FLUSHMichael S. Tsirkin2016-03-021-3/+3
| * virtio: Add improved queue allocation APIAndy Lutomirski2016-03-022-2/+56
| * dma: Provide simple noop dma opsChristian Borntraeger2016-03-021-0/+2
* | Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2016-03-201-9/+34
|\ \
| * | watchdog: Add support for minimum time between heartbeatsGuenter Roeck2016-03-161-0/+3
| * | watchdog: Introduce WDOG_HW_RUNNING flagGuenter Roeck2016-03-161-0/+10
| * | watchdog: Introduce hardware maximum heartbeat in watchdog coreGuenter Roeck2016-03-161-8/+20
| * | watchdog: Add 'action' and 'data' parameters to restart handler callbackGuenter Roeck2016-03-011-1/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-03-209-55/+25
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'work.lookups', 'work.misc' and 'work.preadv2' into for-nextAl Viro2016-03-189-55/+25
| |\ \ \ \
| | | | * | blk-mq: enable polling support by defaultChristoph Hellwig2016-03-041-1/+2
| | | | * | vfs: add the RWF_HIPRI flag for preadv2/pwritev2Christoph Hellwig2016-03-042-0/+4
| | | | * | vfs: vfs: Define new syscalls preadv2,pwritev2Milosz Tanski2016-03-042-0/+12
| | | | * | vfs: pass a flags argument to vfs_readv/vfs_writevChristoph Hellwig2016-03-041-2/+2
| | | |/ /
| | * | | untangle fsnotify_d_instantiate() a bitAl Viro2016-03-142-16/+2
| | * | | uninline d_add()Al Viro2016-03-141-14/+1
| | * | | replace d_add_unique() with saner primitiveAl Viro2016-03-141-17/+1
| | * | | kill dentry_unhash()Al Viro2016-03-141-5/+0
| | * | | namei: teach lookup_slow() to skip revalidateAl Viro2016-03-141-0/+1
| |/ / /
* | | | Merge branch 'stable-4.6' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-03-201-0/+1
|\ \ \ \
| * | | | audit: stop an old auditd being starved out by a new auditdRichard Guy Briggs2016-01-261-0/+1
* | | | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2016-03-205-5/+20
|\ \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| | \ \ \ \
| *-----. \ \ \ \ Merge branches 'amba', 'fixes', 'misc' and 'tauros2' into for-nextRussell King2016-03-055-5/+20
| |\ \ \ \ \ \ \ \ | | | | |_|_|_|/ / | | | |/| | | | |
| | | | * | | | | ARM: 8503/1: clk_register_clkdev: remove format string interfaceKees Cook2016-02-161-2/+1
| | | | * | | | | ARM: 8511/1: ARM64: kernel: PSCI: move PSCI idle management code to drivers/f...Lorenzo Pieralisi2016-02-111-0/+3
| | | | * | | | | ARM: 8508/2: videobuf2-dc: Let drivers specify DMA attrsTomasz Figa2016-02-111-1/+10
| | | | * | | | | ARM: 8506/1: common: DMA-mapping: add DMA_ATTR_ALLOC_SINGLE_PAGES attributeDoug Anderson2016-02-111-0/+1
| | | |/ / / / /
| | * / / / / / ARM: 8524/1: driver cohandle -EPROBE_DEFER from bus_type.match()Tomeu Vizoso2016-02-161-2/+5
| | |/ / / / /
* | | | | | | Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-03-198-8/+162
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2016-03-142-2/+105
| |\ \ \ \ \ \ \
| | * | | | | | | qe: Make cpm_muram_alloc_common staticSaurabh Sengar2016-03-091-2/+0
| | * | | | | | | powerpc/rcpm: add RCPM driverchenhui zhao2016-03-051-0/+105
| * | | | | | | | cxl: Remove cxl_get_phys_dev() kernel APIFrederic Barrat2016-03-091-3/+0
| * | | | | | | | cxl: Support the cxl kernel API from a guestFrederic Barrat2016-03-091-0/+5
| * | | | | | | | cxl: Support to flash a new image on the adapter from a guestChristophe Lombard2016-03-091-0/+24
| * | | | | | | | PCI: Add pcibios_bus_add_device() weak functionWei Yang2016-03-081-0/+1
| * | | | | | | | PCI/IOV: Rename and export virtfn_{add, remove}Wei Yang2016-03-081-0/+8
| |/ / / / / / /
| * | | | | | | mm: Some arch may want to use HPAGE_PMD related values as variablesKirill A. Shutemov2016-03-032-3/+9
| * | | | | | | Merge tag 'powerpc-4.5-4' into nextMichael Ellerman2016-02-251-0/+8
| |\ \ \ \ \ \ \
| * | | | | | | | atomics: Allow architectures to define their own __atomic_op_* helpersBoqun Feng2016-02-171-0/+10
* | | | | | | | | Merge tag 'devicetree-for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-03-191-9/+9
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | of: add 'const' for of_property_*_string*() parameter '*np'David Rivshin2016-03-031-9/+9
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-19130-954/+4241
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | bonding: fix bond_get_stats()Eric Dumazet2016-03-191-0/+1
| * | | | | | | | | net: fix a comment typoZhang Shengju2016-03-191-1/+1
| * | | | | | | | | ip_tunnels, bpf: define IP_TUNNEL_OPTS_MAX and use itDaniel Borkmann2016-03-191-0/+7
| * | | | | | | | | bpf, dst: add and use dst_tclassid helperDaniel Borkmann2016-03-191-0/+12
| * | | | | | | | | clk: rockchip: add clock-id for rk3036 emac pll source clockXing Zheng2016-03-171-0/+1