aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v4.14-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-291-0/+2
|\
| * PCI: Add dummy pci_acs_enabled() for CONFIG_PCI=n buildGeert Uytterhoeven2017-09-251-0/+2
* | Merge tag 'iommu-fixes-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-291-1/+1
|\ \
| * | iommu: Fix comment for iommu_ops.map_sgJean-Philippe Brucker2017-09-271-1/+1
* | | Merge branch 'fixes-v4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-291-0/+2
|\ \ \
| * \ \ Merge commit 'keys-fixes-20170927' into fixes-v4.14-rc3James Morris2017-09-281-0/+2
| |\ \ \
| | * | | KEYS: prevent creating a different user's keyringsEric Biggers2017-09-251-0/+2
| | | |/ | | |/|
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-09-282-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | IB: Correct MR length field to be 64-bitParav Pandit2017-09-251-1/+1
| * | | IB/core: Fix typo in the name of the tag-matching cap structLeon Romanovsky2017-09-252-3/+3
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-253-18/+15
|\ \ \ | |/ / |/| |
| * | nvmet-fc: sync header templates with commentsJames Smart2017-09-251-5/+8
| * | nvme: add transport SGL definitionsJames Smart2017-09-251-0/+6
| * | nvme.h: remove FC transport-specific error valuesJames Smart2017-09-251-13/+0
| * | blktrace: Fix potential deadlock between delete & sysfs opsWaiman Long2017-09-251-0/+1
| |/
* | Merge tag 'devicetree-fixes-for-4.14' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-241-0/+7
|\ \
| * | of: provide inline helper for of_find_device_by_nodeArnd Bergmann2017-09-191-0/+7
| |/
* | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-241-4/+1
|\ \
| * | Revert "genirq: Restrict effective affinity to interrupts actually using it"Thomas Gleixner2017-09-211-4/+1
| |/
* | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-09-241-4/+8
|\ \
| * | syscalls: Use CHECK_DATA_CORRUPTION for addr_limit_user_checkThomas Garnier2017-09-171-4/+8
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-09-236-22/+12
|\ \
| * | net: prevent dst uses after freeEric Dumazet2017-09-213-20/+6
| * | net: ethtool: Add back transceiver typeFlorian Fainelli2017-09-211-1/+5
| * | bpf: one perf event close won't free bpf program attached by another perf eventYonghong Song2017-09-201-0/+1
| * | tcp: remove two unused functionsYuchung Cheng2017-09-181-1/+0
| |/
* | Merge tag 'acpi-4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-09-221-14/+4
|\ \
| * | ACPI / bus: Make ACPI_HANDLE() work for non-GPL code againJohn Hubbard2017-09-191-14/+4
| |/
* | Merge tag 'pm-4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-09-221-1/+1
|\ \
| * | driver core: Fix link to device power management documentationGeert Uytterhoeven2017-09-181-1/+1
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-09-221-0/+1
|\ \
| * | Input: uinput - avoid FF flush when destroying deviceDmitry Torokhov2017-09-211-0/+1
| * | Merge branch 'bind_unbind' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Dmitry Torokhov2017-07-2451-133/+296
| |\ \
* | \ \ Merge tag 'seccomp-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-223-14/+18
|\ \ \ \
| * | | | seccomp: Implement SECCOMP_RET_KILL_PROCESS actionKees Cook2017-08-141-0/+1
| * | | | seccomp: Introduce SECCOMP_RET_KILL_PROCESSKees Cook2017-08-141-8/+10
| * | | | seccomp: Rename SECCOMP_RET_KILL to SECCOMP_RET_KILL_THREADKees Cook2017-08-141-1/+2
| * | | | seccomp: Action to log before allowingTyler Hicks2017-08-141-0/+1
| * | | | seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOWTyler Hicks2017-08-142-1/+3
| * | | | seccomp: Sysctl to configure actions that are allowed to be loggedTyler Hicks2017-08-141-5/+1
| * | | | seccomp: Operation for checking if an action is availableTyler Hicks2017-08-141-2/+3
* | | | | Merge tag 'for-linus-4.14b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-221-10/+0
|\ \ \ \ \
| * | | | | xen, arm64: drop dummy lookup_address()Tycho Andersen2017-09-191-10/+0
* | | | | | Merge tag 'drm-amdkfd-next-2017-09-02' of git://people.freedesktop.org/~gabba...Dave Airlie2017-09-181-86/+86
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | uapi linux/kfd_ioctl.h: only use __u32 and __u64Mikko Rapeli2017-08-061-86/+86
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-09-165-6/+11
|\ \ \ \ \ \
| * | | | | | sctp: fix an use-after-free issue in sctp_sock_dumpXin Long2017-09-151-1/+2
| * | | | | | sctp: potential read out of bounds in sctp_ulpevent_type_enabled()Dan Carpenter2017-09-131-1/+5
| * | | | | | net_sched: get rid of tcfa_rcuCong Wang2017-09-121-2/+0
| * | | | | | xdp: implement xdp_redirect_map for generic XDPJesper Dangaard Brouer2017-09-111-2/+2