summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-21kexec_file: print out debugging message if requiredBaoquan He3-8/+15
2023-12-21kexec_file: add kexec_file flag to control debug printingBaoquan He4-1/+14
2023-12-21Makefile.extrawarn: turn on missing-prototypes globallyArnd Bergmann1-2/+2
2023-12-21mips: fix r3k_cache_init build regressionArnd Bergmann1-6/+3
2023-12-13merge mm-hotfixes-stable into mm-nonmm-stable to pick up depended-upon changesAndrew Morton33-158/+171
2023-12-13mm/mglru: reclaim offlined memcgs harderYu Zhao2-12/+20
2023-12-13mm/mglru: respect min_ttl_ms with memcgsYu Zhao2-27/+33
2023-12-13mm/mglru: try to stop at high watermarksYu Zhao1-8/+28
2023-12-13mm/mglru: fix underprotected page cacheYu Zhao3-13/+18
2023-12-13mm/shmem: fix race in shmem_undo_range w/THPDavid Stevens1-1/+18
2023-12-13Revert "selftests: error out if kernel header files are not yet built"John Hubbard2-57/+4
2023-12-13crash_core: fix the check for whether crashkernel is from high memoryYuntao Wang1-5/+5
2023-12-13x86, kexec: fix the wrong ifdeffery CONFIG_KEXECBaoquan He1-1/+1
2023-12-13sh, kexec: fix the incorrect ifdeffery and dependency of CONFIG_KEXECBaoquan He4-6/+6
2023-12-13mips, kexec: fix the incorrect ifdeffery and dependency of CONFIG_KEXECBaoquan He9-16/+16
2023-12-13m68k, kexec: fix the incorrect ifdeffery and build dependency of CONFIG_KEXECBaoquan He2-3/+3
2023-12-13loongarch, kexec: change dependency of object filesBaoquan He1-1/+1
2023-12-13mm/damon/core: make damon_start() waits until kdamond_fn() startsSeongJae Park2-0/+8
2023-12-13selftests/mm: cow: print ksft header before printing anything elseDavid Hildenbrand1-1/+2
2023-12-13mm: fix VMA heap bounds checkingKefeng Wang1-4/+4
2023-12-13riscv: fix VMALLOC_START definitionBaoquan He1-1/+1
2023-12-13kexec: drop dependency on ARCH_SUPPORTS_KEXEC from CRASH_DUMPIgnat Korchagin3-4/+5
2023-12-11scripts/gdb: remove exception handling and refine print formatKuan-Ying Lee2-35/+26
2023-12-11scripts/gdb/stackdepot: rename pool_index to pools_numKuan-Ying Lee1-3/+3
2023-12-11nilfs2: convert nilfs_page_bug() to nilfs_folio_bug()Matthew Wilcox (Oracle)3-17/+18
2023-12-11nilfs2: convert nilfs_prepare_chunk() and nilfs_commit_chunk() to foliosMatthew Wilcox (Oracle)1-20/+19
2023-12-11nilfs2: convert nilfs_make_empty() to use a folioMatthew Wilcox (Oracle)1-9/+9
2023-12-11nilfs2: convert nilfs_empty_dir() to use a folioMatthew Wilcox (Oracle)1-15/+4
2023-12-11nilfs2: convert nilfs_add_link() to use a folioMatthew Wilcox (Oracle)1-17/+14
2023-12-11nilfs2: convert nilfs_rename() to use foliosMatthew Wilcox (Oracle)3-64/+60
2023-12-11nilfs2: convert nilfs_find_entry to use a folioMatthew Wilcox (Oracle)1-6/+6
2023-12-11nilfs2: convert nilfs_readdir to use a folioMatthew Wilcox (Oracle)1-5/+5
2023-12-11nilfs2: add nilfs_get_folio()Matthew Wilcox (Oracle)1-21/+32
2023-12-11nilfs2: switch to kmap_local for directory handlingMatthew Wilcox (Oracle)3-26/+19
2023-12-11nilfs2: pass the mapped address to nilfs_check_page()Matthew Wilcox (Oracle)1-3/+2
2023-12-11nilfs2: return the mapped address from nilfs_get_page()Matthew Wilcox (Oracle)1-30/+27
2023-12-11nilfs2: remove page_address() from nilfs_delete_entryMatthew Wilcox (Oracle)1-2/+2
2023-12-11nilfs2: remove page_address() from nilfs_add_linkMatthew Wilcox (Oracle)1-1/+1
2023-12-11nilfs2: remove page_address() from nilfs_set_linkMatthew Wilcox (Oracle)1-1/+1
2023-12-11nilfs2: eliminate staggered calls to kunmap in nilfs_renameRyusuke Konishi1-1/+2
2023-12-11nilfs2: move page release outside of nilfs_delete_entry and nilfs_set_linkRyusuke Konishi3-16/+14
2023-12-11softlockup: serialized softlockup's logLi Zhe1-0/+3
2023-12-11kexec_file: load kernel at top of system RAM if requiredBaoquan He1-0/+2
2023-12-11resource: add walk_system_ram_res_rev()Baoquan He2-0/+60
2023-12-11powerpc: pmd_move_must_withdraw() is only needed for CONFIG_TRANSPARENT_HUGEPAGEStephen Rothwell1-0/+2
2023-12-11usb: fsl-mph-dr-of: mark fsl_usb2_mpc5121_init() staticArnd Bergmann1-1/+1
2023-12-11x86: sta2x11: include header for sta2x11_get_instance() prototypeArnd Bergmann1-0/+1
2023-12-11sched: fair: move unused stub functions to headerArnd Bergmann2-13/+11
2023-12-11jffs2: mark __jffs2_dbg_superblock_counts() staticArnd Bergmann1-1/+1
2023-12-11ida: make 'ida_dump' staticArnd Bergmann1-1/+1