summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2021-06-28Merge tag 'x86-splitlock-2021-06-28' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+40
2021-06-28Merge tag 'x86-mm-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+4
2021-06-28Merge tag 'x86-misc-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+4
2021-06-28Merge tag 'x86-cleanups-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds13-97/+23
2021-06-28Merge tag 'x86-cache-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-9/+22
2021-06-28Merge tag 'x86-boot-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-104/+252
2021-06-28Merge tag 'x86-asm-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds10-80/+59
2021-06-28Merge tag 'x86-apic-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-51/+32
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds54-79/+45
2021-06-28Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds22-219/+233
2021-06-28Merge tag 'locking-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds50-805/+646
2021-06-28Merge tags 'objtool-urgent-2021-06-28' and 'objtool-core-2021-06-28' of git:/...Linus Torvalds3-79/+82
2021-06-28Merge tag 'efi-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2021-06-28Merge tag 'x86_sev_for_v5.14_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-130/+160
2021-06-28Merge tag 'x86_cpu_for_v5.14_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds12-11/+70
2021-06-28Merge tag 'ras_core_for_v5.14_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-26/+45
2021-06-28Merge tag 'for-5.14/libata-2021-06-27' of git://git.kernel.dk/linux-blockLinus Torvalds11-63/+77
2021-06-26Merge tag 's390-5.13-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds4-11/+21
2021-06-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+6
2021-06-25Merge tag 'x86_urgent_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-43/+54
2021-06-25KVM: s390: prepare for hugepage vmallocClaudio Imbrenda1-1/+6
2021-06-24Merge tag 'perf-urgent-2021-06-24' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+2
2021-06-24Merge tag 'objtool-urgent-2021-06-24' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-3/+10
2021-06-24x86/resctrl: Fix kernel-doc in internal.hFabio M. De Francesco1-7/+14
2021-06-24x86/resctrl: Fix kernel-doc in pseudo_lock.cFabio M. De Francesco1-2/+8
2021-06-24perf/x86/intel/lbr: Zero the xstate buffer on allocationThomas Gleixner1-1/+2
2021-06-23perf/x86/intel: Fix instructions:ppp support in Sapphire RapidsKan Liang1-1/+3
2021-06-23perf/x86/intel: Add more events requires FRONTEND MSR on Sapphire RapidsKan Liang1-0/+2
2021-06-23perf/x86/intel: Fix fixed counter check warning for some Alder LakeKan Liang1-2/+7
2021-06-23perf/x86/intel: Fix PEBS-via-PT reload base value for Extended PEBSLike Xu1-6/+14
2021-06-23x86/sev: Use "SEV: " prefix for messages from sev.cJoerg Roedel1-1/+1
2021-06-23x86/sev: Add defines for GHCB version 2 MSR protocol requestsBrijesh Singh1-1/+15
2021-06-22x86: Always inline task_size_max()Peter Zijlstra1-1/+1
2021-06-22x86/xen: Fix noinstr fail in exc_xen_unknown_trap()Peter Zijlstra1-0/+2
2021-06-22x86/xen: Fix noinstr fail in xen_pv_evtchn_do_upcall()Peter Zijlstra1-1/+2
2021-06-22x86/entry: Fix noinstr fail in __do_fast_syscall_32()Peter Zijlstra1-1/+1
2021-06-22x86/fpu: Make init_fpstate correct with optimized XSAVEThomas Gleixner2-25/+46
2021-06-22x86/fpu: Preserve supervisor states in sanitize_restored_user_xstate()Thomas Gleixner1-18/+8
2021-06-21Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-7/+9
2021-06-21objtool/x86: Ignore __x86_indirect_alt_* symbolsPeter Zijlstra1-0/+4
2021-06-21x86/sev: Split up runtime #VC handler for correct state trackingJoerg Roedel3-90/+91
2021-06-21x86/sev: Make sure IRQs are disabled while GHCB is activeJoerg Roedel1-12/+22
2021-06-21s390/stack: fix possible register corruption with stack switch helperHeiko Carstens1-7/+11
2021-06-21s390/topology: clear thread/group maps for offline cpusSven Schnelle1-3/+9
2021-06-21s390: clear pt_regs::flags on irq entrySven Schnelle1-0/+1
2021-06-21s390: fix system call restart with multiple signalsSven Schnelle1-1/+0
2021-06-20Merge tag 'x86_urgent_for_v5.13_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-24/+56
2021-06-20Merge tag 'powerpc-5.13-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds4-7/+7
2021-06-19Merge tag 'riscv-for-linus-5.13-rc7' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-10/+10
2021-06-19Merge tag 's390-5.13-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-2/+2