summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | x86: Make the vdso2c compiler use the host architecture headersStephen Rothwell2016-07-251-1/+1
| |/ / /
* | | | x86/syscalls: Add compat_sys_preadv64v2/compat_sys_pwritev64v2H.J. Lu2016-07-151-2/+2
* | | | x86/dumpstack: Rename thread_struct::sig_on_uaccess_error to sig_on_uaccess_errIngo Molnar2016-07-151-5/+5
* | | | x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_er...Andy Lutomirski2016-07-151-3/+3
* | | | x86/dumpstack: When OOPSing, rewind the stack before do_exit()Andy Lutomirski2016-07-152-0/+22
* | | | Merge branch 'x86/asm' into x86/mm, to resolve conflictsIngo Molnar2016-07-155-22/+10Star
|\ \ \ \ | | |/ / | |/| |
| * | | x86/entry: Inline enter_from_user_mode()Paolo Bonzini2016-07-101-1/+1
| * | | x86/entry: Avoid interrupt flag save and restorePaolo Bonzini2016-07-101-2/+2
| * | | x86/asm/entry: Make thunk's restore a local labelBorislav Petkov2016-07-081-3/+3
| * | | x86/vdso/32: Assemble sigreturn.S separatelyAndy Lutomirski2016-06-143-16/+4Star
| |/ /
* / / x86/vdso: Add mremap hook to vm_special_mappingDmitry Safonov2016-07-081-5/+42
|/ /
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-05-271-2/+2
|\ \
| * | kbuild: drop FORCE from PHONY targetsMasahiro Yamada2016-04-201-2/+2
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-05-261-6/+5Star
|\ \ \
| * \ \ Merge branch 'linus' into x86/urgent, to refresh the treeIngo Molnar2016-05-208-70/+38Star
| |\ \ \ | | | |/ | | |/|
| * | | x86/entry/64: Fix stack return address retrieval in thunkJosh Poimboeuf2016-05-191-6/+5Star
| * | | x86: Use compat version for preadv2 and pwritev2Dmitry V. Levin2016-05-121-2/+2
| | |/ | |/|
* | | vdso: make arch_setup_additional_pages wait for mmap_sem for write killableMichal Hocko2016-05-241-1/+2
| |/ |/|
* | x86/entry/32: Remove GET_THREAD_INFO() from entry codeBrian Gerst2016-05-051-3/+0Star
* | x86/entry, sched/x86: Don't save/restore EFLAGS on task switchBrian Gerst2016-05-052-7/+0Star
* | x86/asm/entry/32: Simplify pushes of zeroed pt_regs->REGsDenys Vlasenko2016-05-031-24/+21Star
* | x86/segments/64: When load_gs_index fails, clear the baseAndy Lutomirski2016-04-291-0/+6
* | x86/entry: Rename is_{ia32,x32}_task() to in_{ia32,x32}_syscall()Dmitry Safonov2016-04-191-1/+1
* | x86/syscalls: Wire up compat readv2/writev2 syscallsChristoph Hellwig2016-04-132-2/+4
* | x86/vdso: Remove direct HPET access through the vDSOAndy Lutomirski2016-04-133-29/+2Star
* | x86/entry/64: Make gs_change a local labelBorislav Petkov2016-04-131-5/+5
* | x86/cpu: Add Erratum 88 detection on AMDBorislav Petkov2016-04-131-1/+1
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-03-241-1/+1
|\
| * Merge branch 'x86/cleanups' into x86/urgentIngo Molnar2016-03-171-1/+1
| |\
| | * x86: Fix misspellings in commentsAdam Buchbinder2016-02-241-1/+1
* | | kernel: add kcov code coverageDmitry Vyukov2016-03-221-0/+3
* | | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-213-2/+12
|\ \ \
| * | | objtool: Mark non-standard object files and directoriesJosh Poimboeuf2016-02-292-2/+8
| * | | x86/asm/entry: Create stack frames in thunk functionsJosh Poimboeuf2016-02-241-0/+4
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-03-202-0/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | x86: wire up preadv2 and pwritev2Christoph Hellwig2016-03-042-0/+4
| | |/ | |/|
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-03-1514-474/+566
|\ \ \
| * | | x86/entry: Call enter_from_user_mode() with IRQs offAndy Lutomirski2016-03-101-22/+11Star
| * | | x86/entry/32: Change INT80 to be an interrupt gateAndy Lutomirski2016-03-103-17/+8Star
| * | | x86/entry: Improve system call entry commentsAndy Lutomirski2016-03-103-28/+128
| * | | x86/entry: Remove TIF_SINGLESTEP entry workAndy Lutomirski2016-03-101-10/+0Star
| * | | x86/entry/32: Simplify and fix up the SYSENTER stack #DB/NMI fixupAndy Lutomirski2016-03-101-63/+51Star
| * | | x86/entry: Vastly simplify SYSENTER TF (single-step) handlingAndy Lutomirski2016-03-102-13/+38
| * | | x86/entry/32: Restore FLAGS on SYSEXITAndy Lutomirski2016-03-101-0/+9
| * | | x86/entry/32: Filter NT and speed up AC filtering in SYSENTERAndy Lutomirski2016-03-101-1/+22
| * | | x86/entry/compat: In SYSENTER, sink AC clearing below the existing FLAGS testAndy Lutomirski2016-03-101-5/+3Star
| * | | x86/entry/32: Introduce and use X86_BUG_ESPFIX instead of paravirt_enabledAndy Lutomirski2016-03-081-13/+2Star
| * | | Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fixIngo Molnar2016-03-072-0/+2
| |\ \ \ | | |_|/ | |/| |
| * | | x86/entry/compat: Keep TS_COMPAT set during signal deliveryAndy Lutomirski2016-02-171-10/+13
| * | | x86/syscalls/64: Mark sys_iopl() as using ptregsAndy Lutomirski2016-02-011-1/+1