Age | Commit message (Expand) | Author | Files | Lines |
2016-07-25 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 71 | -386/+668 |
2016-07-25 | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 12 | -26/+10 |
2016-07-25 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -2/+0 |
2016-07-25 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 13 | -184/+608 |
2016-07-25 | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 4 | -33/+31 |
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 | 5 | -37/+13 |
2016-07-23 | x86/mm/cpa: Add missing comment in populate_pdg() | Andy Lutomirski | 1 | -0/+5 |
2016-07-23 | x86/mm/cpa: Fix populate_pgd(): Stop trying to deallocate failed PUDs | Andy Lutomirski | 1 | -5/+2 |
2016-07-15 | x86/apic: Remove the unused struct apic::apic_id_mask field | Wei Jiangang | 10 | -12/+0 |
2016-07-15 | Merge branch 'linus' into x86/apic, to refresh the branch | Ingo Molnar | 34 | -223/+400 |
2016-07-15 | x86/syscalls: Add compat_sys_preadv64v2/compat_sys_pwritev64v2 | H.J. Lu | 2 | -2/+4 |
2016-07-15 | x86/smp: Remove unnecessary initialization of thread_info::cpu | Andy Lutomirski | 1 | -1/+0 |
2016-07-15 | x86/smp: Remove stack_smp_processor_id() | Andy Lutomirski | 3 | -8/+1 |
2016-07-15 | x86/uaccess: Move thread_info::addr_limit to thread_struct | Andy Lutomirski | 10 | -40/+38 |
2016-07-15 | x86/dumpstack: Rename thread_struct::sig_on_uaccess_error to sig_on_uaccess_err | Ingo Molnar | 3 | -7/+7 |
2016-07-15 | x86/uaccess: Move thread_info::uaccess_err and thread_info::sig_on_uaccess_er... | Andy Lutomirski | 6 | -9/+10 |
2016-07-15 | x86/dumpstack: When OOPSing, rewind the stack before do_exit() | Andy Lutomirski | 3 | -1/+31 |
2016-07-15 | x86/mm/64: In vmalloc_fault(), use CR3 instead of current->active_mm | Andy Lutomirski | 1 | -1/+1 |
2016-07-15 | x86/dumpstack/64: Handle faults when printing the "Stack: " part of an OOPS | Andy Lutomirski | 1 | -2/+10 |
2016-07-15 | x86/dumpstack: Try harder to get a call trace on stack overflow | Andy Lutomirski | 1 | -1/+9 |
2016-07-15 | x86/mm: Remove kernel_unmap_pages_in_pgd() and efi_cleanup_page_tables() | Andy Lutomirski | 6 | -41/+0 |
2016-07-15 | x86/mm/cpa: In populate_pgd(), don't set the PGD entry until it's populated | Andy Lutomirski | 1 | -3/+6 |
2016-07-15 | x86/mm/hotplug: Don't remove PGD entries in remove_pagetable() | Ingo Molnar | 1 | -27/+0 |
2016-07-15 | Merge branch 'x86/asm' into x86/mm, to resolve conflicts | Ingo Molnar | 39 | -275/+560 |
2016-07-15 | kasan: add newline to messages | Dmitry Vyukov | 1 | -2/+2 |
2016-07-14 | Merge branches 'perf-urgent-for-linus' and 'timers-urgent-for-linus' of git:/... | Linus Torvalds | 1 | -1/+1 |
2016-07-13 | x86/mm: Use pte_none() to test for empty PTE | Dave Hansen | 3 | -8/+8 |
2016-07-13 | x86/mm: Disallow running with 32-bit PTEs to work around erratum | Dave Hansen | 5 | -0/+38 |
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-10 | Revert "perf/x86/intel, watchdog: Switch NMI watchdog to ref cycles on x86" | Ingo Molnar | 1 | -8/+0 |
2016-07-10 | x86/quirks: Add early quirk to reset Apple AirPort card | Lukas Wunner | 1 | -0/+64 |
2016-07-10 | x86/quirks: Reintroduce scanning of secondary buses | Lukas Wunner | 1 | -13/+21 |
2016-07-10 | x86/quirks: Apply nvidia_bugs quirk only on root bus | Lukas Wunner | 1 | -0/+7 |
2016-07-10 | perf/x86: Fix bogus kernel printk, again | Vegard Nossum | 1 | -1/+1 |
2016-07-10 | x86/entry: Inline enter_from_user_mode() | Paolo Bonzini | 1 | -1/+1 |
2016-07-10 | x86/entry: Avoid interrupt flag save and restore | Paolo Bonzini | 1 | -2/+2 |
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 | 29 | -181/+302 |
2016-07-08 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -2/+2 |
2016-07-08 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 3 | -7/+37 |
2016-07-08 | x86/asm/entry: Make thunk's restore a local label | Borislav Petkov | 1 | -3/+3 |
2016-07-08 | x86/vdso: Add mremap hook to vm_special_mapping | Dmitry Safonov | 1 | -5/+42 |
2016-07-08 | x86/mm/pat, /dev/mem: Remove superfluous error message | Jiri Kosina | 1 | -4/+1 |
2016-07-08 | Merge tag 'v4.7-rc6' into x86/mm, to merge fixes before applying new changes | Ingo Molnar | 280 | -4498/+8812 |
2016-07-08 | x86/mce: Fix mce_rdmsrl() warning message | Borislav Petkov | 1 | -1/+1 |
2016-07-08 | x86/RAS/AMD: Reduce the number of IPIs when prepping error injection | Yazen Ghannam | 1 | -30/+28 |
2016-07-08 | x86/mce/AMD: Increase size of the bank_map type | Aravind Gopalakrishnan | 1 | -1/+1 |
2016-07-08 | Merge tag 'v4.7-rc6' into ras/core, to pick up fixes before merging new changes | Ingo Molnar | 22 | -129/+153 |