aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-06-09watchdog/hardlockup: change watchdog_nmi_enable() to voidGravatar Lecopzer Chen 1-5/+3
2023-06-09thread_info: move function declarations to linux/thread_info.hGravatar Arnd Bergmann 4-13/+0
2023-06-09init: consolidate prototypes in linux/init.hGravatar Arnd Bergmann 18-26/+0
2023-06-09add intptr_tGravatar Alexey Dobriyan 1-3/+0
2023-05-28Merge tag 'x86-urgent-2023-05-28' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+3
2023-05-28Merge tag 'perf-urgent-2023-05-28' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-1/+12
2023-05-28Merge tag 'objtool-urgent-2023-05-28' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+5
2023-05-28Merge tag 'mips-fixes_6.4_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 4-16/+26
2023-05-27Merge tag 'powerpc-6.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-0/+6
2023-05-27Merge tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-3/+5
2023-05-26Merge tag 'arm-fixes-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 13-38/+59
2023-05-26x86: re-introduce support for ERMS copies for user space accessesGravatar Linus Torvalds 1-1/+9
2023-05-25Merge tag 'parisc-for-6.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 10-18/+102
2023-05-25x86/topology: Fix erroneous smp_num_siblings on Intel Hybrid platformsGravatar Zhang Rui 1-2/+3
2023-05-25Merge tag 'm68k-for-v6.4-tag2' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-4/+10
2023-05-25Merge tag 'imx-fixes-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sh...Gravatar Arnd Bergmann 9-38/+55
2023-05-25Merge tag 'juno-fixes-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Gravatar Arnd Bergmann 4-0/+4
2023-05-24perf/x86/uncore: Correct the number of CHAs on SPRGravatar Kan Liang 1-0/+11
2023-05-24parisc: Fix flush_dcache_page() for usage from irq contextGravatar Helge Deller 2-2/+7
2023-05-24x86/pci/xen: populate MSI sysfs entriesGravatar Maximilian Heyne 1-3/+5
2023-05-24parisc: Handle kgdb breakpoints only in kernel contextGravatar Helge Deller 1-2/+2
2023-05-24parisc: Handle kprobes breakpoints only in kernel contextGravatar Helge Deller 1-2/+2
2023-05-24parisc: Allow to reboot machine after system haltGravatar Helge Deller 1-3/+8
2023-05-24parisc: Enable LOCKDEP supportGravatar Helge Deller 1-0/+4
2023-05-24parisc: Add lightweight spinlock checksGravatar Helge Deller 4-7/+61
2023-05-23Merge tag 'xtensa-20230523' of https://github.com/jcmvbkbc/linux-xtensaGravatar Linus Torvalds 5-9/+69
2023-05-23parisc: Use num_present_cpus() in alternative patching codeGravatar Helge Deller 1-1/+1
2023-05-23mips: Move initrd_start check after initrd address sanitisation.Gravatar Liviu Dudau 1-4/+5
2023-05-23MIPS: Alchemy: fix dbdma2Gravatar Manuel Lauss 1-12/+15
2023-05-23MIPS: Restore Au1300 supportGravatar Manuel Lauss 1-0/+5
2023-05-23MIPS: unhide PATA_PLATFORMGravatar Manuel Lauss 1-0/+1
2023-05-23perf/x86/intel: Save/restore cpuc->active_pebs_data_cfg when using guest PEBSGravatar Like Xu 1-1/+1
2023-05-22Merge tag 'x86_urgent_for_6.4-rc4' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+25
2023-05-22parisc: Improve cache flushing for PCXL in arch_sync_dma_for_cpu()Gravatar Helge Deller 1-1/+17
2023-05-22m68k: Move signal frame following exception on 68020/030Gravatar Finn Thain 1-4/+10
2023-05-21Merge tag 'uml-for-linus-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 5-7/+23
2023-05-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 12-44/+92
2023-05-21Merge tag 'powerpc-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 11-88/+32
2023-05-21KVM: VMX: add MSR_IA32_TSX_CTRL into msrs_to_saveGravatar Mingwei Zhang 1-1/+5
2023-05-21KVM: x86: Don't adjust guest's CPUID.0x12.1 (allowed SGX enclave XFRM)Gravatar Sean Christopherson 1-16/+0
2023-05-21KVM: VMX: Don't rely _only_ on CPUID to enforce XCR0 restrictions for ECREATEGravatar Sean Christopherson 1-2/+9
2023-05-21powerpc/mm: Reinstate ARCH_FORCE_MAX_ORDER rangesGravatar Michael Ellerman 1-0/+6
2023-05-19Merge tag 's390-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 9-35/+26
2023-05-19Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 6-16/+14
2023-05-19KVM: VMX: Fix header file dependency of asm/vmx.hGravatar Jacob Xu 1-0/+2
2023-05-18Merge tag 'probes-fixes-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-0/+4
2023-05-18Merge tag 'net-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 2-0/+83
2023-05-18rethook, fprobe: do not trace rethook related functionsGravatar Ze Gao 3-0/+4
2023-05-17Revert "ARM: dts: stm32: add CAN support on stm32f746"Gravatar Marc Kleine-Budde 1-47/+0
2023-05-17Merge tag 'kvmarm-fixes-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Paolo Bonzini 8-25/+76