summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib
Commit message (Expand)AuthorAgeFilesLines
* x86/timer: Make delay() work during early bootupJiri Slaby2017-01-221-2/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-12-123-96/+49
|\
| * x86/copy_user: Unify the code by removing the 64-bit asm _copy_*_user() variantsBorislav Petkov2016-11-013-96/+49
* | x86/msr: Cleanup/streamline MSR helpersBorislav Petkov2016-11-161-2/+2
|/
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-10-1413-1/+43
|\
| * x86: move exports to actual definitionsAl Viro2016-08-0713-1/+43
* | x86/mce: Improve memcpy_mcsafe()Tony Luck2016-09-051-3/+3
* | x86/mm/kaslr: Fix -Wformat-security warningNicolas Iooss2016-08-111-1/+1
* | x86/hweight: Don't clobber %rdiVille Syrjälä2016-08-081-0/+2
|/
* Merge branch 'x86-headers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-08-0114-14/+16
|\
| * x86/lib: Audit and remove any unnecessary uses of module.hPaul Gortmaker2016-07-1414-14/+16
* | Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-07-281-1/+1
|\ \
| * | x86/insn: remove pcommitDan Williams2016-07-231-1/+1
| |/
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-07-262-95/+186
|\ \
| * | x86/insn: Add AVX-512 support to the instruction decoderAdrian Hunter2016-07-212-95/+186
| * | x86/insn: perf tools: Fix vcvtph2ps instruction decodingAdrian Hunter2016-07-201-1/+1
| |/
* | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-07-252-0/+91
|\ \
| * | x86/mm: Refactor KASLR entropy functionsThomas Garnier2016-07-082-0/+91
| |/
* | x86/uaccess: Move thread_info::addr_limit to thread_structAndy Lutomirski2016-07-155-20/+21
* | x86/hweight: Get rid of the special calling conventionBorislav Petkov2016-06-082-1/+78
|/
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-05-161-2/+2
|\
| * x86/cpufeature: Remove cpu_has_xmm2Borislav Petkov2016-03-311-2/+2
* | locking/rwsem: Fix comment on register clobberingBorislav Petkov2016-05-161-2/+4
* | locking/rwsem, x86: Add frame annotation for call_rwsem_down_write_failed_kil...Michal Hocko2016-04-221-0/+2
* | locking/rwsem, x86: Provide __down_write_killable()Michal Hocko2016-04-131-0/+8
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-03-242-4/+5
|\
| * Merge branch 'x86/cleanups' into x86/urgentIngo Molnar2016-03-171-1/+1
| |\
| | * x86: Fix misspellings in commentsAdam Buchbinder2016-02-241-1/+1
| * | x86/mm, x86/mce: Fix return type/value for memcpy_mcsafe()Tony Luck2016-03-161-3/+4
* | | kernel: add kcov code coverageDmitry Vyukov2016-03-221-0/+3
* | | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-202-4/+13
|\ \ \
| * | | x86/asm/decoder: Use explicitly signed charsJosh Poimboeuf2016-03-031-3/+3
| * | | x86/asm: Create stack frames in rwsem functionsJosh Poimboeuf2016-02-241-1/+10
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-191-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned shortAlexander Duyck2016-03-131-1/+1
* | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-151-17/+43
|\ \ \ \
| * | | | x86/boot: Pass in size to early cmdline parsingDave Hansen2016-02-031-2/+9
| * | | | x86/boot: Simplify early command line parsingDave Hansen2016-02-031-3/+0
| * | | | x86/boot: Fix early command-line parsing when partial word matchesDave Hansen2016-02-031-5/+13
| * | | | x86/boot: Fix early command-line parsing when matching at endDave Hansen2016-02-031-10/+24
| | |_|/ | |/| |
* | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-03-156-6/+6
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar2016-02-181-41/+101
| |\ \ \ | | | |/ | | |/|
| * | | x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov2016-01-306-6/+6
| | |/ | |/|
* | | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-141-0/+117
|\ \ \
| * | | x86/mm, x86/mce: Add memcpy_mcsafe()Tony Luck2016-03-081-0/+117
| | |/ | |/|
* / | x86/delay: Avoid preemptible context checks in delay_mwaitx()Borislav Petkov2016-03-101-1/+1
|/ /
* | x86/uaccess/64: Handle the caching of 4-byte nocache copies properly in __cop...Toshi Kani2016-02-171-4/+32
* | x86/uaccess/64: Make the __copy_user_nocache() assembly code more readableToshi Kani2016-02-171-41/+73
|/
* Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-112-1/+36
|\