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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-21
mm: constify compound_order() and page_size()
Matthew Wilcox (Oracle)
1
-3
/
+3
2025-09-21
mm: make folio page count functions return unsigned
Aristeu Rozanski
1
-4
/
+4
2025-09-21
mm: vm_event_item: explicit #include for THREAD_SIZE
Brian Norris
1
-0
/
+2
2025-09-21
mm: re-enable kswapd when memory pressure subsides or demotion is toggled
Chanwon Park
1
-1
/
+1
2025-09-21
ptdesc: remove ptdesc_to_virt()
Matthew Wilcox (Oracle)
1
-5
/
+6
2025-09-21
ptdesc: remove references to folios from __pagetable_ctor() and pagetable_dtor()
Matthew Wilcox (Oracle)
1
-8
/
+13
2025-09-21
ptdesc: convert __page_flags to pt_flags
Matthew Wilcox (Oracle)
2
-4
/
+9
2025-09-21
maple_tree: remove lockdep_map_p typedef
Alice Ryhl
1
-4
/
+4
2025-09-21
mm, swap: use the swap table for the swap cache and switch API
Kairui Song
1
-2
/
+0
2025-09-21
mm, swap: tidy up swap device and cluster info helpers
Kairui Song
1
-6
/
+0
2025-09-21
mm, swap: rename and move some swap cluster definition and helpers
Kairui Song
1
-34
/
+0
2025-09-21
mm/memremap: remove unused get_dev_pagemap() parameter
Alistair Popple
1
-4
/
+2
2025-09-21
huge_memory: return -EINVAL in folio split functions when THP is disabled
Pankaj Raghav
1
-4
/
+8
2025-09-21
rust: maple_tree: add MapleTree
Alice Ryhl
1
-0
/
+3
2025-09-21
mm: remove mlock_count from struct page
Matthew Wilcox (Oracle)
1
-8
/
+2
2025-09-21
mm/filemap: align last_index to folio size
Youling Tang
1
-0
/
+6
2025-09-21
mm: constify highmem related functions for improved const-correctness
Max Kellermann
3
-24
/
+24
2025-09-21
mm: constify assert/test functions in mm.h
Max Kellermann
1
-20
/
+20
2025-09-21
mm: constify various inline functions for improved const-correctness
Max Kellermann
1
-12
/
+13
2025-09-21
mm: constify ptdesc_pmd_pts_count() and folio_get_private()
Max Kellermann
1
-2
/
+2
2025-09-21
mm: constify arch_pick_mmap_layout() for improved const-correctness
Max Kellermann
1
-2
/
+2
2025-09-21
mm, s390: constify mapping related test/getter functions
Max Kellermann
2
-4
/
+4
2025-09-21
mm: constify process_shares_mm() for improved const-correctness
Max Kellermann
1
-1
/
+1
2025-09-21
fs: constify mapping related test functions for improved const-correctness
Max Kellermann
1
-3
/
+3
2025-09-21
mm: constify zone related test/getter functions
Max Kellermann
1
-21
/
+21
2025-09-21
mm: constify pagemap related test/getter functions
Max Kellermann
1
-27
/
+28
2025-09-21
mm: constify shmem related test functions for improved const-correctness
Max Kellermann
2
-6
/
+6
2025-09-21
mm: hugetlb: directly pass order when allocate a hugetlb folio
Kefeng Wang
1
-1
/
+6
2025-09-21
mm: remove nth_page()
David Hildenbrand
1
-2
/
+0
2025-09-21
block: update comment of "struct bio_vec" regarding nth_page()
David Hildenbrand
1
-5
/
+2
2025-09-21
scatterlist: disallow non-contigous page ranges in a single SG entry
David Hildenbrand
1
-1
/
+2
2025-09-21
mm/cma: refuse handing out non-contiguous page ranges
David Hildenbrand
1
-0
/
+6
2025-09-21
mm: simplify folio_page() and folio_page_idx()
David Hildenbrand
2
-3
/
+18
2025-09-21
mm: limit folio/compound page sizes in problematic kernel configs
David Hildenbrand
1
-4
/
+18
2025-09-21
mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
David Hildenbrand
1
-2
/
+4
2025-09-21
mm: remove unused zpool layer
Johannes Weiner
1
-86
/
+0
2025-09-21
kasan: introduce ARCH_DEFER_KASAN and unify static key across modes
Sabyrzhan Tasbolatov
2
-9
/
+29
2025-09-21
Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick up
Andrew Morton
4
-8
/
+39
2025-09-20
io_uring: fix nvme's 32b cqes on mixed cq
Keith Busch
1
-4
/
+16
2025-09-20
crypto: hisilicon/qm - mask axi error before memory init
Weili Qian
1
-7
/
+14
2025-09-20
rhashtable: Use rcu_dereference_all and rcu_dereference_all_check
Herbert Xu
2
-7
/
+33
2025-09-20
Merge branch kvm-arm64/gic-v5-nv into kvmarm-master/next
Marc Zyngier
1
-2
/
+0
2025-09-19
net: netpoll: remove unused netpoll pointer from netpoll_info
Breno Leitao
1
-1
/
+0
2025-09-19
net: stmmac: remove mac_interface
Russell King (Oracle)
1
-8
/
+3
2025-09-19
net: stmmac: rework mac_interface and phy_interface documentation
Russell King (Oracle)
1
-8
/
+22
2025-09-19
Merge tag 'io_uring-6.17-20250919' of git://git.kernel.dk/linux
Linus Torvalds
1
-3
/
+0
2025-09-19
Merge tag 'pmdomain-v6.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/linux-pm
Linus Torvalds
1
-0
/
+7
2025-09-19
bpf: table based bpf_insn_successors()
Eduard Zingerman
1
-0
/
+1
2025-09-19
bpf: disable and remove registers chain based liveness
Eduard Zingerman
1
-25
/
+0
2025-09-19
bpf: signal error if old liveness is more conservative than new
Eduard Zingerman
1
-0
/
+1
[prev]
[next]