summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | x86/mm: Update physical mapping variable namesThomas Garnier2016-07-081-66/+96
| * | | | | | | | | | | x86/mm: Refactor KASLR entropy functionsThomas Garnier2016-07-084-71/+102
| * | | | | | | | | | | Merge branch 'x86/mm' into x86/boot, to pick up dependenciesIngo Molnar2016-07-08155-507/+945
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86/KASLR: Fix boot crash with certain memory configurationsBaoquan He2016-07-081-0/+2
| * | | | | | | | | | | | x86/boot/64: Add forgotten end of function markerBorislav Petkov2016-06-271-0/+1
| * | | | | | | | | | | | x86/KASLR: Allow randomization below the load addressYinghai Lu2016-06-261-2/+9
| * | | | | | | | | | | | x86/KASLR: Extend kernel image physical address randomization to addresses la...Kees Cook2016-06-262-57/+85
| * | | | | | | | | | | | x86/KASLR: Randomize virtual address separatelyBaoquan He2016-06-263-48/+64
| * | | | | | | | | | | | x86/KASLR: Clarify identity map interfaceKees Cook2016-06-263-10/+22
| * | | | | | | | | | | | x86/boot: Refuse to build with data relocationsKees Cook2016-06-261-0/+18
| * | | | | | | | | | | | x86/KASLR, x86/power: Remove x86 hibernation restrictionsKees Cook2016-06-261-7/+0
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2016-07-2671-386/+668
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86/mm/cpa: Add missing comment in populate_pdg()Andy Lutomirski2016-07-231-0/+5
| * | | | | | | | | | | | x86/mm/cpa: Fix populate_pgd(): Stop trying to deallocate failed PUDsAndy Lutomirski2016-07-231-5/+2
| * | | | | | | | | | | | x86/syscalls: Add compat_sys_preadv64v2/compat_sys_pwritev64v2H.J. Lu2016-07-152-2/+4
| * | | | | | | | | | | | x86/smp: Remove unnecessary initialization of thread_info::cpuAndy Lutomirski2016-07-151-1/+0
| * | | | | | | | | | | | x86/smp: Remove stack_smp_processor_id()Andy Lutomirski2016-07-153-8/+1
| * | | | | | | | | | | | x86/uaccess: Move thread_info::addr_limit to thread_structAndy Lutomirski2016-07-1510-40/+38
| * | | | | | | | | | | | x86/dumpstack: Rename thread_struct::sig_on_uaccess_error to sig_on_uaccess_errIngo Molnar2016-07-153-7/+7
| * | | | | | | | | | | | x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_er...Andy Lutomirski2016-07-156-9/+10
| * | | | | | | | | | | | x86/dumpstack: When OOPSing, rewind the stack before do_exit()Andy Lutomirski2016-07-153-1/+31
| * | | | | | | | | | | | x86/mm/64: In vmalloc_fault(), use CR3 instead of current->active_mmAndy Lutomirski2016-07-151-1/+1
| * | | | | | | | | | | | x86/dumpstack/64: Handle faults when printing the "Stack: " part of an OOPSAndy Lutomirski2016-07-151-2/+10
| * | | | | | | | | | | | x86/dumpstack: Try harder to get a call trace on stack overflowAndy Lutomirski2016-07-151-1/+9
| * | | | | | | | | | | | x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables()Andy Lutomirski2016-07-156-41/+0
| * | | | | | | | | | | | x86/mm/cpa: In populate_pgd(), don't set the PGD entry until it's populatedAndy Lutomirski2016-07-151-3/+6
| * | | | | | | | | | | | x86/mm/hotplug: Don't remove PGD entries in remove_pagetable()Ingo Molnar2016-07-151-27/+0
| * | | | | | | | | | | | Merge branch 'x86/asm' into x86/mm, to resolve conflictsIngo Molnar2016-07-1545-278/+590
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | x86/entry: Inline enter_from_user_mode()Paolo Bonzini2016-07-101-1/+1
| | * | | | | | | | | | | | x86/entry: Avoid interrupt flag save and restorePaolo Bonzini2016-07-101-2/+2
| | * | | | | | | | | | | | Merge branch 'linus' into x86/asm, to pick up fixes before merging new changesIngo Molnar2016-07-09167-563/+1076
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | | |
| | * | | | | | | | | | | | x86/asm/entry: Make thunk's restore a local labelBorislav Petkov2016-07-081-3/+3
| | * | | | | | | | | | | | x86/signals: Add build-time checks to the siginfo compat codeDave Hansen2016-06-141-0/+93
| | * | | | | | | | | | | | x86/signals: Add missing signal_compat code for x86 featuresDave Hansen2016-06-142-0/+26
| | * | | | | | | | | | | | x86/vdso/32: Assemble sigreturn.S separatelyAndy Lutomirski2016-06-143-16/+4
| | * | | | | | | | | | | | x86/xen: Simplify set_aliased_prot()Andy Lutomirski2016-06-111-3/+1
| | * | | | | | | | | | | | Merge branch 'linus' into x86/asm, to pick up fixesIngo Molnar2016-06-1145-453/+118
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | x86, asm: Use CC_SET()/CC_OUT() and static_cpu_has() in archrandom.hH. Peter Anvin2016-06-082-70/+62
| | * | | | | | | | | | | | | x86, asm, boot: Use CC_SET()/CC_OUT() in arch/x86/boot/boot.hH. Peter Anvin2016-06-081-4/+5
| | * | | | | | | | | | | | | x86, asm: Use CC_SET()/CC_OUT() in <asm/rwsem.h>H. Peter Anvin2016-06-081-2/+2
| | * | | | | | | | | | | | | x86, asm: Use CC_SET()/CC_OUT() in <asm/percpu.h>H. Peter Anvin2016-06-081-4/+5
| | * | | | | | | | | | | | | x86, asm: Use CC_SET()/CC_OUT() in <asm/bitops.h>H. Peter Anvin2016-06-081-8/+8
| | * | | | | | | | | | | | | x86, asm: change GEN_*_RMWcc() to use CC_SET()/CC_OUT()H. Peter Anvin2016-06-081-5/+9
| | * | | | | | | | | | | | | x86, asm: define CC_SET() and CC_OUT() macrosH. Peter Anvin2016-06-081-0/+12
| | * | | | | | | | | | | | | x86, asm: change the GEN_*_RMWcc() macros to not quote the conditionH. Peter Anvin2016-06-086-18/+18
| | * | | | | | | | | | | | | x86, asm: use bool for bitops and other assembly outputsH. Peter Anvin2016-06-0812-60/+63
| | * | | | | | | | | | | | | x86, bitops: remove use of "sbb" to return CFH. Peter Anvin2016-06-085-34/+31
| | * | | | | | | | | | | | | x86/hweight: Get rid of the special calling conventionBorislav Petkov2016-06-086-20/+93
| * | | | | | | | | | | | | | x86/mm: Use pte_none() to test for empty PTEDave Hansen2016-07-133-8/+8
| * | | | | | | | | | | | | | x86/mm: Disallow running with 32-bit PTEs to work around erratumDave Hansen2016-07-135-0/+38