aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-06-24KVM: selftests: Unconditionally allocate EPT tables in memslot 0Sean Christopherson4-22/+17
2021-06-24KVM: selftests: Unconditionally use memslot '0' for page table allocationsSean Christopherson16-35/+31
2021-06-24KVM: selftests: Unconditionally use memslot 0 for vaddr allocationsSean Christopherson7-21/+18
2021-06-24Merge tag 'objtool-urgent-2021-06-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-5/+16
2021-06-24Merge tag 'nvme-5.14-2021-06-22' of git://git.infradead.org/nvme into for-5.14/driversJens Axboe28-228/+1073
2021-06-24x86/fpu/xstate: Clear xstate header in copy_xstate_to_uabi_buf() againThomas Gleixner1-0/+1
2021-06-24fs: remove bdev_try_to_free_page callbackZhang Yi2-16/+0
2021-06-24ext4: remove bdev_try_to_free_page() callbackZhang Yi1-21/+0
2021-06-24jbd2: simplify journal_clean_one_cp_list()Zhang Yi1-26/+4
2021-06-24jbd2,ext4: add a shrinker to release checkpointed buffersZhang Yi5-0/+369
2021-06-24jbd2: remove redundant buffer io error checksZhang Yi1-11/+2
2021-06-24jbd2: don't abort the journal when freeing buffersZhang Yi1-17/+0
2021-06-24jbd2: ensure abort the journal if detect IO error when writing original buffer backZhang Yi3-0/+37
2021-06-24jbd2: remove the out label in __jbd2_journal_remove_checkpoint()Zhang Yi1-12/+12
2021-06-24ext4: no need to verify new add extent blockyangerkun1-0/+1
2021-06-24jbd2: clean up misleading comments for jbd2_fc_release_bufsyangerkun1-8/+0
2021-06-24staging: hisi-spmi-controller: rename spmi-channel propertyMauro Carvalho Chehab2-5/+7
2021-06-24staging: phy-hi3670-usb3: do a some minor cleanupsMauro Carvalho Chehab1-13/+6
2021-06-24docs: ABI: testing: sysfs-firmware-memmap: add some memmap types.Jianpeng Ma1-0/+4
2021-06-24ext4: add check to prevent attempting to resize an fs with sparse_super2Josh Triplett1-0/+4
2021-06-24ext4: consolidate checks for resize of bigalloc into ext4_resize_beginJosh Triplett2-14/+5
2021-06-24hwmon: Support set_trips() of thermal device opsDmitry Osipenko1-0/+36
2021-06-24hwmon: (lm90) Prevent integer underflows of temperature calculationsDmitry Osipenko1-2/+11
2021-06-24ext4: remove duplicate definition of ext4_xattr_ibody_inline_set()Ritesh Harjani3-34/+9
2021-06-25powerpc/64s: Fix copy-paste data exposure into newly created tasksNicholas Piggin1-16/+32
2021-06-25powerpc/32: Avoid #ifdef nested with FTR_SECTION on booke syscall entryChristophe Leroy1-2/+2
2021-06-25powerpc/32: Reduce code duplication of system call entryChristophe Leroy3-37/+19
2021-06-25powerpc/32: Interchange r1 and r11 in SYSCALL_ENTRY on bookeChristophe Leroy2-10/+11
2021-06-25powerpc/32: Interchange r10 and r12 in SYSCALL_ENTRY on non bookeChristophe Leroy1-17/+17
2021-06-25powerpc: Remove klimitChristophe Leroy5-10/+5
2021-06-25powerpc/mm: Properly coalesce pages in ptdumpChristophe Leroy1-19/+3
2021-06-25powerpc/mm: Leave a gap between early allocated IO areasChristophe Leroy2-3/+3
2021-06-25powerpc/papr_scm: Properly handle UUID types and APIAndy Shevchenko1-9/+18
2021-06-25powerpc/pseries: fail quicker in dlpar_memory_add_by_ic()Daniel Henrique Barboza1-8/+6
2021-06-25powerpc/pseries: break early in dlpar_memory_add_by_count() loopsDaniel Henrique Barboza1-5/+12
2021-06-25powerpc/pseries: skip reserved LMBs in dlpar_memory_add_by_count()Daniel Henrique Barboza1-0/+3
2021-06-25powerpc: Offline CPU in stop_this_cpu()Nicholas Piggin1-0/+11
2021-06-25powerpc: Make PPC_IRQ_SOFT_MASK_DEBUG depend on PPC64Nicholas Piggin1-0/+1
2021-06-25powerpc/64s: Remove irq mask workaround in accumulate_stolen_time()Nicholas Piggin1-11/+0
2021-06-25powerpc/pseries: Enable hardlockup watchdog for PowerVM partitionsNicholas Piggin1-4/+9
2021-06-25powerpc/64s/interrupt: Check and fix srr_valid without crashingNicholas Piggin1-0/+89
2021-06-25powerpc/interrupt: Remove prep_irq_for_user_exit()Christophe Leroy1-13/+3
2021-06-25powerpc/interrupt: Refactor prep_irq_for_{user/kernel_enabled}_exit()Christophe Leroy1-22/+7
2021-06-25powerpc/interrupt: Interchange prep_irq_for_{kernel_enabled/user}_exit()Christophe Leroy1-12/+11
2021-06-25powerpc/interrupt: Refactor interrupt_exit_user_prepare()Christophe Leroy1-54/+3
2021-06-25powerpc/interrupt: Rename and lightly change syscall_exit_prepare_main()Christophe Leroy1-5/+4
2021-06-25powerpc/64: use interrupt restart table to speed up return from interruptNicholas Piggin9-158/+457
2021-06-25powerpc/64: treat low kernel text as irqs soft-maskedNicholas Piggin4-13/+35
2021-06-25powerpc/64: interrupt soft-enable race fixNicholas Piggin1-0/+95
2021-06-25powerpc/64: allow alternate return locations for soft-masked interruptsNicholas Piggin7-3/+138