summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-07-306-30/+79
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-07-294-20/+53
| |\
| | * bpf: Fix leakage due to insufficient speculative store bypass mitigationDaniel Borkmann2021-07-291-1/+1
| | * bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann2021-07-291-0/+15
| | * bpf, sockmap: Fix memleak on ingress msg enqueueJohn Fastabend2021-07-271-19/+35
| | * bpf: Fix OOB read when printing XDP link fdinfoLorenz Bauer2021-07-191-0/+1
| | * bpf: Fix pointer arithmetic mask tightening under state pruningDaniel Borkmann2021-07-161-0/+1
| * | net: llc: fix skb_over_panicPavel Skripkin2021-07-271-8/+23
| * | sctp: send pmtu probe only if packet loss in Search Complete stateXin Long2021-07-251-0/+1
| * | sctp: improve the code for pmtu probe send and recv updateXin Long2021-07-251-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2021-07-301-0/+2
|\ \ \
| * | | HID: intel-ish-hid: use async resume functionYe Xiang2021-07-151-0/+2
* | | | dmaengine: idxd: Change license on idxd.h to LGPLTony Luck2021-07-281-1/+1
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-07-271-1/+1
|\ \ \ \
| * | | | RDMA/irdma: Make spdxcheck.py happyLukas Bulwahn2021-07-121-1/+1
* | | | | Merge branch 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-07-271-0/+1
|\ \ \ \ \
| * | | | | cgroup1: fix leaked context root causing sporadic NULL deref in LTPPaul Gortmaker2021-07-211-0/+1
* | | | | | ACPI: fix NULL pointer dereferenceLinus Torvalds2021-07-241-1/+2
* | | | | | Merge tag 'block-5.14-2021-07-24' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-241-1/+1
|\ \ \ \ \ \
| * | | | | | block: increase BLKCG_MAX_POLSOleksandr Natalenko2021-07-171-1/+1
* | | | | | | memblock: make for_each_mem_range() traverse MEMBLOCK_HOTPLUG regionsMike Rapoport2021-07-231-2/+2
* | | | | | | mm: use kmap_local_page in memzero_pageChristoph Hellwig2021-07-231-2/+2
* | | | | | | mm: call flush_dcache_page() in memcpy_to_page() and memzero_page()Christoph Hellwig2021-07-231-0/+2
* | | | | | | Merge tag 'acpi-5.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2021-07-231-5/+0
|\ \ \ \ \ \ \
| * | | | | | | ACPI: utils: Fix reference counting in for_each_acpi_dev_match()Andy Shevchenko2021-07-191-5/+0
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'sound-5.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-07-231-0/+6
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'asoc-fix-v5.14-rc2' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai2021-07-211-0/+6
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | ASoC: soc-pcm: add a flag to reverse the stop sequenceVijendar Mukunda2021-07-161-0/+6
* | | | | | | | Merge tag 'drm-fixes-2021-07-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-07-221-0/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Merge tag 'drm-misc-fixes-2021-07-22' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2021-07-231-0/+1
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | drm: Return -ENOTTY for non-drm ioctlsCharles Baylis2021-07-201-0/+1
| | |/ / / / /
* | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2021-07-221-25/+1
|\ \ \ \ \ \ \
| * | | | | | | Revert "mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge"Jonathan Marek2021-07-211-25/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-07-223-3/+28
|\ \ \ \ \ \ \
| * | | | | | | net/tcp_fastopen: remove obsolete externEric Dumazet2021-07-201-1/+0
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | net_sched: introduce tracepoint trace_qdisc_enqueue()Qitao Xu2021-07-151-0/+26
| * | | | | | net_sched: use %px to print skb address in trace_qdisc_dequeue()Qitao Xu2021-07-151-1/+1
| * | | | | | net: use %px to print skb address in trace_netif_receive_skbQitao Xu2021-07-151-1/+1
* | | | | | | Merge tag 'regulator-fix-v5.14-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-07-211-2/+2
|\ \ \ \ \ \ \
| * | | | | | | regulator: rt5033: Fix n_voltages settings for BUCK and LDOAxel Lin2021-06-281-2/+2
* | | | | | | | Merge tag 'afs-fixes-20210721' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-07-211-5/+62
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | afs: Fix tracepoint string placement with built-in AFSDavid Howells2021-07-211-5/+62
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge tag 'soc-fixes-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-174-60/+207
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'scmi-fixes-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2021-07-162-5/+17
| |\ \ \ \ \ \ \
| | * | | | | | | firmware: arm_scpi: Fix kernel doc warningsSudeep Holla2021-07-131-0/+8
| | * | | | | | | firmware: arm_scmi: Fix kernel doc warningsSudeep Holla2021-07-131-5/+9
| | |/ / / / / /
| * | | | | | | Merge tag 'renesas-fixes-for-v5.14-tag1' of git://git.kernel.org/pub/scm/linu...Arnd Bergmann2021-07-161-53/+183
| |\ \ \ \ \ \ \
| | * | | | | | | dt-bindings: clock: r9a07g044-cpg: Update clock/reset definitionsBiju Das2021-07-121-53/+183
| | |/ / / / / /
| * | | | | | | Merge tag 'memory-controller-drv-tegra-5.14-3' of git://git.kernel.org/pub/sc...Arnd Bergmann2021-07-161-2/+7
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | memory: tegra: Add compile-test stub for tegra_mc_probe_device()Thierry Reding2021-06-201-2/+7