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
/
scripts
/
dtc
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-18
selftests: cgroup: add zswap-memcg unwanted writeback test
Domenico Cerasuolo
1
-0
/
+61
2023-08-18
selftests: cgroup: add test_zswap with no kmem bypass test
Domenico Cerasuolo
1
-0
/
+163
2023-08-18
selftests: cgroup: add test_zswap program
Domenico Cerasuolo
3
-0
/
+65
2023-08-18
mm/page_alloc: use write_seqlock_irqsave() instead write_seqlock() + local_irq_save().
Sebastian Andrzej Siewior
1
-9
/
+6
2023-08-18
zsmalloc: remove zs_compact_control
Minchan Kim
1
-28
/
+9
2023-08-18
zsmalloc: move migration destination zspage inuse check
Sergey Senozhatsky
1
-4
/
+4
2023-08-18
zsmalloc: do not scan for allocated objects in empty zspage
Sergey Senozhatsky
1
-0
/
+9
2023-08-18
mm/mm_init.c: remove obsolete macro HASH_SMALL
Miaohe Lin
3
-14
/
+3
2023-08-18
mm/page_alloc: fix min_free_kbytes calculation regarding ZONE_MOVABLE
liuq
1
-6
/
+6
2023-08-18
fs: convert block_commit_write to return void
Bean Huo
5
-23
/
+13
2023-08-18
fs/buffer: clean up block_commit_write
Bean Huo
1
-7
/
+4
2023-08-18
mm: memory-failure: remove unneeded 'inline' annotation
Miaohe Lin
1
-2
/
+2
2023-08-18
memory tier: use helper function destroy_memory_type()
Miaohe Lin
1
-1
/
+1
2023-08-18
mm: memory-failure: remove unneeded page state check in shake_page()
Miaohe Lin
1
-7
/
+4
2023-08-18
maple_tree: add a fast path case in mas_wr_slot_store()
Peng Zhang
1
-12
/
+24
2023-08-18
maple_tree: optimize mas_wr_append(), also improve duplicating VMAs
Peng Zhang
1
-11
/
+22
2023-08-18
maple_tree: add test for expanding range in RCU mode
Peng Zhang
1
-0
/
+75
2023-08-18
maple_tree: add test for mas_wr_modify() fast path
Peng Zhang
1
-0
/
+65
2023-08-18
mm/filemap.c: fix update prev_pos after one read request done
Haibo Li
1
-4
/
+5
2023-08-18
selftests/mm: add gup test matrix in run_vmtests.sh
Peter Xu
1
-5
/
+32
2023-08-18
selftests/mm: add -a to run_vmtests.sh
Peter Xu
1
-3
/
+8
2023-08-18
mm/gup: retire follow_hugetlb_page()
Peter Xu
4
-256
/
+1
2023-08-18
mm/gup: accelerate thp gup even for "pages != NULL"
Peter Xu
1
-7
/
+44
2023-08-18
mm/gup: cleanup next_page handling
Peter Xu
1
-4
/
+3
2023-08-18
mm/hugetlb: add page_mask for hugetlb_follow_page_mask()
Peter Xu
3
-5
/
+11
2023-08-18
mm/hugetlb: prepare hugetlb_follow_page_mask() for FOLL_PIN
Peter Xu
1
-11
/
+22
2023-08-18
mm/hugetlb: handle FOLL_DUMP well in follow_page_mask()
Peter Xu
2
-7
/
+11
2023-08-18
arm64: mte: simplify swap tag restoration logic
Peter Collingbourne
3
-44
/
+11
2023-08-18
mm: call arch_swap_restore() from unuse_pte()
Peter Collingbourne
1
-0
/
+7
2023-08-18
mm: make show_free_areas() static
Kefeng Wang
5
-19
/
+13
2023-08-18
mm: remove arguments of show_mem()
Kefeng Wang
6
-7
/
+7
2023-08-18
mm: make MEMFD_CREATE into a selectable config option
Thomas Weißschuh
2
-3
/
+5
2023-08-18
mm: remove page_rmapping()
ZhangPeng
2
-7
/
+0
2023-08-18
mm: use a folio in fault_dirty_shared_page()
ZhangPeng
1
-8
/
+8
2023-08-18
swap: stop add to avail list if swap is full
Ma Wupeng
1
-1
/
+4
2023-08-18
swap: cleanup duplicated WARN_ON in add_to_avail_list
Ma Wupeng
1
-3
/
+1
2023-08-18
mm: increase usage of folio_next_index() helper
Sidhartha Kumar
5
-9
/
+9
2023-08-18
mm/mm_init.c: update obsolete comment in get_pfn_range_for_nid()
Miaohe Lin
1
-2
/
+1
2023-08-18
maple_tree: fix a few documentation issues
Thomas Gleixner
2
-7
/
+24
2023-08-18
mm: madvise: fix uneven accounting of psi
Charan Teja Kalla
1
-0
/
+4
2023-07-30
Linux 6.5-rc4
Linus Torvalds
1
-1
/
+1
2023-07-29
arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FS
Sven Joachim
64
-75
/
+63
2023-07-29
KVM: selftests: Expand x86's sregs test to cover illegal CR0 values
Sean Christopherson
1
-31
/
+39
2023-07-29
KVM: VMX: Don't fudge CR0 and CR4 for restricted L2 guest
Sean Christopherson
1
-4
/
+9
2023-07-29
KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalid
Sean Christopherson
5
-20
/
+52
2023-07-29
Revert "debugfs, coccinelle: check for obsolete DEFINE_SIMPLE_ATTRIBUTE() usage"
Sean Christopherson
1
-68
/
+0
2023-07-29
KVM: selftests: Verify stats fd is usable after VM fd has been closed
Sean Christopherson
1
-2
/
+8
2023-07-29
KVM: selftests: Verify stats fd can be dup()'d and read
Sean Christopherson
1
-1
/
+7
2023-07-29
KVM: selftests: Verify userspace can create "redundant" binary stats files
Sean Christopherson
1
-2
/
+23
2023-07-29
KVM: selftests: Explicitly free vcpus array in binary stats test
Sean Christopherson
1
-0
/
+1
[next]