index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-05
USB: dma: remove unused function prototype
Randy Li
1
-16
/
+0
2023-10-05
xfrm: Annotate struct xfrm_sec_ctx with __counted_by
Kees Cook
1
-1
/
+2
2023-10-04
f2fs: Support Block Size == Page Size
Daniel Rosenberg
1
-28
/
+41
2023-10-04
tcp: fix quick-ack counting to count actual ACKs of new data
Neal Cardwell
1
-2
/
+4
2023-10-04
Merge tag 'nf-23-10-04' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...
Jakub Kicinski
1
-0
/
+1
2023-10-04
dt-bindings: power: Update prefixes for AON power domain
Changhuang Liang
1
-2
/
+3
2023-10-04
page_pool: fix documentation typos
Randy Dunlap
1
-3
/
+3
2023-10-04
eventfs: Remove eventfs_file and just use eventfs_inode
Steven Rostedt (Google)
2
-16
/
+15
2023-10-04
rcu: Standardize explicit CPU-hotplug calls
Frederic Weisbecker
4
-5
/
+8
2023-10-04
rcu: Conditionally build CPU-hotplug teardown callbacks
Frederic Weisbecker
1
-2
/
+9
2023-10-04
RDMA/core: Fix a couple of obvious typos in comments
Chuck Lever
1
-1
/
+1
2023-10-04
net: appletalk: remove cops support
Greg Kroah-Hartman
1
-1
/
+0
2023-10-04
Merge tag 'wireless-2023-09-27' of git://git.kernel.org/pub/scm/linux/kernel/...
Jakub Kicinski
1
-2
/
+4
2023-10-04
IPsec packet offload support in multiport RoCE devices
Leon Romanovsky
34
-117
/
+177
2023-10-04
crash_core.c: remove unneeded functions
Baoquan He
1
-4
/
+0
2023-10-04
crash_core: move crashk_*res definition into crash_core.c
Baoquan He
2
-4
/
+8
2023-10-04
crash_core: add generic function to do reservation
Baoquan He
1
-0
/
+28
2023-10-04
crash_core: change parse_crashkernel() to support crashkernel=,high|low parsing
Baoquan He
1
-0
/
+6
2023-10-04
crash_core: change the prototype of function parse_crashkernel()
Baoquan He
1
-1
/
+2
2023-10-04
minmax: fix header inclusions
Andy Shevchenko
1
-1
/
+2
2023-10-04
minmax: deduplicate __unconst_integer_typeof()
Andy Shevchenko
1
-23
/
+3
2023-10-04
kthread: add kthread_stop_put
Andreas Gruenbacher
1
-0
/
+1
2023-10-04
seq_file: add helper macro to define attribute for rw file
Xingui Yang
1
-0
/
+15
2023-10-04
kill task_struct->thread_group
Oleg Nesterov
1
-1
/
+0
2023-10-04
change thread_group_empty() to use task_struct->thread_node
Oleg Nesterov
1
-1
/
+2
2023-10-04
change next_thread() to use __next_thread() ?: group_leader
Oleg Nesterov
1
-3
/
+2
2023-10-04
introduce __next_thread(), fix next_tid() vs exec() race
Oleg Nesterov
1
-0
/
+11
2023-10-04
compiler.h: unify __UNIQUE_ID
Nick Desaulniers
3
-11
/
+1
2023-10-04
mm/damon/core: implement scheme-specific apply interval
SeongJae Park
1
-2
/
+15
2023-10-04
mm/damon/core: use nr_accesses_bp as a source of damos_before_apply tracepoint
SeongJae Park
1
-1
/
+1
2023-10-04
memblock: introduce MEMBLOCK_RSRV_NOINIT flag
Usama Arif
1
-0
/
+9
2023-10-04
mm/damon/core: mark damon_moving_sum() as a static function
SeongJae Park
1
-2
/
+0
2023-10-04
mm/damon/core: use pseudo-moving sum for nr_accesses_bp
SeongJae Park
1
-3
/
+9
2023-10-04
mm/damon/core: introduce nr_accesses_bp
SeongJae Park
1
-0
/
+5
2023-10-04
mm/damon/core: implement a pseudo-moving sum function
SeongJae Park
1
-0
/
+2
2023-10-04
mm/damon/core: define and use a dedicated function for region access rate update
SeongJae Park
1
-1
/
+4
2023-10-04
mm/damon/core: use number of passed access sampling as a timer
SeongJae Park
1
-2
/
+12
2023-10-04
mm, vmscan: remove ISOLATE_UNMAPPED
Vlastimil Babka
2
-8
/
+2
2023-10-04
buffer: remove __getblk_gfp()
Matthew Wilcox (Oracle)
1
-2
/
+0
2023-10-04
ext4: call bdev_getblk() from sb_getblk_gfp()
Matthew Wilcox (Oracle)
1
-3
/
+3
2023-10-04
buffer: convert sb_getblk() to call __getblk()
Matthew Wilcox (Oracle)
1
-4
/
+3
2023-10-04
buffer: convert getblk_unmovable() and __getblk() to use bdev_getblk()
Matthew Wilcox (Oracle)
1
-14
/
+22
2023-10-04
buffer: hoist GFP flags from grow_dev_page() to __getblk_gfp()
Matthew Wilcox (Oracle)
1
-0
/
+2
2023-10-04
buffer: pass GFP flags to folio_alloc_buffers()
Matthew Wilcox (Oracle)
1
-1
/
+1
2023-10-04
mm/damon/core: add a tracepoint for damos apply target regions
SeongJae Park
1
-0
/
+39
2023-10-04
mm: migrate: convert migrate_misplaced_page() to migrate_misplaced_folio()
Kefeng Wang
1
-2
/
+2
2023-10-04
mm/rmap: pass folio to hugepage_add_anon_rmap()
David Hildenbrand
1
-1
/
+1
2023-10-04
mm: shrinker: make global slab shrink lockless
Qi Zheng
1
-0
/
+24
2023-10-04
mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}
Qi Zheng
2
-11
/
+18
2023-10-04
mm: shrinker: remove old APIs
Qi Zheng
1
-8
/
+0
[prev]
[next]