summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | sparc64: Fix prototype warning for dma_4v_iotsb_bindSam Ravnborg2024-04-221-3/+3
| * | | | | | | | | | sparc64: Fix prototype warning for uprobe_trapSam Ravnborg2024-04-222-0/+6
| * | | | | | | | | | sparc64: Fix prototype warning for alloc_irqstack_bootmemSam Ravnborg2024-04-221-1/+1
| * | | | | | | | | | sparc64: Fix prototype warning for vmemmap_freeSam Ravnborg2024-04-221-5/+0
| * | | | | | | | | | sparc64: Fix prototype warnings in traps_64.cSam Ravnborg2024-04-221-5/+5
| * | | | | | | | | | sparc64: Fix prototype warning for init_vdso_imageSam Ravnborg2024-04-221-2/+3
| * | | | | | | | | | sparc: move struct termio to asm/termios.hMike Gilbert2024-04-222-10/+9
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2024-05-2310-22/+115
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | arm64/fpsimd: Avoid erroneous elide of user state reloadArd Biesheuvel2024-05-221-22/+22
| * | | | | | | | | | Reapply "arm64: fpsimd: Implement lazy restore for kernel mode FPSIMD"Will Deacon2024-05-222-0/+19
| * | | | | | | | | | arm64: asm-bug: Add .align 2 to the end of __BUG_ENTRYJiangfeng Xiao2024-05-211-0/+1
| * | | | | | | | | | Revert "arm64: fpsimd: Implement lazy restore for kernel mode FPSIMD"Will Deacon2024-05-172-19/+0
| * | | | | | | | | | Merge branch 'for-next/errata' into for-next/coreWill Deacon2024-05-108-0/+92
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | arm64: errata: Add workaround for Arm errata 3194386 and 3312417Mark Rutland2024-05-106-0/+84
| | * | | | | | | | | | arm64: cputype: Add Neoverse-V3 definitionsMark Rutland2024-05-101-0/+2
| | * | | | | | | | | | arm64: cputype: Add Cortex-X4 definitionsMark Rutland2024-05-101-0/+2
| | * | | | | | | | | | arm64: barrier: Restore spec_bar() macroMark Rutland2024-05-101-0/+4
* | | | | | | | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-05-231-1/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | um: virt-pci: drop owner assignmentKrzysztof Kozlowski2024-05-221-1/+0
* | | | | | | | | | | | Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-05-2323-12/+180
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | riscv: add support for kernel-mode FPUSamuel Holland2024-05-195-0/+49
| * | | | | | | | | | | x86: implement ARCH_HAS_KERNEL_FPU_SUPPORTSamuel Holland2024-05-193-0/+34
| * | | | | | | | | | | powerpc: implement ARCH_HAS_KERNEL_FPU_SUPPORTSamuel Holland2024-05-193-1/+33
| * | | | | | | | | | | LoongArch: implement ARCH_HAS_KERNEL_FPU_SUPPORTSamuel Holland2024-05-193-1/+6
| * | | | | | | | | | | arm64: crypto: use CC_FLAGS_FPU for NEON CFLAGSSamuel Holland2024-05-191-4/+2
| * | | | | | | | | | | arm64: implement ARCH_HAS_KERNEL_FPU_SUPPORTSamuel Holland2024-05-193-1/+24
| * | | | | | | | | | | ARM: crypto: use CC_FLAGS_FPU for NEON CFLAGSSamuel Holland2024-05-191-2/+1
| * | | | | | | | | | | ARM: implement ARCH_HAS_KERNEL_FPU_SUPPORTSamuel Holland2024-05-192-0/+22
| * | | | | | | | | | | arch: add ARCH_HAS_KERNEL_FPU_SUPPORTSamuel Holland2024-05-191-0/+6
| * | | | | | | | | | | x86/fpu: fix asm/fpu/types.h include guardSamuel Holland2024-05-191-3/+3
* | | | | | | | | | | | Merge local branch 'x86-codegen'Linus Torvalds2024-05-222-19/+15
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86: improve bitop code generation with clangLinus Torvalds2024-05-221-5/+5
| * | | | | | | | | | | | x86: improve array_index_mask_nospec() code generationLinus Torvalds2024-05-221-14/+10
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-05-223-29/+4
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | perf: Use device_show_string() helper for sysfs attributesLukas Wunner2024-05-041-10/+3
| * | | | | | | | | | | | driver core: Add device_show_string() helper for sysfs attributesLukas Wunner2024-05-041-10/+0
| * | | | | | | | | | | | Merge 6.9-rc5 into driver-core-nextGreg Kroah-Hartman2024-04-23154-781/+1625
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | treewide: Use sysfs_bin_attr_simple_read() helperLukas Wunner2024-04-111-9/+1
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge tag 'tty-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2024-05-221-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | arm64: zynqmp: Add resets property for UART nodesManikanta Guntupalli2024-05-041-0/+2
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge tag 'usb-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2024-05-225-5/+5
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge 6.9-rc7 into usb-nextGreg Kroah-Hartman2024-05-10117-377/+510
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge 6.9-rc5 into usb-nextGreg Kroah-Hartman2024-04-23129-652/+1386
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Merge 6.9-rc2 into usb-nextGreg Kroah-Hartman2024-04-0134-131/+241
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | ARM: multi_v7_defconfig: update ONBOARD_USB_HUB to ONBOAD_USB_DEVJavier Carrasco2024-03-271-1/+1
| * | | | | | | | | | | | | | arm64: defconfig: update ONBOARD_USB_HUB to ONBOARD_USB_DEVJavier Carrasco2024-03-271-1/+1
| * | | | | | | | | | | | | | arm64: dts: renesas: r9a07g0{43,44,54}: Update RZ/G2L family compatibleBiju Das2024-03-273-3/+3
| | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge tag 'leds-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2024-05-221-1/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | leds: trigger: audio: Remove this triggerHeiner Kallweit2024-03-281-1/+0
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge tag 'riscv-for-linus-6.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-05-2235-666/+615
|\ \ \ \ \ \ \ \ \ \ \ \ \