summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2025-05-23PCI/AER: Rename struct aer_stats to aer_infoKarolina Stolarek1-1/+1
2025-05-23ublk: add feature UBLK_F_QUIESCEMing Lei1-0/+19
2025-05-23traceevent/block: Add REQ_ATOMIC flag to block trace eventsRitesh Harjani (IBM)1-1/+1
2025-05-23Merge tag 'i2c-host-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/an...Wolfram Sang72-470/+647
2025-05-23Merge branches 'fixes', 'apple/dart', 'arm/smmu/updates', 'arm/smmu/bindings'...Joerg Roedel4-45/+322
2025-05-23fs: convert mount flags to enumStephen Brennan1-42/+45
2025-05-23netfilter: nf_tables: Add notifications for hook changesPhil Sutter3-0/+17
2025-05-23netfilter: nf_tables: Have a list of nf_hook_ops in nft_hookPhil Sutter2-1/+4
2025-05-23netfilter: nf_tables: Introduce nft_hook_find_ops{,_rcu}()Phil Sutter1-0/+5
2025-05-23netfilter: nf_tables: add packets conntrack state to debug trace infoFlorian Westphal1-0/+8
2025-05-23netfilter: conntrack: make nf_conntrack_id callable without a module dependencyFlorian Westphal1-0/+1
2025-05-23netfilter: nf_dup_netdev: Move the recursion counter struct netdev_xmitSebastian Andrzej Siewior1-0/+3
2025-05-23netfilter: nf_dup{4, 6}: Move duplication check to task_structSebastian Andrzej Siewior2-11/+1
2025-05-23netfilter: nf_tables: nft_fib: consistent l3mdev handlingFlorian Westphal1-0/+9
2025-05-23USB: gadget: fix up const issue with struct usb_function_instanceGreg Kroah-Hartman1-1/+1
2025-05-23Merge branch kvm-arm64/nv-nv into kvmarm-master/nextMarc Zyngier1-0/+2
2025-05-23Merge branch kvm-arm64/ubsan-el2 into kvmarm-master/nextMarc Zyngier1-3/+3
2025-05-23af_unix: Introduce SO_PASSRIGHTS.Kuniyuki Iwashima2-1/+5
2025-05-23af_unix: Move SOCK_PASS{CRED,PIDFD,SEC} to struct sock.Kuniyuki Iwashima2-9/+22
2025-05-23net: Restrict SO_PASS{CRED,PIDFD,SEC} to AF_{UNIX,NETLINK,BLUETOOTH}.Kuniyuki Iwashima1-1/+13
2025-05-23scm: Move scm_recv() from scm.h to scm.c.Kuniyuki Iwashima1-117/+4
2025-05-23Revert "crypto: testmgr - Add hash export format testing"Herbert Xu1-6/+0
2025-05-23mips, net: ensure that SOCK_COREDUMP is definedChristian Brauner1-2/+1
2025-05-23netfs: Fix undifferentiation of DIO reads from unbuffered readsDavid Howells2-0/+2
2025-05-23mfd: sm501: Remove unused sm501_find_clockDr. David Alan Gilbert1-3/+0
2025-05-23mfd: sec: Change device_type to intAndré Draszik1-1/+1
2025-05-23mfd: sec: Add support for S2MPG10 PMICAndré Draszik4-0/+595
2025-05-23mfd: sec: Move private internal API to internal headerAndré Draszik1-2/+0
2025-05-23mfd: sec-core: Drop non-existing forward declarationsAndré Draszik1-2/+0
2025-05-23mfd: bcm590xx: Drop unused "id" member of bcm590xx structArtur Weber1-1/+0
2025-05-23drm/xe/ptl: Update the PTL pci id tableMatt Atwood1-0/+4
2025-05-23memcg: make count_memcg_events re-entrant safe against irqsShakeel Butt1-19/+2
2025-05-23memcg: make mod_memcg_state re-entrant safe against irqsShakeel Butt1-18/+2
2025-05-23mm: khugepaged: decouple SHMEM and file folios' collapseBaolin Wang1-8/+0
2025-05-23mm: rename try_alloc_pages() to alloc_pages_nolock()Alexei Starovoitov1-4/+4
2025-05-23mm: remove WARN_ON_ONCE() in file_has_valid_mmap_hooks()Lorenzo Stoakes1-1/+1
2025-05-23mm: convert do_set_pmd() to take a folioBaolin Wang1-1/+1
2025-05-23mm: khugepaged: convert set_huge_pmd() to take a folioBaolin Wang1-15/+0
2025-05-23mm: remove VM_PATDavid Hildenbrand2-6/+2
2025-05-23x86/mm/pat: remove old pfnmap tracking interfaceDavid Hildenbrand1-66/+0
2025-05-23mm: convert VM_PFNMAP tracking to pfnmap_track() + pfnmap_untrack()David Hildenbrand2-0/+13
2025-05-23mm: introduce pfnmap_track() and pfnmap_untrack() and use them for memremapDavid Hildenbrand1-0/+39
2025-05-23mm: convert track_pfn_insert() to pfnmap_setup_cachemode*()David Hildenbrand1-8/+44
2025-05-23mm: numa_memblks: introduce numa_add_reserved_memblkYuquan Wang1-0/+1
2025-05-23Merge tag 'wireless-next-2025-05-22' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski3-0/+10
2025-05-22Merge tag 'for-net-next-2025-05-22' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski5-28/+109
2025-05-22sched_ext: Convert cgroup BPF support to use cgroup_lifetime_notifierTejun Heo1-4/+5
2025-05-22sched_ext: Introduce cgroup_lifetime_notifierTejun Heo1-1/+8
2025-05-22Merge branch 'for-linus' into for-nextTakashi Iwai2-2/+4
2025-05-22Merge tag 'asoc-v6.16' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai49-244/+1010