summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/ |/|
| * 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
|\ \ \