aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-08Merge tag 'mm-hotfixes-stable-2023-12-07-18-47' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 32-250/+282
2023-12-07Merge tag 'net-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 88-356/+821
2023-12-07Merge tag 'cgroup-for-6.7-rc4-fixes' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+7
2023-12-07Merge tag 'wq-for-6.7-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-7/+15
2023-12-07Merge tag 'regmap-fix-v6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+1
2023-12-07Merge tag 'devicetree-fixes-for-6.7-1' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 6-6/+44
2023-12-07Merge tag 'platform-drivers-x86-v6.7-3' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 9-41/+153
2023-12-07Merge tag 'x86-int80-20231207' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 10-85/+118
2023-12-07vsock/virtio: fix "comparison of distinct pointer types lacks a cast" warningGravatar Stefano Garzarella 1-2/+1
2023-12-07net/smc: fix missing byte order conversion in CLC handshakeGravatar Wen Gu 3-9/+8
2023-12-07net: dsa: microchip: provide a list of valid protocols for xmit handlerGravatar Sean Nyekjaer 1-4/+12
2023-12-07Merge branch 'generic-netlink-multicast-fixes'Gravatar Jakub Kicinski 4-2/+10
2023-12-07drop_monitor: Require 'CAP_SYS_ADMIN' when joining "events" groupGravatar Ido Schimmel 3-1/+8
2023-12-07psample: Require 'CAP_NET_ADMIN' when joining "packets" groupGravatar Ido Schimmel 1-1/+2
2023-12-07Merge branch 'fixes-for-ktls'Gravatar Jakub Kicinski 2-0/+21
2023-12-07bpf: sockmap, updating the sg structure should also update currGravatar John Fastabend 1-0/+19
2023-12-07net: tls, update curr on splice as wellGravatar John Fastabend 1-0/+2
2023-12-07x86/tdx: Allow 32-bit emulation by defaultGravatar Kirill A. Shutemov 1-9/+0
2023-12-07x86/entry: Do not allow external 0x80 interruptsGravatar Thomas Gleixner 1-1/+36
2023-12-07x86/entry: Convert INT 0x80 emulation to IDTENTRYGravatar Thomas Gleixner 7-85/+64
2023-12-07x86/coco: Disable 32-bit emulation by default on TDX and SEVGravatar Kirill A. Shutemov 3-0/+28
2023-12-07Merge tag 'nf-23-12-06' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Gravatar Jakub Kicinski 7-19/+40
2023-12-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 7-55/+185
2023-12-07nfp: flower: fix for take a mutex lock in soft irq context and rcu lockGravatar Hui Zhou 1-32/+95
2023-12-06Merge tag 'parisc-for-6.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2023-12-06Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Gravatar Jakub Kicinski 6-24/+14
2023-12-06net: dsa: mv88e6xxx: Restore USXGMII support for 6393XGravatar Tobias Waldekranz 1-2/+29
2023-12-06tcp: do not accept ACK of bytes we never sentGravatar Eric Dumazet 1-1/+5
2023-12-06mm/madvise: add cond_resched() in madvise_cold_or_pageout_pte_range()Gravatar Jiexun Wang 1-0/+11
2023-12-06nilfs2: prevent WARNING in nilfs_sufile_set_segment_usage()Gravatar Ryusuke Konishi 1-7/+35
2023-12-06mm/hugetlb: have CONFIG_HUGETLB_PAGE select CONFIG_XARRAY_MULTIGravatar Sidhartha Kumar 1-0/+1
2023-12-06scripts/gdb: fix lx-device-list-bus and lx-device-list-classGravatar Florian Fainelli 1-8/+8
2023-12-06MAINTAINERS: drop Antti PalosaariGravatar Bagas Sanjaya 2-142/+45
2023-12-06highmem: fix a memory copy problem in memcpy_from_folioGravatar Su Hui 1-1/+1
2023-12-06nilfs2: fix missing error check for sb_set_blocksize callGravatar Ryusuke Konishi 1-1/+5
2023-12-06kernel/Kconfig.kexec: drop select of KEXEC for CRASH_DUMPGravatar Baoquan He 3-6/+1
2023-12-06units: add missing headerGravatar Andy Shevchenko 1-0/+1
2023-12-06drivers/base/cpu: crash data showing should depends on KEXEC_COREGravatar Baoquan He 1-3/+3
2023-12-06mm/damon/sysfs-schemes: add timeout for update_schemes_tried_regionsGravatar SeongJae Park 1-6/+43
2023-12-06scripts/gdb/tasks: fix lx-ps command errorGravatar Kuan-Ying Lee 1-11/+7
2023-12-06mm/Kconfig: make userfaultfd a menuconfigGravatar Peter Xu 1-7/+9
2023-12-06selftests/mm: prevent duplicate runs caused by TEST_GEN_PROGSGravatar Nico Pache 1-2/+2
2023-12-06mm/damon/core: copy nr_accesses when splitting regionGravatar SeongJae Park 1-0/+1
2023-12-06lib/group_cpus.c: avoid acquiring cpu hotplug lock in group_cpus_evenlyGravatar Ming Lei 1-6/+16
2023-12-06checkstack: fix printed addressGravatar Heiko Carstens 1-6/+2
2023-12-06mm/memory_hotplug: fix error handling in add_memory_resource()Gravatar Sumanth Korikkar 1-1/+1
2023-12-06mm/memory_hotplug: add missing mem_hotplug_lockGravatar Sumanth Korikkar 2-10/+21
2023-12-06.mailmap: add a new address mapping for Chester LinGravatar Chester Lin 1-0/+1
2023-12-06mm: fix oops when filemap_map_pmd() without prealloc_pteGravatar Hugh Dickins 1-1/+1
2023-12-06squashfs: squashfs_read_data need to check if the length is 0Gravatar Lizhi Xu 1-1/+1