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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-26
Merge tag 'v6.4-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...
Linus Torvalds
23
-494
/
+510
2023-04-25
Merge tag 'platform-drivers-x86-v6.4-1' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-0
/
+2
2023-04-25
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2
-0
/
+9
2023-04-25
Merge tag 'asm-generic-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+1
2023-04-25
Merge tag 'x86-apic-2023-04-24' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
13
-116
/
+205
2023-04-25
Merge tag 'timers-core-2023-04-24' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-4
/
+1
2023-04-25
Merge tag 'x86_sev_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
16
-104
/
+185
2023-04-25
Merge tag 'x86_paravirt_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
6
-60
/
+24
2023-04-25
Merge tag 'x86_cpu_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
5
-46
/
+43
2023-04-25
Merge tag 'x86_acpi_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-3
/
+8
2023-04-25
Merge tag 'ras_core_for_v6.4_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-13
/
+13
2023-04-24
Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2
-18
/
+19
2023-04-24
Merge tag 'docs-6.4' of git://git.lwn.net/linux
Linus Torvalds
15
-19
/
+19
2023-04-24
Merge tag 'rcu.6.4.april5.2023.3' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-3
/
+0
2023-04-24
Merge branch 'x86-rep-insns': x86 user copy clarifications
Linus Torvalds
9
-600
/
+454
2023-04-20
SVM-SEV: convert the rest of fget() uses to fdget() in there
Al Viro
1
-12
/
+14
2023-04-20
convert sgx_set_attribute() to fdget()/fdput()
Al Viro
1
-6
/
+5
2023-04-20
x86: rewrite '__copy_user_nocache' function
Linus Torvalds
3
-214
/
+243
2023-04-20
crypto: x86/sha - Use local .L symbols for code
Ard Biesheuvel
7
-68
/
+57
2023-04-20
crypto: x86/crc32 - Use local .L symbols for code
Ard Biesheuvel
2
-42
/
+41
2023-04-20
crypto: x86/aesni - Use local .L symbols for code
Ard Biesheuvel
2
-207
/
+207
2023-04-20
crypto: x86/sha256 - Use RIP-relative addressing
Ard Biesheuvel
1
-6
/
+12
2023-04-20
crypto: x86/ghash - Use RIP-relative addressing
Ard Biesheuvel
1
-2
/
+2
2023-04-20
crypto: x86/des3 - Use RIP-relative addressing
Ard Biesheuvel
1
-32
/
+64
2023-04-20
crypto: x86/crc32c - Use RIP-relative addressing
Ard Biesheuvel
1
-1
/
+2
2023-04-20
crypto: x86/cast6 - Use RIP-relative addressing
Ard Biesheuvel
1
-14
/
+18
2023-04-20
crypto: x86/cast5 - Use RIP-relative addressing
Ard Biesheuvel
1
-17
/
+21
2023-04-20
crypto: x86/camellia - Use RIP-relative addressing
Ard Biesheuvel
3
-32
/
+34
2023-04-20
crypto: x86/aria - Use RIP-relative addressing
Ard Biesheuvel
3
-40
/
+40
2023-04-20
crypto: x86/aesni - Use RIP-relative addressing
Ard Biesheuvel
2
-30
/
+8
2023-04-20
crypto: x86/aegis128 - Use RIP-relative addressing
Ard Biesheuvel
1
-3
/
+3
2023-04-19
x86: remove 'zerorest' argument from __copy_user_nocache()
Linus Torvalds
3
-7
/
+5
2023-04-18
x86: set FSRS automatically on AMD CPUs that have FSRM
Linus Torvalds
1
-0
/
+4
2023-04-18
x86: improve on the non-rep 'copy_user' function
Linus Torvalds
2
-160
/
+137
2023-04-18
x86: improve on the non-rep 'clear_user' function
Linus Torvalds
2
-46
/
+72
2023-04-18
x86: inline the 'rep movs' in user copies for the FSRM case
Linus Torvalds
2
-47
/
+31
2023-04-18
x86: move stac/clac from user copy routines into callers
Linus Torvalds
3
-12
/
+12
2023-04-18
x86: don't use REP_GOOD or ERMS for user memory clearing
Linus Torvalds
2
-86
/
+3
2023-04-18
x86: don't use REP_GOOD or ERMS for user memory copies
Linus Torvalds
2
-54
/
+12
2023-04-18
x86: don't use REP_GOOD or ERMS for small memory clearing
Linus Torvalds
1
-36
/
+11
2023-04-18
x86: don't use REP_GOOD or ERMS for small memory copies
Linus Torvalds
1
-24
/
+10
2023-04-18
x86/alternatives: Do not use integer constant suffixes in inline asm
Willy Tarreau
1
-1
/
+1
2023-04-16
Merge tag 'x86_urgent_for_v6.3_rc7' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-2
/
+2
2023-04-16
Merge tag 'kbuild-fixes-v6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+1
2023-04-13
x86/rtc: Remove __init for runtime functions
Matija Glavinic Pecotic
1
-2
/
+2
2023-04-12
x86/ioapic: Don't return 0 from arch_dynirq_lower_bound()
Saurabh Sengar
1
-5
/
+9
2023-04-11
Merge tag 'pci-v6.3-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+21
2023-04-10
Merge tag 'uml-for-linus-6.3-rc7' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+5
2023-04-09
Merge tag 'x86_urgent_for_v6.3_rc6' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-2
/
+9
2023-04-08
purgatory: fix disabling debug info
Alyssa Ross
1
-2
/
+1
[next]