summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2023-12-11mips: kexec: include linux/reboot.hArnd Bergmann1-0/+1
2023-12-11mips: smp: fix setup_profiling_timer() prototypeArnd Bergmann1-0/+3
2023-12-11mips: hide conditionally unused functionsArnd Bergmann2-0/+4
2023-12-11mips: suspend: include linux/suspend.h as neededArnd Bergmann2-0/+2
2023-12-11mips: mt: include asm/mips_mt.hArnd Bergmann1-0/+1
2023-12-11mips: spram: fix missing prototype warning for spram_configArnd Bergmann2-1/+2
2023-12-11mips: add missing declarationsArnd Bergmann3-0/+5
2023-12-11mips: move cache declarations into headerArnd Bergmann6-12/+10
2023-12-11mips: fix tlb_init() prototypeArnd Bergmann4-2/+3
2023-12-11mips: fix setup_zero_pages() prototypeArnd Bergmann3-1/+3
2023-12-11mips: unhide uasm_in_compat_space_p() declarationArnd Bergmann1-2/+0
2023-12-11mips: move jump_label_apply_nops() declaration to headerArnd Bergmann2-2/+4
2023-12-11mips: move build_tlb_refill_handler() prototypeArnd Bergmann3-4/+3
2023-12-11mips: mark local function static if possibleArnd Bergmann2-2/+2
2023-12-11mips: signal: move sigcontext declarations to headerArnd Bergmann2-3/+3
2023-12-11mips: rs870e: stop exporting local functionsArnd Bergmann1-8/+4
2023-12-11mips: add missing declarations for trap handlersArnd Bergmann4-0/+27
2023-12-11mips: add asm/syscalls.h headerArnd Bergmann8-0/+40