summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2023-10-04Merge tag 'nf-23-10-04' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski-0/+1
2023-10-04dt-bindings: power: Update prefixes for AON power domainChanghuang Liang-2/+3
2023-10-04page_pool: fix documentation typosRandy Dunlap-3/+3
2023-10-04eventfs: Remove eventfs_file and just use eventfs_inodeSteven Rostedt (Google)-16/+15
2023-10-04rcu: Standardize explicit CPU-hotplug callsFrederic Weisbecker-5/+8
2023-10-04rcu: Conditionally build CPU-hotplug teardown callbacksFrederic Weisbecker-2/+9
2023-10-04RDMA/core: Fix a couple of obvious typos in commentsChuck Lever-1/+1
2023-10-04net: appletalk: remove cops supportGreg Kroah-Hartman-1/+0
2023-10-04Merge tag 'wireless-2023-09-27' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski-2/+4
2023-10-04IPsec packet offload support in multiport RoCE devicesLeon Romanovsky-117/+177
2023-10-04crash_core.c: remove unneeded functionsBaoquan He-4/+0
2023-10-04crash_core: move crashk_*res definition into crash_core.cBaoquan He-4/+8
2023-10-04crash_core: add generic function to do reservationBaoquan He-0/+28
2023-10-04crash_core: change parse_crashkernel() to support crashkernel=,high|low parsingBaoquan He-0/+6
2023-10-04crash_core: change the prototype of function parse_crashkernel()Baoquan He-1/+2
2023-10-04minmax: fix header inclusionsAndy Shevchenko-1/+2
2023-10-04minmax: deduplicate __unconst_integer_typeof()Andy Shevchenko-23/+3
2023-10-04kthread: add kthread_stop_putAndreas Gruenbacher-0/+1
2023-10-04seq_file: add helper macro to define attribute for rw fileXingui Yang-0/+15
2023-10-04kill task_struct->thread_groupOleg Nesterov-1/+0
2023-10-04change thread_group_empty() to use task_struct->thread_nodeOleg Nesterov-1/+2
2023-10-04change next_thread() to use __next_thread() ?: group_leaderOleg Nesterov-3/+2
2023-10-04introduce __next_thread(), fix next_tid() vs exec() raceOleg Nesterov-0/+11
2023-10-04compiler.h: unify __UNIQUE_IDNick Desaulniers-11/+1
2023-10-04mm/damon/core: implement scheme-specific apply intervalSeongJae Park-2/+15
2023-10-04mm/damon/core: use nr_accesses_bp as a source of damos_before_apply tracepointSeongJae Park-1/+1
2023-10-04memblock: introduce MEMBLOCK_RSRV_NOINIT flagUsama Arif-0/+9
2023-10-04mm/damon/core: mark damon_moving_sum() as a static functionSeongJae Park-2/+0
2023-10-04mm/damon/core: use pseudo-moving sum for nr_accesses_bpSeongJae Park-3/+9
2023-10-04mm/damon/core: introduce nr_accesses_bpSeongJae Park-0/+5
2023-10-04mm/damon/core: implement a pseudo-moving sum functionSeongJae Park-0/+2
2023-10-04mm/damon/core: define and use a dedicated function for region access rate updateSeongJae Park-1/+4
2023-10-04mm/damon/core: use number of passed access sampling as a timerSeongJae Park-2/+12
2023-10-04mm, vmscan: remove ISOLATE_UNMAPPEDVlastimil Babka-8/+2
2023-10-04buffer: remove __getblk_gfp()Matthew Wilcox (Oracle)-2/+0
2023-10-04ext4: call bdev_getblk() from sb_getblk_gfp()Matthew Wilcox (Oracle)-3/+3
2023-10-04buffer: convert sb_getblk() to call __getblk()Matthew Wilcox (Oracle)-4/+3
2023-10-04buffer: convert getblk_unmovable() and __getblk() to use bdev_getblk()Matthew Wilcox (Oracle)-14/+22
2023-10-04buffer: hoist GFP flags from grow_dev_page() to __getblk_gfp()Matthew Wilcox (Oracle)-0/+2
2023-10-04buffer: pass GFP flags to folio_alloc_buffers()Matthew Wilcox (Oracle)-1/+1
2023-10-04mm/damon/core: add a tracepoint for damos apply target regionsSeongJae Park-0/+39
2023-10-04mm: migrate: convert migrate_misplaced_page() to migrate_misplaced_folio()Kefeng Wang-2/+2
2023-10-04mm/rmap: pass folio to hugepage_add_anon_rmap()David Hildenbrand-1/+1
2023-10-04mm: shrinker: make global slab shrink locklessQi Zheng-0/+24
2023-10-04mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}Qi Zheng-11/+18
2023-10-04mm: shrinker: remove old APIsQi Zheng-8/+0
2023-10-04fs: super: dynamically allocate the s_shrinkQi Zheng-1/+1
2023-10-04jbd2,ext4: dynamically allocate the jbd2-journal shrinkerQi Zheng-1/+1
2023-10-04mm: shrinker: add infrastructure for dynamically allocating shrinkerQi Zheng-5/+14
2023-10-04drm/ttm: introduce pool_shrink_rwsemQi Zheng-1/+0