summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* locking/atomic: xtensa: add preprocessor symbolsMark Rutland2023-06-051-0/+9
* locking/atomic: x86: add preprocessor symbolsMark Rutland2023-06-051-0/+4
* locking/atomic: sparc: add preprocessor symbolsMark Rutland2023-06-052-2/+32
* locking/atomic: sh: add preprocessor symbolsMark Rutland2023-06-053-0/+27
* locking/atomic: parisc: add preprocessor symbolsMark Rutland2023-06-051-0/+18
* locking/atomic: m68k: add preprocessor symbolsMark Rutland2023-06-051-0/+9
* locking/atomic: hexagon: add preprocessor symbolsMark Rutland2023-06-051-0/+9
* locking/atomic: arm: add preprocessor symbolsMark Rutland2023-06-051-2/+10
* locking/atomic: arc: add preprocessor symbolsMark Rutland2023-06-051-0/+9
* locking/atomic: make atomic*_{cmp,}xchg optionalMark Rutland2023-06-0519-261/+8
* locking/atomic: hexagon: remove redundant arch_atomic_cmpxchgMark Rutland2023-06-051-42/+4
* locking/atomic: arm: fix sync opsMark Rutland2023-06-056-7/+65
* s390/cpum_sf: Convert to cmpxchg128()Peter Zijlstra2023-06-052-14/+4
* arch: Remove cmpxchg_doublePeter Zijlstra2023-06-0510-246/+0
* percpu: Wire up cmpxchg128Peter Zijlstra2023-06-056-39/+184
* arch: Introduce arch_{,try_}_cmpxchg128{,_local}()Peter Zijlstra2023-06-056-2/+177
* Merge tag 'parisc-for-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2023-05-142-4/+6
|\
| * parisc: Fix encoding of swp_entry due to added SWP_EXCLUSIVE flagHelge Deller2023-05-141-4/+4
| * parisc: kexec: include reboot.hSimon Horman2023-05-091-0/+2
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2023-05-144-6/+37
|\ \
| * | ARM: 9297/1: vfp: avoid unbalanced stack on 'success' return pathArd Biesheuvel2023-05-102-4/+9
| * | ARM: 9296/1: HP Jornada 7XX: fix kernel-doc warningsRandy Dunlap2023-05-051-1/+4
| * | ARM: 9295/1: unwind:fix unwind abort for uleb128 caseHaibo Li2023-05-051-1/+24
* | | Merge tag 'perf_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-05-143-28/+37
|\ \ \
| * | | perf/x86/intel/ds: Flush PEBS DS when changing PEBS_DATA_CFGKan Liang2023-05-082-24/+35
| * | | perf/x86: Fix missing sample size update on AMD BRSNamhyung Kim2023-05-081-4/+2
| | |/ | |/|
* | | Merge tag 'x86_urgent_for_v6.4_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-141-0/+2
|\ \ \
| * | | x86/amd_nb: Add PCI ID for family 19h model 78hMario Limonciello2023-05-081-0/+2
| |/ /
* | | x86/retbleed: Fix return thunk alignmentBorislav Petkov (AMD)2023-05-131-2/+2
* | | riscv: Fix orphan section warnings caused by kernel/piAlexandre Ghiti2023-05-102-6/+3
|/ /
* | s390: remove the unneeded select GCC12_NO_ARRAY_BOUNDSLukas Bulwahn2023-05-061-1/+0
* | Merge tag 'locking-core-2023-05-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-0526-62/+114
|\ \
| * | locking/x86: Define arch_try_cmpxchg_local()Uros Bizjak2023-04-291-0/+6
| * | locking/arch: Wire up local_try_cmpxchg()Uros Bizjak2023-04-295-8/+54
| * | locking/arch: Rename all internal __xchg() names to __arch_xchg()Andrzej Hajda2023-04-2920-54/+54
* | | Merge branch 'x86-uaccess-cleanup': x86 uaccess header cleanupsLinus Torvalds2023-05-054-94/+122
|\ \ \
| * | | x86-64: mm: clarify the 'positive addresses' user address rulesLinus Torvalds2023-05-032-15/+33
| * | | x86: mm: remove 'sign' games from LAM untagged_addr*() macrosLinus Torvalds2023-05-031-15/+3
| * | | x86: uaccess: move 32-bit and 64-bit parts into proper <asm/uaccess_N.h> headerLinus Torvalds2023-05-033-85/+82
| * | | x86: mm: remove architecture-specific 'access_ok()' defineLinus Torvalds2023-05-031-34/+0
| * | | x86-64: make access_ok() independent of LAMLinus Torvalds2023-05-032-10/+69
* | | | Merge tag 'riscv-for-linus-6.4-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-05-0519-66/+674
|\ \ \ \
| * | | | RISC-V: include cpufeature.h in cpufeature.cConor Dooley2023-05-021-0/+1
| * | | | riscv: Move .rela.dyn to the init sectionsAlexandre Ghiti2023-05-021-6/+6
| * | | | riscv: compat_syscall_table: Fixup compile warningGuo Ren2023-05-021-0/+1
| * | | | RISC-V: fixup in-flight collision with ARCH_WANT_OPTIMIZE_VMEMMAP renameConor Dooley2023-04-301-1/+1
| * | | | RISC-V: fix sifive and thead section mismatches in errataRandy Dunlap2023-04-292-8/+6
| * | | | RISC-V: Align SBI probe implementation with specAndrew Jones2023-04-294-12/+11
| * | | | riscv: mm: remove redundant parameter of create_fdt_early_page_tableSong Shuai2023-04-291-4/+2
| * | | | Merge patch series "RISC-V Hibernation Support"Palmer Dabbelt2023-04-2910-34/+634
| |\ \ \ \