summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
Commit message (Expand)AuthorAgeFilesLines
* x86/build: Fix build with older GCC versionsJan Beulich2016-10-251-2/+2
* x86, pkeys: remove cruft from never-merged syscallsDave Hansen2016-10-172-4/+0Star
* 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-084-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-041-73/+102
|\ \ \ \
| * | | | x86/vdso: Only define map_vdso_randomized() if CONFIG_X86_64Ingo Molnar2016-09-151-50/+48Star
| * | | | 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-043-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/+0Star
| * | | | | 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/+6Star
| * | | | | 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/+32Star
| * | | | | 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/+1Star
* | | | | | 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
* | | | x86/entry: Clarify the RF saving/restoring situation with SYSCALL/SYSRETBorislav Petkov2016-08-101-5/+9
* | | | x86, kasan, ftrace: Put APIC interrupt handlers into .irqentry.textAlexander Potapenko2016-08-101-0/+11
| |_|/ |/| |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-061-20/+5Star
|\ \ \
| * | | x86: vdso: use __pvclock_read_cyclesPaolo Bonzini2016-08-041-13/+3Star
| * | | pvclock: introduce seqcount-like APIPaolo Bonzini2016-08-041-7/+2Star
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-08-063-2/+12
|\ \ \ \ | |/ / / |/| | |
| * | | x86/syscalls/64: Add compat_sys_keyctl for 32-bit userspaceDavid Howells2016-08-011-1/+1
| * | | Merge branch 'x86/asm' into x86/urgent, to pick up fixIngo Molnar2016-08-011-0/+6
| |\ \ \
| | * | | x86/vdso: Error out if the vDSO isn't a valid DSOAndy Lutomirski2016-07-191-0/+6
| * | | | x86/ptrace: Stop setting TS_COMPAT in ptrace codeAndy Lutomirski2016-07-271-1/+5
* | | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-08-021-1/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | GCC plugin infrastructureEmese Revfy2016-06-071-1/+2
* | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-07-302-87/+21Star
|\ \ \ \ \
| * | | | | x86/ptrace: run seccomp after ptraceKees Cook2016-06-141-10/+12
| * | | | | x86/entry: Get rid of two-phase syscall entry workAndy Lutomirski2016-06-141-76/+8Star
| * | | | | seccomp: Add a seccomp_data parameter secure_computing()Andy Lutomirski2016-06-141-1/+1
| |/ / / /
* | | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-291-16/+4Star
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | x86/vdso: Convert to hotplug state machineSebastian Andrzej Siewior2016-07-141-16/+4Star
| |/ / /
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-261-1/+1
|\ \ \ \