summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-09-1330-137/+208
|\
| * Merge tag 'arm-fixes-6.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-09-115-11/+46
| |\
| | * Merge tag 'riscv-soc-fixes-for-v6.11-final' of https://git.kernel.org/pub/scm...Arnd Bergmann2024-09-111-0/+6
| | |\
| | | * riscv: dts: starfive: jh7110-common: Fix lower rate of CPUfreq by setting PLL...Xingyu Wu2024-09-091-0/+6
| | * | Merge tag 'v6.11-rockchip-dtsfixes' of https://git.kernel.org/pub/scm/linux/k...Arnd Bergmann2024-09-054-11/+40
| | |\ \
| | | * | arm64: dts: rockchip: Fix compatibles for RK3588 VO{0,1}_GRFCristian Ciocaltea2024-08-291-3/+3
| | | * | arm64: dts: rockchip: override BIOS_DISABLE signal via GPIO hog on RK3399 PumaQuentin Schulz2024-07-311-1/+22
| | | * | arm64: dts: rockchip: fix eMMC/SPI corruption when audio has been used on RK3...Quentin Schulz2024-07-311-2/+11
| | | * | arm64: dts: rockchip: fix PMIC interrupt pin in pinctrl for ROCK Pi EFUKAUMI Naoki2024-07-291-1/+1
| | | * | arm64: dts: rockchip: Remove broken tsadc pinctrl binding for rk356xAlexander Shiyan2024-07-291-4/+3
| | | |/
| * | | Merge tag 'hyperv-fixes-signed-20240908' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2024-09-093-8/+19
| |\ \ \
| | * | | x86/hyperv: fix kexec crash due to VP assist page corruptionAnirudh Rayabharam (Microsoft)2024-09-053-7/+3
| | * | | x86/hyperv: Set X86_FEATURE_TSC_KNOWN_FREQ when Hyper-V provides frequencyMichael Kelley2024-08-031-0/+1
| | * | | clocksource: hyper-v: Use lapic timer in a TDX VM without paravisorDexuan Cui2024-06-241-1/+15
| * | | | KVM: x86: don't fall through case statements without annotationsLinus Torvalds2024-09-071-0/+1
| * | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2024-09-061-1/+3
| |\ \ \ \
| | * | | | arm64: stacktrace: fix the usage of ftrace_graph_ret_addr()Puranjay Mohan2024-09-051-1/+3
| * | | | | Merge tag 'riscv-for-linus-6.11-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-09-068-94/+79
| |\ \ \ \ \
| | * | | | | riscv: Fix RISCV_ALTERNATIVE_EARLYAlexandre Ghiti2024-09-034-65/+72
| | * | | | | riscv: Do not restrict memory size because of linear mapping on nommuAlexandre Ghiti2024-09-031-1/+1
| | * | | | | riscv: Fix toolchain vector detectionAnton Blanchard2024-09-031-2/+2
| | * | | | | riscv: misaligned: Restrict user access to kernel memorySamuel Holland2024-09-011-2/+2
| | * | | | | Merge patch series "riscv: mm: Do not restrict mmap address based on hint"Palmer Dabbelt2024-08-291-24/+2
| | |\ \ \ \ \
| | | * | | | | riscv: mm: Do not restrict mmap address based on hintCharlie Jenkins2024-08-291-24/+2
| | | | |_|_|/ | | | |/| | |
| * | | | | | Merge tag 'powerpc-6.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-09-066-10/+26
| |\ \ \ \ \ \
| | * | | | | | powerpc/qspinlock: Fix deadlock in MCS queueNysal Jan K.A.2024-08-291-1/+9
| | * | | | | | powerpc/mm: Fix return type of pgd_val()Christophe Leroy2024-08-222-5/+11
| | * | | | | | powerpc/vdso: Don't discard rela sectionsChristophe Leroy2024-08-222-3/+5
| | * | | | | | powerpc/64e: Define mmu_pte_psize staticChristophe Leroy2024-08-221-1/+1
| * | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-09-067-13/+34
| |\ \ \ \ \ \ \
| | * | | | | | | KVM: Remove HIGH_RES_TIMERS dependencySteven Rostedt2024-09-051-1/+0
| | * | | | | | | KVM: x86: Only advertise KVM_CAP_READONLY_MEM when supported by VMTom Dohrmann2024-09-021-1/+2
| | * | | | | | | KVM: SEV: Update KVM_AMD_SEV Kconfig entry and mention SEV-SNPVitaly Kuznetsov2024-08-281-2/+4
| | * | | | | | | KVM: SVM: Don't advertise Bus Lock Detect to guest if SVM support is missingRavi Bangoria2024-08-221-0/+3
| | * | | | | | | KVM: SVM: fix emulation of msr reads/writes of MSR_FS_BASE and MSR_GS_BASEMaxim Levitsky2024-08-221-0/+12
| | * | | | | | | KVM: x86: Acquire kvm->srcu when handling KVM_SET_VCPU_EVENTSSean Christopherson2024-08-221-0/+2
| | * | | | | | | KVM: x86/mmu: Check that root is valid/loaded when pre-faulting SPTEsSean Christopherson2024-08-221-1/+3
| | * | | | | | | KVM: x86/mmu: Fixup comments missed by the REMOVED_SPTE=>FROZEN_SPTE renameYan Zhao2024-08-223-8/+8
* | | | | | | | | net: add SO_DEVMEM_DONTNEED setsockopt to release RX fragsMina Almasry2024-09-124-0/+4
* | | | | | | | | tcp: RX path for devmem TCPMina Almasry2024-09-124-0/+20
|/ / / / / / / /
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds2024-09-042-4/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | ARM: 9414/1: Fix build issue with LD_DEAD_CODE_DATA_ELIMINATIONYuntao Liu2024-09-042-4/+10
* | | | | | | | | Merge tag 'parisc-for-6.11-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-09-041-5/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | parisc: Delay write-protection until mark_rodata_ro() callHelge Deller2024-09-031-5/+11
* | | | | | | | | | Merge tag 'x86-urgent-2024-09-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-09-0111-20/+61
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/resctrl: Fix arch_mbm_* array overrun on SNCPeter Newman2024-08-282-6/+8
| * | | | | | | | | | x86/tdx: Fix data leak in mmio_read()Kirill A. Shutemov2024-08-261-1/+0
| * | | | | | | | | | x86/kaslr: Expose and use the end of the physical memory address spaceThomas Gleixner2024-08-204-6/+35
| * | | | | | | | | | x86/fpu: Avoid writing LBR bit to IA32_XSS unless supportedMitchell Levy2024-08-143-2/+12
| * | | | | | | | | | x86/apic: Make x2apic_disable() work correctlyYuntao Wang2024-08-131-5/+6