- f716a85 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
- 7a1e8b8 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
- a6408f6 Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- 37e13a1 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- d51306f x86: Make the vdso2c compiler use the host architecture headers by Stephen Rothwell · 8 years ago
- 3ebfd81 x86/syscalls: Add compat_sys_preadv64v2/compat_sys_pwritev64v2 by H.J. Lu · 8 years ago
- 2a53ccb x86/dumpstack: Rename thread_struct::sig_on_uaccess_error to sig_on_uaccess_err by Ingo Molnar · 8 years ago
- dfa9a94 x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_err to thread_struct by Andy Lutomirski · 8 years ago
- 2deb4be x86/dumpstack: When OOPSing, rewind the stack before do_exit() by Andy Lutomirski · 8 years ago
- 38452af Merge branch 'x86/asm' into x86/mm, to resolve conflicts by Ingo Molnar · 8 years ago
- 07d36c9 x86/vdso: Convert to hotplug state machine by Sebastian Andrzej Siewior · 8 years ago
- be8a18e x86/entry: Inline enter_from_user_mode() by Paolo Bonzini · 9 years ago
- 2e9d1e1 x86/entry: Avoid interrupt flag save and restore by Paolo Bonzini · 9 years ago
- 9a7e7b5 x86/asm/entry: Make thunk's restore a local label by Borislav Petkov · 8 years ago
- b059a45 x86/vdso: Add mremap hook to vm_special_mapping by Dmitry Safonov · 8 years ago
- 93e35ef x86/ptrace: run seccomp after ptrace by Kees Cook · 9 years ago
- c87a851 x86/entry: Get rid of two-phase syscall entry work by Andy Lutomirski · 9 years ago
- 2f275de seccomp: Add a seccomp_data parameter secure_computing() by Andy Lutomirski · 9 years ago
- f070255 x86/vdso/32: Assemble sigreturn.S separately by Andy Lutomirski · 9 years ago
- 6b90bd4 GCC plugin infrastructure by Emese Revfy · 9 years ago
- 5b26fc8 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 9 years ago
- 2f7c3a1 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 6904817 vdso: make arch_setup_additional_pages wait for mmap_sem for write killable by Michal Hocko · 9 years ago
- 06cd3d8 Merge branch 'linus' into x86/urgent, to refresh the tree by Ingo Molnar · 9 years ago
- d4bf707 x86/entry/64: Fix stack return address retrieval in thunk by Josh Poimboeuf · 9 years ago
- 9a7a076 x86: Use compat version for preadv2 and pwritev2 by Dmitry V. Levin · 9 years ago
- 1e17880 x86/entry/32: Remove GET_THREAD_INFO() from entry code by Brian Gerst · 9 years ago
- 092c74e x86/entry, sched/x86: Don't save/restore EFLAGS on task switch by Brian Gerst · 9 years ago
- 778843f x86/asm/entry/32: Simplify pushes of zeroed pt_regs->REGs by Denys Vlasenko · 9 years ago
- b038c84 x86/segments/64: When load_gs_index fails, clear the base by Andy Lutomirski · 9 years ago
- 2e8d696 kbuild: drop FORCE from PHONY targets by Masahiro Yamada · 9 years ago
- abfb949 x86/entry: Rename is_{ia32,x32}_task() to in_{ia32,x32}_syscall() by Dmitry Safonov · 9 years ago
- 482dd2e x86/syscalls: Wire up compat readv2/writev2 syscalls by Christoph Hellwig · 9 years ago
- 1ed95e5 x86/vdso: Remove direct HPET access through the vDSO by Andy Lutomirski · 9 years ago
- 42c748bb x86/entry/64: Make gs_change a local label by Borislav Petkov · 9 years ago
- 96e5d28 x86/cpu: Add Erratum 88 detection on AMD by Borislav Petkov · 9 years ago
- d88f48e Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 5c9a875 kernel: add kcov code coverage by Dmitry Vyukov · 9 years ago
- 26660a4 Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 3c2de27 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
- 00f5268 Merge branch 'x86/cleanups' into x86/urgent by Ingo Molnar · 9 years ago
- ba33ea8 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- d09e356 Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 9999c8c0 x86/entry: Call enter_from_user_mode() with IRQs off by Andy Lutomirski · 9 years ago
- a798f09 x86/entry/32: Change INT80 to be an interrupt gate by Andy Lutomirski · 9 years ago
- fda57b2 x86/entry: Improve system call entry comments by Andy Lutomirski · 9 years ago
- 392a625 x86/entry: Remove TIF_SINGLESTEP entry work by Andy Lutomirski · 9 years ago
- 7536656 x86/entry/32: Simplify and fix up the SYSENTER stack #DB/NMI fixup by Andy Lutomirski · 9 years ago
- f2b3757 x86/entry: Vastly simplify SYSENTER TF (single-step) handling by Andy Lutomirski · 9 years ago
- c2c9b52 x86/entry/32: Restore FLAGS on SYSEXIT by Andy Lutomirski · 9 years ago
- 67f590e x86/entry/32: Filter NT and speed up AC filtering in SYSENTER by Andy Lutomirski · 9 years ago
- e786041 x86/entry/compat: In SYSENTER, sink AC clearing below the existing FLAGS test by Andy Lutomirski · 9 years ago
- 58a5aac x86/entry/32: Introduce and use X86_BUG_ESPFIX instead of paravirt_enabled by Andy Lutomirski · 9 years ago
- ec87e1c Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fix by Ingo Molnar · 9 years ago
- 4babf2c x86: wire up preadv2 and pwritev2 by Christoph Hellwig · 9 years ago
- c0dd671686 objtool: Mark non-standard object files and directories by Josh Poimboeuf · 9 years ago
- 3d44d51 x86/entry/compat: Add missing CLAC to entry_INT80_32 by Andy Lutomirski · 9 years ago
- 6a6256f x86: Fix misspellings in comments by Adam Buchbinder · 9 years ago
- 04d1d28 x86/entry/32: Add an ASM_CLAC to entry_SYSENTER_32 by Andy Lutomirski · 9 years ago
- 058fb73 x86/asm/entry: Create stack frames in thunk functions by Josh Poimboeuf · 9 years ago
- 018ef8d x86/vdso: Mark the vDSO code read-only after init by Kees Cook · 9 years ago
- 4e79e18 x86/entry/compat: Keep TS_COMPAT set during signal delivery by Andy Lutomirski · 9 years ago
- bb56968 x86/syscalls/64: Mark sys_iopl() as using ptregs by Andy Lutomirski · 9 years ago
- eb2a54c x86/entry/64: Fix fast-path syscall return register state by Andy Lutomirski · 9 years ago
- b776508 x86/entry/64: Fix an IRQ state error on ptregs-using syscalls by Andy Lutomirski · 9 years ago
- 8c72530 x86/vdso: Use static_cpu_has() by Borislav Petkov · 9 years ago
- cd4d09e x86/cpufeature: Carve out X86_FEATURE_* by Borislav Petkov · 9 years ago
- 1e423bf x86/entry/64: Migrate the 64-bit syscall slow path to C by Andy Lutomirski · 9 years ago
- 24d978b x86/entry/64: Stop using int_ret_from_sys_call in ret_from_fork by Andy Lutomirski · 9 years ago
- 46eabf0 x86/entry/64: Call all native slow-path syscalls with full pt-regs by Andy Lutomirski · 9 years ago
- 302f5b2 x86/entry/64: Always run ptregs-using syscalls on the slow path by Andy Lutomirski · 9 years ago
- cfcbadb x86/syscalls: Add syscall entry qualifiers by Andy Lutomirski · 9 years ago
- 3e65654 x86/syscalls: Move compat syscall entry handling into syscalltbl.sh by Andy Lutomirski · 9 years ago
- 32324ce x86/syscalls: Remove __SYSCALL_COMMON and __SYSCALL_X32 by Andy Lutomirski · 9 years ago
- fba3247 x86/syscalls: Refactor syscalltbl.sh by Andy Lutomirski · 9 years ago
- 76b36fa Merge tag 'v4.5-rc1' into x86/asm, to refresh the branch before merging new changes by Ingo Molnar · 9 years ago
- c6d3085 UBSAN: run-time undefined behavior sanity checker by Andrey Ryabinin · 9 years ago
- 2024315 x86/asm/entry: Remove unused SAVE_ALL/RESTORE_ALL macros for !CONFIG_x86_64 by Alexander Kuleshov · 9 years ago
- 10a0c0f Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 78fd8c7 x86/vdso/pvclock: Protect STABLE check with the seqcount by Andy Lutomirski · 9 years ago
- fce205e Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
- bd902c5 x86/vdso: Disallow vvar access to vclock IO for never-used vclocks by Andy Lutomirski · 9 years ago
- a48a704 x86/vdso: Use ->fault() instead of remap_pfn_range() for the vvar mapping by Andy Lutomirski · 9 years ago
- 05ef76b x86/vdso: Use .fault for the vDSO text mapping by Andy Lutomirski · 9 years ago
- 352b78c x86/vdso: Track each mm's loaded vDSO image as well as its base by Andy Lutomirski · 9 years ago
- 88cbfd0 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
- 30bfa7b x86/entry: Restore traditional SYSENTER calling convention by Andy Lutomirski · 9 years ago
- 6a613ac x86/entry: Fix some comments by Andy Lutomirski · 9 years ago
- 91e2eea x86/xen: Avoid fast syscall path for Xen PV guests by Boris Ostrovsky · 9 years ago
- f74acf0 x86/entry/64_compat: Make labels local by Borislav Petkov · 9 years ago
- 76480a6 x86/vdso: Enable vdso pvclock access on all vdso variants by Andy Lutomirski · 9 years ago
- cc1e24f x86/vdso: Remove pvclock fixmap machinery by Andy Lutomirski · 9 years ago
- dac16fb x86/vdso: Get pvclock data from the vvar VMA instead of the fixmap by Andy Lutomirski · 9 years ago
- 6b078f5 x86, vdso, pvclock: Simplify and speed up the vdso pvclock reader by Andy Lutomirski · 9 years ago
- cb4c4e8 x86: add sys_copy_file_range to syscall tables by Zach Brown · 9 years ago
- 478dc89 x86/entry/64: Bypass enter_from_user_mode on non-context-tracking boots by Andy Lutomirski · 9 years ago
- 49b2410 Merge branch 'x86/urgent' into x86/asm, to pick up dependent fixes by Ingo Molnar · 9 years ago
- f107505 x86/entry/64: Fix irqflag tracing wrt context tracking by Andy Lutomirski · 9 years ago
- 75ef821 x86/entry, x86/paravirt: Remove the unused usergs_sysret32 PV op by Boris Ostrovsky · 9 years ago
- 88c15ec x86/paravirt: Remove the unused irq_enable_sysexit pv op by Boris Ostrovsky · 9 years ago