summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sched/psi: Cache parent psi_group to speed up group iterationChengming Zhou2022-09-092-30/+21
* sched/psi: Consolidate cgroup_psi()Chengming Zhou2022-09-093-10/+11
* sched/psi: Add PSI_IRQ to track IRQ/SOFTIRQ pressureChengming Zhou2022-09-096-4/+116
* sched/psi: Remove NR_ONCPU task accountingJohannes Weiner2022-09-092-20/+37
* sched/psi: Optimize task switch inside shared cgroups againChengming Zhou2022-09-091-12/+9
* sched/psi: Move private helpers to sched/stats.hChengming Zhou2022-09-092-4/+4
* sched/psi: Save percpu memory when !psi_cgroups_enabledChengming Zhou2022-09-091-3/+4
* sched/psi: Don't create cgroup PSI files when psi_disabledChengming Zhou2022-09-091-0/+3
* sched/psi: Fix periodic aggregation shut offChengming Zhou2022-09-091-14/+14
* Merge branch 'driver-core/driver-core-next'Peter Zijlstra2022-09-0913-134/+172
|\
| * devres: Slightly optimize alloc_dr()Christophe JAILLET2022-09-011-1/+3
| * drivers: base: Print error code on synthetic uevent failureBrian Norris2022-09-011-1/+1
| * class: use IS_ERR_OR_NULL() helper in class_unregister()Yang Yingliang2022-09-011-1/+1
| * driver_core: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-011-1/+1
| * cgroup: Implement cgroup_file_show()Tejun Heo2022-09-012-0/+21
| * kernfs: Implement kernfs_show()Tejun Heo2022-09-012-1/+38
| * kernfs: Factor out kernfs_activate_one()Tejun Heo2022-09-011-10/+17
| * kernfs: Add KERNFS_REMOVING flagsTejun Heo2022-09-012-14/+8
| * kernfs: Improve kernfs_drain() and always call on removalTejun Heo2022-09-011-12/+12
| * kernfs: Skip kernfs_drain_open_files() more aggressivelyTejun Heo2022-09-013-21/+48
| * kernfs: Refactor kernfs_get_open_node()Tejun Heo2022-09-011-14/+11
| * kernfs: Drop unnecessary "mutex" local variable initializationTejun Heo2022-09-011-4/+5
| * kernfs: Simply by replacing kernfs_deref_open_node() with of_on()Tejun Heo2022-09-011-43/+13
| * devres: remove devm_ioremap_npChristoph Hellwig2022-09-013-18/+0
* | Linux 6.0-rc4v6.0-rc4Linus Torvalds2022-09-041-1/+1
* | Merge tag 'powerpc-6.0-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2022-09-046-69/+89
|\ \
| * | powerpc/papr_scm: Ensure rc is always initialized in papr_scm_pmu_register()Nathan Chancellor2022-09-021-1/+3
| * | Revert "powerpc/irq: Don't open code irq_soft_mask helpers"Michael Ellerman2022-09-021-7/+36
| * | powerpc: Fix hard_irq_disable() with sanitizerChristophe Leroy2022-08-311-1/+2
| * | powerpc/rtas: Fix RTAS MSR[HV] handling for CellMichael Ellerman2022-08-261-0/+4
| * | Revert "powerpc: Remove unused FW_FEATURE_NATIVE references"Michael Ellerman2022-08-261-0/+8
| * | powerpc: align syscall table for ppc32Masahiro Yamada2022-08-261-0/+1
| * | powerpc/pci: Enable PCI domains in /proc when PCI bus numbers are not uniquePali Rohár2022-08-251-0/+9
| * | powerpc/papr_scm: Fix nvdimm event mappingsKajol Jain2022-08-231-61/+27
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-09-0414-103/+151
|\ \
| * \ Merge tag 'kvm-s390-master-6.0-1' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2022-09-02729-5093/+10252
| |\ \
| | * | KVM: s390: pci: Hook to access KVM lowlevel from VFIOPierre Morel2022-08-295-18/+32
| * | | Merge tag 'kvm-riscv-fixes-6.0-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini2022-09-023-15/+13
| |\ \ \
| | * | | riscv: kvm: move extern sbi_ext declarations to a headerConor Dooley2022-08-192-11/+13
| | * | | riscv: kvm: vcpu_timer: fix unused variable warningsConor Dooley2022-08-191-4/+0
| * | | | KVM: x86: check validity of argument to KVM_SET_MP_STATEPaolo Bonzini2022-09-021-3/+17
| * | | | perf/x86/core: Completely disable guest PEBS via guest's global_ctrlLike Xu2022-09-021-1/+2
| * | | | KVM: x86: fix memoryleak in kvm_arch_vcpu_create()Miaohe Lin2022-09-021-2/+1
| * | | | KVM: x86: Mask off unsupported and unknown bits of IA32_ARCH_CAPABILITIESJim Mattson2022-09-021-4/+21
| * | | | KVM: selftests: Fix ambiguous mov in KVM_ASM_SAFE()David Matlack2022-08-191-1/+1
| * | | | KVM: selftests: Fix KVM_EXCEPTION_MAGIC build with ClangDavid Matlack2022-08-191-1/+1
| * | | | KVM: VMX: Heed the 'msr' argument in msr_write_intercepted()Jim Mattson2022-08-191-2/+1
| * | | | kvm: x86: mmu: Always flush TLBs when enabling dirty loggingJunaid Shahid2022-08-193-42/+61
| * | | | kvm: x86: mmu: Drop the need_remote_flush() functionJunaid Shahid2022-08-191-14/+1
* | | | | Makefile.extrawarn: re-enable -Wformat for clang; take 2Nick Desaulniers2022-09-041-0/+12