summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* powerpc/dexcr: Reset DEXCR value across execBenjamin Gray2024-05-034-1/+32
* powerpc/dexcr: Track the DEXCR per-processBenjamin Gray2024-05-033-6/+12
* powerpc/module: Remove arch specific module bug stuffDr. David Alan Gilbert2024-05-032-7/+0
* powerpc: Mark memory_limit as initdataMichael Ellerman2024-04-301-1/+1
* powerpc/pseries/vio: Don't return ENODEV if node or compatible missingLidong Zhong2024-04-291-6/+2
* powerpc/pseries: Enforce hcall result buffer validity and sizeNathan Lynch2024-04-291-4/+4
* powerpc/dart: Drop unnecessary call to kmemleak_no_scan()Michael Ellerman2024-04-291-4/+0
* powerpc/eeh: Permanently disable the removed deviceGanesh Goudar2024-04-292-3/+21
* powerpc/fadump: add hotplug_ready sysfs interfaceSourabh Jain2024-04-291-0/+14
* powerpc: make fadump resilient with memory add/remove eventsSourabh Jain2024-04-294-206/+242
* powerpc/pseries: Add failure related checks for h_get_mpp and h_get_pppShrikanth Hegde2024-04-293-7/+7
* powerpc/pseries: Add pool idle time at LPAR bootShrikanth Hegde2024-04-291-9/+30
* powerpc/mm: Update the memory limit based on direct mapping restrictionsAneesh Kumar K.V (IBM)2024-04-191-3/+2
* powerpc/fadump: Don't update the user-specified memory limitAneesh Kumar K.V (IBM)2024-04-191-16/+0
* powerpc/mm: Align memory_limit value specified using mem= kernel parameterAneesh Kumar K.V (IBM)2024-04-192-4/+7
* powerpc/ptdump: Fix walk_vmemmap() to also print first vmemmap entryRitesh Harjani (IBM)2024-04-181-1/+1
* powerpc: Avoid nmi_enter/nmi_exit in real mode interrupt.Mahesh Salgaonkar2024-04-153-0/+22
* powerpc: Add static_key_feature_checks_initialized flagNicholas Miehlbradt2024-04-154-2/+12
* powerpc/52xx: Replace of_gpio.h by proper oneAndy Shevchenko2024-04-082-3/+1
* powerpc: Fix fatal warnings flag for LLVM's integrated assemblerNathan Chancellor2024-04-081-2/+2
* powerpc: Fix PS3 allmodconfig warningGeoff Levand2024-04-031-29/+32
* powerpc: Error on assembly warningsBenjamin Gray2024-04-031-1/+2
* powerpc/fsl-soc: hide unused const variableArnd Bergmann2024-04-031-0/+2
* powerpc: Use str_plural() in cpu_init_thread_core_maps()Thorsten Blum2024-04-031-1/+1
* Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-311-9/+9
|\
| * MIPS: move unselectable FIT_IMAGE_FDT_EPM5 out of the "System type" choiceMasahiro Yamada2024-03-271-9/+9
* | Merge tag 'perf_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-03-317-16/+62
|\ \
| * | perf/x86/amd/core: Define a proper ref-cycles event for Zen 4 and laterSandipan Das2024-03-261-0/+15
| * | perf/x86/amd/core: Update and fix stalled-cycles-* events for Zen 2 and laterSandipan Das2024-03-261-3/+17
| * | perf/x86/amd/lbr: Use freeze based on availabilitySandipan Das2024-03-254-8/+21
| * | x86/cpufeatures: Add new word for scattered featuresSandipan Das2024-03-254-5/+9
| |/
* | Merge tag 'x86_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-3115-63/+63
|\ \
| * | x86/build: Use obj-y to descend into arch/x86/virt/Masahiro Yamada2024-03-303-4/+2
| * | x86/sev: Skip ROM range scans and validation for SEV-SNP guestsKevin Loughlin2024-03-268-31/+39
| * | x86/vdso: Fix rethunk patching for vdso-image-x32.o tooBorislav Petkov (AMD)2024-03-261-0/+1
| * | x86/nmi: Upgrade NMI backtrace stall checks & messagesPaul E. McKenney2024-03-261-10/+14
| * | x86/percpu: Disable named address spaces for KCSANUros Bizjak2024-03-251-0/+2
| * | Revert "x86/mm/ident_map: Use gbpages only where full GB page should be mapped."Ingo Molnar2024-03-251-18/+5
| |/
* | x86/bugs: Fix the SRSO mitigation on Zen3/4Borislav Petkov (AMD)2024-03-293-10/+23
* | Merge tag 'efi-fixes-for-v6.9-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-03-291-5/+15
|\ \
| * | x86/efistub: Add missing boot_params for mixed mode compat entryArd Biesheuvel2024-03-261-5/+15
| |/
* | Merge tag 'net-6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-03-283-28/+38
|\ \
| * \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni2024-03-263-28/+38
| |\ \
| | * | riscv, bpf: Fix kfunc parameters incompatibility between bpf and riscv abiPu Lehui2024-03-251-0/+16
| | * | arm64: bpf: fix 32bit unconditional bswapArtem Savkov2024-03-211-1/+1
| | * | bpf, arm64: fix bug in BPF_LDX_MEMSXPuranjay Mohan2024-03-191-1/+1
| | * | s390/bpf: Fix bpf_plt pointer arithmeticIlya Leoshkevich2024-03-191-26/+20
* | | | crash: use macro to add crashk_res into iomem early for specific archBaoquan He2024-03-261-0/+2
* | | | hexagon: vmlinux.lds.S: handle attributes sectionNathan Chancellor2024-03-261-0/+1
* | | | ARM: prctl: reject PR_SET_MDWE on pre-ARMv6Zev Weiss2024-03-261-0/+14