| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/mm/kaslr: Use the _ASM_MUL macro for multiplication to work around Clang ... | Matthias Kaehlcke | 2017-05-05 | 1 | -1/+2 |
* | Merge branch 'linus' into x86/urgent, to pick up dependent commits | Ingo Molnar | 2017-05-05 | 5 | -363/+11 |
|\ |
|
| * | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2017-05-01 | 1 | -10/+7 |
| |\ |
|
| | * | x86/asm: Optimize clear_page() | Borislav Petkov | 2017-03-07 | 1 | -10/+7 |
| * | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2017-05-01 | 1 | -1/+1 |
| |\ \ |
|
| | * \ | Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up up... | Ingo Molnar | 2017-03-01 | 1 | -2/+2 |
| | |\ \
| | | |/ |
|
| | * | | x86/boot/e820: Move asm/e820.h to asm/e820/api.h | Ingo Molnar | 2017-01-28 | 1 | -1/+1 |
| * | | | Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2017-05-01 | 3 | -352/+3 |
| |\ \ \ |
|
| | * | | | x86: switch to RAW_COPY_USER | Al Viro | 2017-03-29 | 2 | -222/+3 |
| | * | | | x86: don't wank with magical size in __copy_in_user() | Al Viro | 2017-03-29 | 1 | -9/+0 |
| | * | | | kill __copy_from_user_nocache() | Al Viro | 2017-03-28 | 1 | -118/+0 |
| | * | | | amd64: get rid of zeroing | Al Viro | 2017-03-28 | 2 | -8/+5 |
| | | |/
| | |/| |
|
* | | | | x86/asm: Don't use RBP as a temporary register in csum_partial_copy_generic() | Josh Poimboeuf | 2017-05-05 | 1 | -6/+6 |
|/ / / |
|
* | | | Prevent timer value 0 for MWAITX | Janakarajan Natarajan | 2017-04-30 | 1 | -0/+7 |
* | | | x86/mce: Fix copy/paste error in exception table entries | Tony Luck | 2017-03-22 | 1 | -1/+1 |
|/ / |
|
* | | x86/timer: Make delay() work during early bootup | Jiri Slaby | 2017-01-22 | 1 | -2/+2 |
|/ |
|
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 1 | -1/+1 |
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2016-12-12 | 3 | -96/+49 |
|\ |
|
| * | x86/copy_user: Unify the code by removing the 64-bit asm _copy_*_user() variants | Borislav Petkov | 2016-11-01 | 3 | -96/+49 |
* | | x86/msr: Cleanup/streamline MSR helpers | Borislav Petkov | 2016-11-16 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 2016-10-14 | 13 | -1/+43 |
|\ |
|
| * | x86: move exports to actual definitions | Al Viro | 2016-08-07 | 13 | -1/+43 |
* | | x86/mce: Improve memcpy_mcsafe() | Tony Luck | 2016-09-05 | 1 | -3/+3 |
* | | x86/mm/kaslr: Fix -Wformat-security warning | Nicolas Iooss | 2016-08-11 | 1 | -1/+1 |
* | | x86/hweight: Don't clobber %rdi | Ville Syrjälä | 2016-08-08 | 1 | -0/+2 |
|/ |
|
* | Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-08-01 | 14 | -14/+16 |
|\ |
|
| * | x86/lib: Audit and remove any unnecessary uses of module.h | Paul Gortmaker | 2016-07-14 | 14 | -14/+16 |
* | | Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2016-07-28 | 1 | -1/+1 |
|\ \ |
|
| * | | x86/insn: remove pcommit | Dan Williams | 2016-07-23 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-07-26 | 2 | -95/+186 |
|\ \ |
|
| * | | x86/insn: Add AVX-512 support to the instruction decoder | Adrian Hunter | 2016-07-21 | 2 | -95/+186 |
| * | | x86/insn: perf tools: Fix vcvtph2ps instruction decoding | Adrian Hunter | 2016-07-20 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-07-25 | 2 | -0/+91 |
|\ \ |
|
| * | | x86/mm: Refactor KASLR entropy functions | Thomas Garnier | 2016-07-08 | 2 | -0/+91 |
| |/ |
|
* | | x86/uaccess: Move thread_info::addr_limit to thread_struct | Andy Lutomirski | 2016-07-15 | 5 | -20/+21 |
* | | x86/hweight: Get rid of the special calling convention | Borislav Petkov | 2016-06-08 | 2 | -1/+78 |
|/ |
|
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2016-05-16 | 1 | -2/+2 |
|\ |
|
| * | x86/cpufeature: Remove cpu_has_xmm2 | Borislav Petkov | 2016-03-31 | 1 | -2/+2 |
* | | locking/rwsem: Fix comment on register clobbering | Borislav Petkov | 2016-05-16 | 1 | -2/+4 |
* | | locking/rwsem, x86: Add frame annotation for call_rwsem_down_write_failed_kil... | Michal Hocko | 2016-04-22 | 1 | -0/+2 |
* | | locking/rwsem, x86: Provide __down_write_killable() | Michal Hocko | 2016-04-13 | 1 | -0/+8 |
|/ |
|
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-03-24 | 2 | -4/+5 |
|\ |
|
| * | Merge branch 'x86/cleanups' into x86/urgent | Ingo Molnar | 2016-03-17 | 1 | -1/+1 |
| |\ |
|
| | * | x86: Fix misspellings in comments | Adam Buchbinder | 2016-02-24 | 1 | -1/+1 |
| * | | x86/mm, x86/mce: Fix return type/value for memcpy_mcsafe() | Tony Luck | 2016-03-16 | 1 | -3/+4 |
* | | | kernel: add kcov code coverage | Dmitry Vyukov | 2016-03-22 | 1 | -0/+3 |
* | | | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-03-20 | 2 | -4/+13 |
|\ \ \ |
|
| * | | | x86/asm/decoder: Use explicitly signed chars | Josh Poimboeuf | 2016-03-03 | 1 | -3/+3 |
| * | | | x86/asm: Create stack frames in rwsem functions | Josh Poimboeuf | 2016-02-24 | 1 | -1/+10 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2016-03-19 | 1 | -1/+1 |
|\ \ \ \
| |_|/ /
|/| | | |
|