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