index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
x86/hpet: Shuffle code around for readability sake
Thomas Gleixner
2019-06-28
1
-40
/
+41
|
*
|
|
|
x86/hpet: Move static and global variables to one place
Thomas Gleixner
2019-06-28
1
-28
/
+22
|
*
|
|
|
x86/hpet: Sanitize stub functions
Thomas Gleixner
2019-06-28
1
-9
/
+3
|
*
|
|
|
x86/hpet: Mark init functions __init
Thomas Gleixner
2019-06-28
1
-3
/
+3
|
*
|
|
|
x86/hpet: Remove the unused hpet_msi_read() function
Thomas Gleixner
2019-06-28
2
-8
/
+0
|
*
|
|
|
x86/hpet: Remove unused parameter from hpet_next_event()
Thomas Gleixner
2019-06-28
1
-5
/
+5
|
*
|
|
|
x86/hpet: Remove pointless x86-64 specific #include
Thomas Gleixner
2019-06-28
1
-4
/
+0
|
*
|
|
|
x86/hpet: Restructure init code
Thomas Gleixner
2019-06-28
1
-38
/
+43
|
*
|
|
|
x86/hpet: Replace printk(KERN...) with pr_...()
Thomas Gleixner
2019-06-28
1
-26
/
+19
|
*
|
|
|
x86/hpet: Simplify CPU online code
Thomas Gleixner
2019-06-28
1
-29
/
+2
|
|
/
/
/
*
|
|
|
Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2019-07-08
21
-55
/
+527
|
\
\
\
\
|
*
|
|
|
x86/fsgsbase: Revert FSGSBASE support
Thomas Gleixner
2019-07-03
7
-326
/
+50
|
*
|
|
|
x86/entry/64: Fix and clean up paranoid_exit
Andy Lutomirski
2019-07-02
1
-16
/
+17
|
*
|
|
|
x86/entry/64: Don't compile ignore_sysret if 32-bit emulation is enabled
Andy Lutomirski
2019-07-02
1
-0
/
+6
|
*
|
|
|
x86/mtrr: Skip cache flushes on CPUs with cache self-snooping
Ricardo Neri
2019-06-28
1
-2
/
+13
|
*
|
|
|
x86/cpu/intel: Clear cache self-snoop capability in CPUs with known errata
Ricardo Neri
2019-06-28
1
-0
/
+27
|
*
|
|
|
x86/umwait: Add sysfs interface to control umwait maximum time
Fenghua Yu
2019-06-24
1
-0
/
+36
|
*
|
|
|
x86/umwait: Add sysfs interface to control umwait C0.2 state
Fenghua Yu
2019-06-24
1
-8
/
+110
|
*
|
|
|
x86/umwait: Initialize umwait control values
Fenghua Yu
2019-06-24
3
-0
/
+72
|
*
|
|
|
x86/cpufeatures: Enumerate user wait instructions
Fenghua Yu
2019-06-24
1
-0
/
+1
|
*
|
|
|
x86/cpu: Disable frequency requests via aperfmperf IPI for nohz_full CPUs
Konstantin Khlebnikov
2019-06-22
1
-1
/
+11
|
*
|
|
|
x86/acpi/cstate: Add Zhaoxin processors support for cache flush policy in C3
Tony W Wang-oc
2019-06-22
1
-0
/
+15
|
*
|
|
|
x86/cpu: Create Zhaoxin processors architecture support file
Tony W Wang-oc
2019-06-22
4
-1
/
+183
|
*
|
|
|
x86/cpu: Split Tremont based Atoms from the rest
Andy Shevchenko
2019-06-22
1
-0
/
+1
|
*
|
|
|
x86/elf: Enumerate kernel FSGSBASE capability in AT_HWCAP2
Andi Kleen
2019-06-22
2
-1
/
+6
|
*
|
|
|
x86/cpu: Enable FSGSBASE on 64bit by default and add a chicken bit
Andy Lutomirski
2019-06-22
1
-18
/
+14
|
*
|
|
|
x86/entry/64: Handle FSGSBASE enabled paranoid entry/exit
Chang S. Bae
2019-06-22
2
-11
/
+75
|
*
|
|
|
x86/entry/64: Introduce the FIND_PERCPU_BASE macro
Chang S. Bae
2019-06-22
2
-0
/
+49
|
*
|
|
|
x86/entry/64: Switch CR3 before SWAPGS in paranoid entry
Chang S. Bae
2019-06-22
1
-8
/
+23
|
*
|
|
|
x86/process/64: Use FSGSBASE instructions on thread copy and ptrace
Chang S. Bae
2019-06-22
1
-6
/
+13
|
*
|
|
|
x86/process/64: Use FSBSBASE in switch_to() if available
Andy Lutomirski
2019-06-22
1
-6
/
+28
|
*
|
|
|
x86/fsgsbase/64: Enable FSGSBASE instructions in helper functions
Chang S. Bae
2019-06-22
2
-15
/
+78
|
*
|
|
|
x86/fsgsbase/64: Add intrinsics for FSGSBASE instructions
Andi Kleen
2019-06-22
1
-0
/
+30
|
*
|
|
|
x86/cpu: Add 'unsafe_fsgsbase' to enable CR4.FSGSBASE
Andy Lutomirski
2019-06-22
1
-0
/
+24
|
*
|
|
|
x86/ptrace: Prevent ptrace from clearing the FS/GS selector
Chang S. Bae
2019-06-22
1
-12
/
+2
|
*
|
|
|
x86/cpufeatures: Enumerate the new AVX512 BFLOAT16 instructions
Fenghua Yu
2019-06-20
4
-1
/
+11
|
*
|
|
|
x86/cpufeatures: Combine word 11 and 12 into a new scattered features word
Fenghua Yu
2019-06-20
6
-34
/
+34
|
*
|
|
|
x86/cpufeatures: Carve out CQM features retrieval
Borislav Petkov
2019-06-20
1
-27
/
+33
|
*
|
|
|
x86/cacheinfo: Fix a -Wtype-limits warning
Qian Cai
2019-06-19
1
-2
/
+1
|
*
|
|
|
x86/cpufeatures: Add FDP_EXCPTN_ONLY and ZERO_FCS_FDS
Aaron Lewis
2019-06-14
1
-0
/
+2
|
*
|
|
|
perf/x86: Add Intel Ice Lake NNPI uncore support
Rajneesh Bhardwaj
2019-06-14
1
-0
/
+1
|
*
|
|
|
x86/cpu: Add Ice Lake NNPI to Intel family
Rajneesh Bhardwaj
2019-06-13
1
-0
/
+1
*
|
|
|
|
Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2019-07-08
5
-59
/
+29
|
\
\
\
\
\
|
*
|
|
|
|
x86/fpu: Inline fpu__xstate_clear_all_cpu_caps()
Sebastian Andrzej Siewior
2019-07-07
3
-12
/
+2
|
*
|
|
|
|
x86/fpu: Make 'no387' and 'nofxsr' command line options useful
Sebastian Andrzej Siewior
2019-07-07
2
-10
/
+12
|
*
|
|
|
|
x86/fpu: Remove the fpu__save() export
Christoph Hellwig
2019-06-17
1
-1
/
+0
|
*
|
|
|
|
x86/fpu: Simplify kernel_fpu_begin()
Christoph Hellwig
2019-06-17
1
-24
/
+12
|
*
|
|
|
|
x86/fpu: Simplify kernel_fpu_end()
Christoph Hellwig
2019-06-17
1
-12
/
+3
|
|
|
_
|
_
|
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2019-07-08
4
-22
/
+74
|
\
\
\
\
\
|
*
|
|
|
|
x86/vsyscall: Add __ro_after_init to global variables
Andy Lutomirski
2019-06-28
1
-2
/
+2
[prev]
[next]