summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * cpu/hotplug: Cleanup state namesThomas Gleixner2016-12-251-1/+1
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
|/
* Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2016-12-151-2/+2
|\
| * ftrace/x86_32: Set ftrace_stub to weak to prevent gcc from using short jumps ...Steven Rostedt (Red Hat)2016-12-091-2/+2
* | mm: use vmf->address instead of of vmf->virtual_addressJan Kara2016-12-141-2/+2
* | Merge branch 'linus' into x86/asm, to pick up fixesIngo Molnar2016-11-011-2/+2
|\|
| * x86/build: Fix build with older GCC versionsJan Beulich2016-10-251-2/+2
* | x86/vdso: Set vDSO pointer only after successDmitry Safonov2016-10-281-7/+3
* | x86/entry64: Remove unused audit related macrosAlexander Kuleshov2016-10-251-6/+0
* | x86/entry/unwind: Create stack frames for saved interrupt registersJosh Poimboeuf2016-10-213-7/+56
* | entry/64: Remove unused ZERO_EXTRA_REGS macroAlexander Kuleshov2016-10-211-9/+0
* | x86/entry/32: Fix the end of the stack for newly forked tasksJosh Poimboeuf2016-10-201-3/+19
* | x86/entry/32: Rename 'error_code' to 'common_exception'Josh Poimboeuf2016-10-201-20/+23
* | x86/entry/32, x86/boot/32: Use local labelsJosh Poimboeuf2016-10-201-21/+22
* | x86/entry/64: Remove unused 'addskip' parameter of the ALLOC_PT_GPREGS_ON_STA...Alexander Kuleshov2016-10-201-2/+2
|/
* x86, pkeys: remove cruft from never-merged syscallsDave Hansen2016-10-172-4/+0
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-10-144-0/+10
|\
| * x86: move exports to actual definitionsAl Viro2016-08-074-0/+10
* | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-102-0/+10
|\ \
| * | x86: Wire up protection keys system callsDave Hansen2016-09-092-0/+10
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-10-101-6/+9
|\ \ \
| * | | x86/syscalls: Remove bash-isms in syscall table generatorsylvain.bertrand@gmail.com2016-10-051-6/+9
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-10-071-1/+1
|\ \ \ \
| * | | | x86/entry: spell EBX register correctly in documentationNicolas Iooss2016-09-291-1/+1
* | | | | Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-10-061-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | KVM: x86: introduce get_kvmclock_nsPaolo Bonzini2016-09-201-1/+1
| | |/ / | |/| |
* | | | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-10-031-73/+102
|\ \ \ \
| * | | | x86/vdso: Only define map_vdso_randomized() if CONFIG_X86_64Ingo Molnar2016-09-151-50/+48
| * | | | x86/arch_prctl/vdso: Add ARCH_MAP_VDSO_*Dmitry Safonov2016-09-141-10/+35
| * | | | x86/vdso: Replace calculate_addr in map_vdso() with addrDmitry Safonov2016-09-141-13/+17
| * | | | x86/vdso: Unmap vdso blob on vvar mapping failureDmitry Safonov2016-09-141-2/+4
| |/ / /
* | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-033-70/+173
|\ \ \ \
| * \ \ \ Merge branch 'x86/urgent' into x86/asmThomas Gleixner2016-09-301-1/+1
| |\ \ \ \
| * | | | | x86/entry/64: Fix a minor comment rebase errorAndy Lutomirski2016-09-161-1/+0
| * | | | | x86: Move thread_info into task_structAndy Lutomirski2016-09-151-2/+5
| * | | | | x86/entry: Get rid of pt_regs_to_thread_info()Linus Torvalds2016-09-151-14/+6
| * | | | | x86/asm: Move the thread_info::status field to thread_structAndy Lutomirski2016-09-151-2/+2
| * | | | | x86/entry/64: Clean up and document espfix64 stack setupAndy Lutomirski2016-09-131-11/+53
| * | | | | sched/x86: Pass kernel thread parameters in 'struct fork_frame'Brian Gerst2016-08-242-36/+32
| * | | | | sched/x86: Rewrite the switch_to() codeBrian Gerst2016-08-242-3/+75
| * | | | | Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar2016-08-187-28/+41
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | x86/entry: Remove duplicated commentBorislav Petkov2016-08-011-2/+1
* | | | | | x86/entry/64: Fix context tracking state warning when load_gs_index failsWanpeng Li2016-09-301-2/+2
| |_|/ / / |/| | | |
* | | | | x86/vdso: Fix building on big endian hostSegher Boessenkool2016-09-301-1/+1
| |/ / / |/| | |
* | | | x86/build: Reduce the W=1 warnings noise when compiling x86 syscall tablesValdis Kletnieks2016-08-101-0/+2