Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | sparc64: Fix prototype warning for dma_4v_iotsb_bind | Sam Ravnborg | 2024-04-22 | 1 | -3/+3 | |
| * | | | | | | | | | | sparc64: Fix prototype warning for uprobe_trap | Sam Ravnborg | 2024-04-22 | 2 | -0/+6 | |
| * | | | | | | | | | | sparc64: Fix prototype warning for alloc_irqstack_bootmem | Sam Ravnborg | 2024-04-22 | 1 | -1/+1 | |
| * | | | | | | | | | | sparc64: Fix prototype warning for vmemmap_free | Sam Ravnborg | 2024-04-22 | 1 | -5/+0 | |
| * | | | | | | | | | | sparc64: Fix prototype warnings in traps_64.c | Sam Ravnborg | 2024-04-22 | 1 | -5/+5 | |
| * | | | | | | | | | | sparc64: Fix prototype warning for init_vdso_image | Sam Ravnborg | 2024-04-22 | 1 | -2/+3 | |
| * | | | | | | | | | | sparc: move struct termio to asm/termios.h | Mike Gilbert | 2024-04-22 | 2 | -10/+9 | |
| | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 2024-05-23 | 10 | -22/+115 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | arm64/fpsimd: Avoid erroneous elide of user state reload | Ard Biesheuvel | 2024-05-22 | 1 | -22/+22 | |
| * | | | | | | | | | | Reapply "arm64: fpsimd: Implement lazy restore for kernel mode FPSIMD" | Will Deacon | 2024-05-22 | 2 | -0/+19 | |
| * | | | | | | | | | | arm64: asm-bug: Add .align 2 to the end of __BUG_ENTRY | Jiangfeng Xiao | 2024-05-21 | 1 | -0/+1 | |
| * | | | | | | | | | | Revert "arm64: fpsimd: Implement lazy restore for kernel mode FPSIMD" | Will Deacon | 2024-05-17 | 2 | -19/+0 | |
| * | | | | | | | | | | Merge branch 'for-next/errata' into for-next/core | Will Deacon | 2024-05-10 | 8 | -0/+92 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | arm64: errata: Add workaround for Arm errata 3194386 and 3312417 | Mark Rutland | 2024-05-10 | 6 | -0/+84 | |
| | * | | | | | | | | | | arm64: cputype: Add Neoverse-V3 definitions | Mark Rutland | 2024-05-10 | 1 | -0/+2 | |
| | * | | | | | | | | | | arm64: cputype: Add Cortex-X4 definitions | Mark Rutland | 2024-05-10 | 1 | -0/+2 | |
| | * | | | | | | | | | | arm64: barrier: Restore spec_bar() macro | Mark Rutland | 2024-05-10 | 1 | -0/+4 | |
* | | | | | | | | | | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 2024-05-23 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | um: virt-pci: drop owner assignment | Krzysztof Kozlowski | 2024-05-22 | 1 | -1/+0 | |
* | | | | | | | | | | | | Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2024-05-23 | 23 | -12/+180 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | riscv: add support for kernel-mode FPU | Samuel Holland | 2024-05-19 | 5 | -0/+49 | |
| * | | | | | | | | | | | x86: implement ARCH_HAS_KERNEL_FPU_SUPPORT | Samuel Holland | 2024-05-19 | 3 | -0/+34 | |
| * | | | | | | | | | | | powerpc: implement ARCH_HAS_KERNEL_FPU_SUPPORT | Samuel Holland | 2024-05-19 | 3 | -1/+33 | |
| * | | | | | | | | | | | LoongArch: implement ARCH_HAS_KERNEL_FPU_SUPPORT | Samuel Holland | 2024-05-19 | 3 | -1/+6 | |
| * | | | | | | | | | | | arm64: crypto: use CC_FLAGS_FPU for NEON CFLAGS | Samuel Holland | 2024-05-19 | 1 | -4/+2 | |
| * | | | | | | | | | | | arm64: implement ARCH_HAS_KERNEL_FPU_SUPPORT | Samuel Holland | 2024-05-19 | 3 | -1/+24 | |
| * | | | | | | | | | | | ARM: crypto: use CC_FLAGS_FPU for NEON CFLAGS | Samuel Holland | 2024-05-19 | 1 | -2/+1 | |
| * | | | | | | | | | | | ARM: implement ARCH_HAS_KERNEL_FPU_SUPPORT | Samuel Holland | 2024-05-19 | 2 | -0/+22 | |
| * | | | | | | | | | | | arch: add ARCH_HAS_KERNEL_FPU_SUPPORT | Samuel Holland | 2024-05-19 | 1 | -0/+6 | |
| * | | | | | | | | | | | x86/fpu: fix asm/fpu/types.h include guard | Samuel Holland | 2024-05-19 | 1 | -3/+3 | |
* | | | | | | | | | | | | Merge local branch 'x86-codegen' | Linus Torvalds | 2024-05-22 | 2 | -19/+15 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | x86: improve bitop code generation with clang | Linus Torvalds | 2024-05-22 | 1 | -5/+5 | |
| * | | | | | | | | | | | | x86: improve array_index_mask_nospec() code generation | Linus Torvalds | 2024-05-22 | 1 | -14/+10 | |
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge tag 'driver-core-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2024-05-22 | 3 | -29/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | perf: Use device_show_string() helper for sysfs attributes | Lukas Wunner | 2024-05-04 | 1 | -10/+3 | |
| * | | | | | | | | | | | | driver core: Add device_show_string() helper for sysfs attributes | Lukas Wunner | 2024-05-04 | 1 | -10/+0 | |
| * | | | | | | | | | | | | Merge 6.9-rc5 into driver-core-next | Greg Kroah-Hartman | 2024-04-23 | 154 | -781/+1625 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / | | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | treewide: Use sysfs_bin_attr_simple_read() helper | Lukas Wunner | 2024-04-11 | 1 | -9/+1 | |
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge tag 'tty-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2024-05-22 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | arm64: zynqmp: Add resets property for UART nodes | Manikanta Guntupalli | 2024-05-04 | 1 | -0/+2 | |
| | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge tag 'usb-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2024-05-22 | 5 | -5/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge 6.9-rc7 into usb-next | Greg Kroah-Hartman | 2024-05-10 | 117 | -377/+510 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge 6.9-rc5 into usb-next | Greg Kroah-Hartman | 2024-04-23 | 129 | -652/+1386 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / | | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge 6.9-rc2 into usb-next | Greg Kroah-Hartman | 2024-04-01 | 34 | -131/+241 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | ARM: multi_v7_defconfig: update ONBOARD_USB_HUB to ONBOAD_USB_DEV | Javier Carrasco | 2024-03-27 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | arm64: defconfig: update ONBOARD_USB_HUB to ONBOARD_USB_DEV | Javier Carrasco | 2024-03-27 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | arm64: dts: renesas: r9a07g0{43,44,54}: Update RZ/G2L family compatible | Biju Das | 2024-03-27 | 3 | -3/+3 | |
| | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge tag 'leds-next-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 2024-05-22 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | leds: trigger: audio: Remove this trigger | Heiner Kallweit | 2024-03-28 | 1 | -1/+0 | |
| |/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge tag 'riscv-for-linus-6.10-mw1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2024-05-22 | 35 | -666/+615 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ |