summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* maple_tree: add mas_is_active() to detect in-tree walksLiam R. Howlett2023-09-301-0/+9
* nilfs2: fix potential use after free in nilfs_gccache_submit_read_data()Pan Bian2023-09-301-3/+3
* mm: abstract moving to the next PFNMatthew Wilcox (Oracle)2023-09-302-1/+17
* mm: report success more often from filemap_map_folio_range()Matthew Wilcox (Oracle)2023-09-301-2/+2
* fs: binfmt_elf_efpic: fix personality for ELF-FDPICGreg Ungerer2023-09-301-3/+2
* proc: nommu: fix empty /proc/<pid>/mapsBen Wolsieffer2023-09-192-17/+22
* filemap: add filemap_map_order0_folio() to handle order0 folioYin Fengwei2023-09-191-21/+48
* proc: nommu: /proc/<pid>/maps: release mmap read lockBen Wolsieffer2023-09-191-12/+15
* mm: memcontrol: fix GFP_NOFS recursion in memory.high enforcementJohannes Weiner2023-09-193-6/+6
* pidfd: prevent a kernel-doc warningRandy Dunlap2023-09-191-1/+1
* argv_split: fix kernel-doc warningsRandy Dunlap2023-09-191-2/+2
* scatterlist: add missing function params to kernel-docRandy Dunlap2023-09-191-1/+3
* selftests/proc: fixup proc-empty-vm test after KSM changesAlexey Dobriyan2023-09-191-0/+1
* revert "scripts/gdb/symbols: add specific ko module load command"Andrew Morton2023-09-191-21/+2
* selftests: link libasan statically for tests with -fsanitize=addressRyan Roberts2023-09-192-2/+2
* task_work: add kerneldoc annotation for 'data' argumentJens Axboe2023-09-191-0/+1
* mm: page_alloc: fix CMA and HIGHATOMIC landing on the wrong buddy listJohannes Weiner2023-09-191-6/+6
* sh: mm: re-add lost __ref to ioremap_prot() to fix modpost warningGeert Uytterhoeven2023-09-191-2/+2
* Linux 6.6-rc2v6.6-rc2Linus Torvalds2023-09-171-1/+1
* Merge tag 'x86-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-09-177-24/+61
|\
| * x86/purgatory: Remove LTO flagsSong Liu2023-09-171-0/+4
| * x86/boot/compressed: Reserve more memory for page tablesKirill A. Shutemov2023-09-172-14/+39
| * x86/ibt: Avoid duplicate ENDBR in __put_user_nocheck*()Peter Zijlstra2023-09-121-4/+0
| * x86/ibt: Suppress spurious ENDBRPeter Zijlstra2023-09-122-0/+13
| * x86/platform/uv: Use alternate source for socket to node dataSteve Wahl2023-09-111-6/+5
* | Merge tag 'sched-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-09-172-5/+34
|\ \
| * | x86/sched: Restore the SD_ASYM_PACKING flag in the DIE domainRicardo Neri2023-09-131-3/+9
| * | sched/fair: Fix SMT4 group_smt_balance handlingTim Chen2023-09-131-1/+11
| * | sched/fair: Optimize should_we_balance() for large SMT systemsShrikanth Hegde2023-09-021-1/+14
* | | Merge tag 'objtool-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2023-09-171-1/+2
|\ \ \
| * | | objtool: Fix _THIS_IP_ detection for cold functionsJosh Poimboeuf2023-09-121-1/+2
| | |/ | |/|
* | | Merge tag 'core-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-09-171-0/+1
|\ \ \
| * | | panic: Reenable preemption in WARN slowpathLukas Wunner2023-09-151-0/+1
* | | | stat: remove no-longer-used helper macrosLinus Torvalds2023-09-171-6/+0
* | | | Merge tag '6.6-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-09-174-17/+24
|\ \ \ \
| * | | | smb3: fix some minor typos and repeated wordsSteve French2023-09-152-3/+5
| * | | | smb3: correct places where ENOTSUPP is used instead of preferred EOPNOTSUPPSteve French2023-09-152-4/+4
| * | | | smb3: move server check earlier when setting channel sequence numberSteve French2023-09-121-10/+15
| | |/ / | |/| |
* | | | Merge tag '6.6-rc1-ksmbd' of git://git.samba.org/ksmbdLinus Torvalds2023-09-172-2/+1
|\ \ \ \
| * | | | ksmbd: fix passing freed memory 'aux_payload_buf'Namjae Jeon2023-09-131-1/+1
| * | | | ksmbd: remove unneeded mark_inode_dirty in set_info_sec()Namjae Jeon2023-09-131-1/+0
| |/ / /
* | | | Merge tag 'ext4_for_linus-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-09-176-51/+64
|\ \ \ \
| * | | | ext4: fix rec_len verify errorShida Zhang2023-09-141-11/+15
| * | | | ext4: do not let fstrim block system suspendJan Kara2023-09-141-2/+10
| * | | | ext4: move setting of trimmed bit into ext4_try_to_trim_range()Jan Kara2023-09-141-21/+25
| * | | | jbd2: Fix memory leak in journal_init_common()Li Zetao2023-09-141-0/+2
| * | | | jbd2: Remove page size assumptionsRitesh Harjani (IBM)2023-09-072-18/+10
| * | | | buffer: Make bh_offset() work for compound pagesMatthew Wilcox (Oracle)2023-09-071-1/+4
* | | | | Merge tag 'kbuild-fixes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-09-172-2/+2
|\ \ \ \ \
| * | | | | kbuild: avoid long argument lists in make modules_installMichal Kubecek2023-09-141-1/+1