summaryrefslogtreecommitdiff
path: root/arch/x86/entry
AgeCommit message (Expand)Author
2016-06-14x86/entry: Get rid of two-phase syscall entry workAndy Lutomirski
2016-06-14seccomp: Add a seccomp_data parameter secure_computing()Andy Lutomirski
2016-06-14x86/vdso/32: Assemble sigreturn.S separatelyAndy Lutomirski
2016-06-07GCC plugin infrastructureEmese Revfy
2016-05-26Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2016-05-25Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-05-23vdso: make arch_setup_additional_pages wait for mmap_sem for write killableMichal Hocko
2016-05-20Merge branch 'linus' into x86/urgent, to refresh the treeIngo Molnar
2016-05-19x86/entry/64: Fix stack return address retrieval in thunkJosh Poimboeuf
2016-05-12x86: Use compat version for preadv2 and pwritev2Dmitry V. Levin
2016-05-05x86/entry/32: Remove GET_THREAD_INFO() from entry codeBrian Gerst
2016-05-05x86/entry, sched/x86: Don't save/restore EFLAGS on task switchBrian Gerst
2016-05-03x86/asm/entry/32: Simplify pushes of zeroed pt_regs->REGsDenys Vlasenko
2016-04-29x86/segments/64: When load_gs_index fails, clear the baseAndy Lutomirski
2016-04-20kbuild: drop FORCE from PHONY targetsMasahiro Yamada
2016-04-19x86/entry: Rename is_{ia32,x32}_task() to in_{ia32,x32}_syscall()Dmitry Safonov
2016-04-13x86/syscalls: Wire up compat readv2/writev2 syscallsChristoph Hellwig
2016-04-13x86/vdso: Remove direct HPET access through the vDSOAndy Lutomirski
2016-04-13x86/entry/64: Make gs_change a local labelBorislav Petkov
2016-04-13x86/cpu: Add Erratum 88 detection on AMDBorislav Petkov
2016-03-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-03-22kernel: add kcov code coverageDmitry Vyukov
2016-03-20Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-03-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-03-17Merge branch 'x86/cleanups' into x86/urgentIngo Molnar
2016-03-15Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-03-14Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-03-10x86/entry: Call enter_from_user_mode() with IRQs offAndy Lutomirski
2016-03-10x86/entry/32: Change INT80 to be an interrupt gateAndy Lutomirski
2016-03-10x86/entry: Improve system call entry commentsAndy Lutomirski
2016-03-10x86/entry: Remove TIF_SINGLESTEP entry workAndy Lutomirski
2016-03-10x86/entry/32: Simplify and fix up the SYSENTER stack #DB/NMI fixupAndy Lutomirski
2016-03-10x86/entry: Vastly simplify SYSENTER TF (single-step) handlingAndy Lutomirski
2016-03-10x86/entry/32: Restore FLAGS on SYSEXITAndy Lutomirski
2016-03-10x86/entry/32: Filter NT and speed up AC filtering in SYSENTERAndy Lutomirski
2016-03-10x86/entry/compat: In SYSENTER, sink AC clearing below the existing FLAGS testAndy Lutomirski
2016-03-08x86/entry/32: Introduce and use X86_BUG_ESPFIX instead of paravirt_enabledAndy Lutomirski
2016-03-07Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fixIngo Molnar
2016-03-04x86: wire up preadv2 and pwritev2Christoph Hellwig
2016-02-29objtool: Mark non-standard object files and directoriesJosh Poimboeuf
2016-02-25x86/entry/compat: Add missing CLAC to entry_INT80_32Andy Lutomirski
2016-02-24x86: Fix misspellings in commentsAdam Buchbinder
2016-02-24x86/entry/32: Add an ASM_CLAC to entry_SYSENTER_32Andy Lutomirski
2016-02-24x86/asm/entry: Create stack frames in thunk functionsJosh Poimboeuf
2016-02-22x86/vdso: Mark the vDSO code read-only after initKees Cook
2016-02-17x86/entry/compat: Keep TS_COMPAT set during signal deliveryAndy Lutomirski
2016-02-01x86/syscalls/64: Mark sys_iopl() as using ptregsAndy Lutomirski
2016-02-01x86/entry/64: Fix fast-path syscall return register stateAndy Lutomirski
2016-02-01x86/entry/64: Fix an IRQ state error on ptregs-using syscallsAndy Lutomirski
2016-01-30x86/vdso: Use static_cpu_has()Borislav Petkov