summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branches 'for-next/tpidr2' and 'for-next/sme2' into for-next/signalCatalin Marinas2023-02-0120-58/+376
|\
| * arm64/sme: Add hwcaps for SME 2 and 2.1 featuresMark Brown2023-01-204-0/+32
| * arm64/sme: Implement ZT0 ptrace supportMark Brown2023-01-201-0/+54
| * arm64/sme: Implement signal handling for ZTMark Brown2023-01-203-3/+124
| * arm64/sme: Implement context switching for ZT0Mark Brown2023-01-203-14/+26
| * arm64/sme: Provide storage for ZT0Mark Brown2023-01-202-5/+18
| * arm64/sme: Add basic enumeration for SME2Mark Brown2023-01-205-0/+33
| * arm64/sme: Enable host kernel to access ZT0Mark Brown2023-01-202-0/+7
| * arm64/sme: Manually encode ZT0 load and store instructionsMark Brown2023-01-201-0/+22
| * arm64/esr: Document ISS for ZT0 being disabledMark Brown2023-01-201-0/+1
| * arm64/sysreg: Update system registers for SME 2 and 2.1Mark Brown2023-01-201-4/+23
| * arm64/sme: Rename za_state to sme_stateMark Brown2023-01-207-38/+42
* | arm64/signal: Include TPIDR2 in the signal contextMark Brown2023-01-202-0/+67
|/
* Merge tag 'powerpc-6.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-01-081-1/+5
|\
| * powerpc/vmlinux.lds: Don't discard .commentMichael Ellerman2023-01-061-1/+1
| * powerpc/vmlinux.lds: Don't discard .rela* for relocatable buildsMichael Ellerman2023-01-061-1/+4
| * powerpc/vmlinux.lds: Define RUNTIME_DISCARD_EXITMichael Ellerman2023-01-061-0/+1
* | Merge tag 'devicetree-fixes-for-6.2-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-01-071-1/+1
|\ \
| * | of/fdt: run soc memory setup when early_init_dt_scan_memory failsAndreas Rammhold2023-01-031-1/+1
* | | Merge tag 'tif-notify-signal-2023-01-06' of git://git.kernel.dk/linuxLinus Torvalds2023-01-061-6/+7
|\ \ \
| * | | ARM: renumber bits related to _TIF_WORK_MASKJens Axboe2023-01-041-6/+7
| | |/ | |/|
* | | Merge tag 'riscv-for-linus-6.2-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-01-062-3/+3
|\ \ \
| * | | riscv: uaccess: fix type of 0 variable on error in get_user()Ben Dooks2023-01-051-1/+1
| * | | riscv, kprobes: Stricter c.jr/c.jalr decodingBjörn Töpel2023-01-051-2/+2
| | |/ | |/|
* | | Merge tag 'perf-urgent-2023-01-06' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-01-061-0/+5
|\ \ \
| * | | perf/x86/rapl: Add support for Intel Emerald RapidsZhang Rui2023-01-041-0/+1
| * | | perf/x86/rapl: Add support for Intel Meteor LakeZhang Rui2023-01-041-0/+2
| * | | perf/x86/rapl: Treat Tigerlake like IcelakeChris Wilson2023-01-031-0/+2
| | |/ | |/|
* | | Merge tag 'v6.2-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-01-062-4/+6
|\ \ \
| * | | crypto: arm64/sm4 - fix possible crash with CFI enabledTianjia Zhang2022-12-302-4/+6
| | |/ | |/|
* | | Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-01-051-0/+16
|\ \ \
| * | | powerpc: dts: t208x: Disable 10G on MAC1 and MAC2Sean Anderson2022-12-221-0/+16
* | | | x86/bugs: Flush IBP in ib_prctl_set()Rodrigo Branco2023-01-041-0/+2
* | | | x86/insn: Avoid namespace clash by separating instruction decoder MMIO type f...Jason A. Donenfeld2023-01-034-41/+41
* | | | x86/asm: Fix an assembler warning with current binutilsMikulas Patocka2023-01-031-1/+1
* | | | x86/kexec: Fix double-free of elf header bufferTakashi Iwai2023-01-021-3/+1
| |_|/ |/| |
* | | Merge tag 'perf_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-01-011-1/+1
|\ \ \
| * | | perf/x86/amd: fix potential integer overflow on shift of a intColin Ian King2022-12-271-1/+1
| | |/ | |/|
* | | Merge tag 'x86_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-01-013-25/+17
|\ \ \
| * | | x86/kprobes: Fix optprobe optimization check with CONFIG_RETHUNKMasami Hiramatsu (Google)2022-12-271-20/+8
| * | | x86/kprobes: Fix kprobes instruction boudary check with CONFIG_RETHUNKMasami Hiramatsu (Google)2022-12-271-3/+7
| * | | x86/calldepth: Fix incorrect init section referencesArnd Bergmann2022-12-271-2/+2
| |/ /
* | | Merge branch 'kvm-late-6.1-fixes' into HEADPaolo Bonzini2022-12-2811-115/+164
|\ \ \ | |/ / |/| |
| * | KVM: x86: fix deadlock for KVM_XEN_EVTCHN_RESETPaolo Bonzini2022-12-281-3/+27
| * | KVM: x86/xen: Add KVM_XEN_INVALID_GPA and KVM_XEN_INVALID_GFN to uapiDavid Woodhouse2022-12-271-7/+7
| * | KVM: x86/xen: Simplify eventfd IOCTLsMichal Luczaj2022-12-271-7/+1
| * | KVM: x86/xen: Fix SRCU/RCU usage in readers of evtchn_portsPaolo Bonzini2022-12-271-11/+18
| * | KVM: x86/xen: Use kvm_read_guest_virt() instead of open-coding it badlyDavid Woodhouse2022-12-271-38/+18
| * | KVM: x86/xen: Fix memory leak in kvm_xen_write_hypercall_page()Michal Luczaj2022-12-271-3/+4
| * | kvm: x86/mmu: Remove duplicated "be split" in spte.hLai Jiangshan2022-12-271-1/+1