summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
Commit message (Expand)AuthorAgeFilesLines
...
* | 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-203-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-192-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/+11
| * | | x86/entry/32: Change INT80 to be an interrupt gateAndy Lutomirski2016-03-103-17/+8
| * | | x86/entry: Improve system call entry commentsAndy Lutomirski2016-03-103-28/+128
| * | | x86/entry: Remove TIF_SINGLESTEP entry workAndy Lutomirski2016-03-101-10/+0
| * | | x86/entry/32: Simplify and fix up the SYSENTER stack #DB/NMI fixupAndy Lutomirski2016-03-101-63/+51
| * | | 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/+3
| * | | x86/entry/32: Introduce and use X86_BUG_ESPFIX instead of paravirt_enabledAndy Lutomirski2016-03-081-13/+2
| * | | 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
| * | | x86/entry/64: Fix fast-path syscall return register stateAndy Lutomirski2016-02-011-1/+3
| * | | x86/entry/64: Fix an IRQ state error on ptregs-using syscallsAndy Lutomirski2016-02-011-6/+13
| * | | x86/vdso: Use static_cpu_has()Borislav Petkov2016-01-301-1/+1
| * | | x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov2016-01-305-3/+4
| * | | x86/entry/64: Migrate the 64-bit syscall slow path to CAndy Lutomirski2016-01-292-78/+65
| * | | x86/entry/64: Stop using int_ret_from_sys_call in ret_from_forkAndy Lutomirski2016-01-291-16/+19
| * | | x86/entry/64: Call all native slow-path syscalls with full pt-regsAndy Lutomirski2016-01-292-87/+10
| * | | x86/entry/64: Always run ptregs-using syscalls on the slow pathAndy Lutomirski2016-01-293-24/+55
| * | | x86/syscalls: Add syscall entry qualifiersAndy Lutomirski2016-01-293-7/+20
| * | | x86/syscalls: Move compat syscall entry handling into syscalltbl.shAndy Lutomirski2016-01-293-14/+22
| * | | x86/syscalls: Remove __SYSCALL_COMMON and __SYSCALL_X32Andy Lutomirski2016-01-292-9/+16
| * | | x86/syscalls: Refactor syscalltbl.shAndy Lutomirski2016-01-291-5/+13
| * | | Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new c...Ingo Molnar2016-01-294-6/+9
| |\ \ \ | | | |/ | | |/|
| * | | x86/asm/entry: Remove unused SAVE_ALL/RESTORE_ALL macros for !CONFIG_x86_64Alexander Kuleshov2016-01-191-31/+0
| * | | x86/vdso: Disallow vvar access to vclock IO for never-used vclocksAndy Lutomirski2016-01-122-3/+10
| * | | x86/vdso: Use ->fault() instead of remap_pfn_range() for the vvar mappingAndy Lutomirski2016-01-121-40/+57
| * | | x86/vdso: Use .fault for the vDSO text mappingAndy Lutomirski2016-01-122-14/+19
| * | | x86/vdso: Track each mm's loaded vDSO image as well as its baseAndy Lutomirski2016-01-121-0/+1
* | | | Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-141-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | x86/vdso: Mark the vDSO code read-only after initKees Cook2016-02-221-1/+1
| | |/ | |/|
* | | x86/entry/compat: Add missing CLAC to entry_INT80_32Andy Lutomirski2016-02-251-0/+1
* | | x86/entry/32: Add an ASM_CLAC to entry_SYSENTER_32Andy Lutomirski2016-02-241-0/+1
|/ /
* | UBSAN: run-time undefined behavior sanity checkerAndrey Ryabinin2016-01-201-0/+1
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-141-6/+6
|\ \
| * | x86/vdso/pvclock: Protect STABLE check with the seqcountAndy Lutomirski2016-01-131-6/+6
| |/
OpenPOWER on IntegriCloud