summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | Merge tag 'gpio-fixes-for-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-09-049-109/+135
|\ \ \ \ \
| * | | | | gpio: ws16c48: Make irq_chip immutableWilliam Breathitt Gray2022-09-031-3/+7
| * | | | | gpio: 104-idio-16: Make irq_chip immutableWilliam Breathitt Gray2022-09-031-7/+11
| * | | | | gpio: 104-idi-48: Make irq_chip immutableWilliam Breathitt Gray2022-09-031-3/+7
| * | | | | gpio: 104-dio-48e: Make irq_chip immutableWilliam Breathitt Gray2022-09-031-3/+7
| * | | | | gpio: realtek-otto: switch to 32-bit I/OSander Vanheule2022-08-311-81/+85
| * | | | | gpio: pca953x: Add mutex_lock for regcache sync in PMHaibo Chen2022-08-311-1/+7
| * | | | | gpio: mockup: remove gpio debugfs when remove deviceWei Yongjun2022-08-281-1/+8
| * | | | | gpio: pxa: use devres for the clock structBartosz Golaszewski2022-08-191-9/+2