summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-044-64/+8
|\
| * x86/xen: Get rid of paravirt op adjust_exception_frameJuergen Gross2017-08-312-20/+4
| * x86/gdt: Use bitfields for initializationThomas Gleixner2017-08-291-1/+1
| * x86/idt: Remove the tracing IDT completelyThomas Gleixner2017-08-292-23/+2
| * x86/traps: Simplify pagefault tracing logicThomas Gleixner2017-08-292-20/+1
* | Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-09-041-0/+3
|\ \
| * | x86/syscalls: Check address limit on user-mode returnThomas Garnier2017-07-081-0/+3
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-09-044-44/+152
|\ \ \
| * | | x86/entry/64: Use ENTRY() instead of ALIGN+GLOBAL for stub32_clone()Jiri Slaby2017-08-291-2/+2
| | |/ | |/|
| * | x86/xen/64: Rearrange the SYSCALL entriesAndy Lutomirski2017-08-102-11/+5
| * | Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar2017-08-101-0/+3
| |\ \
| * | | x86/entry/64: Add unwind hint annotationsJosh Poimboeuf2017-07-183-11/+66
| * | | x86/entry/64: Initialize the top of the IRQ stack before switching stacksAndy Lutomirski2017-07-181-1/+23
| * | | x86/entry/64: Refactor IRQ stacks and make them NMI-safeAndy Lutomirski2017-07-181-24/+61
* | | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2017-08-241-0/+2
|\ \ \ \ | | |/ / | |/| |
| * | | x86/asm/64: Clear AC on NMI entriesAndy Lutomirski2017-08-101-0/+2
* | | | irq: Make the irqentry text section unconditionalMasami Hiramatsu2017-08-101-7/+2
|/ / /
* | | x86: irq: Define a global vector for nested posted interruptsWincy Van2017-07-261-0/+1
|/ /
* | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2017-07-081-3/+0
|\ \ | |/ |/|
| * ARM: 8683/1: ARM32: Support mremap() for sigpage/vDSODmitry Safonov2017-06-211-3/+0
* | x86/asm: Fix comment in return_from_SYSCALL_64()Kirill A. Shutemov2017-06-131-1/+2
* | Revert "x86/entry: Fix the end of the stack for newly forked tasks"Josh Poimboeuf2017-05-242-18/+23
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-021-3/+6
|\
| * livepatch/x86: add TIF_PATCH_PENDING thread flagJosh Poimboeuf2017-03-081-3/+6
* | Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-05-021-1/+1
|\ \
| * | Remove compat_sys_getdents64()Al Viro2017-04-171-1/+1
| |/
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-012-6/+3
|\ \
| * | x86/asm: Remove __VIRTUAL_MASK_SHIFT==47 assertKirill A. Shutemov2017-04-041-5/+2
| * | Merge branch 'x86/process' into x86/mm, to create new base for further patchesIngo Molnar2017-03-231-0/+1
| |\ \
| * | | x86: Remap GDT tables in the fixmap sectionThomas Garnier2017-03-161-1/+1
| | |/ | |/|
* | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-014-1/+36
|\ \ \
| * | | x86/vdso: Add VCLOCK_HVCLOCK vDSO clock read methodVitaly Kuznetsov2017-03-114-1/+36
| |/ /
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-05-012-178/+8
|\ \ \
| * | | x86/ftrace: Move the ftrace specific code out of entry_32.SSteven Rostedt (VMware)2017-03-241-169/+0
| * | | Merge branch 'linus' into x86/asm, to refresh the topic tree with fixesIngo Molnar2017-03-235-0/+6
| |\ \ \ | | |/ /
| * | | x86/entry/64: Relax pvops stub clobber specificationsJan Beulich2017-03-011-8/+7
| * | | x86/entry/32: Relax a pvops stub clobber specificationJan Beulich2017-03-011-1/+1
* | | | Merge branch 'x86-process-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-05-011-0/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | x86/syscalls/32: Wire up arch_prctl on x86-32Kyle Huey2017-03-201-0/+1
| | |/ | |/|
* | | x86/vdso: Ensure vdso32_enabled gets set to valid values onlyMathias Krause2017-04-101-2/+9
|/ /
* | Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-032-0/+2
|\ \
| * | statx: Add a system call to make enhanced file info availableDavid Howells2017-03-022-0/+2
| |/
* | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+2
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
|/
* userfaultfd: non-cooperative: add event for memory unmapsMike Rapoport2017-02-241-1/+1
* x86/entry: Fix the end of the stack for newly forked tasksJosh Poimboeuf2017-01-122-23/+18
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-12-251-4/+4
|\
| * clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-251-4/+4
* | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-251-1/+1
|\ \ | |/ |/|
OpenPOWER on IntegriCloud