| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | x86: Fix the NMI nesting comments | Steven Rostedt | 2012-02-24 | 1 | -6/+8 |
| * | | x86-64: Fix CFI annotations for NMI nesting code | Jan Beulich | 2012-02-24 | 1 | -24/+28 |
* | | | Merge branch 'linus' into x86/asm | Ingo Molnar | 2012-02-28 | 1 | -40/+199 |
|\ \ \
| |/ / |
|
| * | | x86: Specify a size for the cmp in the NMI handler | Steven Rostedt | 2012-02-20 | 1 | -2/+2 |
| * | | x86/nmi: Test saved %cs in NMI to determine nested NMI case | Steven Rostedt | 2012-02-20 | 1 | -0/+7 |
| |/ |
|
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-01-17 | 1 | -7/+7 |
| |\ |
|
| | * | audit: inline audit_syscall_entry to reduce burden on archs | Eric Paris | 2012-01-17 | 1 | -2/+2 |
| | * | Audit: push audit success and retcode into arch ptrace.h | Eric Paris | 2012-01-17 | 1 | -5/+5 |
| * | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2012-01-15 | 1 | -33/+185 |
| |\ \
| | |/
| |/| |
|
| | * | x86: Add workaround to NMI iret woes | Steven Rostedt | 2011-12-21 | 1 | -0/+177 |
| | * | x86: Document the NMI handler about not using paranoid_exit | Steven Rostedt | 2011-12-21 | 1 | -1/+8 |
| | * | x86: Do not schedule while still in NMI context | Linus Torvalds | 2011-12-21 | 1 | -32/+0 |
* | | | x86-64: Improve insn scheduling in SAVE_ARGS_IRQ | Jan Beulich | 2012-02-24 | 1 | -4/+3 |
|/ / |
|
* | | x86: Fix rflags in FAKE_STACK_FRAME | Seiichi Ikarashi | 2011-12-06 | 1 | -1/+1 |
* | | x86-64: Cleanup some assembly entry points | Jan Beulich | 2011-12-05 | 1 | -1/+1 |
* | | x86-64: Slightly shorten line system call entry and exit paths | Jan Beulich | 2011-12-05 | 1 | -5/+3 |
* | | x86-64: Reduce amount of redundant code generated for invalidate_interruptNN | Jan Beulich | 2011-12-05 | 1 | -3/+12 |
* | | x86-64: Slightly shorten int_ret_from_sys_call | Jan Beulich | 2011-12-05 | 1 | -3/+1 |
|/ |
|
* | x86-64: Fix CFI data for interrupt frames | Jan Beulich | 2011-09-28 | 1 | -5/+9 |
* | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2011-08-12 | 1 | -1/+0 |
|\ |
|
| * | x86-64: Rework vsyscall emulation and add vsyscall= parameter | Andy Lutomirski | 2011-08-10 | 1 | -1/+0 |
* | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2011-07-22 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | x86-64: Emulate legacy vsyscalls | Andy Lutomirski | 2011-06-07 | 1 | -0/+2 |
| * | x86-64: Document some of entry_64.S | Andy Lutomirski | 2011-06-05 | 1 | -0/+2 |
* | | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2011-07-22 | 1 | -5/+0 |
|\ \ |
|
| * | | x86, mce: Replace MCE_SELF_VECTOR by irq_work | Hidetoshi Seto | 2011-06-16 | 1 | -5/+0 |
| |/ |
|
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2011-07-22 | 1 | -3/+3 |
|\ \ |
|
| * | | x86, asm: Flip RESTORE_ARGS arguments logic | Borislav Petkov | 2011-06-03 | 1 | -2/+2 |
| * | | x86, asm: Flip SAVE_ARGS arguments logic | Borislav Petkov | 2011-06-03 | 1 | -1/+1 |
| |/ |
|
* | | x86: Don't use frame pointer to save old stack on irq entry | Frederic Weisbecker | 2011-07-02 | 1 | -12/+15 |
* | | x86: Remove useless unwinder backlink from irq regs saving | Frederic Weisbecker | 2011-07-02 | 1 | -1/+0 |
* | | x86,64: Separate arg1 from rbp handling in SAVE_REGS_IRQ | Frederic Weisbecker | 2011-07-02 | 1 | -1/+2 |
* | | x86,64: Simplify save_regs() | Frederic Weisbecker | 2011-07-02 | 1 | -27/+17 |
|/ |
|
* | x86: Fix common misspellings | Lucas De Marchi | 2011-03-18 | 1 | -2/+2 |
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2011-03-15 | 1 | -1/+4 |
|\ |
|
| * | x86: Allocate 32 tlb_invalidate_interrupt handler stubs | Shaohua Li | 2011-02-14 | 1 | -1/+4 |
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2011-03-15 | 1 | -1/+1 |
|\ \ |
|
| * | | x86, binutils, xen: Fix another wrong size directive | Alexander van Heukelum | 2011-03-12 | 1 | -1/+1 |
| |/ |
|
* | | x86: Separate out entry text section | Jiri Olsa | 2011-03-08 | 1 | -2/+4 |
|/ |
|
* | Merge branch 'kvm-updates/2.6.38' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2011-01-13 | 1 | -0/+3 |
|\ |
|
| * | KVM: Handle async PF in a guest. | Gleb Natapov | 2011-01-12 | 1 | -0/+3 |
* | | x86: Save rbp in pt_regs on irq entry | Frederic Weisbecker | 2011-01-07 | 1 | -13/+23 |
|/ |
|
* | x86/kprobes: Prevent kprobes to probe on save_args() | Masami Hiramatsu | 2010-11-18 | 1 | -0/+2 |
*-. | Merge branches 'softirq-for-linus', 'x86-debug-for-linus', 'x86-numa-for-linu... | Linus Torvalds | 2010-10-23 | 1 | -16/+4 |
|\ \ |
|
| | * | x86, asm: Fix CFI macro invocations to deal with shortcomings in gas | Jan Beulich | 2010-10-19 | 1 | -16/+4 |
* | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-10-21 | 1 | -64/+44 |
|\ \ \
| | |/
| |/| |
|
| * | | x86: Use {push,pop}{l,q}_cfi in more places | Jan Beulich | 2010-09-03 | 1 | -42/+23 |
| * | | x86-64: Use symbolics instead of raw numbers in entry_64.S | Jan Beulich | 2010-09-03 | 1 | -16/+16 |
| * | | x86-64: Adjust frame type at paranoid_exit: | Jan Beulich | 2010-09-03 | 1 | -1/+1 |
| * | | x86-64: Fix unwind annotations in syscall stubs | Jan Beulich | 2010-09-03 | 1 | -5/+4 |
| |/ |
|