summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'perf-urgent-2024-03-17' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-03-172-3/+4
|\
| * perf/x86/amd/core: Avoid register reset when CPU is deadSandipan Das2024-03-131-1/+0
| * perf/x86/amd/lbr: Discard erroneous branch entriesSandipan Das2024-03-131-2/+4
* | Merge tag 'parisc-for-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-03-1616-91/+99
|\ \
| * | parisc: Strip upper 32 bit of sum in csum_ipv6_magic for 64-bit buildsGuenter Roeck2024-02-271-0/+1
| * | parisc: Fix csum_ipv6_magic on 64-bit systemsGuenter Roeck2024-02-271-2/+2
| * | parisc: Fix csum_ipv6_magic on 32-bit systemsGuenter Roeck2024-02-271-1/+2
| * | parisc: Fix ip_fast_csumGuenter Roeck2024-02-271-1/+1
| * | parisc: Avoid clobbering the C/B bits in the PSW with tophys and tovirt macrosJohn David Anglin2024-02-271-8/+10
| * | parisc/unaligned: Rewrite 64-bit inline assembly of emulate_ldd()Guenter Roeck2024-02-271-15/+12
| * | parisc: make parisc_bus_type constRicardo B. Marliere2024-02-272-2/+2
| * | parisc: avoid c23 'nullptr' idenitifierArnd Bergmann2024-02-2710-60/+60
| * | parisc: Show kernel unaligned memory accessesHelge Deller2024-02-271-0/+7
| * | parisc: Use irq_enter_rcu() to fix warning at kernel/context_tracking.c:367Helge Deller2024-02-271-2/+2
* | | x86/CPU/AMD: Update the Zenbleed microcode revisionsBorislav Petkov (AMD)2024-03-161-5/+5
* | | Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2024-03-1596-465/+660
|\ \ \
| * | | powerpc/macio: Make remove callback of macio driver void returnedDawei Li2024-03-071-1/+1
| * | | powerpc/83xx: Fix build failure with FPU=nMichael Ellerman2024-03-072-1/+6
| * | | powerpc/64s: Fix get_hugepd_cache_index() build failureMichael Ellerman2024-03-071-2/+2
| * | | powerpc/4xx: Fix warp_gpio_leds build failureMichael Ellerman2024-03-071-0/+1
| * | | powerpc/amigaone: Make several functions staticMichael Ellerman2024-03-071-4/+4
| * | | powerpc/embedded6xx: Fix no previous prototype for avr_uart_send() etc.Michael Ellerman2024-03-072-3/+3
| * | | powerpc: xor_vmx: Add '-mhard-float' to CFLAGSNathan Chancellor2024-03-071-1/+1
| * | | powerpc/fsl: Fix mfpmr() asm constraint errorMichael Ellerman2024-03-071-2/+2
| * | | powerpc: Remove cpu-as-y completelyChristophe Leroy2024-03-031-12/+0
| * | | powerpc/fsl: Modernise mt/mfpmrMichael Ellerman2024-03-031-11/+21
| * | | powerpc/fsl: Fix mfpmr build errors with newer binutilsMichael Ellerman2024-03-031-2/+9
| * | | powerpc/64s: Use .machine power4 around dcbtMichael Ellerman2024-03-031-2/+8
| * | | powerpc/64s: Move dcbt/dcbtst sequence into a macroMichael Ellerman2024-03-034-31/+15
| * | | powerpc/mm: Code cleanup for __hash_page_thpKunwu Chan2024-03-031-9/+6
| * | | powerpc/hv-gpci: Fix the H_GET_PERF_COUNTER_INFO hcall return value checksKajol Jain2024-03-031-2/+27
| * | | powerpc/irq: Allow softirq to hardirq stack transitionMichael Ellerman2024-03-031-3/+2
| * | | powerpc: Stop using of_rootChristophe Leroy2024-03-038-18/+40
| * | | powerpc/machdep: Define 'compatibles' property in ppc_md and use itChristophe Leroy2024-03-0311-64/+14
| * | | powerpc: Add allmodconfig for all 32-bit sub-archesMichael Ellerman2024-03-035-0/+27
| * | | powerpc/85xx: Make some pic_init functions staticMichael Ellerman2024-03-033-3/+3
| * | | powerpc/boot: Only free if realloc() succeedsMichael Ellerman2024-03-031-2/+3
| * | | powerpc/boot: Handle allocation failure in simple_realloc()Li zeming2024-03-031-1/+3
| * | | powerpc/pseries: Fix potential memleak in papr_get_attr()Qiheng Lin2024-03-031-3/+5
| * | | powerpc/32: Curb objtool unannotated intra-function call warningSathvika Vasireddy2024-03-031-0/+2
| * | | powerpc/32: fix ADB_CUDA kconfig warningMichael Ellerman2024-03-031-1/+1
| * | | powerpc: Enable support for 32 bit MSI-X vectorsBrian King2024-03-031-3/+8
| * | | powerpc: Don't ignore errors from set_memory_{n}p() in __kernel_map_pages()Christophe Leroy2024-03-033-5/+10
| * | | powerpc: Refactor __kernel_map_pages()Christophe Leroy2024-03-037-43/+22
| * | | powerpc/kprobes: Handle error returned by set_memory_rox()Christophe Leroy2024-02-221-2/+8
| * | | powerpc: Implement set_memory_rox()Christophe Leroy2024-02-222-0/+11
| * | | powerpc: Use user_mode() macro when possibleChristophe Leroy2024-02-226-19/+18
| * | | powerpc/trace: Restrict hash_fault trace event to HASH MMUChristophe Leroy2024-02-221-1/+2
| * | | powerpc: pmi: Convert to platform remove callback returning voidUwe Kleine-König2024-02-221-4/+2
| * | | powerpc: fsl_msi: Convert to platform remove callback returning voidUwe Kleine-König2024-02-221-4/+2