summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hexagon: reset: include linux/reboot.h for prototypesNathan Chancellor2023-12-111-0/+1
* hexagon: signal: switch to SYSCALL_DEFINE0 for sys_rt_sigreturn()Nathan Chancellor2023-12-111-1/+1
* hexagon: time: include asm/delay.h for prototypesNathan Chancellor2023-12-111-0/+1
* hexagon: time: mark time_init_deferred() as staticNathan Chancellor2023-12-111-1/+1
* hexagon: time: include asm/time.h for prototypesNathan Chancellor2023-12-111-0/+1
* hexagon: vm_tlb: include asm/tlbflush.h for prototypesNathan Chancellor2023-12-111-0/+1
* hexagon: vm_fault: include asm/vm_fault.h for prototypesNathan Chancellor2023-12-111-0/+1
* hexagon: vm_fault: mark do_page_fault() as staticNathan Chancellor2023-12-111-1/+1
* hexagon: smp: mark handle_ipi() and start_secondary() as staticNathan Chancellor2023-12-111-2/+2
* hexagon: mm: include asm/setup.h for setup_arch_memory()'s prototypeNathan Chancellor2023-12-111-0/+1
* hexagon: mm: mark paging_init() as staticNathan Chancellor2023-12-111-1/+1
* hexagon: uaccess: remove clear_user_hexagon()Nathan Chancellor2023-12-111-8/+0
* arch: turn off -Werror for architectures with known warningsArnd Bergmann2023-12-117-13/+0
* kexec: use atomic_try_cmpxchg in crash_kexecUros Bizjak2023-12-111-2/+3
* scripts/spelling.txt: add more spellings to spelling.txtColin Ian King2023-12-111-0/+14
* __ptrace_unlink: kill the obsolete "FIXME" codeOleg Nesterov2023-12-111-12/+1
* checkstack: allow to pass MINSTACKSIZE parameterHeiko Carstens2023-12-111-2/+4
* checkstack: sort output by size and function nameHeiko Carstens2023-12-111-2/+17
* kernel/signal.c: simplify force_sig_info_to_task(), kill recalc_sigpending_an...Oleg Nesterov2023-12-112-14/+4
* docs: filesystems: document the squashfs specific mount optionsAriel Miculas2023-12-111-0/+60
* checkpatch: do not require an empty line before error injectionSergey Senozhatsky2023-12-111-1/+1
* arch: remove ARCH_TASK_STRUCT_ON_STACKHeiko Carstens2023-12-115-23/+3
* arch: remove ARCH_TASK_STRUCT_ALLOCATORHeiko Carstens2023-12-112-11/+0
* arch: remove ARCH_THREAD_STACK_ALLOCATORHeiko Carstens2023-12-112-24/+0
* nilfs2: convert nilfs_btnode_abort_change_key to use a folioMatthew Wilcox (Oracle)2023-12-111-1/+1
* nilfs2: convert nilfs_btnode_commit_change_key to use a folioMatthew Wilcox (Oracle)2023-12-111-6/+6
* nilfs2: convert nilfs_btnode_prepare_change_key to use a folioMatthew Wilcox (Oracle)2023-12-111-9/+9
* nilfs2: convert nilfs_btnode_delete to use a folioMatthew Wilcox (Oracle)2023-12-111-9/+9
* nilfs2: convert nilfs_btnode_submit_block to use a folioMatthew Wilcox (Oracle)2023-12-111-4/+4
* nilfs2: convert nilfs_btnode_create_block to use a folioMatthew Wilcox (Oracle)2023-12-111-2/+2
* nilfs2: convert nilfs_gccache_submit_read_data to use a folioMatthew Wilcox (Oracle)2023-12-111-2/+2
* nilfs2: convert nilfs_mdt_submit_block to use a folioMatthew Wilcox (Oracle)2023-12-111-2/+2
* nilfs2: convert nilfs_mdt_create_block to use a folioMatthew Wilcox (Oracle)2023-12-111-2/+2
* nilfs2: convert nilfs_page_mkwrite() to use a folioMatthew Wilcox (Oracle)2023-12-111-13/+15
* nilfs2: convert nilfs_segctor_prepare_write to use foliosMatthew Wilcox (Oracle)2023-12-111-29/+29
* nilfs2: convert to __nilfs_clear_folio_dirty()Matthew Wilcox (Oracle)2023-12-113-11/+12
* nilfs2: convert to nilfs_clear_folio_dirty()Matthew Wilcox (Oracle)2023-12-114-16/+17
* nilfs2: convert nilfs_mdt_write_page() to use a folioMatthew Wilcox (Oracle)2023-12-111-6/+7
* nilfs2: convert nilfs_writepage() to use a folioMatthew Wilcox (Oracle)2023-12-111-4/+5
* nilfs2: convert to nilfs_folio_buffers_clean()Matthew Wilcox (Oracle)2023-12-113-12/+12
* nilfs2: convert nilfs_forget_buffer to use a folioMatthew Wilcox (Oracle)2023-12-111-5/+5
* nilfs2: convert nilfs_segctor_complete_write to use foliosMatthew Wilcox (Oracle)2023-12-111-28/+21
* nilfs2: convert nilfs_abort_logs to use foliosMatthew Wilcox (Oracle)2023-12-111-14/+14
* nilfs2: add nilfs_end_folio_io()Matthew Wilcox (Oracle)2023-12-111-14/+22
* Squashfs: fix variable overflow triggered by sysbotPhillip Lougher2023-12-112-4/+5
* fs/nilfs2: use standard array-copy-functionPhilipp Stanner2023-12-111-6/+4
* introduce for_other_threads(p, t)Oleg Nesterov2023-12-113-9/+8
* kernel/reboot: explicitly notify if halt occurred instead of power offDongmin Lee2023-12-111-2/+15
* Merge branch 'master' into mm-hotfixes-stableAndrew Morton2023-12-07393-4386/+4318
|\
| * Linux 6.7-rc4v6.7-rc4Linus Torvalds2023-12-031-1/+1