summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* csky: Use new fallback IO memcpy/memsetJulian Vetter2024-10-283-103/+1
* arm64: Use new fallback IO memcpy/memsetJulian Vetter2024-10-282-98/+0
* New implementation for IO memcpy and IO memsetJulian Vetter2024-10-283-20/+140
* watchdog: Add HAS_IOPORT dependency for SBC8360 and SBC7240Niklas Schnelle2024-10-281-2/+2
* __arch_xprod64(): make __always_inline when optimizing for performanceNicolas Pitre2024-10-282-2/+12
* ARM: div64: improve __arch_xprod_64()Nicolas Pitre2024-10-281-2/+4
* asm-generic/div64: optimize/simplify __div64_const32()Nicolas Pitre2024-10-281-79/+35
* lib/math/test_div64: add some edge cases relevant to __div64_const32()Nicolas Pitre2024-10-281-2/+83
* asm-generic: add an optional pfn_valid check to page_to_physChristoph Hellwig2024-10-281-0/+10
* asm-generic: provide generic page_to_phys and phys_to_page implementationsChristoph Hellwig2024-10-2822-71/+3
* asm-generic/io.h: Remove I/O port accessors for HAS_IOPORT=nNiklas Schnelle2024-10-281-0/+60
* tty: serial: handle HAS_IOPORT dependenciesNiklas Schnelle2024-10-289-10/+89
* drm: handle HAS_IOPORT dependenciesNiklas Schnelle2024-10-285-8/+19
* Bluetooth: add HAS_IOPORT dependenciesNiklas Schnelle2024-10-281-3/+3
* hexagon: Don't select GENERIC_IOMAP without HAS_IOPORT supportNiklas Schnelle2024-10-281-1/+0
* UAPI/ioctl: Improve parameter name of ioctl request definition helpersUwe Kleine-König2024-10-281-7/+7
* Linux 6.12-rc2v6.12-rc2Linus Torvalds2024-10-071-1/+1
* Merge tag 'kbuild-fixes-v6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-10-067-8/+66
|\
| * kbuild: deb-pkg: Remove blank first line from maint scriptsAaron Thompson2024-10-061-1/+0
| * kbuild: fix a typo dt_binding_schema -> dt_binding_schemasXu Yang2024-10-061-1/+1
| * scripts: import more list macrosSami Tolvanen2024-10-061-0/+50
| * kconfig: qconf: fix buffer overflow in debug linksMasahiro Yamada2024-10-021-1/+1
| * kconfig: qconf: move conf_read() before drawing tree painMasahiro Yamada2024-10-011-2/+2
| * kconfig: clear expr::val_is_valid when allocatedMasahiro Yamada2024-10-011-0/+1
| * kconfig: fix infinite loop in sym_calc_choice()Masahiro Yamada2024-09-301-2/+8
| * kbuild: move non-boot built-in DTBs to .rodata sectionMasahiro Yamada2024-09-301-1/+3
* | Merge tag 'platform-drivers-x86-v6.12-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-10-069-17/+30
|\ \
| * | platform/x86: x86-android-tablets: Fix use after free on platform_device_regi...Hans de Goede2024-10-061-2/+4
| * | platform/x86: wmi: Update WMI driver API documentationArmin Wolf2024-10-061-6/+5
| * | platform/x86: dell-ddv: Fix typo in documentationAnaswara T Rajan2024-10-061-2/+2
| * | platform/x86: dell-sysman: add support for alienware productsCrag Wang2024-10-061-0/+1
| * | platform/x86/intel: power-domains: Add Diamond Rapids supportSrinivas Pandruvada2024-10-061-0/+1
| * | platform/x86: ISST: Add Diamond Rapids to support listSrinivas Pandruvada2024-10-061-0/+1
| * | platform/x86:intel/pmc: Disable ACPI PM Timer disabling on Sky and Kaby LakeHans de Goede2024-10-061-2/+0
| * | platform/x86: dell-laptop: Do not fail when encountering unsupported batteriesArmin Wolf2024-10-061-3/+12
| * | MAINTAINERS: Update Intel In Field Scan(IFS) entryJithu Joseph2024-10-061-1/+1
| * | platform/x86: ISST: Fix the KASAN report slab-out-of-bounds bugZach Wade2024-10-051-1/+3
| |/
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-10-0612-43/+91
|\ \
| * \ Merge tag 'kvmarm-fixes-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2024-10-0611365-188892/+449653
| |\ \
| | * | KVM: arm64: Fix kvm_has_feat*() handling of negative featuresMarc Zyngier2024-10-031-12/+13
| | * | KVM: arm64: Another reviewer reshuffleMarc Zyngier2024-10-011-1/+1
| | * | KVM: arm64: Constrain the host to the maximum shared SVE VL with pKVMMark Brown2024-10-012-6/+8
| | * | KVM: arm64: Fix __pkvm_init_vcpu cptr_el2 error pathVincent Donnefort2024-10-011-2/+4
| | |/
| * | x86/reboot: emergency callbacks are now registered by common KVM codePaolo Bonzini2024-10-062-4/+4
| * | KVM: x86: leave kvm.ko out of the build if no vendor module is requestedPaolo Bonzini2024-10-062-4/+7
| * | KVM: x86/mmu: fix KVM_X86_QUIRK_SLOT_ZAP_ALL for shadow MMUPaolo Bonzini2024-10-041-14/+46
| * | KVM: selftests: Fix build on architectures other than x86_64Mark Brown2024-10-012-0/+8
* | | Merge tag 'powerpc-6.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-10-061-1/+1
|\ \ \
| * | | powerpc/vdso: allow r30 in vDSO code generation of getrandomJason A. Donenfeld2024-09-301-1/+1
| | |/ | |/|
* | | Merge tag 'bcachefs-2024-10-05' of git://evilpiepirate.org/bcachefsLinus Torvalds2024-10-0620-209/+342
|\ \ \