Age | Commit message (Expand) | Author | Files | Lines |
2016-05-17 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -2/+117 |
2016-05-12 | Merge branch 'sched/urgent' into sched/core to pick up fixes | Ingo Molnar | 1 | -2/+3 |
2016-05-07 | Merge branch 'linus' into efi/core, to pick up fixes | Ingo Molnar | 1 | -2/+3 |
2016-04-28 | x86/mm, sched/core: Turn off IRQs in switch_mm() | Andy Lutomirski | 1 | -0/+10 |
2016-04-28 | x86/mm, sched/core: Uninline switch_mm() | Andy Lutomirski | 1 | -0/+102 |
2016-04-28 | x86/mm: Build arch/x86/mm/tlb.c even on !SMP | Andy Lutomirski | 2 | -2/+5 |
2016-04-28 | x86/mm/pat: Document the (currently) EFI-only code path | Matt Fleming | 1 | -1/+7 |
2016-04-26 | Revert "x86/mm/32: Set NX in __supported_pte_mask before enabling paging" | Andy Lutomirski | 1 | -2/+3 |
2016-04-02 | mm/rmap: batched invalidations should use existing api | Nadav Amit | 1 | -1/+1 |
2016-04-02 | x86/mm: TLB_REMOTE_SEND_IPI should count pages | Nadav Amit | 1 | -3/+9 |
2016-03-24 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -3/+3 |
2016-03-23 | x86/extable: use generic search and sort routines | Ard Biesheuvel | 1 | -108/+0 |
2016-03-23 | kernel: add kcov code coverage | Dmitry Vyukov | 1 | -0/+3 |
2016-03-21 | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 5 | -41/+261 |
2016-03-21 | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -11/+23 |
2016-03-18 | mm: introduce page reference manipulation functions | Joonsoo Kim | 1 | -1/+1 |
2016-03-17 | Merge branch 'x86/cleanups' into x86/urgent | Ingo Molnar | 2 | -3/+3 |
2016-03-16 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -27/+23 |
2016-03-16 | x86/mm/pat: Fix boot crash when 1GB pages are not supported by the CPU | Matt Fleming | 1 | -1/+1 |
2016-03-16 | x86: also use debug_pagealloc_enabled() for free_init_pages | Christian Borntraeger | 1 | -14/+15 |
2016-03-16 | x86: query dynamic DEBUG_PAGEALLOC setting | Christian Borntraeger | 2 | -13/+8 |
2016-03-15 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 9 | -99/+134 |
2016-03-15 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -2/+3 |
2016-03-15 | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -29/+73 |
2016-03-15 | Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 3 | -7/+1 |
2016-03-11 | x86/mm/32: Enable full randomization on i386 and X86_32 | Hector Marco-Gisbert | 1 | -13/+1 |
2016-03-08 | Merge branch 'linus' into ras/core, to pick up fixes | Ingo Molnar | 5 | -13/+26 |
2016-03-07 | Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fix | Ingo Molnar | 4 | -9/+15 |
2016-03-05 | x86/mm/kmmio: Fix mmiotrace for hugepages | Karol Herbst | 1 | -29/+59 |
2016-03-03 | x86/mm/pkeys: Fix access_error() denial of writes to write-only VMA | Dave Hansen | 1 | -18/+0 |
2016-02-28 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -5/+11 |
2016-02-27 | mm: ASLR: use get_random_long() | Daniel Cashman | 1 | -3/+3 |
2016-02-27 | x86/mpx: Fix off-by-one comparison with nr_registers | Colin Ian King | 1 | -1/+1 |
2016-02-25 | x86/mm: Fix slow_virt_to_phys() for X86_PAE again | Dexuan Cui | 1 | -4/+10 |
2016-02-25 | x86/mm: Avoid premature success when changing page attributes | Jan Beulich | 1 | -1/+3 |
2016-02-24 | x86: Fix misspellings in comments | Adam Buchbinder | 2 | -3/+3 |
2016-02-22 | x86/mm: Always enable CONFIG_DEBUG_RODATA and remove the Kconfig option | Kees Cook | 3 | -7/+1 |
2016-02-22 | x86/mm/pat: Don't implicitly allow _PAGE_RW in kernel_map_pages_in_pgd() | Sai Praneeth | 1 | -0/+3 |
2016-02-22 | x86/mm/pat: Use _PAGE_GLOBAL bit for EFI page table mappings | Sai Praneeth | 1 | -0/+14 |
2016-02-22 | Merge tag 'v4.5-rc5' into efi/core, before queueing up new changes | Ingo Molnar | 4 | -8/+15 |
2016-02-20 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -4/+11 |
2016-02-20 | x86/mm/ptdump: Remove paravirt_enabled() | Borislav Petkov | 1 | -6/+5 |
2016-02-19 | mm, x86: fix pte_page() crash in gup_pte_range() | Hugh Dickins | 1 | -1/+1 |
2016-02-18 | mm/core, x86/mm/pkeys: Add execute-only protection keys support | Dave Hansen | 3 | -0/+113 |
2016-02-18 | mm/core, x86/mm/pkeys: Differentiate instruction fetches | Dave Hansen | 1 | -2/+6 |
2016-02-18 | x86/mm/pkeys: Optimize fault handling in access_error() | Dave Hansen | 1 | -0/+15 |
2016-02-18 | mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keys | Dave Hansen | 2 | -1/+25 |
2016-02-18 | x86/mm/gup: Simplify get_user_pages() PTE bit handling | Dave Hansen | 1 | -16/+22 |
2016-02-18 | x86/mm/pkeys: Fill in pkey field in siginfo | Dave Hansen | 1 | -1/+63 |
2016-02-18 | x86/mm/pkeys: Pass VMA down in to fault signal generation code | Dave Hansen | 1 | -22/+28 |