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
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2015-03-06
x86/asm/entry: Add this_cpu_sp0() to read sp0 for the current cpu
Andy Lutomirski
1
-0
/
+1
2015-03-05
x86/traps: Separate set_intr_gate() and clean up early_trap_init()
Wang Nan
1
-8
/
+12
2015-03-04
x86/asm/entry/64: Remove a bogus 'ret_from_fork' optimization
Andy Lutomirski
1
-5
/
+8
2015-03-04
x86/asm/entry/64: Simplify optimistic SYSRET
Denys Vlasenko
1
-3
/
+3
2015-03-04
x86/asm/entry/64: Use more readable constants
Denys Vlasenko
1
-12
/
+16
2015-03-04
x86/asm/entry/64: Clean up and document various entry code details
Denys Vlasenko
1
-32
/
+36
2015-03-04
x86/asm/entry/64: Move 'save_paranoid' and 'ret_from_fork' closer to their users
Denys Vlasenko
1
-53
/
+53
2015-03-04
x86/asm/entry: Add comments about various syscall instructions
Denys Vlasenko
1
-13
/
+19
2015-03-04
x86/asm/entry/64: Remove 'int_check_syscall_exit_work'
Andy Lutomirski
1
-1
/
+0
2015-03-04
x86/asm/entry: Do mass removal of 'ARGOFFSET'
Denys Vlasenko
1
-43
/
+43
2015-03-04
x86/asm/entry/64: Shrink code in 'paranoid_exit'
Denys Vlasenko
1
-6
/
+4
2015-03-04
x86/asm/entry/64: Fix comments
Denys Vlasenko
1
-6
/
+12
2015-03-04
x86/asm/entry/64: Always allocate a complete "struct pt_regs" on the kernel s...
Denys Vlasenko
1
-121
/
+75
2015-03-04
x86/asm/entry/64: Fix incorrect symbolic constant usage: R11->ARGOFFSET
Denys Vlasenko
1
-3
/
+3
2015-03-04
x86/asm: Introduce push/pop macros which generate CFI_REL_OFFSET and CFI_RESTORE
Denys Vlasenko
1
-14
/
+7
2015-03-04
Merge tag 'alternatives_padding' of git://git.kernel.org/pub/scm/linux/kernel...
Ingo Molnar
3
-31
/
+144
2015-03-04
Merge tag 'v4.0-rc2' into x86/asm, to refresh the tree
Ingo Molnar
40
-185
/
+658
2015-03-04
x86/compat: Merge native and compat 32-bit syscall tables
Brian Gerst
2
-4
/
+13
2015-03-01
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-2
/
+8
2015-03-01
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-14
/
+42
2015-02-28
x86: Init per-cpu shadow copy of CR4 on 32-bit CPUs too
Steven Rostedt
1
-0
/
+6
2015-02-28
Merge branch 'linus' into x86/urgent, to merge dependent patch
Ingo Molnar
37
-155
/
+579
2015-02-26
x86/traps: Enable DEBUG_STACK after cpu_init() for TRAP_DB/BP
Wang Nan
1
-2
/
+19
2015-02-25
x86/ia32-compat: Fix CLONE_SETTLS bitness of copy_thread()
Andy Lutomirski
1
-1
/
+1
2015-02-25
x86/ptrace: Remove checks for TIF_IA32 when changing CS and SS
Andy Lutomirski
1
-8
/
+2
2015-02-23
x86/xen: allow privcmd hypercalls to be preempted
David Vrabel
2
-0
/
+6
2015-02-23
x86/asm: Cleanup prefetch primitives
Borislav Petkov
1
-0
/
+5
2015-02-23
x86/entry_32: Convert X86_INVD_BUG to ALTERNATIVE macro
Borislav Petkov
1
-9
/
+3
2015-02-23
x86/alternatives: Use optimized NOPs for padding
Borislav Petkov
1
-1
/
+13
2015-02-23
x86/alternatives: Make JMPs more robust
Borislav Petkov
1
-5
/
+98
2015-02-23
x86/alternatives: Add instruction padding
Borislav Petkov
2
-4
/
+4
2015-02-23
x86/alternatives: Cleanup DPRINTK macro
Borislav Petkov
1
-16
/
+25
2015-02-22
x86/cpu/intel: Fix trivial typo in intel_tlb_table[]
Yannick Guerrini
1
-2
/
+2
2015-02-21
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-4
/
+9
2015-02-21
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-14
/
+29
2015-02-21
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-44
/
+111
2015-02-21
Merge branches 'core-urgent-for-linus' and 'irq-urgent-for-linus' of git://gi...
Linus Torvalds
2
-0
/
+8
2015-02-21
kprobes/x86: Check for invalid ftrace location in __recover_probed_insn()
Petr Mladek
2
-0
/
+14
2015-02-21
kprobes/x86: Use 5-byte NOP when the code might be modified by ftrace
Petr Mladek
1
-14
/
+28
2015-02-20
x86/mm/ASLR: Avoid PAGE_SIZE redefinition for UML subarch
Jiri Kosina
1
-1
/
+0
2015-02-19
Merge tag 'microcode_fixes_for-3.21' of git://git.kernel.org/pub/scm/linux/ke...
Ingo Molnar
2
-1
/
+10
2015-02-19
x86/microcode/intel: Handle truncated microcode images more robustly
Quentin Casasnovas
2
-0
/
+9
2015-02-19
x86/microcode/intel: Guard against stack overflow in the loader
Quentin Casasnovas
1
-1
/
+1
2015-02-19
Merge branch 'tip-x86-kaslr' of git://git.kernel.org/pub/scm/linux/kernel/git...
Ingo Molnar
2
-13
/
+20
2015-02-19
x86/mm/ASLR: Propagate base load address calculation
Jiri Kosina
2
-13
/
+20
2015-02-19
x86/asm/boot: Use already defined KEEP_SEGMENTS macro in head_{32,64}.S
Alexander Kuleshov
1
-1
/
+2
2015-02-19
x86/asm/boot: Fix path in comments
Alexander Kuleshov
1
-2
/
+2
2015-02-18
kprobes/x86: Mark 2 bytes NOP as boostable
Wang Nan
1
-1
/
+1
2015-02-18
uprobes/x86: Fix 2-byte opcode table
Denys Vlasenko
1
-35
/
+17
2015-02-18
uprobes/x86: Fix 1-byte opcode tables
Denys Vlasenko
1
-48
/
+18
[next]