summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched/urgent'Peter Zijlstra2020-05-1955-138/+336
|\
| * Merge tag 'usb-5.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-05-171-13/+95
| |\
| | * usb: raw-gadget: support stalling/halting/wedging endpointsAndrey Konovalov2020-05-141-0/+15
| | * usb: raw-gadget: fix gadget endpoint selectionAndrey Konovalov2020-05-141-3/+69
| | * usb: raw-gadget: improve uapi headers commentsAndrey Konovalov2020-05-141-10/+11
| * | Merge tag 'x86_urgent_for_v5.7-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-05-171-0/+6
| |\ \
| | * | x86: Fix early boot crash on gcc-10, third tryBorislav Petkov2020-05-151-0/+6
| | |/
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-05-161-0/+3
| |\ \
| | * | KVM: Introduce kvm_make_all_cpus_request_except()Suravee Suthikulpanit2020-05-081-0/+3
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-05-158-9/+22
| |\ \ \
| | * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-05-151-1/+1
| | |\ \ \
| | | * | | security: Fix the default value of secid_to_secctx hookAnders Roxell2020-05-141-1/+1
| | * | | | net: phy: broadcom: fix BCM54XX_SHD_SCR3_TRDDAPD value for BCM54810Kevin Lo2020-05-151-0/+1
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-05-142-1/+2
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | netfilter: flowtable: Add pending bit for offload workPaul Blakey2020-05-111-0/+1
| | | * | | netfilter: conntrack: avoid gcc-10 zero-length-bounds warningArnd Bergmann2020-05-101-1/+1
| | * | | | tcp: fix SO_RCVLOWAT hangs with fat skbsEric Dumazet2020-05-121-0/+13
| | * | | | ptp: fix struct member comment for do_aux_workJacob Keller2020-05-121-4/+4
| | |/ / /
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-05-091-0/+1
| | |\ \ \
| | | * | | bpf, sockmap: bpf_tcp_ingress needs to subtract bytes from sg.sizeJohn Fastabend2020-05-061-0/+1
| | * | | | net: bareudp: avoid uninitialized variable warningArnd Bergmann2020-05-081-2/+0
| | * | | | net: remove spurious declaration of tcp_default_init_rwnd()Maciej Żenczykowski2020-05-071-1/+0
| * | | | | Merge tag 'sound-5.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2020-05-151-0/+1
| |\ \ \ \ \
| | * | | | | ALSA: rawmidi: Fix racy buffer resize under concurrent accessesTakashi Iwai2020-05-071-0/+1
| * | | | | | Merge tag 'drm-fixes-2020-05-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-05-151-0/+3
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge tag 'drm/tegra/for-5.7-fixes' of git://anongit.freedesktop.org/tegra/li...Dave Airlie2020-05-141-0/+3
| | |\ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | | * | | | | drm/tegra: Fix SMMU support on Tegra124 and Tegra210Thierry Reding2020-04-281-0/+3
| * | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-05-141-0/+2
| |\ \ \ \ \ \ \
| | * | | | | | | mm, memcg: fix inconsistent oom event behaviorYafang Shao2020-05-141-0/+2
| * | | | | | | | Merge tag 'trace-v5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-05-141-0/+23
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | x86/ftrace: Have ftrace trampolines turn read-only at the end of system boot upSteven Rostedt (VMware)2020-05-131-0/+23
| * | | | | | | | Merge tag 'nfsd-5.7-rc-2' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds2020-05-113-3/+7
| |\ \ \ \ \ \ \ \
| | * | | | | | | | SUNRPC: Revert 241b1f419f0e ("SUNRPC: Remove xdr_buf_trim()")Chuck Lever2020-04-271-0/+1
| | * | | | | | | | SUNRPC: Fix GSS privacy computation of auth->au_ralignChuck Lever2020-04-271-0/+1
| | * | | | | | | | SUNRPC: Add "@len" parameter to gss_unwrap()Chuck Lever2020-04-272-3/+5
| * | | | | | | | | drm: fix trivial field description cut-and-paste errorLinus Torvalds2020-05-111-1/+1
| | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | Merge tag 'block-5.7-2020-05-09' of git://git.kernel.dk/linux-blockLinus Torvalds2020-05-103-12/+6
| |\ \ \ \ \ \ \ \
| | * | | | | | | | bdi: add a ->dev_name field to struct backing_dev_infoChristoph Hellwig2020-05-101-0/+1
| | * | | | | | | | bdi: use bdi_dev_name() to get device nameYufen Yu2020-05-101-4/+4
| | * | | | | | | | bdi: move bdi_dev_name out of lineChristoph Hellwig2020-05-071-8/+1
| * | | | | | | | | Merge tag 'char-misc-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-05-081-6/+10
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | bus: mhi: core: Fix typo in commentJeffrey Hugo2020-05-051-1/+1
| | * | | | | | | | | bus: mhi: core: Offload register accesses to the controllerJeffrey Hugo2020-05-051-0/+6
| | * | | | | | | | | bus: mhi: core: Remove link_status() callbackJeffrey Hugo2020-05-051-2/+0
| | * | | | | | | | | bus: mhi: Fix parsing of mhi_flagsManivannan Sadhasivam2020-05-051-3/+3
| | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge tag 'driver-core-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-05-082-0/+2
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | amba: Initialize dma_parms for amba devicesUlf Hansson2020-04-281-0/+1
| | * | | | | | | | | driver core: platform: Initialize dma_parms for platform devicesUlf Hansson2020-04-281-0/+1
| | |/ / / / / / / /
| * | | | | | | | | Merge branch 'for-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds2020-05-081-1/+1
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | security: Fix the default value of fs_context_parse_param hookKP Singh2020-05-011-1/+1