Age | Commit message (Expand) | Author | Files | Lines |
2017-11-13 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -1/+1365 |
2017-11-08 | x86/insn-eval: Add support to resolve 16-bit address encodings | Ricardo Neri | 1 | -1/+212 |
2017-11-08 | x86/insn-eval: Handle 32-bit address encodings in virtual-8086 mode | Ricardo Neri | 1 | -0/+11 |
2017-11-08 | x86/insn-eval: Add wrapper function for 32 and 64-bit addresses | Ricardo Neri | 1 | -5/+55 |
2017-11-08 | x86/insn-eval: Add support to resolve 32-bit address encodings | Ricardo Neri | 1 | -6/+106 |
2017-11-08 | x86/insn-eval: Compute linear address in several utility functions | Ricardo Neri | 1 | -58/+185 |
2017-11-08 | Merge branch 'x86/mpx' into x86/asm, to pick up dependent commits | Ingo Molnar | 2 | -1/+866 |
2017-11-07 | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 21 | -0/+21 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 21 | -0/+21 |
2017-11-02 | x86/insn-eval: Extend get_seg_base_addr() to also obtain segment limit | Ricardo Neri | 1 | -8/+19 |
2017-11-01 | x86/insn-eval: Incorporate segment base in linear address computation | Ricardo Neri | 1 | -3/+52 |
2017-11-01 | x86/insn-eval: Indicate a 32-bit displacement if ModRM.mod is 0 and ModRM.rm ... | Ricardo Neri | 1 | -3/+22 |
2017-11-01 | x86/insn-eval: Add function to get default params of code segment | Ricardo Neri | 1 | -0/+64 |
2017-11-01 | x86/insn-eval: Add utility functions to get segment descriptor base address a... | Ricardo Neri | 1 | -0/+114 |
2017-11-01 | x86/insn-eval: Add utility function to get segment descriptor | Ricardo Neri | 1 | -0/+57 |
2017-11-01 | x86/insn-eval: Add utility functions to get segment selector | Ricardo Neri | 1 | -0/+340 |
2017-11-01 | x86/insn-eval: Add utility function to identify string instructions | Ricardo Neri | 1 | -0/+28 |
2017-11-01 | x86/insn-eval: Add a utility function to get register offsets | Ricardo Neri | 1 | -0/+17 |
2017-11-01 | x86/insn-eval: Do not BUG on invalid register type | Ricardo Neri | 1 | -3/+6 |
2017-11-01 | x86/mpx, x86/insn: Relocate insn util functions to a new insn-eval file | Ricardo Neri | 2 | -1/+164 |
2017-10-10 | locking/arch, x86: Add __down_read_killable() | Kirill Tkhai | 1 | -0/+12 |
2017-07-18 | x86/boot: Add early cmdline parsing for options with arguments | Tom Lendacky | 1 | -0/+105 |
2017-07-12 | include/linux/string.h: add the option of fortified string.h functions | Daniel Micay | 1 | -1/+1 |
2017-07-07 | Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+134 |
2017-07-03 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+5 |
2017-07-03 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
2017-06-30 | objtool, x86: Add several functions and files to the objtool whitelist | Josh Poimboeuf | 1 | -4/+4 |
2017-06-30 | x86/uaccess: Optimize copy_user_enhanced_fast_string() for short strings | Paolo Abeni | 1 | -2/+5 |
2017-06-27 | x86/insn: perf tools: Add new ptwrite instruction | Adrian Hunter | 1 | -1/+1 |
2017-06-15 | x86, dax, libnvdimm: remove wb_cache_pmem() indirection | Dan Williams | 1 | -0/+6 |
2017-06-09 | x86, uaccess: introduce copy_from_iter_flushcache for pmem / cache-bypass ope... | Dan Williams | 1 | -0/+128 |
2017-05-05 | x86/mm/kaslr: Use the _ASM_MUL macro for multiplication to work around Clang ... | Matthias Kaehlcke | 1 | -1/+2 |
2017-05-05 | Merge branch 'linus' into x86/urgent, to pick up dependent commits | Ingo Molnar | 5 | -363/+11 |
2017-05-05 | x86/asm: Don't use RBP as a temporary register in csum_partial_copy_generic() | Josh Poimboeuf | 1 | -6/+6 |
2017-05-01 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -10/+7 |
2017-05-01 | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
2017-05-01 | Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 3 | -352/+3 |
2017-04-30 | Prevent timer value 0 for MWAITX | Janakarajan Natarajan | 1 | -0/+7 |
2017-03-29 | x86: switch to RAW_COPY_USER | Al Viro | 2 | -222/+3 |
2017-03-29 | x86: don't wank with magical size in __copy_in_user() | Al Viro | 1 | -9/+0 |
2017-03-28 | kill __copy_from_user_nocache() | Al Viro | 1 | -118/+0 |
2017-03-28 | amd64: get rid of zeroing | Al Viro | 2 | -8/+5 |
2017-03-22 | x86/mce: Fix copy/paste error in exception table entries | Tony Luck | 1 | -1/+1 |
2017-03-07 | x86/asm: Optimize clear_page() | Borislav Petkov | 1 | -10/+7 |
2017-03-01 | Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up up... | Ingo Molnar | 1 | -2/+2 |
2017-01-28 | x86/boot/e820: Move asm/e820.h to asm/e820/api.h | Ingo Molnar | 1 | -1/+1 |
2017-01-22 | x86/timer: Make delay() work during early bootup | Jiri Slaby | 1 | -2/+2 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
2016-12-12 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 3 | -96/+49 |
2016-11-16 | x86/msr: Cleanup/streamline MSR helpers | Borislav Petkov | 1 | -2/+2 |