index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-01
Merge tag 'perf-urgent-2026-02-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-0
/
+5
2026-02-01
mfd: wm8350-core: Use IRQF_ONESHOT
Sebastian Andrzej Siewior
1
-1
/
+1
2026-02-01
genirq: Set IRQF_COND_ONESHOT in devm_request_irq().
Sebastian Andrzej Siewior
1
-1
/
+1
2026-02-01
cgroup: increase maximum subsystem count from 16 to 32
Chen Ridong
1
-4
/
+4
2026-01-31
ipc: don't audit capability check in ipc_permissions()
Ondrej Mosnacek
1
-0
/
+6
2026-01-31
delayacct: add timestamp of delay max
Wang Yaxin
2
-0
/
+13
2026-01-31
tracing: move tracing declarations from kernel.h to a dedicated header
Yury Norov
2
-195
/
+205
2026-01-31
tracing: remove size parameter in __trace_puts()
Steven Rostedt
1
-2
/
+2
2026-01-31
kernel.h: include linux/instruction_pointer.h explicitly
Yury Norov
1
-0
/
+1
2026-01-31
kernel.h: move VERIFY_OCTAL_PERMISSIONS() to sysfs.h
Yury Norov
3
-13
/
+14
2026-01-31
moduleparam: include required headers explicitly
Yury Norov
1
-0
/
+5
2026-01-31
kernel.h: drop STACK_MAGIC macro
Yury Norov
1
-2
/
+0
2026-01-31
compiler-clang.h: require LLVM 19.1.0 or higher for __typeof_unqual__
Nathan Chancellor
1
-1
/
+1
2026-01-31
kho: use unsigned long for nr_pages
Pratyush Yadav
1
-3
/
+3
2026-01-31
Merge branch 'mm-hotfixes-stable' into mm-nonmm-stable to pick up changes
Andrew Morton
3
-3
/
+26
2026-01-31
mm, swap: drop the SWAP_HAS_CACHE flag
Kairui Song
1
-1
/
+0
2026-01-31
mm, swap: add folio to swap cache directly on allocation
Kairui Song
1
-5
/
+0
2026-01-31
mm, swap: cleanup swap entry management workflow
Kairui Song
1
-33
/
+25
2026-01-31
mm, swap: use swap cache as the swap in synchronize layer
Kairui Song
1
-6
/
+0
2026-01-31
mm/shmem, swap: remove SWAP_MAP_SHMEM
Nhat Pham
1
-8
/
+7
2026-01-31
mm/vma: add and use vma_assert_stabilised()
Lorenzo Stoakes
2
-4
/
+53
2026-01-31
mm/vma: update vma_assert_locked() to use lockdep
Lorenzo Stoakes
1
-8
/
+48
2026-01-31
mm/vma: improve and document __is_vma_write_locked()
Lorenzo Stoakes
1
-21
/
+24
2026-01-31
mm/vma: introduce helper struct + thread through exclusive lock fns
Lorenzo Stoakes
2
-8
/
+29
2026-01-31
mm/vma: clean up __vma_enter/exit_locked()
Lorenzo Stoakes
1
-2
/
+2
2026-01-31
mm/vma: add+use vma lockdep acquire/release defines
Lorenzo Stoakes
1
-3
/
+34
2026-01-31
mm/vma: rename is_vma_write_only(), separate out shared refcount put
Lorenzo Stoakes
1
-13
/
+53
2026-01-31
mm/vma: document possible vma->vm_refcnt values and reference comment
Lorenzo Stoakes
2
-2
/
+47
2026-01-31
mm/vma: rename VMA_LOCK_OFFSET to VM_REFCNT_EXCLUDE_READERS_FLAG
Lorenzo Stoakes
2
-10
/
+21
2026-01-31
mm/damon: rename min_sz_region of damon_ctx to min_region_sz
SeongJae Park
1
-4
/
+4
2026-01-31
mm/damon: rename DAMON_MIN_REGION to DAMON_MIN_REGION_SZ
SeongJae Park
1
-1
/
+1
2026-01-31
mm/damon: document damon_call_control->dealloc_on_cancel repeat behavior
SeongJae Park
1
-1
/
+1
2026-01-31
mm/damon: remove damon_operations->cleanup()
SeongJae Park
1
-3
/
+0
2026-01-31
mm: page_isolation: introduce page_is_unmovable()
Kefeng Wang
1
-0
/
+2
2026-01-31
mm/vmscan: add tracepoint and reason for kswapd_failures reset
Jiayuan Chen
1
-4
/
+15
2026-01-31
mm/vmscan: mitigate spurious kswapd_failures reset from direct reclaim
Jiayuan Chen
1
-0
/
+2
2026-01-31
mm: fix OOM killer inaccuracy on large many-core systems
Mathieu Desnoyers
1
-0
/
+7
2026-01-31
mm: rename CONFIG_MEMORY_BALLOON -> CONFIG_BALLOON
David Hildenbrand (Red Hat)
1
-2
/
+2
2026-01-31
mm: rename CONFIG_BALLOON_COMPACTION to CONFIG_BALLOON_MIGRATION
David Hildenbrand (Red Hat)
2
-8
/
+8
2026-01-31
mm: rename balloon_compaction.(c|h) to balloon.(c|h)
David Hildenbrand (Red Hat)
1
-6
/
+5
2026-01-31
mm/balloon_compaction: remove "extern" from functions
David Hildenbrand (Red Hat)
1
-8
/
+8
2026-01-31
mm/balloon_compaction: move internal helpers to balloon_compaction.c
David Hildenbrand (Red Hat)
1
-44
/
+0
2026-01-31
mm/balloon_compaction: fold balloon_mapping_gfp_mask() into balloon_page_alloc()
David Hildenbrand (Red Hat)
1
-7
/
+0
2026-01-31
mm/balloon_compaction: remove balloon_page_push/pop()
David Hildenbrand (Red Hat)
1
-30
/
+0
2026-01-31
mm/balloon_compaction: drop fs.h include from balloon_compaction.h
David Hildenbrand (Red Hat)
1
-1
/
+0
2026-01-31
mm/balloon_compaction: make balloon_mops static
David Hildenbrand (Red Hat)
1
-1
/
+0
2026-01-31
mm/balloon_compaction: remove dependency on page lock
David Hildenbrand (Red Hat)
1
-12
/
+13
2026-01-31
mm/balloon_compaction: use a device-independent balloon (list) lock
David Hildenbrand (Red Hat)
1
-4
/
+2
2026-01-31
mm/balloon_compaction: centralize adjust_managed_page_count() handling
David Hildenbrand (Red Hat)
1
-0
/
+2
2026-01-31
mm/khugepaged: change collapse_pte_mapped_thp() to return void
Shivank Garg
1
-5
/
+4
[prev]
[next]