index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
Makefile
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-16
rust: cfi: add support for CFI_CLANG with Rust
Matthew Maurer
1
-0
/
+4
2024-08-18
x86/rust: support MITIGATION_RETHUNK
Miguel Ojeda
1
-0
/
+5
2024-08-18
x86/rust: support MITIGATION_RETPOLINE
Miguel Ojeda
1
-1
/
+1
2024-05-22
Merge tag 'mm-nonmm-stable-2024-05-22-17-30' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-0
/
+20
2024-05-19
x86: implement ARCH_HAS_KERNEL_FPU_SUPPORT
Samuel Holland
1
-0
/
+20
2024-05-03
arch: Select fbdev helpers with CONFIG_VIDEO
Thomas Zimmermann
1
-1
/
+1
2024-03-30
x86/build: Use obj-y to descend into arch/x86/virt/
Masahiro Yamada
1
-2
/
+0
2024-03-14
Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-6
/
+0
2024-03-14
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-0
/
+1
2024-03-11
Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-6
/
+5
2024-03-11
Merge tag 'x86-build-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+3
2024-02-22
x86: drop stack-alignment plugin opt
Nathan Chancellor
1
-6
/
+0
2024-02-22
Merge branch 'x86/vdso' into x86/core, to resolve conflict and to prepare for...
Ingo Molnar
1
-2
/
+1
2024-02-15
kbuild: use 4-space indentation when followed by conditionals
Masahiro Yamada
1
-4
/
+4
2024-02-14
Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...
Ingo Molnar
1
-4
/
+4
2024-02-09
rust: Refactor the build target to allow the use of builtin targets
Jamie Cunliffe
1
-0
/
+1
2024-02-08
x86/vdso: Use CONFIG_COMPAT_32 to specify vdso32
Masahiro Yamada
1
-2
/
+1
2024-01-31
kbuild: Replace tabs with spaces when followed by conditionals
Dmitry Goncharov
1
-5
/
+5
2024-01-30
x86/setup: Move internal setup_data structures into setup_data.h
Thomas Zimmermann
1
-0
/
+3
2024-01-10
x86/bugs: Rename CONFIG_RETHUNK => CONFIG_MITIGATION_RETHUNK
Breno Leitao
1
-1
/
+1
2024-01-10
x86/bugs: Rename CONFIG_SLS => CONFIG_MITIGATION_SLS
Breno Leitao
1
-1
/
+1
2024-01-10
x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINE
Breno Leitao
1
-2
/
+2
2023-11-04
Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
1
-3
/
+4
2023-11-01
Merge tag 'x86_tdx_for_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+2
2023-10-30
Merge tag 'rust-6.7' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
1
-0
/
+1
2023-10-28
kbuild: unify vdso_install rules
Masahiro Yamada
1
-3
/
+4
2023-10-23
x86: Enable IBT in Rust if enabled in C
Matthew Maurer
1
-0
/
+1
2023-09-28
x86/boot: Compile boot code with -std=gnu11 too
Alexey Dobriyan
1
-1
/
+1
2023-09-12
x86/virt/tdx: Wire up basic SEAMCALL functions
Kai Huang
1
-0
/
+2
2023-09-05
Merge tag 'kbuild-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
1
-4
/
+0
2023-09-04
kbuild: Show marked Kconfig fragments in "help"
Kees Cook
1
-4
/
+0
2023-07-24
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-0
/
+12
2023-07-22
fbdev: Split frame buffer support in FB and FB_CORE symbols
Javier Martinez Canillas
1
-1
/
+1
2023-06-16
x86/unwind/orc: Add ELF section with ORC version identifier
Omar Sandoval
1
-0
/
+12
2023-02-15
x86/build: Make 64-bit defconfig the default
Arnd Bergmann
1
-3
/
+3
2023-01-22
x86/build: Move '-mindirect-branch-cs-prefix' out of GCC-only block
Nathan Chancellor
1
-1
/
+1
2022-12-19
Merge tag 'kbuild-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
1
-1
/
+1
2022-12-13
kbuild: add test-{ge,gt,le,lt} macros
Masahiro Yamada
1
-1
/
+1
2022-11-01
x86/ibt: Implement FineIBT
Peter Zijlstra
1
-1
/
+1
2022-10-17
x86/Kconfig: Introduce function padding
Thomas Gleixner
1
-0
/
+6
2022-10-10
Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
1
-5
/
+0
2022-10-02
kbuild: remove head-y syntax
Masahiro Yamada
1
-5
/
+0
2022-09-28
x86: enable initial Rust support
Miguel Ojeda
1
-0
/
+10
2022-08-21
asm goto: eradicate CC_HAS_ASM_GOTO
Nick Desaulniers
1
-4
/
+0
2022-07-20
lkdtm: Disable return thunks in rodata.c
Josh Poimboeuf
1
-0
/
+1
2022-06-29
x86/retbleed: Add fine grained Kconfig knobs
Peter Zijlstra
1
-2
/
+6
2022-06-27
x86/retpoline: Use -mfunction-return
Peter Zijlstra
1
-0
/
+2
2022-05-26
Merge tag 'kbuild-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-2
/
+1
2022-05-11
kbuild: factor out the common installation code into scripts/install.sh
Masahiro Yamada
1
-2
/
+1
2022-04-06
x86/configs: Add x86 debugging Kconfig fragment plus docs
Dave Hansen
1
-0
/
+1
[next]