summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-02kexec: introduce sysctl parameters kexec_load_limit_*Ricardo Ribalda
2023-02-02kexec: factor out kexec_load_permittedRicardo Ribalda
2023-02-02Documentation: sysctl: correct kexec_load_disabledRicardo Ribalda
2023-02-02fat: fix return value of vfat_bad_char() and vfat_replace_char() functionsPali Rohár
2023-02-02userns: fix a struct's kernel-doc notationRandy Dunlap
2023-02-02ntfs: fix multiple kernel-doc warningsRandy Dunlap
2023-02-02freevxfs: fix kernel-doc warningsRandy Dunlap
2023-02-02scripts/bloat-o-meter: use the reverse flag for sortAlexander Pantyukhin
2023-02-02scripts/gdb: add mm introspection utilsDmitrii Bundin
2023-02-02util_macros.h: add missing inclusionAndy Shevchenko
2023-02-02kthread_worker: check all delayed works when destroy kthread workerZqiang
2023-02-02scripts/spelling: add a few more typosSeongJae Park
2023-02-02proc: mark /proc/cmdline as permanentAlexey Dobriyan
2023-02-02checkpatch: mark kunmap() and kunmap_atomic() deprecatedIra Weiny
2023-02-02scripts/spelling.txt: add `permitted'Ricardo Ribalda
2023-02-02hfsplus: remove unnecessary variable initializationXU pengfei
2023-02-02lib: add Dhrystone benchmark testGeert Uytterhoeven
2023-02-02include/linux/percpu_counter.h: race in uniprocessor percpu_counter_add()Manfred Spraul
2023-02-02lib/percpu_counter: percpu_counter_add_batch() overflow/underflowManfred Spraul
2023-02-02hfs: fix missing hfs_bnode_get() in __hfs_bnode_createLiu Shixin
2023-02-02docs: fault-injection: add requirements of error injectable functionsMasami Hiramatsu (Google)
2023-02-02error-injection: remove EI_ETYPE_NONEMasami Hiramatsu (Google)
2023-02-02arch/alpha/kernel/process.c: remove unnecessary (void*) conversionsLi zeming
2023-02-02arch/alpha/kernel/smp.c: remove unnecessary (void*) conversionsLi zeming
2023-01-18Sync with v6.2-rc4Andrew Morton
2023-01-15Linux 6.2-rc4Linus Torvalds
2023-01-15Merge tag 'x86_urgent_for_v6.2_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-01-15Merge tag 'edac_urgent_for_v6.2_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-01-15Merge tag 'powerpc-6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-01-14Merge tag 'iommu-fixes-v6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-01-14Merge tag 'fixes-2023-01-14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-01-14Merge tag 'hardening-v6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-01-14Merge tag 'modules-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-01-14Merge tag '6.2-rc3-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-01-14Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2023-01-14Merge tag 'ata-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds
2023-01-13Merge tag 'block-6.2-2023-01-13' of git://git.kernel.dk/linuxLinus Torvalds
2023-01-13Merge tag 'io_uring-6.2-2023-01-13' of git://git.kernel.dk/linuxLinus Torvalds
2023-01-13Merge tag 'pci-v6.2-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2023-01-13kbuild: Fix CFI hash randomization with KASANSami Tolvanen
2023-01-13firmware: coreboot: Check size of table entry and use flex-arrayKees Cook
2023-01-13kallsyms: Fix scheduling with interrupts disabled in self-testNicholas Piggin
2023-01-14ata: pata_cs5535: Don't build on UMLPeter Foley
2023-01-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-01-13lockref: stop doing cpu_relax in the cmpxchg loopMateusz Guzik
2023-01-13x86/pci: Treat EfiMemoryMappedIO as reservation of ECAM spaceBjorn Helgaas
2023-01-13Merge tag 'efi-fixes-for-v6.2-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-01-13Merge tag 'docs-6.2-fixes' of git://git.lwn.net/linuxLinus Torvalds
2023-01-13efi: tpm: Avoid READ_ONCE() for accessing the event logArd Biesheuvel
2023-01-13io_uring: lock overflowing for IOPOLLPavel Begunkov