summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* taskstats: version 12 with thread group and exe infoDr. Thomas Orgis2022-04-292-4/+23
* ptrace: fix wrong comment of PT_DTRACETiezhu Yang2022-04-291-1/+1
* list: fix a data-race around ep->rdllistKuniyuki Iwashima2022-04-291-3/+3
* pipe: make poll_usage boolean and annotate its accessKuniyuki Iwashima2022-04-291-1/+1
* vmcore: convert read_from_oldmem() to take an iov_iterMatthew Wilcox (Oracle)2022-04-291-6/+4
* vmcore: convert copy_oldmem_page() to take an iov_iterMatthew Wilcox (Oracle)2022-04-291-5/+4
* Merge tag 'net-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-04-287-15/+22
|\
| * Merge tag 'for-net-2022-04-27' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni2022-04-282-1/+2
| |\
| | * Bluetooth: hci_sync: Cleanup hci_conn if it cannot be abortedLuiz Augusto von Dentz2022-04-261-1/+1
| | * Bluetooth: hci_event: Fix checking for invalid handle on error statusLuiz Augusto von Dentz2022-04-261-0/+1
| * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-04-271-0/+1
| |\ \
| | * | xsk: Fix possible crash when multiple sockets are createdMaciej Fijalkowski2022-04-261-0/+1
| * | | net: Use this_cpu_inc() to increment net->core_statsSebastian Andrzej Siewior2022-04-261-12/+9
| | |/ | |/|
| * | tcp: make sure treq->af_specific is initializedEric Dumazet2022-04-251-0/+1
| * | tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet2022-04-251-0/+1
| * | ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye2022-04-252-2/+2
| * | tcp: ensure to use the most recently sent skb when filling the rate samplePengcheng Yang2022-04-221-0/+6
* | | hex2bin: make the function hex_to_bin constant-timeMikulas Patocka2022-04-271-1/+1
* | | Merge tag 'mtd/fixes-for-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-04-271-4/+2
|\ \ \
| * | | mtd: fix 'part' field data corruption in mtd_infoOleksandr Ocheretnyi2022-04-211-4/+2
* | | | Merge tag 'for-5.18/fbdev-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-04-261-1/+1
|\ \ \ \
| * | | | linux/fb.h: Spelling s/palette/palette/Geert Uytterhoeven2022-04-041-1/+1
| |/ / /
* | | | Merge tag 'drm-fixes-2022-04-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-04-231-266/+0
|\ \ \ \
| * \ \ \ Merge tag 'drm-misc-fixes-2022-04-22' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-04-231-266/+0
| |\ \ \ \
| | * | | | dma-buf-map: remove renamed header fileKarol Herbst2022-04-131-266/+0
| | * | | | Merge drm-misc/drm-misc-next-fixes into drm-misc-fixesMaxime Ripard2022-04-053-0/+116
| | |\ \ \ \ | | | |/ / / | | |/| | |
* | | | | | Merge tag 'input-for-v5.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-04-231-0/+21
|\ \ \ \ \ \
| * | | | | | Input: add Marine Navigation KeycodesShelby Heffron2022-04-171-0/+21
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-04-221-1/+25
|\ \ \ \ \ \ \
| * | | | | | | KVM: SEV: add cache flush to solve SEV cache incoherency issuesMingwei Zhang2022-04-211-0/+2
| * | | | | | | KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abusedSean Christopherson2022-04-211-1/+23
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'sound-5.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-04-221-0/+4
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'asoc-fix-v5.18-rc3' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai2022-04-19750-7992/+17155
| |\ \ \ \ \ \ \
| | * | | | | | | ASoC: soc-core: add debugfs_prefix member to snd_soc_component_driverHeiner Kallweit2022-04-051-0/+4
| | | |_|/ / / / | | |/| | | | |
* | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-04-225-0/+28
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | oom_kill.c: futex: delay the OOM reaper to allow time for proper futex cleanupNico Pache2022-04-211-0/+1
| * | | | | | | mm, hugetlb: allow for "high" userspace addressesChristophe Leroy2022-04-211-0/+8
| * | | | | | | memcg: sync flush only if periodic flush is delayedShakeel Butt2022-04-211-0/+5
| * | | | | | | mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb()Naoya Horiguchi2022-04-212-0/+14
* | | | | | | | Merge tag 'net-5.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-04-213-6/+11
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | ipv6: make ip6_rt_gc_expire an atomic_tEric Dumazet2022-04-151-2/+2
| * | | | | | | net: Handle l3mdev in ip_tunnel_init_flowDavid Ahern2022-04-151-2/+9
| * | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-04-151-2/+0
| |\ \ \ \ \ \ \
| | * | | | | | | esp: limit skb_page_frag_refill use to a single pageSabrina Dubroca2022-04-131-2/+0
* | | | | | | | | vmalloc: replace VM_NO_HUGE_VMAP with VM_ALLOW_HUGE_VMAPSong Liu2022-04-191-2/+2
* | | | | | | | | fs: fix acl translationChristian Brauner2022-04-191-0/+4
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge tag 'gpio-fixes-for-v5.18-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-04-161-1/+7
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'intel-gpio-v5.18-2' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Bartosz Golaszewski2022-04-161-1/+7
| |\ \ \ \ \ \ \ \
| | * | | | | | | | gpiolib: acpi: Convert type for pin to be unsignedAndy Shevchenko2022-04-081-1/+7
| | | |_|_|/ / / / | | |/| | | | | |
* | | | | | | | | Merge tag 'random-5.18-rc3-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-04-161-1/+1
|\ \ \ \ \ \ \ \ \