summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib/zlib: DFLTCC always switch to software inflate for Z_PACKET_FLUSH optionMikhail Zaslonko2023-02-031-2/+4
* lib/zlib: DFLTCC support inflate with small windowMikhail Zaslonko2023-02-031-8/+0
* lib/zlib: Split deflate and inflate states for DFLTCCMikhail Zaslonko2023-02-038-76/+110
* lib/zlib: DFLTCC not writing header bits when avail_out == 0Mikhail Zaslonko2023-02-031-4/+9
* lib/zlib: fix DFLTCC ignoring flush modes when avail_in == 0Mikhail Zaslonko2023-02-031-1/+2
* lib/zlib: fix DFLTCC not flushing EOBS when creating raw streamsMikhail Zaslonko2023-02-031-6/+13
* lib/zlib: implement switching between DFLTCC and softwareMikhail Zaslonko2023-02-031-16/+22
* lib/zlib: adjust offset calculation for dfltcc_stateMikhail Zaslonko2023-02-031-1/+2
* nilfs2: replace WARN_ONs for invalid DAT metadata block requestsRyusuke Konishi2023-02-031-10/+17
* scripts/spelling.txt: add "exsits" pattern and fix typo instancesLuca Ceresoli2023-02-034-3/+4
* fs: gracefully handle ->get_block not mapping bh in __mpage_writepageJan Kara2023-02-031-0/+2
* cramfs: Kconfig: fix spelling & punctuationRandy Dunlap2023-02-031-1/+1
* checkpatch: improve EMBEDDED_FILENAME testJoe Perches2023-02-031-1/+1
* fs/ext4: use try_cmpxchg in ext4_update_bh_stateUros Bizjak2023-02-031-3/+2
* fs: hfsplus: initialize fsdata in hfsplus_file_truncate()Alexander Potapenko2023-02-031-1/+1
* fs: hfs: initialize fsdata in hfs_file_truncate()Alexander Potapenko2023-02-031-1/+1
* scripts/spelling.txt: add more spelling correctionsDiederik de Haas2023-02-031-0/+12
* checkpatch: use proper way for show problematic lineThorsten Leemhuis2023-02-031-5/+5
* checkpatch: warn when Reported-by: is not followed by Link:Kai Wasserbäch2023-02-031-0/+12
* checkpatch: warn when unknown tags are used for linksKai Wasserbäch2023-02-031-0/+12
* lib/genalloc: use try_cmpxchg in {set,clear}_bits_llUros Bizjak2023-02-031-10/+8
* initramfs: use kstrtobool() instead of strtobool()Christophe JAILLET2023-02-031-2/+2
* kexec: introduce sysctl parameters kexec_load_limit_*Ricardo Ribalda2023-02-035-8/+114
* kexec: factor out kexec_load_permittedRicardo Ribalda2023-02-034-4/+14
* Documentation: sysctl: correct kexec_load_disabledRicardo Ribalda2023-02-031-3/+4
* fat: fix return value of vfat_bad_char() and vfat_replace_char() functionsPali Rohár2023-02-031-2/+2
* userns: fix a struct's kernel-doc notationRandy Dunlap2023-02-031-1/+1
* ntfs: fix multiple kernel-doc warningsRandy Dunlap2023-02-039-20/+28
* freevxfs: fix kernel-doc warningsRandy Dunlap2023-02-032-4/+4
* scripts/bloat-o-meter: use the reverse flag for sortAlexander Pantyukhin2023-02-031-2/+1
* scripts/gdb: add mm introspection utilsDmitrii Bundin2023-02-032-0/+223
* util_macros.h: add missing inclusionAndy Shevchenko2023-02-031-0/+2
* kthread_worker: check all delayed works when destroy kthread workerZqiang2023-02-031-0/+5
* scripts/spelling: add a few more typosSeongJae Park2023-02-031-0/+3
* proc: mark /proc/cmdline as permanentAlexey Dobriyan2023-02-031-0/+1
* checkpatch: mark kunmap() and kunmap_atomic() deprecatedIra Weiny2023-02-031-0/+2
* scripts/spelling.txt: add `permitted'Ricardo Ribalda2023-02-032-4/+5
* hfsplus: remove unnecessary variable initializationXU pengfei2023-02-031-9/+9
* lib: add Dhrystone benchmark testGeert Uytterhoeven2023-02-036-0/+938
* include/linux/percpu_counter.h: race in uniprocessor percpu_counter_add()Manfred Spraul2023-02-031-2/+4
* lib/percpu_counter: percpu_counter_add_batch() overflow/underflowManfred Spraul2023-02-031-10/+15
* hfs: fix missing hfs_bnode_get() in __hfs_bnode_createLiu Shixin2023-02-031-0/+1
* docs: fault-injection: add requirements of error injectable functionsMasami Hiramatsu (Google)2023-02-032-2/+69
* error-injection: remove EI_ETYPE_NONEMasami Hiramatsu (Google)2023-02-033-3/+3
* arch/alpha/kernel/process.c: remove unnecessary (void*) conversionsLi zeming2023-02-031-1/+1
* arch/alpha/kernel/smp.c: remove unnecessary (void*) conversionsLi zeming2023-02-031-2/+2
* Sync with v6.2-rc4Andrew Morton2023-01-19387-4122/+4548
|\
| * Linux 6.2-rc4v6.2-rc4Linus Torvalds2023-01-151-1/+1
| * Merge tag 'x86_urgent_for_v6.2_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-01-155-20/+52
| |\
| | * x86/mm: fix poking_init() for Xen PV guestsJuergen Gross2023-01-121-0/+4