aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
Commit message (Expand)AuthorAge
...
| * | | | x86/vdso: Convert to hotplug state machineSebastian Andrzej Siewior2016-07-14
| |/ / /
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-26
|\ \ \ \
| * | | | x86: Make the vdso2c compiler use the host architecture headersStephen Rothwell2016-07-25
| |/ / /
* | | | x86/syscalls: Add compat_sys_preadv64v2/compat_sys_pwritev64v2H.J. Lu2016-07-15
* | | | x86/dumpstack: Rename thread_struct::sig_on_uaccess_error to sig_on_uaccess_errIngo Molnar2016-07-15
* | | | x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_er...Andy Lutomirski2016-07-15
* | | | x86/dumpstack: When OOPSing, rewind the stack before do_exit()Andy Lutomirski2016-07-15
* | | | Merge branch 'x86/asm' into x86/mm, to resolve conflictsIngo Molnar2016-07-15
|\ \ \ \ | | |/ / | |/| |
| * | | x86/entry: Inline enter_from_user_mode()Paolo Bonzini2016-07-10
| * | | x86/entry: Avoid interrupt flag save and restorePaolo Bonzini2016-07-10
| * | | x86/asm/entry: Make thunk's restore a local labelBorislav Petkov2016-07-08
| * | | x86/vdso/32: Assemble sigreturn.S separatelyAndy Lutomirski2016-06-14
| |/ /
* / / x86/vdso: Add mremap hook to vm_special_mappingDmitry Safonov2016-07-08
|/ /
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-05-27
|\ \
| * | kbuild: drop FORCE from PHONY targetsMasahiro Yamada2016-04-20
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-05-25
|\ \ \
| * \ \ Merge branch 'linus' into x86/urgent, to refresh the treeIngo Molnar2016-05-20
| |\ \ \ | | | |/ | | |/|
| * | | x86/entry/64: Fix stack return address retrieval in thunkJosh Poimboeuf2016-05-19
| * | | x86: Use compat version for preadv2 and pwritev2Dmitry V. Levin2016-05-12
| | |/ | |/|
* | | vdso: make arch_setup_additional_pages wait for mmap_sem for write killableMichal Hocko2016-05-23
| |/ |/|
* | x86/entry/32: Remove GET_THREAD_INFO() from entry codeBrian Gerst2016-05-05
* | x86/entry, sched/x86: Don't save/restore EFLAGS on task switchBrian Gerst2016-05-05
* | x86/asm/entry/32: Simplify pushes of zeroed pt_regs->REGsDenys Vlasenko2016-05-03
* | x86/segments/64: When load_gs_index fails, clear the baseAndy Lutomirski2016-04-29
* | x86/entry: Rename is_{ia32,x32}_task() to in_{ia32,x32}_syscall()Dmitry Safonov2016-04-19
* | x86/syscalls: Wire up compat readv2/writev2 syscallsChristoph Hellwig2016-04-13
* | x86/vdso: Remove direct HPET access through the vDSOAndy Lutomirski2016-04-13
* | x86/entry/64: Make gs_change a local labelBorislav Petkov2016-04-13
* | x86/cpu: Add Erratum 88 detection on AMDBorislav Petkov2016-04-13
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-03-24
|\
| * Merge branch 'x86/cleanups' into x86/urgentIngo Molnar2016-03-17
| |\
| | * x86: Fix misspellings in commentsAdam Buchbinder2016-02-24
* | | kernel: add kcov code coverageDmitry Vyukov2016-03-22
* | | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-20
|\ \ \
| * | | objtool: Mark non-standard object files and directoriesJosh Poimboeuf2016-02-29
| * | | x86/asm/entry: Create stack frames in thunk functionsJosh Poimboeuf2016-02-24
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-03-19
|\ \ \ \ | |_|/ / |/| | |
| * | | x86: wire up preadv2 and pwritev2Christoph Hellwig2016-03-04
| | |/ | |/|
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-03-15
|\ \ \
| * | | x86/entry: Call enter_from_user_mode() with IRQs offAndy Lutomirski2016-03-10
| * | | x86/entry/32: Change INT80 to be an interrupt gateAndy Lutomirski2016-03-10
| * | | x86/entry: Improve system call entry commentsAndy Lutomirski2016-03-10
| * | | x86/entry: Remove TIF_SINGLESTEP entry workAndy Lutomirski2016-03-10
| * | | x86/entry/32: Simplify and fix up the SYSENTER stack #DB/NMI fixupAndy Lutomirski2016-03-10
| * | | x86/entry: Vastly simplify SYSENTER TF (single-step) handlingAndy Lutomirski2016-03-10
| * | | x86/entry/32: Restore FLAGS on SYSEXITAndy Lutomirski2016-03-10
| * | | x86/entry/32: Filter NT and speed up AC filtering in SYSENTERAndy Lutomirski2016-03-10
| * | | x86/entry/compat: In SYSENTER, sink AC clearing below the existing FLAGS testAndy Lutomirski2016-03-10
| * | | x86/entry/32: Introduce and use X86_BUG_ESPFIX instead of paravirt_enabledAndy Lutomirski2016-03-08
| * | | Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fixIngo Molnar2016-03-07
| |\ \ \ | | |_|/ | |/| |