summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-hotfixes-stable-2022-10-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-10-2928-68/+196
|\
| * mm: multi-gen LRU: move lru_gen_add_mm() out of IRQ-off regionSebastian Andrzej Siewior2022-10-281-1/+1
| * lib: maple_tree: remove unneeded initialization in mtree_range_walk()Lukas Bulwahn2022-10-281-2/+2
| * mmap: fix remap_file_pages() regressionLiam Howlett2022-10-281-0/+3
| * mm/shmem: ensure proper fallback if page faultsIra Weiny2022-10-281-0/+17
| * mm/userfaultfd: replace kmap/kmap_atomic() with kmap_local_page()Ira Weiny2022-10-281-4/+21
| * x86: fortify: kmsan: fix KMSAN fortify buildsAlexander Potapenko2022-10-284-6/+44
| * x86: asm: make sure __put_user_size() evaluates pointer onceAlexander Potapenko2022-10-281-6/+7
| * Kconfig.debug: disable CONFIG_FRAME_WARN for KMSAN by defaultAlexander Potapenko2022-10-281-1/+2
| * x86/purgatory: disable KMSAN instrumentationAlexander Potapenko2022-10-281-0/+1
| * mm: kmsan: export kmsan_copy_page_meta()Alexander Potapenko2022-10-281-0/+1
| * mm: migrate: fix return value if all subpages of THPs are migrated successfullyBaolin Wang2022-10-281-0/+7
| * mm/uffd: fix vma check on userfault for wpPeter Xu2022-10-281-3/+3
| * mm: prep_compound_tail() clear page->privateHugh Dickins2022-10-282-1/+2
| * mm,madvise,hugetlb: fix unexpected data loss with MADV_DONTNEED on hugetlbfsRik van Riel2022-10-281-1/+11
| * mm/page_isolation: fix clang deadcode warningMaria Yu2022-10-281-1/+1
| * fs/ext4/super.c: remove unused `deprecated_msg'Andrew Morton2022-10-281-4/+0
| * ipc/msg.c: fix percpu_counter use after freeAndrew Morton2022-10-281-2/+2
| * memory tier, sysfs: rename attribute "nodes" to "nodelist"Huang Ying2022-10-282-6/+6
| * MAINTAINERS: git://github.com -> https://github.com for nilfs2Palmer Dabbelt2022-10-281-1/+1
| * mm/kmemleak: prevent soft lockup in kmemleak_scan()'s object iteration loopsWaiman Long2022-10-281-19/+42
| * squashfs: fix buffer release race condition in readahead codePhillip Lougher2022-10-281-2/+3
| * squashfs: fix extending readahead beyond end of filePhillip Lougher2022-10-281-4/+7
| * squashfs: fix read regression introduced in readahead codePhillip Lougher2022-10-283-4/+12
* | Merge tag 'powerpc-6.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-10-2913-45/+212
|\ \
| * | powerpc/64s/interrupt: Fix clear of PACA_IRQS_HARD_DIS when returning to soft...Nicholas Piggin2022-10-271-2/+11
| * | powerpc/64s/interrupt: Perf NMI should not take normal exit pathNicholas Piggin2022-10-182-7/+21
| * | powerpc/64/interrupt: Prevent NMI PMI causing a dangerous warningNicholas Piggin2022-10-182-3/+16
| * | KVM: PPC: BookS PR-KVM and BookE do not support context trackingNicholas Piggin2022-10-181-0/+4
| * | powerpc: Fix reschedule bug in KUAP-unlocked user copyNicholas Piggin2022-10-181-1/+11
| * | powerpc/64s: Fix hash__change_memory_range preemption warningNicholas Piggin2022-10-181-3/+5
| * | powerpc/64s: Disable preemption in hash lazy mmu modeNicholas Piggin2022-10-181-0/+6
| * | powerpc/64s: make linear_map_hash_lock a raw spinlockNicholas Piggin2022-10-181-6/+6
| * | powerpc/64s: make HPTE lock and native_tlbie_lock irq-safeNicholas Piggin2022-10-181-2/+25
| * | powerpc/64s: Add lockdep for HPTE lockNicholas Piggin2022-10-181-7/+35
| * | powerpc/pseries: Use lparcfg to reconfig VAS windows for DLPAR CPUHaren Myneni2022-10-183-14/+45
| * | powerpc/pseries/vas: Add VAS IRQ primary handlerHaren Myneni2022-10-182-7/+34
* | | Merge tag 's390-6.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2022-10-288-29/+24
|\ \ \
| * | | s390/vfio-ap: Fix memory allocation for mdev_types arrayJason J. Herne2022-10-261-1/+1
| * | | s390/cio: fix out-of-bounds access on cio_ignore freePeter Oberparleiter2022-10-261-6/+2
| * | | s390/pai: fix raw data collection for PMU pai_extThomas Richter2022-10-261-0/+1
| * | | s390/boot: add secure boot trailerPeter Oberparleiter2022-10-261-2/+11
| * | | s390/pci: add missing EX_TABLE entries to __pcistg_mio_inuser()/__pcilg_mio_i...Heiko Carstens2022-10-261-4/+4
| * | | s390/futex: add missing EX_TABLE entry to __futex_atomic_op()Heiko Carstens2022-10-261-1/+2
| * | | s390/uaccess: add missing EX_TABLE entries to __clear_user()Heiko Carstens2022-10-261-3/+3
| * | | MAINTAINERS: remove outdated linux390 linkHeiko Carstens2022-10-261-12/+0
* | | | Merge tag 'riscv-for-linus-6.1-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-10-287-15/+30
|\ \ \ \
| * | | | RISC-V: Fix /proc/cpuinfo cpumask warningAndrew Jones2022-10-271-0/+3
| * | | | Merge patch series "Fix RISC-V toolchain extension support detection"Palmer Dabbelt2022-10-273-9/+16
| |\ \ \ \
| | * | | | riscv: fix detection of toolchain Zihintpause supportConor Dooley2022-10-273-3/+9