summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-10-23Merge tag 'v6.6-rc7' into sched/core, to pick up fixesIngo Molnar87-353/+630
2023-10-22Merge tag 'powerpc-6.6-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds3-9/+5
2023-10-21Merge tag 's390-6.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2-3/+19
2023-10-20x86/retpoline: Document some thunk handling aspectsBorislav Petkov (AMD)1-0/+15
2023-10-20x86/callthunks: Delete unused "struct thunk_desc"Alexey Dobriyan1-5/+0
2023-10-20x86/vdso: Run objtool on vdso32-setup.oDavid Kaplan1-1/+2
2023-10-20x86/srso: Remove unnecessary semicolonYang Li1-1/+1
2023-10-20x86/pti: Fix kernel warnings for pti= and nopti cmdline optionsJo Van Bulck1-29/+29
2023-10-20x86/calldepth: Rename __x86_return_skl() to call_depth_return_thunk()Josh Poimboeuf3-12/+8
2023-10-20x86/nospec: Refactor UNTRAIN_RET[_*]Josh Poimboeuf1-21/+10
2023-10-20x86/rethunk: Use SYM_CODE_START[_LOCAL]_NOALIGN macrosJosh Poimboeuf1-4/+4
2023-10-20x86/srso: Disentangle rethunk-dependent optionsJosh Poimboeuf4-85/+109
2023-10-20x86/srso: Move retbleed IBPB check into existing 'has_microcode' code blockJosh Poimboeuf1-3/+1
2023-10-20x86/bugs: Remove default case for fully switched enumsJosh Poimboeuf1-10/+7
2023-10-20x86/srso: Remove 'pred_cmd' labelJosh Poimboeuf1-8/+13
2023-10-20x86/srso: Unexport untraining functionsJosh Poimboeuf2-9/+2
2023-10-20x86/srso: Improve i-cache locality for alias mitigationJosh Poimboeuf1-3/+2
2023-10-20x86/srso: Fix unret validation dependenciesJosh Poimboeuf1-2/+2
2023-10-20x86/srso: Fix vulnerability reporting for missing microcodeJosh Poimboeuf1-14/+22
2023-10-20x86/srso: Print mitigation for retbleed IBPB caseJosh Poimboeuf1-3/+3
2023-10-20x86/srso: Print actual mitigation if requested mitigation isn't possibleJosh Poimboeuf1-3/+0
2023-10-20x86/srso: Fix SBPB enablement for (possible) future fixed HWJosh Poimboeuf1-1/+1
2023-10-20x86/mm: Drop the 4 MB restriction on minimal NUMA node memory sizeMike Rapoport (IBM)2-14/+0
2023-10-20Merge tag 'sev_fixes_for_v6.6' of //git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-9/+84
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski59-261/+308
2023-10-19Merge tag 'loongarch-fixes-6.6-3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-41/+51
2023-10-19s390/pci: fix iommu bitmap allocationNiklas Schnelle1-2/+13
2023-10-19fs: create helper file_user_path() for user displayed mapped file pathAmir Goldstein1-2/+4
2023-10-19file: convert to SLAB_TYPESAFE_BY_RCUChristian Brauner1-4/+7
2023-10-18Merge tag 'omap-fixes-audio-clock-and-modem-signed' of git://git.kernel.org/p...Arnd Bergmann6-52/+38
2023-10-18hypfs: convert to new timestamp accessorsJeff Layton1-2/+2
2023-10-18spufs: convert to new timestamp accessorsJeff Layton1-1/+1
2023-10-18powerpc/qspinlock: Fix stale propagated yield_cpuNicholas Piggin1-0/+3
2023-10-18x86/boot: Rename conflicting 'boot_params' pointer to 'boot_params_ptr'Ard Biesheuvel10-47/+48
2023-10-18LoongArch: Disable WUC for pgprot_writecombine() like ioremap_wc()Icenowy Zheng3-9/+10
2023-10-18LoongArch: Replace kmap_atomic() with kmap_local_page() in copy_user_highpage()Huacai Chen1-4/+4
2023-10-18LoongArch: Export symbol invalid_pud_table for modules buildingHuacai Chen1-0/+1
2023-10-18LoongArch: Use SYM_CODE_* to annotate exception handlersTiezhu Yang4-28/+36
2023-10-18powerpc/64s/radix: Don't warn on copros in radix__tlb_flush()Michael Ellerman1-8/+1
2023-10-17Merge tag 'v6.6-rockchip-dtsfixes1' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann4-12/+27
2023-10-17riscv: dts: thead: set dma-noncoherent to soc busJisheng Zhang1-0/+1
2023-10-17x86/head/64: Move the __head definition to <asm/init.h>Hou Wenlong2-2/+3
2023-10-17x86/resctrl: Display RMID of resource groupBabu Moger2-0/+24
2023-10-17x86/resctrl: Add support for the files of MON groups onlyBabu Moger1-4/+11
2023-10-17x86/resctrl: Display CLOSID for resource groupBabu Moger1-0/+23
2023-10-17x86/resctrl: Introduce "-o debug" mount optionBabu Moger2-0/+20
2023-10-17x86/resctrl: Move default group file creation to mountBabu Moger1-24/+34
2023-10-17x86/resctrl: Unwind properly from rdt_enable_ctx()Babu Moger1-21/+32
2023-10-17x86/resctrl: Rename rftype flags for consistencyBabu Moger2-27/+27
2023-10-17x86/resctrl: Simplify rftype flag definitionsBabu Moger2-7/+8