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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-10
media: v4l: Make media_entity_to_video_device() NULL-safe
Sakari Ailus
1
-3
/
+9
2025-07-10
net/sched: sch_qfq: Fix null-deref in agg_dequeue
Xiang Mei
1
-1
/
+24
2025-07-10
mfd: tps6594: Add TI TPS652G1 support
Michael Walle
1
-0
/
+1
2025-07-10
uapi: export PROCFS_ROOT_INO
Aleksa Sarai
2
-1
/
+11
2025-07-09
lib/raid6: replace custom zero page with ZERO_PAGE
Herbert Xu
1
-1
/
+11
2025-07-09
relayfs: support a counter tracking if data is too big to write
Jason Xing
1
-2
/
+3
2025-07-09
relayfs: introduce getting relayfs statistics function
Jason Xing
1
-0
/
+7
2025-07-09
relayfs: support a counter tracking if per-cpu buffers is full
Jason Xing
1
-0
/
+9
2025-07-09
relayfs: abolish prev_padding
Jason Xing
1
-4
/
+1
2025-07-09
include/linux/jhash.h: replace __get_unaligned_cpu32 in jhash function
Julian Vetter
1
-4
/
+4
2025-07-09
mm: remove callers of pfn_t functionality
Alistair Popple
6
-103
/
+12
2025-07-09
mm: remove PFN_DEV, PFN_MAP, PFN_SPECIAL, PFN_SG_CHAIN and PFN_SG_LAST
Alistair Popple
1
-48
/
+2
2025-07-09
mm: remove devmap related functions and page table bits
Alistair Popple
2
-24
/
+2
2025-07-09
mm: remove redundant pXd_devmap calls
Alistair Popple
2
-7
/
+5
2025-07-09
mm/gup: remove pXX_devmap usage from get_user_pages()
Alistair Popple
1
-3
/
+0
2025-07-09
mm/percpu: conditionally define _shared_alloc_tag via CONFIG_ARCH_MODULE_NEEDS_WEAK_PER_CPU
Hao Ge
2
-6
/
+7
2025-07-09
mm/memfd: reserve hugetlb folios before allocation
Vivek Kasireddy
1
-0
/
+5
2025-07-09
mm/hugetlb: make hugetlb_reserve_pages() return nr of entries updated
Vivek Kasireddy
1
-1
/
+1
2025-07-09
codetag: avoid unused alloc_tags sections/symbols
Petr Pavlu
1
-2
/
+8
2025-07-09
mm/damon: fix minor typos in damon header
Nathan Gao
1
-2
/
+2
2025-07-09
mm: update core kernel code to use vm_flags_t consistently
Lorenzo Stoakes
11
-26
/
+26
2025-07-09
mm: change vm_get_page_prot() to accept vm_flags_t argument
Lorenzo Stoakes
2
-3
/
+3
2025-07-09
highmem: remove a use of folio->page
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-07-09
mm/huge_memory: don't mark refcounted folios special in vmf_insert_folio_pud()
David Hildenbrand
1
-1
/
+18
2025-07-09
mm: remove zero_user()
Matthew Wilcox (Oracle)
1
-6
/
+0
2025-07-09
mm: madvise: use per_vma lock for MADV_FREE
Barry Song
1
-0
/
+2
2025-07-09
mm/memory-tier: fix abstract distance calculation overflow
Li Zhijian
1
-1
/
+1
2025-07-09
alloc_tag: add sequence number for module and iterator
David Wang
1
-0
/
+1
2025-07-09
mm/pagewalk: split walk_page_range_novma() into kernel/user parts
Lorenzo Stoakes
1
-4
/
+3
2025-07-09
alloc_tag: remove empty module tag section
Casey Chen
1
-6
/
+0
2025-07-09
mm/filemap: allow arch to request folio size for exec memory
Ryan Roberts
1
-0
/
+11
2025-07-09
mm/readahead: store folio order in struct file_ra_state
Ryan Roberts
1
-0
/
+2
2025-07-09
mm/readahead: make space in struct file_ra_state
Ryan Roberts
1
-1
/
+1
2025-07-09
proc: use the same treatment to check proc_lseek as ones for proc_read_iter et.al
wangzijie
1
-0
/
+1
2025-07-09
userfaultfd: remove UFFD_CLOEXEC, UFFD_NONBLOCK, and UFFD_FLAGS_SET
Tal Zussman
1
-4
/
+0
2025-07-09
userfaultfd: correctly prevent registering VM_DROPPABLE regions
Tal Zussman
1
-1
/
+1
2025-07-09
drivers/base/node: rename __register_one_node() to register_one_node()
Donet Tom
1
-12
/
+1
2025-07-09
drivers/base/node: rename register_memory_blocks_under_node() and remove context argument
Donet Tom
1
-6
/
+5
2025-07-09
drivers/base/node: remove register_memory_blocks_under_node() function call from register_one_node
Donet Tom
1
-15
/
+1
2025-07-09
drivers/base/node: optimize memory block registration to reduce boot time
Donet Tom
2
-0
/
+21
2025-07-09
mm: remove the for_reclaim field from struct writeback_control
Christoph Hellwig
3
-12
/
+4
2025-07-09
mm: stop passing a writeback_control structure to swap_writeout
Christoph Hellwig
1
-7
/
+0
2025-07-09
mm: stop passing a writeback_control structure to shmem_writeout
Christoph Hellwig
2
-4
/
+4
2025-07-09
mm: rename CONFIG_PAGE_BLOCK_ORDER to CONFIG_PAGE_BLOCK_MAX_ORDER
Zi Yan
2
-11
/
+11
2025-07-09
mm/gup: remove (VM_)BUG_ONs
David Hildenbrand
1
-0
/
+12
2025-07-09
mm: remove unused mmap tracepoints
Caleb Sander Mateos
1
-52
/
+0
2025-07-09
mm: prevent KSM from breaking VMA merging for new VMAs
Lorenzo Stoakes
1
-3
/
+5
2025-07-09
mm: ksm: have KSM VMA checks not require a VMA pointer
Lorenzo Stoakes
1
-1
/
+6
2025-07-09
Revert "sched/numa: add statistics of numa balance task"
Chen Yu
2
-6
/
+0
2025-07-09
mm: fix the inaccurate memory statistics issue for users
Baolin Wang
1
-0
/
+5
[prev]
[next]