index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
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
2025-03-17
mm: zpool: add interfaces for object read/write APIs
Yosry Ahmed
1
-0
/
+17
2025-03-17
mm/damon: add default allow/reject behavior fields to struct damos
SeongJae Park
1
-0
/
+3
2025-03-17
mm/damon/core: introduce damos->ops_filters
SeongJae Park
1
-0
/
+8
2025-03-17
writeback: fix calculations in trace_balance_dirty_pages() for cgwb
Tang Yizhou
1
-0
/
+1
2025-03-17
writeback: let trace_balance_dirty_pages() take struct dtc as parameter
Tang Yizhou
1
-0
/
+23
2025-03-17
page_counter: reduce struct page_counter size
Shakeel Butt
1
-3
/
+4
2025-03-17
page_counter: track failcnt only for legacy cgroups
Shakeel Butt
1
-1
/
+3
2025-03-17
mm: fix lazy mmu docs and usage
Ryan Roberts
1
-6
/
+8
2025-03-17
mm/damon/core: implement intervals auto-tuning
SeongJae Park
1
-0
/
+16
2025-03-17
mm/damon: add data structure for monitoring intervals auto-tuning
SeongJae Park
1
-0
/
+27
2025-03-17
mm/mmu_notifier: use MMU_NOTIFY_CLEAR in remove_device_exclusive_entry()
David Hildenbrand
1
-4
/
+4
2025-03-16
cpu: remove needless return in void API suspend_enable_secondary_cpus()
Zijun Hu
1
-1
/
+1
2025-03-16
rhashtable: remove needless return in three void APIs
Zijun Hu
1
-3
/
+3
2025-03-16
lib min_heap: use size_t for array size and index variables
Kuan-Wei Chiu
1
-6
/
+6
2025-03-16
reboot: retire hw_protection_reboot and hw_protection_shutdown helpers
Ahmad Fatoum
1
-10
/
+0
2025-03-16
reboot: add support for configuring emergency hardware protection action
Ahmad Fatoum
1
-1
/
+21
2025-03-16
reboot: rename now misleading __hw_protection_shutdown symbols
Ahmad Fatoum
1
-4
/
+4
2025-03-16
reboot: replace __hw_protection_shutdown bool action parameter with an enum
Ahmad Fatoum
1
-3
/
+15
2025-03-16
ucount: use rcuref_t for reference counting
Sebastian Andrzej Siewior
1
-2
/
+9
2025-03-16
ucount: use RCU for ucounts lookups
Sebastian Andrzej Siewior
1
-1
/
+3
2025-03-16
rcu: provide a static initializer for hlist_nulls_head
Sebastian Andrzej Siewior
1
-0
/
+1
2025-03-16
crash: let arch decide usable memory range in reserved area
Sourabh Jain
1
-0
/
+9
2025-03-16
crash: remove an unused argument from reserve_crashkernel_generic()
Sourabh Jain
1
-6
/
+5
2025-03-16
mm, swap: simplify folio swap allocation
Kairui Song
1
-5
/
+3
2025-03-16
mm, swap: remove swap slot cache
Kairui Song
2
-31
/
+0
2025-03-16
mm, swap: use percpu cluster as allocation fast path
Kairui Song
1
-7
/
+4
2025-03-16
zsmalloc: introduce new object mapping API
Sergey Senozhatsky
1
-0
/
+8
2025-03-16
mm/folio_queue: delete __folio_order and use folio_order directly
Liu Ye
1
-9
/
+3
2025-03-16
mm/damon: implement a new DAMOS filter type for unmapped pages
SeongJae Park
1
-0
/
+2
2025-03-16
mm/hugetlb: enable bootmem allocation from CMA areas
Frank van der Linden
1
-0
/
+17
2025-03-16
mm/cma: introduce a cma validate function
Frank van der Linden
1
-0
/
+5
2025-03-16
mm/hugetlb: do pre-HVO for bootmem allocated pages
Frank van der Linden
1
-0
/
+2
2025-03-16
mm/hugetlb: add pre-HVO framework
Frank van der Linden
1
-0
/
+4
2025-03-16
mm/hugetlb: deal with multiple calls to hugetlb_bootmem_alloc
Frank van der Linden
1
-0
/
+6
2025-03-16
mm/sparse: add vmemmap_*_hvo functions
Frank van der Linden
1
-1
/
+8
2025-03-16
mm/sparse: allow for alternate vmemmap section init at boot
Frank van der Linden
2
-0
/
+36
2025-03-16
mm/bootmem_info: export register_page_bootmem_memmap
Frank van der Linden
2
-3
/
+7
2025-03-16
mm/hugetlb: convert cmdline parameters from setup to early
Frank van der Linden
1
-0
/
+6
2025-03-16
mm/cma: introduce cma_intersects function
Frank van der Linden
1
-0
/
+1
2025-03-16
mm, cma: support multiple contiguous ranges, if requested
Frank van der Linden
1
-0
/
+3
2025-03-16
fs: remove folio_file_mapping()
Matthew Wilcox (Oracle)
1
-20
/
+0
2025-03-16
fs: remove page_file_mapping()
Matthew Wilcox (Oracle)
1
-5
/
+0
2025-03-16
fs: convert block_commit_write() to take a folio
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-03-16
mm: make vma cache SLAB_TYPESAFE_BY_RCU
Suren Baghdasaryan
3
-12
/
+11
2025-03-16
mm: prepare lock_vma_under_rcu() for vma reuse possibility
Suren Baghdasaryan
1
-4
/
+8
2025-03-16
mm: remove extra vma_numab_state_init() call
Suren Baghdasaryan
1
-1
/
+0
2025-03-16
mm: move lesser used vma_area_struct members into the last cacheline
Suren Baghdasaryan
1
-20
/
+18
2025-03-16
mm: replace vm_lock and detached flag with a reference count
Suren Baghdasaryan
2
-55
/
+95
2025-03-16
refcount: introduce __refcount_{add|inc}_not_zero_limited_acquire
Suren Baghdasaryan
1
-1
/
+20
2025-03-16
refcount: provide ops for cases when object's memory can be reused
Suren Baghdasaryan
2
-0
/
+115
[prev]
[next]