summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/traps: Separate set_intr_gate() and clean up early_trap_init()Wang Nan2015-03-052-9/+18
* x86/asm/entry/64: Remove a bogus 'ret_from_fork' optimizationAndy Lutomirski2015-03-041-5/+8
* x86/asm/entry/64: Simplify optimistic SYSRETDenys Vlasenko2015-03-042-3/+6
* x86/asm/entry/64/compat: Use more readable constantDenys Vlasenko2015-03-041-1/+1
* x86/asm/entry/64: Use more readable constantsDenys Vlasenko2015-03-042-12/+18
* x86/asm/entry/64/compat: Fold the IA32_ARG_FIXUP macro into its callersDenys Vlasenko2015-03-041-14/+18
* x86/asm/entry/64: Clean up and document various entry code detailsDenys Vlasenko2015-03-041-32/+36
* x86/asm/entry/64: Move 'save_paranoid' and 'ret_from_fork' closer to their usersDenys Vlasenko2015-03-041-53/+53
* x86/asm/entry: Add comments about various syscall instructionsDenys Vlasenko2015-03-042-63/+102
* x86/asm/entry/64: Remove 'int_check_syscall_exit_work'Andy Lutomirski2015-03-041-1/+0
* x86/asm/entry: Do mass removal of 'ARGOFFSET'Denys Vlasenko2015-03-043-116/+114
* x86/asm/entry/64: Shrink code in 'paranoid_exit'Denys Vlasenko2015-03-041-6/+4
* x86/asm/entry/64: Fix commentsDenys Vlasenko2015-03-044-16/+43
* x86/asm/entry/64: Always allocate a complete "struct pt_regs" on the kernel s...Denys Vlasenko2015-03-045-260/+210
* x86/asm/entry/64: Fix incorrect symbolic constant usage: R11->ARGOFFSETDenys Vlasenko2015-03-041-3/+3
* x86/asm: Introduce push/pop macros which generate CFI_REL_OFFSET and CFI_RESTOREDenys Vlasenko2015-03-049-196/+141
* x86/asm/64: Open-code register save/restore in trace_hardirqs*() thunksDenys Vlasenko2015-03-041-4/+42
* Merge tag 'alternatives_padding' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2015-03-0417-308/+360
|\
| * x86/lib/memcpy_64.S: Convert memcpy to ALTERNATIVE_2 macroBorislav Petkov2015-02-231-47/+21
| * x86/lib/memmove_64.S: Convert memmove() to ALTERNATIVE macroBorislav Petkov2015-02-231-17/+2
| * x86/lib/memset_64.S: Convert to ALTERNATIVE_2 macroBorislav Petkov2015-02-231-37/+24
| * x86/asm: Cleanup prefetch primitivesBorislav Petkov2015-02-233-10/+13
| * x86/asm: Use alternative_2() in rdtsc_barrier()Borislav Petkov2015-02-232-6/+4
| * x86/lib/clear_page_64.S: Convert to ALTERNATIVE_2 macroBorislav Petkov2015-02-231-39/+27
| * x86/entry_32: Convert X86_INVD_BUG to ALTERNATIVE macroBorislav Petkov2015-02-231-9/+3
| * x86/smap: Use ALTERNATIVE macroBorislav Petkov2015-02-231-21/+9
| * x86/lib/copy_user_64.S: Convert to ALTERNATIVE_2Borislav Petkov2015-02-231-30/+10
| * x86/lib/copy_page_64.S: Use generic ALTERNATIVE macroBorislav Petkov2015-02-231-25/+12
| * x86/alternatives: Use optimized NOPs for paddingBorislav Petkov2015-02-231-1/+13
| * x86/alternatives: Make JMPs more robustBorislav Petkov2015-02-233-19/+105
| * x86/alternatives: Add instruction paddingBorislav Petkov2015-02-2312-48/+114
| * x86/alternatives: Cleanup DPRINTK macroBorislav Petkov2015-02-231-16/+25
| * x86/lib/copy_user_64.S: Remove FIX_ALIGNMENT defineBorislav Petkov2015-02-231-5/+0
* | Merge tag 'v4.0-rc2' into x86/asm, to refresh the treeIngo Molnar2015-03-041576-32044/+46018
|\ \
| * \ Merge tag 'metag-fixes-v4.0-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-03-021-2/+2
| |\ \
| | * | metag: Fix KSTK_EIP() and KSTK_ESP() macrosJames Hogan2015-02-241-2/+2
| | |/
| * | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-03-013-3/+9
| |\ \
| | * | x86: Init per-cpu shadow copy of CR4 on 32-bit CPUs tooSteven Rostedt2015-02-281-0/+6
| | * | Merge branch 'linus' into x86/urgent, to merge dependent patchIngo Molnar2015-02-281560-31799/+45544
| | |\ \
| | * | | x86/platform/intel-mid: Fix trivial printk message typo in intel_mid_arch_set...Yannick Guerrini2015-02-241-1/+1
| | * | | x86/cpu/intel: Fix trivial typo in intel_tlb_table[]Yannick Guerrini2015-02-221-2/+2
| * | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-03-011-0/+2
| |\ \ \ \
| | * \ \ \ Merge branch 'clockevents/4.0-rc1' of git://git.linaro.org/people/daniel.lezc...Ingo Molnar2015-02-251-0/+2
| | |\ \ \ \
| | | * | | | clockevents: asm9260: Fix compilation error with sparc/sparc64 allyesconfigDaniel Lezcano2015-02-251-0/+2
| | | | |_|/ | | | |/| |
| * | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-03-012-14/+42
| |\ \ \ \ \
| | * | | | | kprobes/x86: Check for invalid ftrace location in __recover_probed_insn()Petr Mladek2015-02-212-0/+14
| | * | | | | kprobes/x86: Use 5-byte NOP when the code might be modified by ftracePetr Mladek2015-02-211-14/+28
| * | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-286-0/+10
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | mm: add missing __PAGETABLE_{PUD,PMD}_FOLDED definesKirill A. Shutemov2015-02-286-0/+10
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-02-2818-72/+190
| |\ \ \ \ \