aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2022-10-30Merge tag 'perf_urgent_for_v6.1_rc3' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-1/+5
2022-10-30Merge tag 'loongarch-fixes-6.1-1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 6-26/+20
2022-10-29Merge tag 'mm-hotfixes-stable-2022-10-28' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 3-10/+15
2022-10-29Merge tag 'powerpc-6.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 13-45/+212
2022-10-29LoongArch: BPF: Avoid declare variables in switch-caseGravatar Huacai Chen 1-18/+13
2022-10-29LoongArch: Use flexible-array member instead of zero-length arrayGravatar Yushan Zhou 1-1/+1
2022-10-29LoongArch: Remove unused kernel stack paddingGravatar Jinyang He 5-7/+6
2022-10-28Merge tag 's390-6.1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 5-10/+21
2022-10-28Merge tag 'riscv-for-linus-6.1-rc3' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 6-14/+29
2022-10-28x86: fortify: kmsan: fix KMSAN fortify buildsGravatar Alexander Potapenko 1-4/+7
2022-10-28x86: asm: make sure __put_user_size() evaluates pointer onceGravatar Alexander Potapenko 1-6/+7
2022-10-28x86/purgatory: disable KMSAN instrumentationGravatar Alexander Potapenko 1-0/+1
2022-10-28Merge tag 'v6.1-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Gravatar Linus Torvalds 1-5/+14
2022-10-27RISC-V: Fix /proc/cpuinfo cpumask warningGravatar Andrew Jones 1-0/+3
2022-10-27Merge patch series "Fix RISC-V toolchain extension support detection"Gravatar Palmer Dabbelt 3-9/+16
2022-10-27riscv: fix detection of toolchain Zihintpause supportGravatar Conor Dooley 3-3/+9
2022-10-27riscv: fix detection of toolchain Zicbom supportGravatar Conor Dooley 2-6/+7
2022-10-27riscv: mm: add missing memcpy in kasan_initGravatar Qinglin Pan 1-1/+6
2022-10-27perf/mem: Rename PERF_MEM_LVLNUM_EXTN_MEM to PERF_MEM_LVLNUM_CXLGravatar Ravi Bangoria 1-1/+1
2022-10-27perf/x86/rapl: Add support for Intel Raptor LakeGravatar Zhang Rui 1-0/+3
2022-10-27perf/x86/rapl: Add support for Intel AlderLake-NGravatar Zhang Rui 1-0/+1
2022-10-26Merge tag 'arc-6.1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vg...Gravatar Linus Torvalds 25-51/+20
2022-10-27powerpc/64s/interrupt: Fix clear of PACA_IRQS_HARD_DIS when returning to soft...Gravatar Nicholas Piggin 1-2/+11
2022-10-26s390/pai: fix raw data collection for PMU pai_extGravatar Thomas Richter 1-0/+1
2022-10-26s390/boot: add secure boot trailerGravatar Peter Oberparleiter 1-2/+11
2022-10-26s390/pci: add missing EX_TABLE entries to __pcistg_mio_inuser()/__pcilg_mio_i...Gravatar Heiko Carstens 1-4/+4
2022-10-26s390/futex: add missing EX_TABLE entry to __futex_atomic_op()Gravatar Heiko Carstens 1-1/+2
2022-10-26s390/uaccess: add missing EX_TABLE entries to __clear_user()Gravatar Heiko Carstens 1-3/+3
2022-10-25riscv: jump_label: mark arguments as const to satisfy asm constraintsGravatar Jisheng Zhang 1-4/+4
2022-10-24x86/mm: Do not verify W^X at boot upGravatar Steven Rostedt (Google) 1-0/+4
2022-10-24Merge tag 'net-6.1-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 1-0/+13
2022-10-24Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 1-0/+13
2022-10-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 13-96/+163
2022-10-23Merge tag 'objtool_urgent_for_v6.1_rc2' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-1/+1
2022-10-23Merge tag 'x86_urgent_for_v6.0_rc2' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 9-65/+69
2022-10-22KVM: x86: Add compat handler for KVM_X86_SET_MSR_FILTERGravatar Alexander Graf 1-0/+56
2022-10-22KVM: x86: Copy filter arg outside kvm_vm_ioctl_set_msr_filter()Gravatar Alexander Graf 1-14/+17
2022-10-22Merge tag 'kvm-riscv-fixes-6.1-1' of https://github.com/kvm-riscv/linux into ...Gravatar Paolo Bonzini 6-51/+57
2022-10-22Merge tag 'kvmarm-fixes-6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Paolo Bonzini 2-1/+8
2022-10-22Merge tag 'kvmarm-fixes-6.1-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Paolo Bonzini 5-30/+25
2022-10-21x86/fpu: Fix copy_xstate_to_uabi() to copy init states correctlyGravatar Chang S. Bae 1-0/+9
2022-10-21x86/unwind/orc: Fix unreliable stack dump with gcovGravatar Chen Zhongjin 1-1/+1
2022-10-21crypto: x86/polyval - Fix crashes when keys are not 16-byte alignedGravatar Nathan Huckleberry 1-5/+14
2022-10-21iommu/vt-d: Allow NVS regions in arch_rmrr_sanity_check()Gravatar Charlotte Tan 1-1/+3
2022-10-21RISC-V: KVM: Fix kvm_riscv_vcpu_timer_pending() for SstcGravatar Anup Patel 3-2/+19
2022-10-21RISC-V: Fix compilation without RISCV_ISA_ZICBOMGravatar Andrew Jones 3-49/+38
2022-10-20bpf: Fix dispatcher patchable function entry to 5 bytes nopGravatar Jiri Olsa 1-0/+13
2022-10-20perf/x86/intel/lbr: Use setup_clear_cpu_cap() instead of clear_cpu_cap()Gravatar Maxim Levitsky 1-1/+1
2022-10-20ftrace,kcfi: Separate ftrace_stub() and ftrace_stub_graph()Gravatar Peter Zijlstra 2-9/+15
2022-10-20x86/ftrace: Remove ftrace_epilogue()Gravatar Peter Zijlstra 1-15/+6