summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2024-09-12powerpc/64e: remove unused IBM HTW codeMichael Ellerman3-253/+2
2024-09-12arm64: acpi: Harden get_cpu_for_acpi_id() against missing CPU entryJonathan Cameron1-1/+2
2024-09-12arm64: acpi: Move get_cpu_for_acpi_id() to a headerJames Morse2-11/+11
2024-09-12riscv: Use accessors to page table entries instead of direct dereferenceAlexandre Ghiti10-113/+128
2024-09-12riscv: mm: Only compile pgtable.c if MMUAlexandre Ghiti1-2/+1
2024-09-12mm: Introduce pudp/p4dp/pgdp_get() functionsAlexandre Ghiti1-0/+2
2024-09-12riscv: Use WRITE_ONCE() when setting page table entriesAlexandre Ghiti2-5/+5
2024-09-12MIPS: cevt-r4k: Don't call get_c0_compare_int if timer irq is installedJiaxun Yang1-8/+7
2024-09-12s390/vmlinux.lds.S: Move ro_after_init section behind rodata sectionHeiko Carstens1-0/+9
2024-09-12LoongArch: Use correct API to map cmdline in relocate_kernel()Huacai Chen1-1/+3
2024-09-12riscv: set trap vector earlieryang.zhang1-0/+3
2024-09-12um: line: always fill *error_out in setup_one_line()Johannes Berg1-0/+2
2024-09-12riscv: kprobes: Use patch_text_nosync() for insn slotsSamuel Holland1-3/+2
2024-09-12x86/kmsan: Fix hook for unaligned accessesBrian Johannesmeyer1-1/+4
2024-09-12x86/apic: Make x2apic_disable() work correctlyYuntao Wang1-5/+6
2024-09-12x86/fpu: Avoid writing LBR bit to IA32_XSS unless supportedMitchell Levy3-2/+12
2024-09-12x86/kaslr: Expose and use the end of the physical memory address spaceThomas Gleixner4-6/+35
2024-09-12perf/x86/intel: Limit the period on HaswellKan Liang1-2/+21
2024-09-12x86/tdx: Fix data leak in mmio_read()Kirill A. Shutemov1-1/+0
2024-09-12powerpc/qspinlock: Fix deadlock in MCS queueNysal Jan K.A.1-1/+9
2024-09-12KVM: SVM: Don't advertise Bus Lock Detect to guest if SVM support is missingRavi Bangoria1-0/+3
2024-09-12KVM: SVM: fix emulation of msr reads/writes of MSR_FS_BASE and MSR_GS_BASEMaxim Levitsky1-0/+12
2024-09-12KVM: x86: Acquire kvm->srcu when handling KVM_SET_VCPU_EVENTSSean Christopherson1-0/+2
2024-09-04arm64: dts: freescale: imx93-tqma9352-mba93xxla: fix typoMarkus Niebel1-1/+1
2024-09-04arm64: dts: freescale: imx93-tqma9352: fix CMA alloc-rangesMarkus Niebel1-1/+1
2024-09-04arm64: dts: imx93: update default value for snps,clk-csrShenwei Wang1-1/+1
2024-09-04arm64: dts: imx93: add nvmem property for eqosPeng Fan1-0/+6
2024-09-04arm64: dts: imx93: add nvmem property for fec1Peng Fan1-0/+7
2024-09-04arm64: dts: imx8mp-beacon-kit: Fix Stereo Audio on WM8962Adam Ford1-7/+5
2024-09-04ARM: dts: omap3-n900: correct the accelerometer orientationSicelo A. Mhlongo1-1/+1
2024-09-04ARM: dts: imx6dl-yapp43: Increase LED current to match the yapp4 HW designMichal Vokáč1-6/+6
2024-09-04Revert "change alloc_pages name in dma_map_ops to avoid name conflicts"Greg Kroah-Hartman6-7/+7
2024-09-04LoongArch: Remove the unused dma-direct.hMiao Wang1-11/+0
2024-08-29KVM: arm64: Make ICC_*SGI*_EL1 undef in the absence of a vGICv3Marc Zyngier2-0/+13
2024-08-29MIPS: Loongson64: Set timer mode in cpu-probeJiaxun Yang1-0/+4
2024-08-29change alloc_pages name in dma_map_ops to avoid name conflictsSuren Baghdasaryan6-7/+7
2024-08-29riscv: entry: always initialize regs->a0 to -ENOSYSCeleste Liu1-2/+1
2024-08-29openrisc: Call setup_memory() earlier in the init sequenceOreoluwa Babatunde1-3/+3
2024-08-29powerpc/boot: Only free if realloc() succeedsMichael Ellerman1-2/+3
2024-08-29powerpc/boot: Handle allocation failure in simple_realloc()Li zeming1-1/+3
2024-08-29parisc: Use irq_enter_rcu() to fix warning at kernel/context_tracking.c:367Helge Deller1-2/+2
2024-08-29x86: Increase brk randomness entropy for 64-bit systemsKees Cook1-1/+4
2024-08-29riscv: blacklist assembly symbols for kprobeClément Léger2-0/+13
2024-08-29powerpc/pseries/papr-sysparm: Validate buffer object lengthsNathan Lynch1-0/+47
2024-08-29powerpc/xics: Check return value of kasprintf in icp_native_map_one_cpuKunwu Chan1-0/+2
2024-08-29arm64: Fix KASAN random tag seed initializationSamuel Holland2-3/+2
2024-08-29powerpc/topology: Check if a core is onlineNysal Jan K.A1-0/+13
2024-08-29s390/smp,mcck: fix early IPI handlingHeiko Carstens2-11/+5
2024-08-29s390/uv: Panic for set and remove shared access UVC errorsClaudio Imbrenda1-1/+4
2024-08-29arm64: ACPI: NUMA: initialize all values of acpi_early_node_map to NUMA_NO_NODEHaibo Xu1-1/+1