summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-121-1/+1
|\
| * fs: remove compat_sys_mountChristoph Hellwig2020-09-221-1/+1
* | Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-10-122-3/+2
|\ \
| * | quota: simplify the quotactl compat handlingChristoph Hellwig2020-09-171-1/+1
| * | compat: add a compat_need_64bit_alignment_fixup() helperChristoph Hellwig2020-09-171-0/+1
| * | compat: lift compat_s64 and compat_u64 to <asm-generic/compat.h>Christoph Hellwig2020-09-171-2/+0
| |/
* | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-123-10/+15
|\ \
| * | mm: remove compat_process_vm_{readv,writev}Christoph Hellwig2020-10-033-4/+6
| * | fs: remove compat_sys_vmspliceChristoph Hellwig2020-10-033-2/+3
| * | fs: remove the compat readv/writev syscallsChristoph Hellwig2020-10-033-4/+6
* | | Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-128-281/+156
|\ \ \
| * | | amd64: switch csum_partial_copy_generic() to new calling conventionsAl Viro2020-08-203-123/+94
| * | | i386: propagate the calling conventions change down to csum_partial_copy_gene...Al Viro2020-08-202-88/+47
| * | | saner calling conventions for csum_and_copy_..._user()Al Viro2020-08-204-70/+32
| * | | csum_partial_copy_nocheck(): drop the last argumentAl Viro2020-08-203-7/+5
| * | | unify generic instances of csum_partial_copy_nocheck()Al Viro2020-08-202-16/+1
| | |/ | |/|
* | | Merge tag 'x86-hyperv-2020-10-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-125-52/+19
|\ \ \
| * | | x86/hyperv: Remove aliases with X64 in their nameJoseph Salisbury2020-09-275-52/+19
* | | | Merge tag 'x86-paravirt-2020-10-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-10-1217-236/+27
|\ \ \ \
| * | | | x86/paravirt: Avoid needless paravirt step clearing page table entriesJuergen Gross2020-08-151-6/+6
| * | | | x86/paravirt: Remove set_pte_at() pv-opJuergen Gross2020-08-155-22/+4
| * | | | x86/entry/32: Simplify CONFIG_XEN_PV build dependencyJuergen Gross2020-08-151-2/+2
| * | | | x86/paravirt: Use CONFIG_PARAVIRT_XXL instead of CONFIG_PARAVIRTJuergen Gross2020-08-153-4/+4
| * | | | x86/paravirt: Clean up paravirt macrosJuergen Gross2020-08-151-15/+0
| * | | | x86/paravirt: Remove 32-bit support from CONFIG_PARAVIRT_XXLJuergen Gross2020-08-1511-189/+13
* | | | | Merge tag 'x86-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-10-121-4/+0
|\ \ \ \ \
| * | | | | x86/build: Declutter the build outputIngo Molnar2020-08-201-4/+0
| | |_|/ / | |/| | |
* | | | | Merge tag 'x86-mm-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-122-12/+10
|\ \ \ \ \
| * | | | | x86/mm/64: Update comment in preallocate_vmalloc_pages()Joerg Roedel2020-08-151-5/+10
| * | | | | x86/mm/64: Do not sync vmalloc/ioremap mappingsJoerg Roedel2020-08-152-7/+0
| | |/ / / | |/| | |
* | | | | Merge tag 'x86-kaslr-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-10-122-135/+107
|\ \ \ \ \
| * | | | | x86/kaslr: Replace strlen() with strnlen()Arvind Sankar2020-08-061-2/+6
| * | | | | x86/kaslr: Add a check that the random address is in rangeArvind Sankar2020-07-311-1/+11
| * | | | | x86/kaslr: Make local variables 64-bitArvind Sankar2020-07-311-6/+7
| * | | | | x86/kaslr: Replace 'unsigned long long' with 'u64'Arvind Sankar2020-07-312-9/+8
| * | | | | x86/kaslr: Make minimum/image_size 'unsigned long'Arvind Sankar2020-07-311-2/+2
| * | | | | x86/kaslr: Small cleanup of find_random_phys_addr()Arvind Sankar2020-07-311-3/+2
| * | | | | x86/kaslr: Drop unnecessary alignment in find_random_virt_addr()Arvind Sankar2020-07-311-5/+1
| * | | | | x86/kaslr: Drop redundant check in store_slot_info()Arvind Sankar2020-07-311-6/+3
| * | | | | x86/kaslr: Make the type of number of slots/slot areas consistentArvind Sankar2020-07-311-5/+3
| * | | | | x86/kaslr: Drop test for command-line parameters before parsingArvind Sankar2020-07-311-4/+0
| * | | | | x86/kaslr: Simplify process_gb_huge_pages()Arvind Sankar2020-07-311-26/+21
| * | | | | x86/kaslr: Short-circuit gb_huge_pages on x86-32Arvind Sankar2020-07-311-2/+2
| * | | | | x86/kaslr: Fix off-by-one error in process_gb_huge_pages()Arvind Sankar2020-07-311-1/+1
| * | | | | x86/kaslr: Drop some redundant checks from __process_mem_region()Arvind Sankar2020-07-311-21/+6
| * | | | | x86/kaslr: Drop redundant variable in __process_mem_region()Arvind Sankar2020-07-311-5/+2
| * | | | | x86/kaslr: Eliminate 'start_orig' local variable from __process_mem_region()Arvind Sankar2020-07-311-6/+2
| * | | | | x86/kaslr: Drop redundant cur_entry from __process_mem_region()Arvind Sankar2020-07-311-6/+3
| * | | | | x86/kaslr: Fix off-by-one error in __process_mem_region()Arvind Sankar2020-07-311-1/+1
| * | | | | x86/kaslr: Initialize mem_limit to the real maximum addressArvind Sankar2020-07-311-19/+22