index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/asm: Optimize unnecessarily wide TEST instructions
Denys Vlasenko
2015-03-07
5
-12
/
+12
*
x86/asm/entry: Replace this_cpu_sp0() with current_top_of_stack() and fix it ...
Andy Lutomirski
2015-03-07
6
-12
/
+33
*
x86/asm/entry: Delay loading sp0 slightly on task switch
Andy Lutomirski
2015-03-07
2
-8
/
+8
*
x86/asm/entry: Rename 'INIT_TSS_IST' to 'CPU_TSS_IST'
Andy Lutomirski
2015-03-06
1
-3
/
+3
*
x86/asm/entry: Remove INIT_TSS and fold the definitions into 'cpu_tss'
Andy Lutomirski
2015-03-06
2
-21
/
+19
*
x86/asm/entry: Rename 'init_tss' to 'cpu_tss'
Andy Lutomirski
2015-03-06
10
-16
/
+16
*
x86/asm/entry/64/compat: Change the 32-bit sysenter code to use sp0
Andy Lutomirski
2015-03-06
2
-2
/
+2
*
x86/asm/entry: Switch all C consumers of kernel_stack to this_cpu_sp0()
Andy Lutomirski
2015-03-06
2
-4
/
+3
*
x86/asm/entry: Add this_cpu_sp0() to read sp0 for the current cpu
Andy Lutomirski
2015-03-06
4
-0
/
+8
*
x86/traps: Separate set_intr_gate() and clean up early_trap_init()
Wang Nan
2015-03-05
2
-9
/
+18
*
x86/asm/entry/64: Remove a bogus 'ret_from_fork' optimization
Andy Lutomirski
2015-03-04
1
-5
/
+8
*
x86/asm/entry/64: Simplify optimistic SYSRET
Denys Vlasenko
2015-03-04
2
-3
/
+6
*
x86/asm/entry/64/compat: Use more readable constant
Denys Vlasenko
2015-03-04
1
-1
/
+1
*
x86/asm/entry/64: Use more readable constants
Denys Vlasenko
2015-03-04
2
-12
/
+18
*
x86/asm/entry/64/compat: Fold the IA32_ARG_FIXUP macro into its callers
Denys Vlasenko
2015-03-04
1
-14
/
+18
*
x86/asm/entry/64: Clean up and document various entry code details
Denys Vlasenko
2015-03-04
1
-32
/
+36
*
x86/asm/entry/64: Move 'save_paranoid' and 'ret_from_fork' closer to their users
Denys Vlasenko
2015-03-04
1
-53
/
+53
*
x86/asm/entry: Add comments about various syscall instructions
Denys Vlasenko
2015-03-04
2
-63
/
+102
*
x86/asm/entry/64: Remove 'int_check_syscall_exit_work'
Andy Lutomirski
2015-03-04
1
-1
/
+0
*
x86/asm/entry: Do mass removal of 'ARGOFFSET'
Denys Vlasenko
2015-03-04
3
-116
/
+114
*
x86/asm/entry/64: Shrink code in 'paranoid_exit'
Denys Vlasenko
2015-03-04
1
-6
/
+4
*
x86/asm/entry/64: Fix comments
Denys Vlasenko
2015-03-04
4
-16
/
+43
*
x86/asm/entry/64: Always allocate a complete "struct pt_regs" on the kernel s...
Denys Vlasenko
2015-03-04
5
-260
/
+210
*
x86/asm/entry/64: Fix incorrect symbolic constant usage: R11->ARGOFFSET
Denys Vlasenko
2015-03-04
1
-3
/
+3
*
x86/asm: Introduce push/pop macros which generate CFI_REL_OFFSET and CFI_RESTORE
Denys Vlasenko
2015-03-04
9
-196
/
+141
*
x86/asm/64: Open-code register save/restore in trace_hardirqs*() thunks
Denys Vlasenko
2015-03-04
1
-4
/
+42
*
Merge tag 'alternatives_padding' of git://git.kernel.org/pub/scm/linux/kernel...
Ingo Molnar
2015-03-04
17
-308
/
+360
|
\
|
*
x86/lib/memcpy_64.S: Convert memcpy to ALTERNATIVE_2 macro
Borislav Petkov
2015-02-23
1
-47
/
+21
|
*
x86/lib/memmove_64.S: Convert memmove() to ALTERNATIVE macro
Borislav Petkov
2015-02-23
1
-17
/
+2
|
*
x86/lib/memset_64.S: Convert to ALTERNATIVE_2 macro
Borislav Petkov
2015-02-23
1
-37
/
+24
|
*
x86/asm: Cleanup prefetch primitives
Borislav Petkov
2015-02-23
3
-10
/
+13
|
*
x86/asm: Use alternative_2() in rdtsc_barrier()
Borislav Petkov
2015-02-23
2
-6
/
+4
|
*
x86/lib/clear_page_64.S: Convert to ALTERNATIVE_2 macro
Borislav Petkov
2015-02-23
1
-39
/
+27
|
*
x86/entry_32: Convert X86_INVD_BUG to ALTERNATIVE macro
Borislav Petkov
2015-02-23
1
-9
/
+3
|
*
x86/smap: Use ALTERNATIVE macro
Borislav Petkov
2015-02-23
1
-21
/
+9
|
*
x86/lib/copy_user_64.S: Convert to ALTERNATIVE_2
Borislav Petkov
2015-02-23
1
-30
/
+10
|
*
x86/lib/copy_page_64.S: Use generic ALTERNATIVE macro
Borislav Petkov
2015-02-23
1
-25
/
+12
|
*
x86/alternatives: Use optimized NOPs for padding
Borislav Petkov
2015-02-23
1
-1
/
+13
|
*
x86/alternatives: Make JMPs more robust
Borislav Petkov
2015-02-23
3
-19
/
+105
|
*
x86/alternatives: Add instruction padding
Borislav Petkov
2015-02-23
12
-48
/
+114
|
*
x86/alternatives: Cleanup DPRINTK macro
Borislav Petkov
2015-02-23
1
-16
/
+25
|
*
x86/lib/copy_user_64.S: Remove FIX_ALIGNMENT define
Borislav Petkov
2015-02-23
1
-5
/
+0
*
|
Merge tag 'v4.0-rc2' into x86/asm, to refresh the tree
Ingo Molnar
2015-03-04
1576
-32044
/
+46018
|
\
\
|
*
\
Merge tag 'metag-fixes-v4.0-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2015-03-02
1
-2
/
+2
|
|
\
\
|
|
*
|
metag: Fix KSTK_EIP() and KSTK_ESP() macros
James Hogan
2015-02-24
1
-2
/
+2
|
|
|
/
|
*
|
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2015-03-01
3
-3
/
+9
|
|
\
\
|
|
*
|
x86: Init per-cpu shadow copy of CR4 on 32-bit CPUs too
Steven Rostedt
2015-02-28
1
-0
/
+6
|
|
*
|
Merge branch 'linus' into x86/urgent, to merge dependent patch
Ingo Molnar
2015-02-28
1560
-31799
/
+45544
|
|
|
\
\
|
|
*
|
|
x86/platform/intel-mid: Fix trivial printk message typo in intel_mid_arch_set...
Yannick Guerrini
2015-02-24
1
-1
/
+1
|
|
*
|
|
x86/cpu/intel: Fix trivial typo in intel_tlb_table[]
Yannick Guerrini
2015-02-22
1
-2
/
+2
[next]