- 85a2d93 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- d1c9910 Revert "x86/retpoline: Simplify vmexit_fill_RSB()" by David Woodhouse · 7 years ago
- e525de3 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- d4667ca Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- b399151 x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping by Jia Zhang · 7 years ago
- 01684e7 x86/error_inject: Make just_return_func() globally visible by Arnd Bergmann · 7 years ago
- 3527799 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
- 3ccabd6 Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- c7f631c x86/get_user: Use pointer masking to limit speculation by Dan Williams · 7 years ago
- 304ec1b x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospec by Dan Williams · 7 years ago
- b5c4ae4f x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end} by Dan Williams · 7 years ago
- 7e86548 Merge tag 'v4.15' into x86/pti, to be able to merge dependent changes by Ingo Molnar · 7 years ago
- 6304672 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 24b1ccc Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 1dde741 x86/retpoline: Simplify vmexit_fill_RSB() by Borislav Petkov · 7 years ago
- 1df3738 x86/retpoline: Remove the esp/rsp thunk by Waiman Long · 7 years ago
- 5ca1144 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- 5515114 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- c1804a2 kprobes/x86: Blacklist indirect thunk functions for kprobes by Masami Hiramatsu · 7 years ago
- 736e80a retpoline: Introduce start/end markers of indirect thunk by Masami Hiramatsu · 7 years ago
- c02b374 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
- 7cf1aaa x86/timer: Don't inline __const_udelay by Andi Kleen · 7 years ago
- 40548c6 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 540adea error-injection: Separate error-injection from kprobe by Masami Hiramatsu · 7 years ago
- 5096732 x86/retpoline/checksum32: Convert assembler indirect jumps by David Woodhouse · 7 years ago
- 76b0438 x86/retpoline: Add initial retpoline support by David Woodhouse · 7 years ago
- 64a4809 Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- c482fee x86/entry/64: Make cpu_entry_area.tss read-only by Andy Lutomirski · 7 years ago
- f5b5fab x86/decoder: Fix and update the opcodes map by Randy Dunlap · 7 years ago
- 12a78d4 x86/decoder: Add new TEST instruction pattern by Masami Hiramatsu · 7 years ago
- e2a5dca x86/umip: Fix insn_get_code_seg_params()'s return value by Borislav Petkov · 7 years ago
- d6ec9d9 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 9c6c799 x86/insn-eval: Add support to resolve 16-bit address encodings by Ricardo Neri · 7 years ago
- 86cc351 x86/insn-eval: Handle 32-bit address encodings in virtual-8086 mode by Ricardo Neri · 7 years ago
- cd9b594 x86/insn-eval: Add wrapper function for 32 and 64-bit addresses by Ricardo Neri · 7 years ago
- 7a6daf7 x86/insn-eval: Add support to resolve 32-bit address encodings by Ricardo Neri · 7 years ago
- 70e57c0 x86/insn-eval: Compute linear address in several utility functions by Ricardo Neri · 7 years ago
- 93c0808 Merge branch 'x86/mpx' into x86/asm, to pick up dependent commits by Ingo Molnar · 7 years ago
- 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 7127126 x86/insn-eval: Extend get_seg_base_addr() to also obtain segment limit by Ricardo Neri · 7 years ago
- 1089044 x86/insn-eval: Incorporate segment base in linear address computation by Ricardo Neri · 7 years ago
- e526a30 x86/insn-eval: Indicate a 32-bit displacement if ModRM.mod is 0 and ModRM.rm is 101b by Ricardo Neri · 7 years ago
- 4efea85 x86/insn-eval: Add function to get default params of code segment by Ricardo Neri · 7 years ago
- bd5a410 x86/insn-eval: Add utility functions to get segment descriptor base address and limit by Ricardo Neri · 7 years ago
- 670f928 x86/insn-eval: Add utility function to get segment descriptor by Ricardo Neri · 7 years ago
- 32d0b95 x86/insn-eval: Add utility functions to get segment selector by Ricardo Neri · 7 years ago
- 536b815 x86/insn-eval: Add utility function to identify string instructions by Ricardo Neri · 7 years ago
- e5e45f1 x86/insn-eval: Add a utility function to get register offsets by Ricardo Neri · 7 years ago
- ed594e4 x86/insn-eval: Do not BUG on invalid register type by Ricardo Neri · 7 years ago
- 32542ee x86/mpx, x86/insn: Relocate insn util functions to a new insn-eval file by Ricardo Neri · 7 years ago
- 19c6092 locking/arch, x86: Add __down_read_killable() by Kirill Tkhai · 7 years ago
- e505371 x86/boot: Add early cmdline parsing for options with arguments by Tom Lendacky · 8 years ago
- 6974f0c include/linux/string.h: add the option of fortified string.h functions by Daniel Micay · 8 years ago
- b6ffe9b Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 8 years ago
- 48b5259 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- 7447d56 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- c207aee objtool, x86: Add several functions and files to the objtool whitelist by Josh Poimboeuf · 8 years ago
- 236222d x86/uaccess: Optimize copy_user_enhanced_fast_string() for short strings by Paolo Abeni · 8 years ago
- d5b1a5f x86/insn: perf tools: Add new ptwrite instruction by Adrian Hunter · 8 years ago
- 4e4f00a x86, dax, libnvdimm: remove wb_cache_pmem() indirection by Dan Williams · 8 years ago
- 0aed55a x86, uaccess: introduce copy_from_iter_flushcache for pmem / cache-bypass operations by Dan Williams · 8 years ago
- 121843e x86/mm/kaslr: Use the _ASM_MUL macro for multiplication to work around Clang incompatibility by Matthias Kaehlcke · 8 years ago
- 415812f2 Merge branch 'linus' into x86/urgent, to pick up dependent commits by Ingo Molnar · 8 years ago
- 42fc6c6 x86/asm: Don't use RBP as a temporary register in csum_partial_copy_generic() by Josh Poimboeuf · 8 years ago
- 3fb9268 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- 16b76293 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- 5db6db0 Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- 88d879d Prevent timer value 0 for MWAITX by Janakarajan Natarajan · 8 years ago
- beba3a2 x86: switch to RAW_COPY_USER by Al Viro · 8 years ago
- a41e0d7 x86: don't wank with magical size in __copy_in_user() by Al Viro · 8 years ago
- 3f76345 kill __copy_from_user_nocache() by Al Viro · 8 years ago
- 122b05d amd64: get rid of zeroing by Al Viro · 8 years ago
- 26a37ab x86/mce: Fix copy/paste error in exception table entries by Tony Luck · 8 years ago
- f25d384 x86/asm: Optimize clear_page() by Borislav Petkov · 8 years ago
- 0871d5a Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up updates by Ingo Molnar · 8 years ago
- 66441bd x86/boot/e820: Move asm/e820.h to asm/e820/api.h by Ingo Molnar · 8 years ago
- 4c45c51 x86/timer: Make delay() work during early bootup by Jiri Slaby · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- 5645688 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- 5d07c2c x86/msr: Cleanup/streamline MSR helpers by Borislav Petkov · 8 years ago
- adb402c x86/copy_user: Unify the code by removing the 64-bit asm _copy_*_user() variants by Borislav Petkov · 8 years ago
- 84d6984 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
- 9a6fb28 x86/mce: Improve memcpy_mcsafe() by Tony Luck · 8 years ago
- 62d16b5 x86/mm/kaslr: Fix -Wformat-security warning by Nicolas Iooss · 8 years ago
- 65ea11e x86/hweight: Don't clobber %rdi by Ville Syrjälä · 8 years ago
- 784d569 x86: move exports to actual definitions by Al Viro · 9 years ago
- aeb35d6 Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- f0c98eb Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm 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
- 77cd3d0 Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
- fd1d961 x86/insn: remove pcommit by Dan Williams · 9 years ago
- 25af37f x86/insn: Add AVX-512 support to the instruction decoder by Adrian Hunter · 9 years ago
- 6f6ef07 x86/insn: perf tools: Fix vcvtph2ps instruction decoding by Adrian Hunter · 9 years ago
- 13d4ea0 x86/uaccess: Move thread_info::addr_limit to thread_struct by Andy Lutomirski · 9 years ago
- e683014 x86/lib: Audit and remove any unnecessary uses of module.h by Paul Gortmaker · 9 years ago
- d899a7d x86/mm: Refactor KASLR entropy functions by Thomas Garnier · 9 years ago
- f596710 x86/hweight: Get rid of the special calling convention by Borislav Petkov · 9 years ago
- 168f1a7 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago