summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/traps: Separate set_intr_gate() and clean up early_trap_init()Wang Nan2015-03-051-8/+12
* 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-041-3/+3
* x86/asm/entry/64: Use more readable constantsDenys Vlasenko2015-03-041-12/+16
* 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-041-13/+19
* 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-041-43/+43
* x86/asm/entry/64: Shrink code in 'paranoid_exit'Denys Vlasenko2015-03-041-6/+4
* x86/asm/entry/64: Fix commentsDenys Vlasenko2015-03-041-6/+12
* x86/asm/entry/64: Always allocate a complete "struct pt_regs" on the kernel s...Denys Vlasenko2015-03-041-121/+75
* 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-041-14/+7
* Merge tag 'alternatives_padding' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2015-03-043-31/+144
|\
| * x86/asm: Cleanup prefetch primitivesBorislav Petkov2015-02-231-0/+5
| * x86/entry_32: Convert X86_INVD_BUG to ALTERNATIVE macroBorislav Petkov2015-02-231-9/+3
| * x86/alternatives: Use optimized NOPs for paddingBorislav Petkov2015-02-231-1/+13
| * x86/alternatives: Make JMPs more robustBorislav Petkov2015-02-231-5/+98
| * x86/alternatives: Add instruction paddingBorislav Petkov2015-02-232-4/+4
| * x86/alternatives: Cleanup DPRINTK macroBorislav Petkov2015-02-231-16/+25
* | Merge tag 'v4.0-rc2' into x86/asm, to refresh the treeIngo Molnar2015-03-0440-185/+658
|\ \
| * \ Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-03-012-2/+8
| |\ \
| | * | 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-2837-155/+579
| | |\ \
| | * | | x86/cpu/intel: Fix trivial typo in intel_tlb_table[]Yannick Guerrini2015-02-221-2/+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
| * | | | x86/xen: allow privcmd hypercalls to be preemptedDavid Vrabel2015-02-232-0/+6
| | |_|/ | |/| |
| * | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-02-211-4/+9
| |\ \ \
| | * | | x86/spinlocks/paravirt: Fix memory corruption on unlockRaghavendra K T2015-02-181-4/+9
| * | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-02-214-14/+29
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | x86/mm/ASLR: Avoid PAGE_SIZE redefinition for UML subarchJiri Kosina2015-02-201-1/+0
| | * | | Merge tag 'microcode_fixes_for-3.21' of git://git.kernel.org/pub/scm/linux/ke...Ingo Molnar2015-02-192-1/+10
| | |\ \ \
| | | * | | x86/microcode/intel: Handle truncated microcode images more robustlyQuentin Casasnovas2015-02-192-0/+9
| | | * | | x86/microcode/intel: Guard against stack overflow in the loaderQuentin Casasnovas2015-02-191-1/+1
| | * | | | Merge branch 'tip-x86-kaslr' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2015-02-192-13/+20
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | x86/mm/ASLR: Propagate base load address calculationJiri Kosina2015-02-192-13/+20
| * | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-02-212-44/+111
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | kprobes/x86: Mark 2 bytes NOP as boostableWang Nan2015-02-181-1/+1
| | * | | | uprobes/x86: Fix 2-byte opcode tableDenys Vlasenko2015-02-181-35/+17
| | * | | | uprobes/x86: Fix 1-byte opcode tablesDenys Vlasenko2015-02-181-48/+18
| | * | | | uprobes/x86: Add comment with insn opcodes, mnemonics and why we dont support...Denys Vlasenko2015-02-181-19/+134
| | |/ / /
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'core-urgent-for-linus' and 'irq-urgent-for-linus' of git://gi...Linus Torvalds2015-02-212-0/+8
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | | * | | x86/irq: Check for valid irq descriptor in check_irq_vectors_for_cpu_disable()Joerg Roedel2015-02-181-0/+3
| | | * | | x86/irq: Fix regression caused by commit b568b8601f05Jiang Liu2015-02-181-0/+5
| | |/ / /
| * | | | Merge tag 'please-pull-fixmcelog' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-02-181-4/+1
| |\ \ \ \
| | * | | | x86/mce: Fix regression. All error records should report via /dev/mcelogTony Luck2015-02-091-4/+1
| | | |/ / | | |/| |
| * | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-02-1617-40/+98
| |\ \ \ \