| Commit message (Expand) | Author | Age |
... | |
| * | | | x86/msr: Carry on after a non-"safe" MSR access fails | Andy Lutomirski | 2016-04-13 |
| * | | | x86/traps: Enable all exception handler callbacks early | Andy Lutomirski | 2016-04-13 |
| * | | | x86/head: Move early exception panic code into early_fixup_exception() | Andy Lutomirski | 2016-04-13 |
| * | | | x86/head: Move the early NMI fixup into C | Andy Lutomirski | 2016-04-13 |
| * | | | x86/head: Pass a real pt_regs and trapnr to early_fixup_exception() | Andy Lutomirski | 2016-04-13 |
| * | | | Merge branch 'x86/mm' into x86/asm to resolve conflict and to create common base | Ingo Molnar | 2016-04-13 |
| |\ \ \ |
|
| | * | | | x86/mm/pat: Fix BUG_ON() in mmap_mem() on QEMU/i386 | Toshi Kani | 2016-04-13 |
| | * | | | x86/xen, pat: Remove PAT table init code from Xen | Toshi Kani | 2016-03-29 |
| | * | | | x86/mm/pat: Replace cpu_has_pat with boot_cpu_has() | Toshi Kani | 2016-03-29 |
| | * | | | x86/mm/pat: Add pat_disable() interface | Toshi Kani | 2016-03-29 |
| | * | | | x86/mm/pat: Add support of non-default PAT MSR setting | Toshi Kani | 2016-03-29 |
| * | | | | x86/cpufeature: Remove cpu_has_pse | Borislav Petkov | 2016-03-31 |
| * | | | | x86/cpufeature: Remove cpu_has_pge | Borislav Petkov | 2016-03-31 |
| * | | | | x86/cpufeature: Remove cpu_has_clflush | Borislav Petkov | 2016-03-31 |
| * | | | | x86/cpufeature: Remove cpu_has_gbpages | Borislav Petkov | 2016-03-31 |
| |/ / / |
|
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-05-16 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'sched/urgent' into sched/core to pick up fixes | Ingo Molnar | 2016-05-12 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | x86/mm, sched/core: Turn off IRQs in switch_mm() | Andy Lutomirski | 2016-04-28 |
| * | | | | x86/mm, sched/core: Uninline switch_mm() | Andy Lutomirski | 2016-04-28 |
| * | | | | x86/mm: Build arch/x86/mm/tlb.c even on !SMP | Andy Lutomirski | 2016-04-28 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'linus' into efi/core, to pick up fixes | Ingo Molnar | 2016-05-07 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Revert "x86/mm/32: Set NX in __supported_pte_mask before enabling paging" | Andy Lutomirski | 2016-04-26 |
| |/ / |
|
* / / | x86/mm/pat: Document the (currently) EFI-only code path | Matt Fleming | 2016-04-28 |
|/ / |
|
* | | mm/rmap: batched invalidations should use existing api | Nadav Amit | 2016-04-01 |
* | | x86/mm: TLB_REMOTE_SEND_IPI should count pages | Nadav Amit | 2016-04-01 |
|/ |
|
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-03-24 |
|\ |
|
| * | Merge branch 'x86/cleanups' into x86/urgent | Ingo Molnar | 2016-03-17 |
| |\ |
|
| | * | x86: Fix misspellings in comments | Adam Buchbinder | 2016-02-24 |
* | | | x86/extable: use generic search and sort routines | Ard Biesheuvel | 2016-03-22 |
* | | | kernel: add kcov code coverage | Dmitry Vyukov | 2016-03-22 |
* | | | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-03-20 |
|\ \ \ |
|
| * | | | x86/mm/pkeys: Fix access_error() denial of writes to write-only VMA | Dave Hansen | 2016-03-03 |
| * | | | mm/core, x86/mm/pkeys: Add execute-only protection keys support | Dave Hansen | 2016-02-18 |
| * | | | mm/core, x86/mm/pkeys: Differentiate instruction fetches | Dave Hansen | 2016-02-18 |
| * | | | x86/mm/pkeys: Optimize fault handling in access_error() | Dave Hansen | 2016-02-18 |
| * | | | mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keys | Dave Hansen | 2016-02-18 |
| * | | | x86/mm/gup: Simplify get_user_pages() PTE bit handling | Dave Hansen | 2016-02-18 |
| * | | | x86/mm/pkeys: Fill in pkey field in siginfo | Dave Hansen | 2016-02-18 |
| * | | | x86/mm/pkeys: Pass VMA down in to fault signal generation code | Dave Hansen | 2016-02-18 |
| * | | | x86/mm/pkeys: Add new 'PF_PK' page fault error code bit | Dave Hansen | 2016-02-18 |
| * | | | mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm | Dave Hansen | 2016-02-16 |
| | | | | |
| | \ \ | |
| | \ \ | |
| | \ \ | |
| *---. \ \ | Merge branches 'x86/fpu', 'x86/mm' and 'x86/asm' into x86/pkeys | Ingo Molnar | 2016-02-16 |
| |\ \ \ \ \ |
|
* | \ \ \ \ \ | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-03-20 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | x86/mm/pat: Fix boot crash when 1GB pages are not supported by the CPU | Matt Fleming | 2016-03-16 |
| * | | | | | | | x86/mm/pat: Don't implicitly allow _PAGE_RW in kernel_map_pages_in_pgd() | Sai Praneeth | 2016-02-22 |
| * | | | | | | | x86/mm/pat: Use _PAGE_GLOBAL bit for EFI page table mappings | Sai Praneeth | 2016-02-22 |
| * | | | | | | | Merge tag 'v4.5-rc5' into efi/core, before queueing up new changes | Ingo Molnar | 2016-02-22 |
| |\ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ | Merge branch 'linus' into efi/core, to refresh the branch and to pick up rece... | Ingo Molnar | 2016-02-03 |
| |\ \ \ \ \ \ \ \
| | | |_|_|_|_|_|/
| | |/| | | | | | |
|
| * | | | | | | | | x86/mm/pat: Ensure cpa->pfn only contains page frame numbers | Matt Fleming | 2015-11-29 |
* | | | | | | | | | mm: introduce page reference manipulation functions | Joonsoo Kim | 2016-03-17 |