Age | Commit message (Expand) | Author | Files | Lines |
2016-07-26 | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+1 |
2016-07-26 | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+6 |
2016-07-26 | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 6 | -9/+58 |
2016-07-26 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 26 | -218/+269 |
2016-07-26 | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+0 |
2016-07-25 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+9 |
2016-07-25 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 6 | -31/+90 |
2016-07-25 | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -5/+4 |
2016-07-22 | x86/boot: Clarify what x86_legacy_features.reserve_bios_regions does | Andy Lutomirski | 1 | -2/+3 |
2016-07-21 | x86/boot: Reorganize and clean up the BIOS area reservation code | Ingo Molnar | 2 | -3/+3 |
2016-07-15 | x86/apic: Remove the unused struct apic::apic_id_mask field | Wei Jiangang | 1 | -1/+0 |
2016-07-15 | x86/syscalls: Add compat_sys_preadv64v2/compat_sys_pwritev64v2 | H.J. Lu | 1 | -0/+2 |
2016-07-15 | x86/smp: Remove stack_smp_processor_id() | Andy Lutomirski | 2 | -7/+0 |
2016-07-15 | x86/uaccess: Move thread_info::addr_limit to thread_struct | Andy Lutomirski | 4 | -19/+14 |
2016-07-15 | x86/dumpstack: Rename thread_struct::sig_on_uaccess_error to sig_on_uaccess_err | Ingo Molnar | 1 | -1/+1 |
2016-07-15 | x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_er... | Andy Lutomirski | 3 | -4/+5 |
2016-07-15 | x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables() | Andy Lutomirski | 2 | -3/+0 |
2016-07-15 | Merge branch 'x86/asm' into x86/mm, to resolve conflicts | Ingo Molnar | 15 | -174/+191 |
2016-07-13 | x86/mm: Ignore A/D bits in pte/pmd/pud_none() | Dave Hansen | 2 | -3/+16 |
2016-07-13 | x86/mm: Move swap offset/type up in PTE to work around erratum | Dave Hansen | 1 | -6/+20 |
2016-07-09 | x86/cpu: Fix duplicated X86_BUG(9) macro | Dave Hansen | 1 | -4/+2 |
2016-07-09 | Merge branch 'linus' into x86/asm, to pick up fixes before merging new changes | Ingo Molnar | 5 | -27/+30 |
2016-07-08 | x86/mm: Enable KASLR for vmalloc memory regions | Thomas Garnier | 2 | -4/+12 |
2016-07-08 | x86/mm: Enable KASLR for physical mapping memory regions | Thomas Garnier | 2 | -1/+12 |
2016-07-08 | x86/mm: Implement ASLR for kernel memory regions | Thomas Garnier | 2 | -1/+12 |
2016-07-08 | x86/mm: Separate variable for trampoline PGD | Thomas Garnier | 1 | -0/+12 |
2016-07-08 | x86/mm: Refactor KASLR entropy functions | Thomas Garnier | 1 | -0/+6 |
2016-07-08 | Merge tag 'v4.7-rc6' into x86/mm, to merge fixes before applying new changes | Ingo Molnar | 60 | -1040/+2809 |
2016-07-08 | x86/dumpstack: Add show_stack_regs() and use it | Borislav Petkov | 1 | -0/+1 |
2016-07-07 | kbuild, x86: Track generated headers with generated-y | James Hogan | 1 | -0/+6 |
2016-07-07 | Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging ne... | Ingo Molnar | 1 | -16/+9 |
2016-06-27 | pvclock: Cleanup to remove function pvclock_get_nsec_offset | Minfei Huang | 1 | -16/+7 |
2016-06-27 | pvclock: Add CPU barriers to get correct version value | Minfei Huang | 1 | -0/+2 |
2016-06-27 | efi: Convert efi_call_virt() to efi_call_virt_pointer() | Alex Thorlton | 1 | -5/+4 |
2016-06-27 | Merge tag 'v4.7-rc5' into perf/core, to pick up fixes | Ingo Molnar | 4 | -11/+21 |
2016-06-25 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -2/+2 |
2016-06-25 | tree wide: get rid of __GFP_REPEAT for order-0 allocations part I | Michal Hocko | 1 | -2/+2 |
2016-06-25 | x86: fix up a few misc stack pointer vs thread_info confusions | Linus Torvalds | 1 | -6/+5 |
2016-06-23 | x86: avoid avoid passing around 'thread_info' in stack dumping code | Linus Torvalds | 1 | -3/+3 |
2016-06-17 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+11 |
2016-06-16 | locking/atomic: Remove linux/atomic.h:atomic_fetch_or() | Peter Zijlstra | 1 | -2/+0 |
2016-06-16 | locking/atomic, arch/x86: Implement atomic{,64}_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 3 | -9/+88 |
2016-06-16 | kvm: svm: Fix implicit declaration for __default_cpu_present_to_apicid() | Suravee Suthikulpanit | 1 | -0/+11 |
2016-06-14 | x86/signals: Add missing signal_compat code for x86 features | Dave Hansen | 1 | -0/+11 |
2016-06-14 | Merge branch 'linus' into locking/core, to pick up fixes before merging new c... | Ingo Molnar | 2 | -2/+70 |
2016-06-11 | Merge branch 'linus' into x86/asm, to pick up fixes | Ingo Molnar | 1 | -0/+68 |
2016-06-08 | x86, asm: Use CC_SET()/CC_OUT() and static_cpu_has() in archrandom.h | H. Peter Anvin | 1 | -68/+60 |
2016-06-08 | x86, asm: Use CC_SET()/CC_OUT() in <asm/rwsem.h> | H. Peter Anvin | 1 | -2/+2 |
2016-06-08 | x86, asm: Use CC_SET()/CC_OUT() in <asm/percpu.h> | H. Peter Anvin | 1 | -4/+5 |
2016-06-08 | x86, asm: Use CC_SET()/CC_OUT() in <asm/bitops.h> | H. Peter Anvin | 1 | -8/+8 |