summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2016-12-12Merge remote-tracking branch 'spi/topic/core' into spi-nextMark Brown1-0/+1
2016-12-12Merge remote-tracking branches 'regulator/topic/gpio', 'regulator/topic/lp873...Mark Brown1-0/+2
2016-12-12Merge remote-tracking branches 'regulator/topic/arizona', 'regulator/topic/by...Mark Brown2-0/+31
2016-12-12Merge tag 'kvm-arm-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini1-4/+4
2016-12-12sparc64:Support User Probes for sparcAllen Pais1-0/+1
2016-12-12fscrypt: Rename FS_WRITE_PATH_FL to FS_CTX_HAS_BOUNCE_BUFFER_FLDavid Gstir1-1/+0
2016-12-12fscrypt: Delay bounce page pool allocation until neededDavid Gstir1-1/+0
2016-12-12fscrypt: Cleanup page locking requirements for fscrypt_{decrypt,encrypt}_page()David Gstir1-1/+1
2016-12-12fscrypt: Cleanup fscrypt_{decrypt,encrypt}_page()David Gstir1-4/+4
2016-12-12fscrypt: move the policy flags and encryption mode definitions to uapi headerTheodore Ts'o1-14/+0
2016-12-12fscrypt: move non-public structures and constants to fscrypt_private.hTheodore Ts'o1-65/+3
2016-12-12fscrypt: unexport fscrypt_initialize()Theodore Ts'o1-1/+0
2016-12-12fscrypt: rename get_crypt_info() to fscrypt_get_crypt_info()Theodore Ts'o1-1/+0
2016-12-12fscrypto: move ioctl processing more fully into common codeEric Biggers1-6/+6
2016-12-11Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar9-11/+41
2016-12-11Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar9-11/+41
2016-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+3
2016-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+2
2016-12-10hwmon: (core) Rename groups parameter in API to extra_groupsGuenter Roeck1-4/+4
2016-12-10hwmon: (core) Deprecate hwmon_device_register()Guenter Roeck1-0/+2
2016-12-10hwmon: (core) Add support for string attributes to new APIGuenter Roeck1-2/+17
2016-12-10hwmon: (core) Clarify when read and write callbacks are mandatoryGuenter Roeck1-4/+2
2016-12-10nfs: add support for the umask attributeAndreas Gruenbacher2-0/+3
2016-12-10udp: add batching to udp_rmem_release()Eric Dumazet1-0/+3
2016-12-10udp: copy skb->truesize in the first cache lineEric Dumazet1-1/+8
2016-12-10vfs: refactor clone/dedupe_file_range common functionsDarrick J. Wong1-0/+6
2016-12-09configfs: Minimize #include directivesBart Van Assche1-8/+5
2016-12-09elevator: make the rqhash helpers exportedJens Axboe1-0/+5
2016-12-09blk-mq: add blk_mq_start_stopped_hw_queue()Jens Axboe1-0/+1
2016-12-09vfs: make generic_readlink() staticMiklos Szeredi1-1/+0
2016-12-09vfs: default to generic_readlink()Miklos Szeredi1-0/+1
2016-12-09vfs: replace calling i_op->readlink with vfs_readlink()Miklos Szeredi1-0/+1
2016-12-09block: improve handling of the magic discard payloadChristoph Hellwig2-4/+14
2016-12-09tracing: Have the reg function allow to failSteven Rostedt (Red Hat)2-2/+2
2016-12-09clk: add devm_get_clk_from_child() APIKuninori Morimoto1-4/+25
2016-12-08bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau1-2/+4
2016-12-08phy: add phy fixup unregister functionsWoojung.Huh@microchip.com1-0/+4
2016-12-08bpf: fix state equivalenceAlexei Starovoitov1-7/+7
2016-12-08udp: under rx pressure, try to condense skbsEric Dumazet1-0/+2
2016-12-08net: rfs: add a jump labelEric Dumazet1-0/+1
2016-12-08net: smmac: allow configuring lower pbl valuesNiklas Cassel1-0/+1
2016-12-08net: stmmac: add support for independent DMA pbl for tx/rxNiklas Cassel1-0/+2
2016-12-08NET: usb: cdc_mbim: add quirk for supporting Telit LE922ADaniele Palmas1-1/+2
2016-12-08kthread: Make struct kthread kmalloc'edOleg Nesterov1-0/+1
2016-12-08hotplug: Make register and unregister notifier API symmetricMichal Hocko1-11/+4
2016-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller4-34/+44
2016-12-07PCI: Export host bridge registration interfaceThierry Reding1-0/+2
2016-12-07PCI: Allow driver-specific data in host bridgeThierry Reding1-0/+11
2016-12-07PCI: Add pci_register_host_bridge() interfaceArnd Bergmann1-0/+4
2016-12-07Merge branch 'thread-irq-simpler' into develLinus Walleij1-8/+24