| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | | | | | | | x86/mm: Update physical mapping variable names | Thomas Garnier | 2016-07-08 | 1 | -66/+96 |
| * | | | | | | | | | | | x86/mm: Refactor KASLR entropy functions | Thomas Garnier | 2016-07-08 | 4 | -71/+102 |
| * | | | | | | | | | | | Merge branch 'x86/mm' into x86/boot, to pick up dependencies | Ingo Molnar | 2016-07-08 | 155 | -507/+945 |
| |\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | x86/KASLR: Fix boot crash with certain memory configurations | Baoquan He | 2016-07-08 | 1 | -0/+2 |
| * | | | | | | | | | | | | x86/boot/64: Add forgotten end of function marker | Borislav Petkov | 2016-06-27 | 1 | -0/+1 |
| * | | | | | | | | | | | | x86/KASLR: Allow randomization below the load address | Yinghai Lu | 2016-06-26 | 1 | -2/+9 |
| * | | | | | | | | | | | | x86/KASLR: Extend kernel image physical address randomization to addresses la... | Kees Cook | 2016-06-26 | 2 | -57/+85 |
| * | | | | | | | | | | | | x86/KASLR: Randomize virtual address separately | Baoquan He | 2016-06-26 | 3 | -48/+64 |
| * | | | | | | | | | | | | x86/KASLR: Clarify identity map interface | Kees Cook | 2016-06-26 | 3 | -10/+22 |
| * | | | | | | | | | | | | x86/boot: Refuse to build with data relocations | Kees Cook | 2016-06-26 | 1 | -0/+18 |
| * | | | | | | | | | | | | x86/KASLR, x86/power: Remove x86 hibernation restrictions | Kees Cook | 2016-06-26 | 1 | -7/+0 |
| | |_|_|_|_|/ / / / / /
| |/| | | | | | | | | | |
|
* | | | | | | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2016-07-26 | 71 | -386/+668 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | x86/mm/cpa: Add missing comment in populate_pdg() | Andy Lutomirski | 2016-07-23 | 1 | -0/+5 |
| * | | | | | | | | | | | | x86/mm/cpa: Fix populate_pgd(): Stop trying to deallocate failed PUDs | Andy Lutomirski | 2016-07-23 | 1 | -5/+2 |
| * | | | | | | | | | | | | x86/syscalls: Add compat_sys_preadv64v2/compat_sys_pwritev64v2 | H.J. Lu | 2016-07-15 | 2 | -2/+4 |
| * | | | | | | | | | | | | x86/smp: Remove unnecessary initialization of thread_info::cpu | Andy Lutomirski | 2016-07-15 | 1 | -1/+0 |
| * | | | | | | | | | | | | x86/smp: Remove stack_smp_processor_id() | Andy Lutomirski | 2016-07-15 | 3 | -8/+1 |
| * | | | | | | | | | | | | x86/uaccess: Move thread_info::addr_limit to thread_struct | Andy Lutomirski | 2016-07-15 | 10 | -40/+38 |
| * | | | | | | | | | | | | x86/dumpstack: Rename thread_struct::sig_on_uaccess_error to sig_on_uaccess_err | Ingo Molnar | 2016-07-15 | 3 | -7/+7 |
| * | | | | | | | | | | | | x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_er... | Andy Lutomirski | 2016-07-15 | 6 | -9/+10 |
| * | | | | | | | | | | | | x86/dumpstack: When OOPSing, rewind the stack before do_exit() | Andy Lutomirski | 2016-07-15 | 3 | -1/+31 |
| * | | | | | | | | | | | | x86/mm/64: In vmalloc_fault(), use CR3 instead of current->active_mm | Andy Lutomirski | 2016-07-15 | 1 | -1/+1 |
| * | | | | | | | | | | | | x86/dumpstack/64: Handle faults when printing the "Stack: " part of an OOPS | Andy Lutomirski | 2016-07-15 | 1 | -2/+10 |
| * | | | | | | | | | | | | x86/dumpstack: Try harder to get a call trace on stack overflow | Andy Lutomirski | 2016-07-15 | 1 | -1/+9 |
| * | | | | | | | | | | | | x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables() | Andy Lutomirski | 2016-07-15 | 6 | -41/+0 |
| * | | | | | | | | | | | | x86/mm/cpa: In populate_pgd(), don't set the PGD entry until it's populated | Andy Lutomirski | 2016-07-15 | 1 | -3/+6 |
| * | | | | | | | | | | | | x86/mm/hotplug: Don't remove PGD entries in remove_pagetable() | Ingo Molnar | 2016-07-15 | 1 | -27/+0 |
| * | | | | | | | | | | | | Merge branch 'x86/asm' into x86/mm, to resolve conflicts | Ingo Molnar | 2016-07-15 | 45 | -278/+590 |
| |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | x86/entry: Inline enter_from_user_mode() | Paolo Bonzini | 2016-07-10 | 1 | -1/+1 |
| | * | | | | | | | | | | | | x86/entry: Avoid interrupt flag save and restore | Paolo Bonzini | 2016-07-10 | 1 | -2/+2 |
| | * | | | | | | | | | | | | Merge branch 'linus' into x86/asm, to pick up fixes before merging new changes | Ingo Molnar | 2016-07-09 | 167 | -563/+1076 |
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | | | |_|_|_|_|_|_|_|_|/ /
| | | |/| | | | | | | | | | |
|
| | * | | | | | | | | | | | | x86/asm/entry: Make thunk's restore a local label | Borislav Petkov | 2016-07-08 | 1 | -3/+3 |
| | * | | | | | | | | | | | | x86/signals: Add build-time checks to the siginfo compat code | Dave Hansen | 2016-06-14 | 1 | -0/+93 |
| | * | | | | | | | | | | | | x86/signals: Add missing signal_compat code for x86 features | Dave Hansen | 2016-06-14 | 2 | -0/+26 |
| | * | | | | | | | | | | | | x86/vdso/32: Assemble sigreturn.S separately | Andy Lutomirski | 2016-06-14 | 3 | -16/+4 |
| | * | | | | | | | | | | | | x86/xen: Simplify set_aliased_prot() | Andy Lutomirski | 2016-06-11 | 1 | -3/+1 |
| | * | | | | | | | | | | | | Merge branch 'linus' into x86/asm, to pick up fixes | Ingo Molnar | 2016-06-11 | 45 | -453/+118 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | | | | x86, asm: Use CC_SET()/CC_OUT() and static_cpu_has() in archrandom.h | H. Peter Anvin | 2016-06-08 | 2 | -70/+62 |
| | * | | | | | | | | | | | | | x86, asm, boot: Use CC_SET()/CC_OUT() in arch/x86/boot/boot.h | H. Peter Anvin | 2016-06-08 | 1 | -4/+5 |
| | * | | | | | | | | | | | | | x86, asm: Use CC_SET()/CC_OUT() in <asm/rwsem.h> | H. Peter Anvin | 2016-06-08 | 1 | -2/+2 |
| | * | | | | | | | | | | | | | x86, asm: Use CC_SET()/CC_OUT() in <asm/percpu.h> | H. Peter Anvin | 2016-06-08 | 1 | -4/+5 |
| | * | | | | | | | | | | | | | x86, asm: Use CC_SET()/CC_OUT() in <asm/bitops.h> | H. Peter Anvin | 2016-06-08 | 1 | -8/+8 |
| | * | | | | | | | | | | | | | x86, asm: change GEN_*_RMWcc() to use CC_SET()/CC_OUT() | H. Peter Anvin | 2016-06-08 | 1 | -5/+9 |
| | * | | | | | | | | | | | | | x86, asm: define CC_SET() and CC_OUT() macros | H. Peter Anvin | 2016-06-08 | 1 | -0/+12 |
| | * | | | | | | | | | | | | | x86, asm: change the GEN_*_RMWcc() macros to not quote the condition | H. Peter Anvin | 2016-06-08 | 6 | -18/+18 |
| | * | | | | | | | | | | | | | x86, asm: use bool for bitops and other assembly outputs | H. Peter Anvin | 2016-06-08 | 12 | -60/+63 |
| | * | | | | | | | | | | | | | x86, bitops: remove use of "sbb" to return CF | H. Peter Anvin | 2016-06-08 | 5 | -34/+31 |
| | * | | | | | | | | | | | | | x86/hweight: Get rid of the special calling convention | Borislav Petkov | 2016-06-08 | 6 | -20/+93 |
| * | | | | | | | | | | | | | | x86/mm: Use pte_none() to test for empty PTE | Dave Hansen | 2016-07-13 | 3 | -8/+8 |
| * | | | | | | | | | | | | | | x86/mm: Disallow running with 32-bit PTEs to work around erratum | Dave Hansen | 2016-07-13 | 5 | -0/+38 |