summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Input: stop telling users to snail-mail VojtechDmitry Torokhov2018-07-272-8/+0
* Input: gpio_keys - add missing include to gpio_keys.hMatti Vaittinen2018-07-181-0/+2
* Merge branch 'ib/4.17-xen-kbdfront-runtime-config' into nextDmitry Torokhov2018-06-1328-60/+152
|\
| * xen: Sync up with the canonical protocol definitions in XenOleksandr Andrushchenko2018-06-133-25/+71
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-031-0/+2
| |\
| | * bpf: fix uapi hole for 32 bit compat applicationsDaniel Borkmann2018-06-021-0/+2
| * | Merge tag 'drm-fixes-for-v4.17-rc8' of git://people.freedesktop.org/~airlied/...Linus Torvalds2018-06-031-1/+1
| |\ \
| | * \ Merge tag 'drm-misc-fixes-2018-05-30' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2018-05-311-1/+1
| | |\ \
| | | * | drm/bridge/synopsys: dw-hdmi: fix dw_hdmi_setup_rx_senseNeil Armstrong2018-05-301-1/+1
| * | | | Merge tag 'staging-4.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-06-021-3/+3
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Merge tag 'iio-fixes-for-4.17a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2018-05-091-3/+3
| | |\ \ \
| | | * | | iio:buffer: make length types match kfifo typesMartin Kelly2018-03-301-3/+3
| * | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-05-261-1/+3
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | sched, tracing: Fix trace_sched_pi_setprio() for deboostingSebastian Andrzej Siewior2018-05-251-1/+3
| * | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-05-262-4/+6
| |\ \ \ \ \
| | * | | | | mm/memory_hotplug: fix leftover use of struct page during hotplugJonathan Cameron2018-05-261-3/+5
| | * | | | | mm: do not warn on offline nodes unless the specific node is explicitly reque...Michal Hocko2018-05-261-1/+1
| | |/ / / /
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-05-264-3/+5
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-05-251-1/+1
| | |\ \ \ \
| | | * | | | bpf: properly enforce index mask to prevent out-of-bounds speculationDaniel Borkmann2018-05-241-1/+1
| | * | | | | ppp: remove the PPPIOCDETACH ioctlEric Biggers2018-05-251-1/+1
| | * | | | | Merge tag 'mac80211-for-davem-2018-05-23' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-05-231-1/+1
| | |\ \ \ \ \
| | | * | | | | cfg80211: further limit wiphy names to 64 bytesEric Biggers2018-05-181-1/+1
| | | |/ / / /
| | * | | | | sctp: fix the issue that flags are ignored when using kernel_connectXin Long2018-05-221-0/+2
| * | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-05-242-6/+5
| |\ \ \ \ \ \
| | * | | | | | IB/uverbs: Fix uverbs_attr_get_objJason Gunthorpe2018-05-231-5/+5
| | * | | | | | IB/umem: Use the correct mm during ib_umem_releaseLidong Chen2018-05-161-1/+0
| * | | | | | | Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE"Joonsoo Kim2018-05-242-1/+3
| * | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-05-211-0/+1
| |\ \ \ \ \ \ \
| | * | | | | | | do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-111-0/+1
| * | | | | | | | Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Linus Torvalds2018-05-217-5/+40
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| | * | | | | | | bpf: Prevent memory disambiguation attackAlexei Starovoitov2018-05-191-0/+1
| | * | | | | | | seccomp: Move speculation migitation control to arch codeThomas Gleixner2018-05-051-0/+2
| | * | | | | | | seccomp: Add filter flag to opt-out of SSB mitigationKees Cook2018-05-052-4/+6
| | * | | | | | | prctl: Add force disable speculationThomas Gleixner2018-05-052-1/+10
| | * | | | | | | nospec: Allow getting/setting on non-current taskKees Cook2018-05-031-2/+5
| | * | | | | | | prctl: Add speculation control prctlsThomas Gleixner2018-05-032-0/+16
| | * | | | | | | x86/bugs: Expose /sys/../spec_store_bypassKonrad Rzeszutek Wilk2018-05-031-0/+2
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-05-214-11/+12
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| | * | | | | | tls: don't use stack memory in a scatterlistMatt Mullins2018-05-171-0/+3
| | * | | | | | net/mlx5: Fix build break when CONFIG_SMP=nSaeed Mahameed2018-05-161-11/+1
| | * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-05-142-0/+8
| | |\ \ \ \ \ \
| | | * | | | | | netfilter: nf_tables: bogus EBUSY in chain deletionsPablo Neira Ayuso2018-05-091-0/+5
| | | * | | | | | netfilter: Fix handling simultaneous open in TCP conntrackJozsef Kadlecsik2018-04-271-0/+3
* | | | | | | | | Input: make input_report_slot_state() return booleanDmitry Torokhov2018-06-111-1/+1
* | | | | | | | | Input: synaptics-rmi4 - convert irq distribution to irq_domainNick Dyer2018-06-051-0/+2
|/ / / / / / / /
* | | | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-05-202-1/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | locking/percpu-rwsem: Annotate rwsem ownership transfer by setting RWSEM_OWNE...Waiman Long2018-05-162-1/+11
* | | | | | | | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-05-201-4/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | efi: Avoid potential crashes, fix the 'struct efi_pci_io_protocol_32' definit...Ard Biesheuvel2018-05-141-4/+4
| |/ / / / / / / /