aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/dtc (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-18selftests: cgroup: add zswap-memcg unwanted writeback testDomenico Cerasuolo1-0/+61
2023-08-18selftests: cgroup: add test_zswap with no kmem bypass testDomenico Cerasuolo1-0/+163
2023-08-18selftests: cgroup: add test_zswap programDomenico Cerasuolo3-0/+65
2023-08-18mm/page_alloc: use write_seqlock_irqsave() instead write_seqlock() + local_irq_save().Sebastian Andrzej Siewior1-9/+6
2023-08-18zsmalloc: remove zs_compact_controlMinchan Kim1-28/+9
2023-08-18zsmalloc: move migration destination zspage inuse checkSergey Senozhatsky1-4/+4
2023-08-18zsmalloc: do not scan for allocated objects in empty zspageSergey Senozhatsky1-0/+9
2023-08-18mm/mm_init.c: remove obsolete macro HASH_SMALLMiaohe Lin3-14/+3
2023-08-18mm/page_alloc: fix min_free_kbytes calculation regarding ZONE_MOVABLEliuq1-6/+6
2023-08-18fs: convert block_commit_write to return voidBean Huo5-23/+13
2023-08-18fs/buffer: clean up block_commit_writeBean Huo1-7/+4
2023-08-18mm: memory-failure: remove unneeded 'inline' annotationMiaohe Lin1-2/+2
2023-08-18memory tier: use helper function destroy_memory_type()Miaohe Lin1-1/+1
2023-08-18mm: memory-failure: remove unneeded page state check in shake_page()Miaohe Lin1-7/+4
2023-08-18maple_tree: add a fast path case in mas_wr_slot_store()Peng Zhang1-12/+24
2023-08-18maple_tree: optimize mas_wr_append(), also improve duplicating VMAsPeng Zhang1-11/+22
2023-08-18maple_tree: add test for expanding range in RCU modePeng Zhang1-0/+75
2023-08-18maple_tree: add test for mas_wr_modify() fast pathPeng Zhang1-0/+65
2023-08-18mm/filemap.c: fix update prev_pos after one read request doneHaibo Li1-4/+5
2023-08-18selftests/mm: add gup test matrix in run_vmtests.shPeter Xu1-5/+32
2023-08-18selftests/mm: add -a to run_vmtests.shPeter Xu1-3/+8
2023-08-18mm/gup: retire follow_hugetlb_page()Peter Xu4-256/+1
2023-08-18mm/gup: accelerate thp gup even for "pages != NULL"Peter Xu1-7/+44
2023-08-18mm/gup: cleanup next_page handlingPeter Xu1-4/+3
2023-08-18mm/hugetlb: add page_mask for hugetlb_follow_page_mask()Peter Xu3-5/+11
2023-08-18mm/hugetlb: prepare hugetlb_follow_page_mask() for FOLL_PINPeter Xu1-11/+22
2023-08-18mm/hugetlb: handle FOLL_DUMP well in follow_page_mask()Peter Xu2-7/+11
2023-08-18arm64: mte: simplify swap tag restoration logicPeter Collingbourne3-44/+11
2023-08-18mm: call arch_swap_restore() from unuse_pte()Peter Collingbourne1-0/+7
2023-08-18mm: make show_free_areas() staticKefeng Wang5-19/+13
2023-08-18mm: remove arguments of show_mem()Kefeng Wang6-7/+7
2023-08-18mm: make MEMFD_CREATE into a selectable config optionThomas Weißschuh2-3/+5
2023-08-18mm: remove page_rmapping()ZhangPeng2-7/+0
2023-08-18mm: use a folio in fault_dirty_shared_page()ZhangPeng1-8/+8
2023-08-18swap: stop add to avail list if swap is fullMa Wupeng1-1/+4
2023-08-18swap: cleanup duplicated WARN_ON in add_to_avail_listMa Wupeng1-3/+1
2023-08-18mm: increase usage of folio_next_index() helperSidhartha Kumar5-9/+9
2023-08-18mm/mm_init.c: update obsolete comment in get_pfn_range_for_nid()Miaohe Lin1-2/+1
2023-08-18maple_tree: fix a few documentation issuesThomas Gleixner2-7/+24
2023-08-18mm: madvise: fix uneven accounting of psiCharan Teja Kalla1-0/+4
2023-07-30Linux 6.5-rc4Linus Torvalds1-1/+1
2023-07-29arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FSSven Joachim64-75/+63
2023-07-29KVM: selftests: Expand x86's sregs test to cover illegal CR0 valuesSean Christopherson1-31/+39
2023-07-29KVM: VMX: Don't fudge CR0 and CR4 for restricted L2 guestSean Christopherson1-4/+9
2023-07-29KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalidSean Christopherson5-20/+52
2023-07-29Revert "debugfs, coccinelle: check for obsolete DEFINE_SIMPLE_ATTRIBUTE() usage"Sean Christopherson1-68/+0
2023-07-29KVM: selftests: Verify stats fd is usable after VM fd has been closedSean Christopherson1-2/+8
2023-07-29KVM: selftests: Verify stats fd can be dup()'d and readSean Christopherson1-1/+7
2023-07-29KVM: selftests: Verify userspace can create "redundant" binary stats filesSean Christopherson1-2/+23
2023-07-29KVM: selftests: Explicitly free vcpus array in binary stats testSean Christopherson1-0/+1