aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2023-08-26um: Refactor deprecated strncpy to memcpyGravatar Justin Stitt 1-2/+2
2023-08-26um: fix 3 instances of -Wmissing-prototypesGravatar Nick Desaulniers 4-3/+3
2023-08-26um: port_kern: fix -Wmissing-variable-declarationsGravatar Nick Desaulniers 1-1/+1
2023-08-26uml: audio: fix -Wmissing-variable-declarationsGravatar Nick Desaulniers 1-1/+1
2023-08-26um: vector: refactor deprecated strncpyGravatar Justin Stitt 1-2/+2
2023-08-26um: use obj-y to descend into arch/um/*/Gravatar Masahiro Yamada 2-4/+2
2023-08-26um: Hard-code the result of 'uname -s'Gravatar Masahiro Yamada 2-5/+4
2023-08-26um: Use the x86 checksum implementation on 32-bitGravatar David Gow 2-215/+2
2023-08-26um: Remove unsued extern declaration ldt_host_info()Gravatar YueHaibing 1-2/+0
2023-08-19um: Fix hostaudio build errorsGravatar Randy Dunlap 4-14/+6
2023-08-19um: Remove strlcpy usageGravatar Azeem Shaikh 2-4/+3
2023-08-13Merge tag 'kbuild-fixes-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+1
2023-08-12locking: remove spin_lock_prefetchGravatar Mateusz Guzik 7-38/+0
2023-08-12Merge tag 'x86_urgent_for_v6.5_rc6' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 6-7/+48
2023-08-12Merge tag 'x86_bugs_for_v6.5_rc6' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-5/+11
2023-08-11x86/cpu/amd: Enable Zenbleed fix for AMD Custom APU 0405Gravatar Cristian Ciocaltea 1-0/+1
2023-08-11Merge tag 'acpi-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 2-0/+6
2023-08-11Merge tag 'io_uring-6.5-2023-08-11' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-10/+5
2023-08-11Merge tag 'riscv-for-linus-6.5-rc6' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 9-21/+35
2023-08-11Merge tag 'parisc-for-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 21-112/+82
2023-08-10parisc: perf: Make cpu_device variable staticGravatar Helge Deller 1-1/+1
2023-08-10parisc: ftrace: Add declaration for ftrace_function_trampoline()Gravatar Helge Deller 2-1/+5
2023-08-10parisc: boot: Nuke some sparse warnings in decompressorGravatar Helge Deller 1-5/+5
2023-08-10parisc: processor: Include asm/smp.h for init_per_cpu()Gravatar Helge Deller 1-0/+1
2023-08-10parisc: unaligned: Include linux/sysctl.h for unaligned_enabledGravatar Helge Deller 1-0/+1
2023-08-10parisc: Move proc_mckinley_root and proc_runway_root to sba_iommuGravatar Helge Deller 2-49/+1
2023-08-10parisc: dma: Add prototype for pcxl_dma_startGravatar Helge Deller 3-5/+3
2023-08-10parisc: parisc_ksyms: Include libgcc.h for libgcc prototypesGravatar Helge Deller 1-6/+1
2023-08-10parisc: ucmpdi2: Fix no previous prototype for '__ucmpdi2' warningGravatar Helge Deller 1-1/+2
2023-08-10x86: Move gds_ucode_mitigated() declaration to headerGravatar Arnd Bergmann 2-2/+2
2023-08-10riscv: Implement flush_cache_vmap()Gravatar Alexandre Ghiti 1-0/+4
2023-08-10riscv: Do not allow vmap pud mappings for 3-level page tableGravatar Alexandre Ghiti 1-1/+3
2023-08-10parisc: firmware: Mark pdc_result buffers localGravatar Helge Deller 1-2/+2
2023-08-10parisc: firmware: Fix sparse context imbalance warningsGravatar Helge Deller 1-2/+2
2023-08-10parisc: signal: Fix sparse incorrect type in assignment warningGravatar Helge Deller 1-1/+1
2023-08-10parisc: ioremap: Fix sparse warningsGravatar Helge Deller 1-5/+4
2023-08-10parisc: fault: Use C99 arrary initializersGravatar Helge Deller 1-25/+25
2023-08-10parisc: pdt: Use PTR_ERR_OR_ZERO() to simplify codeGravatar Yang Yingliang 1-3/+1
2023-08-10parisc: Fix lightweight spinlock checks to not break futexesGravatar Helge Deller 4-6/+27
2023-08-10x86/srso: Fix build breakage with the LLVM linkerGravatar Nick Desaulniers 1-3/+9
2023-08-09x86/mm: Fix VDSO and VVAR placement on 5-level paging machinesGravatar Kirill A. Shutemov 1-2/+2
2023-08-09ACPI: resource: Honor MADT INT_SRC_OVR settings for IRQ1 on AMD ZenGravatar Hans de Goede 2-0/+6
2023-08-10alpha: remove __init annotation from exported page_is_ram()Gravatar Masahiro Yamada 1-2/+1
2023-08-09x86/CPU/AMD: Do not leak quotient data after a division by 0Gravatar Borislav Petkov (AMD) 4-0/+24
2023-08-08riscv: mm: fix 2 instances of -Wmissing-variable-declarationsGravatar Nick Desaulniers 3-5/+7
2023-08-08riscv,mmio: Fix readX()-to-delay() orderingGravatar Andrea Parri 1-8/+8
2023-08-08riscv: Fix CPU feature detection with SMP disabledGravatar Samuel Holland 2-5/+5
2023-08-08x86/linkage: Fix typo of BUILD_VDSO in asm/linkage.hGravatar Jinghao Jia 1-1/+1
2023-08-08io_uring/parisc: Adjust pgoff in io_uring mmap() for pariscGravatar Helge Deller 1-10/+5
2023-08-08x86/vdso: Choose the right GDT_ENTRY_CPUNODE for 32-bit getcpu() on 64-bit ke...Gravatar Xin Li 1-1/+1