index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-08
x86/fsgsbase/64: Convert the ELF core dump code to the new FSGSBASE helpers
Chang S. Bae
1
-3
/
+3
2018-10-08
x86/fsgsbase/64: Make ptrace use the new FS/GS base helpers
Chang S. Bae
3
-61
/
+18
2018-10-08
x86/fsgsbase/64: Introduce FS/GS base helper functions
Chang S. Bae
3
-46
/
+179
2018-10-08
x86/fsgsbase/64: Fix ptrace() to read the FS/GS base accurately
Andy Lutomirski
1
-10
/
+52
2018-10-08
Merge branch 'linus' into x86/asm, to pick up fixes
Ingo Molnar
45
-258
/
+627
2018-10-08
crypto: x86/aes-ni - fix build error following fpu template removal
Eric Biggers
1
-12
/
+1
2018-10-06
x86/olpc: Fix build error with CONFIG_MFD_CS5535=m
Borislav Petkov
1
-2
/
+1
2018-10-06
x86/jump-labels: Macrofy inline assembly code to work around GCC inlining bugs
Nadav Amit
3
-55
/
+20
2018-10-06
x86/cpufeature: Macrofy inline assembly code to work around GCC inlining bugs
Nadav Amit
2
-35
/
+48
2018-10-06
x86/extable: Macrofy inline assembly code to work around GCC inlining bugs
Nadav Amit
2
-33
/
+21
2018-10-06
Merge branch 'core/core' into x86/build, to prevent conflicts
Ingo Molnar
7
-57
/
+52
2018-10-06
x86/KASLR: Update KERNEL_IMAGE_SIZE description
Baoquan He
1
-6
/
+9
2018-10-06
kdump, proc/vmcore: Enable kdumping encrypted memory with SME enabled
Lianbo Jiang
1
-19
/
+41
2018-10-06
x86/ioremap: Add an ioremap_encrypted() helper
Lianbo Jiang
2
-9
/
+18
2018-10-05
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Greg Kroah-Hartman
3
-7
/
+25
2018-10-05
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Greg Kroah-Hartman
5
-15
/
+39
2018-10-05
x86/vdso: Rearrange do_hres() to improve code generation
Andy Lutomirski
1
-4
/
+8
2018-10-05
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Greg Kroah-Hartman
3
-66
/
+97
2018-10-05
x86/olpc: Indicate that legacy PC XO-1 platform should not register RTC
Lubomir Rintel
1
-0
/
+3
2018-10-05
Merge branch 'x86/core' into x86/build, to avoid conflicts
Ingo Molnar
18
-211
/
+284
2018-10-05
x86/vdso: Document vgtod_ts better
Andy Lutomirski
1
-0
/
+9
2018-10-05
x86/vdso: Remove "memory" clobbers in the vDSO syscall fallbacks
Andy Lutomirski
1
-2
/
+2
2018-10-05
crypto: x86/aes-ni - remove special handling of AES in PCBC mode
Ard Biesheuvel
3
-242
/
+1
2018-10-04
x66/vdso: Add CLOCK_TAI support
Thomas Gleixner
2
-2
/
+6
2018-10-04
x86/vdso: Move cycle_last handling into the caller
Thomas Gleixner
1
-32
/
+7
2018-10-04
x86/vdso: Simplify the invalid vclock case
Thomas Gleixner
1
-61
/
+21
2018-10-04
x86/vdso: Replace the clockid switch case
Thomas Gleixner
1
-20
/
+18
2018-10-04
x86/vdso: Collapse coarse functions
Thomas Gleixner
1
-16
/
+4
2018-10-04
x86/vdso: Collapse high resolution functions
Thomas Gleixner
1
-28
/
+7
2018-10-04
x86/vdso: Introduce and use vgtod_ts
Thomas Gleixner
3
-49
/
+60
2018-10-04
x86/vdso: Use unsigned int consistently for vsyscall_gtod_data:: Seq
Thomas Gleixner
2
-9
/
+9
2018-10-04
x86/vdso: Enforce 64bit clocksource
Thomas Gleixner
2
-1
/
+7
2018-10-04
x86/time: Implement clocksource_arch_init()
Thomas Gleixner
2
-0
/
+17
2018-10-04
kvm: nVMX: fix entry with pending interrupt if APICv is enabled
Paolo Bonzini
1
-12
/
+26
2018-10-04
KVM: VMX: hide flexpriority from guest when disabled at the module level
Paolo Bonzini
1
-1
/
+5
2018-10-04
KVM: VMX: check for existence of secondary exec controls before accessing
Sean Christopherson
1
-3
/
+4
2018-10-04
x86/paravirt: Work around GCC inlining bugs when compiling paravirt ops
Nadav Amit
2
-29
/
+28
2018-10-04
x86/bug: Macrofy the BUG table section handling, to work around GCC inlining ...
Nadav Amit
2
-42
/
+57
2018-10-04
x86/alternatives: Macrofy lock prefixes to work around GCC inlining bugs
Nadav Amit
3
-15
/
+17
2018-10-04
x86/refcount: Work around GCC inlining bug
Nadav Amit
2
-29
/
+46
2018-10-04
x86/objtool: Use asm macros to work around GCC inlining bugs
Nadav Amit
1
-0
/
+2
2018-10-04
kbuild/Makefile: Prepare for using macros in inline assembly code to work aro...
Nadav Amit
2
-0
/
+14
2018-10-04
Merge branch 'linus' into x86/core, to pick up fixes
Ingo Molnar
50
-290
/
+661
2018-10-04
x86/vdso: Fix vDSO syscall fallback asm constraint regression
Andy Lutomirski
1
-4
/
+4
2018-10-03
x86/intel_rdt: Show missing resctrl mount options
Xiaochen Shen
1
-0
/
+7
2018-10-03
x86/intel_rdt: Switch to bitmap_zalloc()
Andy Shevchenko
1
-6
/
+4
2018-10-03
x86/intel_rdt: Re-enable pseudo-lock measurements
Reinette Chatre
1
-1
/
+1
2018-10-03
signal: Distinguish between kernel_siginfo and siginfo
Eric W. Biederman
1
-1
/
+1
2018-10-03
signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZE
Eric W. Biederman
1
-2
/
+0
2018-10-03
x86/mm: Fix typo in comment
Takuya Yamamoto
1
-1
/
+1
[prev]
[next]