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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-20
mm/damon/sysfs-schemes: remove outdated TODO in target_nid_store()
Swaraj Gaikwad
1
-1
/
+0
2026-01-20
mm: folio_zero_user: cache neighbouring pages
Ankur Arora
1
-3
/
+38
2026-01-20
mm: folio_zero_user: clear page ranges
Ankur Arora
2
-3
/
+50
2026-01-20
mm: folio_zero_user: clear pages sequentially
Ankur Arora
1
-19
/
+9
2026-01-20
x86/clear_page: introduce clear_pages()
Ankur Arora
1
-5
/
+12
2026-01-20
x86/mm: simplify clear_page_*
Ankur Arora
3
-46
/
+66
2026-01-20
highmem: introduce clear_user_highpages()
Ankur Arora
1
-1
/
+44
2026-01-20
mm: introduce clear_pages() and clear_user_pages()
Ankur Arora
2
-0
/
+53
2026-01-20
treewide: provide a generic clear_user_page() variant
David Hildenbrand
22
-28
/
+29
2026-01-20
zram: fixup read_block_state()
Sergey Senozhatsky
1
-5
/
+2
2026-01-20
zram: trivial fix of recompress_slot() coding styles
Sergey Senozhatsky
1
-5
/
+6
2026-01-20
zram: rename internal slot API
Sergey Senozhatsky
1
-181
/
+182
2026-01-20
zram: use u32 for entry ac_time tracking
Sergey Senozhatsky
2
-32
/
+37
2026-01-20
zram: consolidate device-attr declarations
Sergey Senozhatsky
1
-4
/
+3
2026-01-20
zram: switch to guard() for init_lock
Sergey Senozhatsky
1
-134
/
+77
2026-01-20
zram: rename zram_free_page()
Sergey Senozhatsky
1
-10
/
+10
2026-01-20
zram: move bd_stat to writeback section
Sergey Senozhatsky
1
-27
/
+21
2026-01-20
zram: document writeback_batch_size
Sergey Senozhatsky
2
-1
/
+17
2026-01-20
zram: introduce writeback_compressed device attribute
Richard Chang
3
-0
/
+58
2026-01-20
zram: introduce compressed data writeback
Richard Chang
2
-53
/
+227
2026-01-20
mm/vmscan.c:shrink_folio_list(): save a tabstop
Andrew Morton
1
-48
/
+48
2026-01-20
mm/shmem: add mTHP swpout fallback statistics in shmem_writeout()
Weilin Tong
1
-0
/
+12
2026-01-20
mm: add basic tests for lazy_mmu
Kevin Brodsky
4
-1
/
+90
2026-01-20
x86/xen: use lazy_mmu_state when context-switching
Kevin Brodsky
2
-5
/
+2
2026-01-20
sparc/mm: replace batch->active with is_lazy_mmu_mode_active()
Kevin Brodsky
2
-9
/
+1
2026-01-20
powerpc/mm: replace batch->active with is_lazy_mmu_mode_active()
Kevin Brodsky
2
-10
/
+1
2026-01-20
arm64: mm: replace TIF_LAZY_MMU with is_lazy_mmu_mode_active()
Kevin Brodsky
2
-18
/
+4
2026-01-20
mm: enable lazy_mmu sections to nest
Kevin Brodsky
4
-19
/
+157
2026-01-20
mm: bail out of lazy_mmu_mode_* in interrupt context
Kevin Brodsky
2
-10
/
+16
2026-01-20
mm: introduce generic lazy_mmu helpers
Kevin Brodsky
16
-61
/
+83
2026-01-20
mm: introduce CONFIG_ARCH_HAS_LAZY_MMU_MODE
Kevin Brodsky
12
-7
/
+14
2026-01-20
mm: clarify lazy_mmu sleeping constraints
Kevin Brodsky
1
-5
/
+9
2026-01-20
sparc/mm: implement arch_flush_lazy_mmu_mode()
Kevin Brodsky
2
-2
/
+9
2026-01-20
powerpc/mm: implement arch_flush_lazy_mmu_mode()
Kevin Brodsky
1
-3
/
+12
2026-01-20
x86/xen: simplify flush_lazy_mmu()
Kevin Brodsky
1
-4
/
+2
2026-01-20
powerpc/64s: do not re-activate batched TLB flush
Alexander Gordeev
2
-27
/
+0
2026-01-20
alloc_tag: move memory_allocation_profiling_sysctls into .rodata
Joel Granados
1
-4
/
+1
2026-01-20
mm/damon/core: fix memory leak of repeat mode damon_call_control objects
Enze Li
1
-7
/
+13
2026-01-20
mm/vmalloc: clarify why vmap_range_noflush() might sleep
Brendan Jackman
1
-0
/
+5
2026-01-20
netrom: fix double-free in nr_route_frame()
Jeongjun Park
1
-4
/
+9
2026-01-20
net: remove HIPPI support and RoadRunner HIPPI driver
Ethan Nelson-Moore
14
-2832
/
+4
2026-01-21
drm/atmel-hlcdc: fix use-after-free of drm_crtc_commit after release
Ludovic Desroches
1
-2
/
+1
2026-01-21
drm/atmel-hlcdc: fix memory leak from the atomic_destroy_state callback
Ludovic Desroches
1
-2
/
+1
2026-01-20
tcp: move tcp_rate_skb_delivered() to tcp_input.c
Eric Dumazet
3
-46
/
+44
2026-01-20
Merge branch 'fix-typos-in-network-driver-code-comments'
Jakub Kicinski
11
-32
/
+32
2026-01-20
net/xen-netback: Fix mispelling of "Software" as "Softare"
Yicong Hui
1
-1
/
+1
2026-01-20
net/micrel: Fix typos in micrel driver code comments
Yicong Hui
4
-7
/
+7
2026-01-20
net/benet: Fix typos in driver code comments
Yicong Hui
6
-24
/
+24
2026-01-20
Octeontx2-pf: Update xdp features
Hariprasad Kelam
1
-1
/
+3
2026-01-20
usbnet: limit max_mtu based on device's hard_mtu
Laurent Vivier
1
-3
/
+6
[prev]
[next]