summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2025-07-17cleanup: Fix documentation build error for ACQUIRE updatesDan Williams
2025-07-17string: Group str_has_prefix() and strstarts()Andy Shevchenko
2025-07-17PCI: Add pci_is_display() to check if device is a display controllerMario Limonciello
2025-07-17stop_machine: Improve kernel-doc function-header commentsPaul E. McKenney
2025-07-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-07-17Merge back earlier material related to system sleepRafael J. Wysocki
2025-07-17cgroup: llist: avoid memory tears for llist_nodeShakeel Butt
2025-07-17ilog2: add max_pow_of_two_factor()John Garry
2025-07-17nvme: fix typo in status code constant for self-test in progressAlok Tiwari
2025-07-17Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tngu...Paolo Abeni
2025-07-17watchdog: Don't use "proxy" headersAndy Shevchenko
2025-07-16firmware: qcom: scm: take struct device as argument in SHM bridge enableBartosz Golaszewski
2025-07-16firmware: qcom: scm: remove unused arguments from SHM bridge routinesBartosz Golaszewski
2025-07-16bpf: Add struct bpf_token_infoTao Chen
2025-07-16ACPI: APEI: handle synchronous exceptions in task workShuai Xue
2025-07-16pmdomain: core: introduce dev_pm_genpd_is_on()Hiago De Franco
2025-07-16cxl: Convert to ACQUIRE() for conditional rwsem lockingDan Williams
2025-07-16cleanup: Introduce ACQUIRE() and ACQUIRE_ERR() for conditional locksPeter Zijlstra
2025-07-16mm/pagemap: add write_begin_get_folio() helper functionTaotao Chen
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen
2025-07-16fsi: make fsi_bus_type constantGreg Kroah-Hartman
2025-07-16container_of: Document container_of() is not to be used in new codeSakari Ailus
2025-07-16ata: libata-eh: Simplify reset operation managementDamien Le Moal
2025-07-16ata: libata-eh: Remove ata_do_eh()Damien Le Moal
2025-07-16srcu: Remove SRCU-lite implementationPaul E. McKenney
2025-07-16rcutorture: Remove support for SRCU-litePaul E. McKenney
2025-07-15bnxt: move bnxt_hsi.h to include/linux/bnxt/hsi.hAndy Gospodarek
2025-07-15HID: core: Improve the kerneldoc for hid_report_len()Alan Stern
2025-07-15Merge tag 'samsung-pinctrl-6.17' of https://git.kernel.org/pub/scm/linux/kern...Linus Walleij
2025-07-15fs: add a new remove_bdev() callbackQu Wenruo
2025-07-14regset: Add explicit core note name in struct user_regsetDave Martin
2025-07-14regset: Fix kerneldoc for struct regset_get() in user_regsetDave Martin
2025-07-14locking/lockdep: Avoid struct return in lock_stats()Arnd Bergmann
2025-07-14Add support to set NAPI threaded for individual NAPISamiullah Khawaja
2025-07-14Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski
2025-07-14dev: Pass netdevice_tracker to dev_get_by_flags_rcu().Kuniyuki Iwashima
2025-07-14PCI/IOV: Allow drivers to control VF BAR sizeMichaƂ Winiarski
2025-07-14idpf: implement get LAN MMIO memory regionsJoshua Hay
2025-07-14idpf: implement RDMA vport auxiliary dev create, init, and destroyJoshua Hay
2025-07-14idpf: implement core RDMA auxiliary dev create, init, and destroyJoshua Hay
2025-07-14sunrpc: rearrange struct svc_rqst for fewer cachelinesJeff Layton
2025-07-14sunrpc: remove SVC_SYSERRJeff Layton
2025-07-14sunrpc: fix handling of unknown auth status codesJeff Layton
2025-07-14sunrpc: simplify xdr_init_encode_pagesChristoph Hellwig
2025-07-14sched: Do not call __put_task_struct() on rt if pi_blocked_on is setLuis Claudio R. Goncalves
2025-07-14locking/mutex: Add p->blocked_on wrappers for correctness checksValentin Schneider
2025-07-14locking/mutex: Rework task_struct::blocked_onPeter Zijlstra
2025-07-14sched: Add CONFIG_SCHED_PROXY_EXEC & boot argument to enable/disableJohn Stultz
2025-07-14Merge branch 'tip/sched/urgent'Peter Zijlstra
2025-07-14PM / devfreq: Allow devfreq driver to add custom sysfs ABIsJie Zhan