summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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
2025-05-22ALSA: core: fix up bus match const issues.Greg Kroah-Hartman1-2/+2
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski10-21/+64
2025-05-22Merge tag 'icc-6.16-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman3-0/+16
2025-05-22Merge tag 'net-6.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-1/+8
2025-05-22trace/io_uring: fix io_uring_local_work_run ctx documentationCaleb Sander Mateos1-1/+1
2025-05-22Merge tag 'sound-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds1-0/+2
2025-05-22Merge tag 'coresight-next-v6.16' of ssh://gitolite.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman1-21/+25
2025-05-22ublk: run auto buf unregisgering in same io_ring_ctx with registeringMing Lei1-1/+5
2025-05-22io_uring: add helper io_uring_cmd_ctx_handle()Ming Lei1-0/+9
2025-05-22mfd: aat2870: Use per-client debugfs directoryWolfram Sang1-3/+0
2025-05-22Merge branches 'ib-firmware-mfd-6.16', 'ib-mfd-clocksource-pwm-6.16', 'ib-mfd...Lee Jones6-3/+305
2025-05-22cxl/features: Remove the inline specifier from to_cxlfs()Alison Schofield1-1/+1
2025-05-22Merge tag 'iio-for-6.16a-take2' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman8-16/+136
2025-05-22net: Add support for providing the PTP hardware source in tsinfoKory Maincent3-6/+20
2025-05-22regmap: irq: Add support for chips without separate IRQ statusMathieu Dubois-Briand1-0/+3
2025-05-22spi: use container_of_cont() for to_spi_device()Greg Kroah-Hartman1-4/+1
2025-05-22regulator: bcm590xx: Store regulator descriptions in tableArtur Weber1-0/+6
2025-05-22mfd: bcm590xx: Add PMU ID/revision parsing functionArtur Weber1-0/+14
2025-05-22mfd: bcm590xx: Add support for multiple device types + BCM59054 compatibleArtur Weber1-0/+7
2025-05-22Merge tag 'ipsec-2025-05-21' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni1-1/+0
2025-05-22i2c: atr: add passthrough flagCosmin Tanislav1-0/+2
2025-05-22i2c: atr: add static flagCosmin Tanislav1-1/+16
2025-05-22perf/uapi: Clean up <uapi/linux/perf_event.h> a bitIngo Molnar1-321/+331
2025-05-22perf/uapi: Fix PERF_RECORD_SAMPLE comments in <uapi/linux/perf_event.h>Ian Rogers1-2/+3
2025-05-22ALSA: hda/tas2781: Move and unified the calibrated-data getting function for ...Shenghao Ding1-10/+0
2025-05-22net: phy: introduce genphy_match_phy_device()Christian Marangi1-0/+3
2025-05-22net: phy: pass PHY driver to .match_phy_device OPChristian Marangi1-1/+2
2025-05-22net: remove skb_copy_and_hash_datagram_iter()Eric Biggers1-4/+0
2025-05-22net: add skb_copy_and_crc32c_datagram_iter()Eric Biggers1-0/+2