aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/entry (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-08-10x86/build: Reduce the W=1 warnings noise when compiling x86 syscall tablesValdis Kletnieks1-0/+2
2016-08-10x86/entry: Clarify the RF saving/restoring situation with SYSCALL/SYSRETBorislav Petkov1-5/+9
2016-08-10x86, kasan, ftrace: Put APIC interrupt handlers into .irqentry.textAlexander Potapenko1-0/+11
2016-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-20/+5
2016-08-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-2/+12
2016-08-04x86: vdso: use __pvclock_read_cyclesPaolo Bonzini1-13/+3
2016-08-04pvclock: introduce seqcount-like APIPaolo Bonzini1-7/+2
2016-08-02Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-1/+2
2016-08-01x86/syscalls/64: Add compat_sys_keyctl for 32-bit userspaceDavid Howells1-1/+1
2016-08-01Merge branch 'x86/asm' into x86/urgent, to pick up fixIngo Molnar1-0/+6
2016-07-29Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds2-87/+21
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-16/+4
2016-07-27x86/ptrace: Stop setting TS_COMPAT in ptrace codeAndy Lutomirski1-1/+5
2016-07-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-07-25x86: Make the vdso2c compiler use the host architecture headersStephen Rothwell1-1/+1
2016-07-19x86/vdso: Error out if the vDSO isn't a valid DSOAndy Lutomirski1-0/+6
2016-07-15x86/syscalls: Add compat_sys_preadv64v2/compat_sys_pwritev64v2H.J. Lu1-2/+2
2016-07-15x86/dumpstack: Rename thread_struct::sig_on_uaccess_error to sig_on_uaccess_errIngo Molnar1-5/+5
2016-07-15x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_err to thread_structAndy Lutomirski1-3/+3
2016-07-15x86/dumpstack: When OOPSing, rewind the stack before do_exit()Andy Lutomirski2-0/+22
2016-07-15Merge branch 'x86/asm' into x86/mm, to resolve conflictsIngo Molnar5-22/+10
2016-07-14x86/vdso: Convert to hotplug state machineSebastian Andrzej Siewior1-16/+4
2016-07-10x86/entry: Inline enter_from_user_mode()Paolo Bonzini1-1/+1
2016-07-10x86/entry: Avoid interrupt flag save and restorePaolo Bonzini1-2/+2
2016-07-08x86/asm/entry: Make thunk's restore a local labelBorislav Petkov1-3/+3
2016-07-08x86/vdso: Add mremap hook to vm_special_mappingDmitry Safonov1-5/+42
2016-06-14x86/ptrace: run seccomp after ptraceKees Cook1-10/+12
2016-06-14x86/entry: Get rid of two-phase syscall entry workAndy Lutomirski1-76/+8
2016-06-14seccomp: Add a seccomp_data parameter secure_computing()Andy Lutomirski1-1/+1
2016-06-14x86/vdso/32: Assemble sigreturn.S separatelyAndy Lutomirski3-16/+4
2016-06-07GCC plugin infrastructureEmese Revfy1-1/+2
2016-05-26Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-2/+2
2016-05-25Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+5
2016-05-23vdso: make arch_setup_additional_pages wait for mmap_sem for write killableMichal Hocko1-1/+2
2016-05-20Merge branch 'linus' into x86/urgent, to refresh the treeIngo Molnar8-70/+38
2016-05-19x86/entry/64: Fix stack return address retrieval in thunkJosh Poimboeuf1-6/+5
2016-05-12x86: Use compat version for preadv2 and pwritev2Dmitry V. Levin1-2/+2
2016-05-05x86/entry/32: Remove GET_THREAD_INFO() from entry codeBrian Gerst1-3/+0
2016-05-05x86/entry, sched/x86: Don't save/restore EFLAGS on task switchBrian Gerst2-7/+0
2016-05-03x86/asm/entry/32: Simplify pushes of zeroed pt_regs->REGsDenys Vlasenko1-24/+21
2016-04-29x86/segments/64: When load_gs_index fails, clear the baseAndy Lutomirski1-0/+6
2016-04-20kbuild: drop FORCE from PHONY targetsMasahiro Yamada1-2/+2
2016-04-19x86/entry: Rename is_{ia32,x32}_task() to in_{ia32,x32}_syscall()Dmitry Safonov1-1/+1
2016-04-13x86/syscalls: Wire up compat readv2/writev2 syscallsChristoph Hellwig2-2/+4
2016-04-13x86/vdso: Remove direct HPET access through the vDSOAndy Lutomirski3-29/+2
2016-04-13x86/entry/64: Make gs_change a local labelBorislav Petkov1-5/+5
2016-04-13x86/cpu: Add Erratum 88 detection on AMDBorislav Petkov1-1/+1
2016-03-24Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-03-22kernel: add kcov code coverageDmitry Vyukov1-0/+3
2016-03-20Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-2/+12