summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2023-02-20-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-02-2366-298/+1779
|\
| * Update CREDITS file entry for Jesper JuhlJesper Juhl2023-02-091-3/+3
| * sparc: allow PM configs for sparc32 COMPILE_TESTRandy Dunlap2023-02-091-1/+1
| * hung_task: print message when hung_task_warnings gets down to zero.fuyuanli2023-02-091-0/+2
| * arch/Kconfig: fix indentationJuerg Haefliger2023-02-091-64/+64
| * scripts/tags.sh: fix the Kconfig tags generation when using latest ctagsKevin Hao2023-02-021-4/+6
| * nilfs2: prevent WARNING in nilfs_dat_commit_end()Ryusuke Konishi2023-02-021-0/+11
| * lib/zlib: remove redundation assignement of avail_in dfltcc_gdht()Tom Rix2023-02-021-1/+1
| * lib/Kconfig.debug: do not enable DEBUG_PREEMPT by defaultHyeonggon Yoo2023-02-021-1/+4
| * lib/zlib: DFLTCC always switch to software inflate for Z_PACKET_FLUSH optionMikhail Zaslonko2023-02-021-2/+4
| * lib/zlib: DFLTCC support inflate with small windowMikhail Zaslonko2023-02-021-8/+0
| * lib/zlib: Split deflate and inflate states for DFLTCCMikhail Zaslonko2023-02-028-76/+110
| * lib/zlib: DFLTCC not writing header bits when avail_out == 0Mikhail Zaslonko2023-02-021-4/+9
| * lib/zlib: fix DFLTCC ignoring flush modes when avail_in == 0Mikhail Zaslonko2023-02-021-1/+2
| * lib/zlib: fix DFLTCC not flushing EOBS when creating raw streamsMikhail Zaslonko2023-02-021-6/+13
| * lib/zlib: implement switching between DFLTCC and softwareMikhail Zaslonko2023-02-021-16/+22
| * lib/zlib: adjust offset calculation for dfltcc_stateMikhail Zaslonko2023-02-021-1/+2
| * nilfs2: replace WARN_ONs for invalid DAT metadata block requestsRyusuke Konishi2023-02-021-10/+17
| * scripts/spelling.txt: add "exsits" pattern and fix typo instancesLuca Ceresoli2023-02-024-3/+4
| * fs: gracefully handle ->get_block not mapping bh in __mpage_writepageJan Kara2023-02-021-0/+2
| * cramfs: Kconfig: fix spelling & punctuationRandy Dunlap2023-02-021-1/+1
| * checkpatch: improve EMBEDDED_FILENAME testJoe Perches2023-02-021-1/+1
| * fs/ext4: use try_cmpxchg in ext4_update_bh_stateUros Bizjak2023-02-021-3/+2
| * fs: hfsplus: initialize fsdata in hfsplus_file_truncate()Alexander Potapenko2023-02-021-1/+1
| * fs: hfs: initialize fsdata in hfs_file_truncate()Alexander Potapenko2023-02-021-1/+1
| * scripts/spelling.txt: add more spelling correctionsDiederik de Haas2023-02-021-0/+12
| * checkpatch: use proper way for show problematic lineThorsten Leemhuis2023-02-021-5/+5
| * checkpatch: warn when Reported-by: is not followed by Link:Kai Wasserbäch2023-02-021-0/+12
| * checkpatch: warn when unknown tags are used for linksKai Wasserbäch2023-02-021-0/+12
| * lib/genalloc: use try_cmpxchg in {set,clear}_bits_llUros Bizjak2023-02-021-10/+8
| * initramfs: use kstrtobool() instead of strtobool()Christophe JAILLET2023-02-021-2/+2
| * kexec: introduce sysctl parameters kexec_load_limit_*Ricardo Ribalda2023-02-025-8/+114
| * kexec: factor out kexec_load_permittedRicardo Ribalda2023-02-024-4/+14
| * Documentation: sysctl: correct kexec_load_disabledRicardo Ribalda2023-02-021-3/+4
| * fat: fix return value of vfat_bad_char() and vfat_replace_char() functionsPali Rohár2023-02-021-2/+2
| * userns: fix a struct's kernel-doc notationRandy Dunlap2023-02-021-1/+1
| * ntfs: fix multiple kernel-doc warningsRandy Dunlap2023-02-029-20/+28
| * freevxfs: fix kernel-doc warningsRandy Dunlap2023-02-022-4/+4
| * scripts/bloat-o-meter: use the reverse flag for sortAlexander Pantyukhin2023-02-021-2/+1
| * scripts/gdb: add mm introspection utilsDmitrii Bundin2023-02-022-0/+223
| * util_macros.h: add missing inclusionAndy Shevchenko2023-02-021-0/+2
| * kthread_worker: check all delayed works when destroy kthread workerZqiang2023-02-021-0/+5
| * scripts/spelling: add a few more typosSeongJae Park2023-02-021-0/+3
| * proc: mark /proc/cmdline as permanentAlexey Dobriyan2023-02-021-0/+1
| * checkpatch: mark kunmap() and kunmap_atomic() deprecatedIra Weiny2023-02-021-0/+2
| * scripts/spelling.txt: add `permitted'Ricardo Ribalda2023-02-022-4/+5
| * hfsplus: remove unnecessary variable initializationXU pengfei2023-02-021-9/+9
| * lib: add Dhrystone benchmark testGeert Uytterhoeven2023-02-026-0/+938
| * include/linux/percpu_counter.h: race in uniprocessor percpu_counter_add()Manfred Spraul2023-02-021-2/+4
| * lib/percpu_counter: percpu_counter_add_batch() overflow/underflowManfred Spraul2023-02-021-10/+15