aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-29PM: runtime: Add auto-cleanup macros for "resume and get" operationsRafael J. Wysocki1-9/+35
2025-09-29Merge branches 'acpi-scan', 'acpi-processor' and 'acpi-sysfs'Rafael J. Wysocki1-28/+6
2025-09-29Merge branch 'acpica'Rafael J. Wysocki5-4/+38
2025-09-29Merge branches 'pm-core', 'pm-runtime' and 'pm-sleep'Rafael J. Wysocki1-0/+6
2025-09-29Merge branches 'pm-em', 'pm-opp' and 'pm-devfreq'Rafael J. Wysocki3-2/+37
2025-09-29Merge series "slab: Re-entrant kmalloc_nolock()"Vlastimil Babka7-8/+42
2025-09-29slab: Introduce kmalloc_nolock() and kfree_nolock().Alexei Starovoitov3-5/+14
2025-09-29slab: Reuse first bit for OBJEXTS_ALLOC_FAILAlexei Starovoitov1-2/+8
2025-09-29mm: Allow GFP_ACCOUNT to be used in alloc_pages_nolock().Alexei Starovoitov1-1/+1
2025-09-29locking/local_lock: Introduce local_lock_is_locked().Alexei Starovoitov3-0/+19
2025-09-29maple_tree: Add single node allocation support to maple stateLiam R. Howlett1-1/+3
2025-09-29maple_tree: Prefilled sheaf conversion and testingLiam R. Howlett1-2/+4
2025-09-29slab: sheaf prefilling for guaranteed allocationsVlastimil Babka1-0/+16
2025-09-28lib/string_choices: Add str_assert_deassert() helperLad Prabhakar1-0/+6
2025-09-28mm: convert folio_page() back to a macroDavid Hildenbrand1-4/+1
2025-09-28mm: silence data-race in update_hiwater_rssLance Yang1-1/+1
2025-09-28mm/ksm: fix incorrect KSM counter handling in mm_struct during forkDonet Tom1-1/+7
2025-09-28mm/page_vma_mapped: track if the page is mapped across page table boundaryKiryl Shutsemau1-0/+5
2025-09-28Merge tag 'mm-hotfixes-stable-2025-09-27-22-35' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-3/+8
2025-09-28Merge tag 'asoc-v6.18-2' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai13-20/+58
2025-09-28net/mlx5: IFC add balance ID and LAG per MP group bitsMark Bloch1-2/+6
2025-09-28net/mlx5: Add IFC bit for TIR/SQ order capabilityTariq Toukan1-1/+2
2025-09-28Merge branch 'for-linus' into for-nextTakashi Iwai2-9/+13
2025-09-28ALSA: compress: document 'chan_map' member in snd_dec_opusKriish Sharma1-10/+8
2025-09-28ASoC: cs35l56: Add support for CS35L56 B2 siliconRichard Fitzgerald1-0/+2
2025-09-28ASoC: cs35l56: Set fw_regs table after getting REVIDRichard Fitzgerald1-3/+0
2025-09-27Have cc(1) catch attempts to modify ->f_pathAl Viro1-1/+6
2025-09-27Merge branches 'work.path' and 'work.mount' into work.f_pathAl Viro4-9/+10
2025-09-28Merge tag 'i2c-host-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/andi.shyti/linux into i2c/for-mergewindowWolfram Sang67-188/+404
2025-09-27KEYS: trusted_tpm1: Move private functionality out of public headerEric Biggers1-79/+0
2025-09-27Bluetooth: Avoid a couple dozen -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-2/+7
2025-09-27Bluetooth: Add function and line information to bt_dbgLuiz Augusto von Dentz1-1/+2
2025-09-27Bluetooth: hci_core: Detect if an ISO link has stalledLuiz Augusto von Dentz2-0/+2
2025-09-27Bluetooth: ISO: Use sk_sndtimeo as conn_timeoutLuiz Augusto von Dentz1-4/+6
2025-09-27Bluetooth: Annotate struct hci_drv_rp_read_info with __counted_by_le()Thorsten Blum1-1/+1
2025-09-27bpf: Enforce expected_attach_type for tailcall compatibilityDaniel Borkmann1-0/+1
2025-09-27PM: runtime: Update kerneldoc return codesBrian Norris1-25/+31
2025-09-27bpf: Remove duplicate crypto/sha2.h headerJiapeng Chong1-1/+0
2025-09-26mptcp: pm: in-kernel: add laminar endpointsMatthieu Baerts (NGI0)1-1/+5
2025-09-26mptcp: pm: in-kernel: rename 'local_addr_max' to 'endp_subflow_max'Matthieu Baerts (NGI0)1-0/+1
2025-09-26mptcp: pm: in-kernel: rename 'add_addr_accept_max' to 'limit_add_addr_accepted'Matthieu Baerts (NGI0)1-0/+1
2025-09-26mptcp: pm: in-kernel: rename 'add_addr_signal_max' to 'endp_signal_max'Matthieu Baerts (NGI0)1-0/+1
2025-09-26mptcp: pm: in-kernel: rename 'subflows_max' to 'limit_extra_subflows'Matthieu Baerts (NGI0)1-0/+1
2025-09-26mptcp: pm: rename 'subflows' to 'extra_subflows'Matthieu Baerts (NGI0)1-0/+1
2025-09-26net: airoha: npu: Add a NPU callback to initialize flow statsLorenzo Bianconi1-3/+4
2025-09-26ethtool: add FEC bins histogram reportVadim Fedorenko2-1/+36
2025-09-26ptr_ring: drop duplicated tail zeroing codeMichael S. Tsirkin1-18/+24
2025-09-26Merge tag 'linux-can-next-for-6.18-20250924' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextJakub Kicinski4-72/+60
2025-09-26Merge tag 'wireless-next-2025-09-25' of https://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski4-28/+469
2025-09-26Merge tag 'thermal-v6.18-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/thermal/linuxRafael J. Wysocki1-0/+19