summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-06-24powerpc: move arch_trigger_cpumask_backtrace from nmi.h to irq.hDouglas Anderson2-6/+6
2023-06-20watchdog/hardlockup: define HARDLOCKUP_DETECTOR_ARCHPetr Mladek1-3/+2
2023-06-20watchdog/sparc64: define HARDLOCKUP_DETECTOR_SPARC64Petr Mladek1-1/+6
2023-06-20watchdog/hardlockup: make HAVE_NMI_WATCHDOG sparc64-specificPetr Mladek3-19/+10
2023-06-20watchdog/hardlockup: declare arch_touch_nmi_watchdog() only in linux/nmi.hPetr Mladek2-3/+0
2023-06-20watchdog/hardlockup: make the config checks more straightforwardPetr Mladek1-6/+17
2023-06-20watchdog/hardlockup: HAVE_NMI_WATCHDOG must implement watchdog_hardlockup_pro...Douglas Anderson2-1/+7
2023-06-10syscalls: add sys_ni_posix_timers prototypeArnd Bergmann1-2/+0
2023-06-10arm64: enable perf events based hard lockup detectorDouglas Anderson2-0/+15
2023-06-10arm64: add hw_nmi_get_sample_period for preparation of lockup detectorLecopzer Chen2-0/+25
2023-06-10watchdog/hardlockup: rename some "NMI watchdog" constants/functionDouglas Anderson4-12/+12
2023-06-10watchdog/hardlockup: change watchdog_nmi_enable() to voidLecopzer Chen1-5/+3
2023-06-10thread_info: move function declarations to linux/thread_info.hArnd Bergmann4-13/+0
2023-06-10init: consolidate prototypes in linux/init.hArnd Bergmann18-26/+0
2023-06-10add intptr_tAlexey Dobriyan1-3/+0
2023-05-28Merge tag 'x86-urgent-2023-05-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+3
2023-05-28Merge tag 'perf-urgent-2023-05-28' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-1/+12
2023-05-28Merge tag 'objtool-urgent-2023-05-28' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+5
2023-05-28Merge tag 'mips-fixes_6.4_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-16/+26
2023-05-28Merge tag 'powerpc-6.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-0/+6
2023-05-27Merge tag 'for-linus-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+5
2023-05-27Merge tag 'arm-fixes-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds13-38/+59
2023-05-26x86: re-introduce support for ERMS copies for user space accessesLinus Torvalds1-1/+9
2023-05-26Merge tag 'parisc-for-6.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds10-18/+102
2023-05-25x86/topology: Fix erroneous smp_num_siblings on Intel Hybrid platformsZhang Rui1-2/+3
2023-05-25Merge tag 'm68k-for-v6.4-tag2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+10
2023-05-25Merge tag 'imx-fixes-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sh...Arnd Bergmann9-38/+55
2023-05-25Merge tag 'juno-fixes-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Arnd Bergmann4-0/+4
2023-05-24perf/x86/uncore: Correct the number of CHAs on SPRKan Liang1-0/+11
2023-05-24parisc: Fix flush_dcache_page() for usage from irq contextHelge Deller2-2/+7
2023-05-24x86/pci/xen: populate MSI sysfs entriesMaximilian Heyne1-3/+5
2023-05-24parisc: Handle kgdb breakpoints only in kernel contextHelge Deller1-2/+2
2023-05-24parisc: Handle kprobes breakpoints only in kernel contextHelge Deller1-2/+2
2023-05-24parisc: Allow to reboot machine after system haltHelge Deller1-3/+8
2023-05-24parisc: Enable LOCKDEP supportHelge Deller1-0/+4
2023-05-24parisc: Add lightweight spinlock checksHelge Deller4-7/+61
2023-05-24Merge tag 'xtensa-20230523' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds5-9/+69
2023-05-23parisc: Use num_present_cpus() in alternative patching codeHelge Deller1-1/+1
2023-05-23mips: Move initrd_start check after initrd address sanitisation.Liviu Dudau1-4/+5
2023-05-23MIPS: Alchemy: fix dbdma2Manuel Lauss1-12/+15
2023-05-23MIPS: Restore Au1300 supportManuel Lauss1-0/+5
2023-05-23MIPS: unhide PATA_PLATFORMManuel Lauss1-0/+1
2023-05-23perf/x86/intel: Save/restore cpuc->active_pebs_data_cfg when using guest PEBSLike Xu1-1/+1
2023-05-23Merge tag 'x86_urgent_for_6.4-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+25
2023-05-22parisc: Improve cache flushing for PCXL in arch_sync_dma_for_cpu()Helge Deller1-1/+17
2023-05-22m68k: Move signal frame following exception on 68020/030Finn Thain1-4/+10
2023-05-22Merge tag 'uml-for-linus-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-7/+23
2023-05-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds12-44/+92
2023-05-21Merge tag 'powerpc-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds11-88/+32
2023-05-21KVM: VMX: add MSR_IA32_TSX_CTRL into msrs_to_saveMingwei Zhang1-1/+5