aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-5.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-08-261-6/+1
|\
| * Revert "net: really fix the build..."Kalle Valo2021-08-261-6/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-08-202-17/+19
|\ \ | |/ |/|
| * kfence: fix is_kfence_address() for addresses below KFENCE_POOL_SIZEMarco Elver2021-08-201-3/+4
| * mm: memcontrol: fix occasional OOMs due to proportional memory.low reclaimJohannes Weiner2021-08-201-14/+15
* | pipe: avoid unnecessary EPOLLET wakeups under normal loadsLinus Torvalds2021-08-181-0/+2
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2021-08-164-4/+19
|\
| * vdpa/mlx5: Fix queue type selection logicEli Cohen2021-08-111-4/+6
| * vringh: pull in spinlock headerMichael S. Tsirkin2021-08-111-0/+1
| * vdpa: Add documentation for vdpa_alloc_device() macroXie Yongji2021-08-111-0/+11
| * virtio: Protect vqs list accessParav Pandit2021-08-101-0/+1
* | Merge tag 'irq-urgent-2021-08-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-08-153-1/+5
|\ \
| * | driver core: Add missing kernel doc for device::msi_lockThomas Gleixner2021-08-131-0/+1
| * | genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUPThomas Gleixner2021-08-101-0/+2
| * | PCI/MSI: Protect msi_desc::masked for multi-MSIThomas Gleixner2021-08-102-1/+2
| |/
* | Merge tag 'net-5.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-08-126-8/+11
|\ \ | |/ |/|
| * net: igmp: increase size of mr_ifc_countEric Dumazet2021-08-111-1/+1
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-08-102-3/+4
| |\
| | * bpf: Fix potentially incorrect results with bpf_get_local_storage()Yonghong Song2021-08-101-2/+2
| | * bpf: Add lockdown check for probe_write_user helperDaniel Borkmann2021-08-101-0/+1
| | * bpf: Add _kernel suffix to internal lockdown_bpf_readDaniel Borkmann2021-08-091-1/+1
| * | net/mlx5: Synchronize correct IRQ when destroying CQShay Drory2021-08-091-2/+1
| |/
| * once: Fix panic when module unloadKefeng Wang2021-08-081-2/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-08-061-0/+3
| |\
| | * netfilter: ipset: Limit the maximal range of consecutive elements to add/deleteJozsef Kadlecsik2021-08-041-0/+3
* | | Merge tag 'tty-5.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-08-081-0/+24
|\ \ \
| * | | serial: 8250: fix handle_irq lockingJohan Hovold2021-07-211-0/+24
* | | | Merge tag 'usb-5.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-08-081-0/+1
|\ \ \ \
| * | | | usb: otg-fsm: Fix hrtimer list corruptionDmitry Osipenko2021-07-271-0/+1
* | | | | Merge tag 'soc-fixes-5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-08-061-0/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Merge tag 'tee-kexec-fixes-for-v5.14' of git://git.linaro.org:/people/jens.wi...Arnd Bergmann2021-08-021-0/+2
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | tee: Correct inappropriate usage of TEE_SHM_DMA_BUF flagSumit Garg2021-07-211-0/+1
| | * | | tee: add tee_shm_alloc_kernel_buf()Jens Wiklander2021-07-211-0/+1
| | | |/ | | |/|
* | | | net: really fix the build...David S. Miller2021-08-031-1/+6
* | | | Revert "mhi: Fix networking tree build."Jakub Kicinski2021-08-021-6/+1
* | | | mhi: Fix networking tree build.David S. Miller2021-08-021-1/+6
|/ / /
* | | Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-07-304-20/+53
|\ \ \
| * \ \ 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
* | | | | 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
* | | | | | 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
| | |_|_|/ | |/| | |
* | | | | 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