| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/asm/entry: Rename 'INIT_TSS_IST' to 'CPU_TSS_IST' | Andy Lutomirski | 2015-03-06 | 1 | -3/+3 |
* | x86/asm/entry: Rename 'init_tss' to 'cpu_tss' | Andy Lutomirski | 2015-03-06 | 1 | -1/+1 |
* | 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 | 1 | -3/+3 |
* | x86/asm/entry/64: Use more readable constants | Denys Vlasenko | 2015-03-04 | 1 | -12/+16 |
* | 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 | 1 | -13/+19 |
* | 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 | 1 | -43/+43 |
* | 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 | 1 | -6/+12 |
* | x86/asm/entry/64: Always allocate a complete "struct pt_regs" on the kernel s... | Denys Vlasenko | 2015-03-04 | 1 | -121/+75 |
* | x86/asm/entry/64: Fix incorrect symbolic constant usage: R11->ARGOFFSET | Denys Vlasenko | 2015-03-04 | 1 | -3/+3 |
* | x86/xen: allow privcmd hypercalls to be preempted | David Vrabel | 2015-02-23 | 1 | -0/+3 |
* | x86_64, entry: Remove the syscall exit audit and schedule optimizations | Andy Lutomirski | 2015-02-01 | 1 | -47/+5 |
* | x86_64, entry: Use sysret to return to userspace when possible | Andy Lutomirski | 2015-02-01 | 1 | -0/+54 |
* | Merge tag 'pr-20150114-x86-entry' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | 2015-01-28 | 1 | -121/+87 |
|\ |
|
| * | x86: entry_64.S: fold SAVE_ARGS_IRQ macro into its sole user | Denys Vlasenko | 2015-01-13 | 1 | -46/+42 |
| * | x86: entry_64.S: delete unused code | Denys Vlasenko | 2015-01-13 | 1 | -34/+0 |
| * | x86, entry: Switch stacks on a paranoid entry from userspace | Andy Lutomirski | 2015-01-02 | 1 | -41/+45 |
* | | x86_64 entry: Fix RCX for ptraced syscalls | Andy Lutomirski | 2015-01-17 | 1 | -1/+2 |
|/ |
|
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2014-12-19 | 1 | -2/+2 |
|\ |
|
| * | x86: Avoid building unused IRQ entry stubs | Jan Beulich | 2014-12-16 | 1 | -2/+2 |
* | | x86: hook up execveat system call | David Drysdale | 2014-12-13 | 1 | -0/+28 |
|/ |
|
* | x86_64, traps: Rework bad_iret | Andy Lutomirski | 2014-11-23 | 1 | -26/+19 |
* | x86_64, traps: Stop using IST for #SS | Andy Lutomirski | 2014-11-23 | 1 | -1/+1 |
* | x86_64, traps: Fix the espfix64 #DF fixup and rewrite it in C | Andy Lutomirski | 2014-11-23 | 1 | -32/+2 |
* | x86_64, entry: Use split-phase syscall_trace_enter for 64-bit syscalls | Andy Lutomirski | 2014-09-08 | 1 | -23/+15 |
* | x86_64, entry: Treat regs->ax the same in fastpath and slowpath syscalls | Andy Lutomirski | 2014-09-08 | 1 | -9/+4 |
*---. | Merge branches 'x86-build-for-linus', 'x86-cleanups-for-linus' and 'x86-debug... | Linus Torvalds | 2014-08-05 | 1 | -26/+26 |
|\ \ \ |
|
| | | * | x86/debug: Drop several unnecessary CFI annotations | Jan Beulich | 2014-07-16 | 1 | -26/+26 |
| | |/ |
|
* | / | x86_64/entry/xen: Do not invoke espfix64 on Xen | Andy Lutomirski | 2014-07-29 | 1 | -18/+10 |
| |/
|/| |
|
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2014-06-13 | 1 | -21/+0 |
|\ \ |
|
| * | | kprobes: Prohibit probing on .entry.text code | Masami Hiramatsu | 2014-04-24 | 1 | -20/+0 |
| |/ |
|
* | | Merge tag 'trace-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 2014-06-10 | 1 | -204/+0 |
|\ \ |
|
| * | | ftrace/x86: Move the mcount/fentry code out of entry_64.S | Steven Rostedt | 2014-05-14 | 1 | -204/+0 |
| |/ |
|
* | | Merge branch 'x86/espfix' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 2014-06-05 | 1 | -4/+77 |
|\ \ |
|
| * | | x86, espfix: Make it possible to disable 16-bit support | H. Peter Anvin | 2014-05-04 | 1 | -0/+8 |
| * | | x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stack | H. Peter Anvin | 2014-04-30 | 1 | -4/+69 |
| |/ |
|
* | | x86_64, entry: Merge paranoidzeroentry_ist into idtentry | Andy Lutomirski | 2014-05-22 | 1 | -25/+22 |
* | | x86_64, entry: Merge most 64-bit asm entry macros | Andy Lutomirski | 2014-05-22 | 1 | -88/+64 |
* | | x86_64, entry: Add missing 'DEFAULT_FRAME 0' entry annotations | Andy Lutomirski | 2014-05-22 | 1 | -0/+2 |
|/ |
|
* | ftrace/x86: Load ftrace_ops in parameter not the variable holding it | Steven Rostedt | 2014-01-09 | 1 | -1/+1 |
* | Merge branch 'x86-trace-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2013-11-14 | 1 | -1/+12 |
|\ |
|
| * | x86, trace: Register exception handler to trace IDT | Seiji Aguchi | 2013-11-08 | 1 | -1/+12 |
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-11-12 | 1 | -3/+1 |
|\ \ |
|
| * | | Merge tag 'v3.12-rc4' into sched/core | Ingo Molnar | 2013-10-09 | 1 | -15/+0 |
| |\| |
|
| * | | sched, x86: Provide a per-cpu preempt_count implementation | Peter Zijlstra | 2013-09-25 | 1 | -3/+1 |
* | | | irq: Consolidate do_softirq() arch overriden implementations | Frederic Weisbecker | 2013-10-01 | 1 | -2/+2 |
| |/
|/| |
|