| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-05-16 | 3 | -76/+80 |
|\ |
|
| * | x86/boot: Add missing file header comments | Kees Cook | 2016-05-10 | 1 | -0/+5 |
| * | x86/boot: Split out kernel_ident_mapping_init() | Yinghai Lu | 2016-05-07 | 2 | -73/+75 |
| * | x86/KASLR: Drop CONFIG_RANDOMIZE_BASE_MAX_OFFSET | Baoquan He | 2016-04-22 | 1 | -3/+0 |
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2016-05-16 | 8 | -73/+158 |
|\ \ |
|
| * | | x86/segments/64: When loadsegment(fs, ...) fails, clear the base | Andy Lutomirski | 2016-04-29 | 1 | -0/+10 |
| * | | Merge branch 'x86/urgent' into x86/asm, to refresh the tree | Ingo Molnar | 2016-04-29 | 1 | -2/+3 |
| |\ \ |
|
| * \ \ | Merge tag 'v4.6-rc4' into x86/asm, to pick up fixes | Ingo Molnar | 2016-04-19 | 1 | -4/+10 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | x86/extable: Add a comment about early exception handlers | Andy Lutomirski | 2016-04-13 | 1 | -0/+14 |
| * | | | x86/msr: Carry on after a non-"safe" MSR access fails | Andy Lutomirski | 2016-04-13 | 1 | -0/+27 |
| * | | | x86/traps: Enable all exception handler callbacks early | Andy Lutomirski | 2016-04-13 | 1 | -17/+2 |
| * | | | x86/head: Move early exception panic code into early_fixup_exception() | Andy Lutomirski | 2016-04-13 | 1 | -5/+24 |
| * | | | x86/head: Move the early NMI fixup into C | Andy Lutomirski | 2016-04-13 | 1 | -0/+5 |
| * | | | x86/head: Pass a real pt_regs and trapnr to early_fixup_exception() | Andy Lutomirski | 2016-04-13 | 1 | -3/+3 |
| * | | | Merge branch 'x86/mm' into x86/asm to resolve conflict and to create common base | Ingo Molnar | 2016-04-13 | 1 | -42/+67 |
| |\ \ \ |
|
| | * | | | x86/mm/pat: Fix BUG_ON() in mmap_mem() on QEMU/i386 | Toshi Kani | 2016-04-13 | 1 | -19/+0 |
| | * | | | x86/xen, pat: Remove PAT table init code from Xen | Toshi Kani | 2016-03-29 | 1 | -1/+1 |
| | * | | | x86/mm/pat: Replace cpu_has_pat with boot_cpu_has() | Toshi Kani | 2016-03-29 | 1 | -2/+2 |
| | * | | | x86/mm/pat: Add pat_disable() interface | Toshi Kani | 2016-03-29 | 1 | -1/+12 |
| | * | | | x86/mm/pat: Add support of non-default PAT MSR setting | Toshi Kani | 2016-03-29 | 1 | -20/+53 |
| * | | | | x86/cpufeature: Remove cpu_has_pse | Borislav Petkov | 2016-03-31 | 4 | -6/+6 |
| * | | | | x86/cpufeature: Remove cpu_has_pge | Borislav Petkov | 2016-03-31 | 1 | -1/+1 |
| * | | | | x86/cpufeature: Remove cpu_has_clflush | Borislav Petkov | 2016-03-31 | 1 | -1/+1 |
| * | | | | x86/cpufeature: Remove cpu_has_gbpages | Borislav Petkov | 2016-03-31 | 4 | -5/+5 |
| |/ / / |
|
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-05-16 | 2 | -2/+117 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'sched/urgent' into sched/core to pick up fixes | Ingo Molnar | 2016-05-12 | 1 | -2/+3 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| * | | | | x86/mm, sched/core: Turn off IRQs in switch_mm() | Andy Lutomirski | 2016-04-28 | 1 | -0/+10 |
| * | | | | x86/mm, sched/core: Uninline switch_mm() | Andy Lutomirski | 2016-04-28 | 1 | -0/+102 |
| * | | | | x86/mm: Build arch/x86/mm/tlb.c even on !SMP | Andy Lutomirski | 2016-04-28 | 2 | -2/+5 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'linus' into efi/core, to pick up fixes | Ingo Molnar | 2016-05-07 | 1 | -2/+3 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Revert "x86/mm/32: Set NX in __supported_pte_mask before enabling paging" | Andy Lutomirski | 2016-04-26 | 1 | -2/+3 |
| |/ / |
|
* | | | x86/mm/pat: Document the (currently) EFI-only code path | Matt Fleming | 2016-04-28 | 1 | -1/+7 |
|/ / |
|
* | | mm/rmap: batched invalidations should use existing api | Nadav Amit | 2016-04-01 | 1 | -1/+1 |
* | | x86/mm: TLB_REMOTE_SEND_IPI should count pages | Nadav Amit | 2016-04-01 | 1 | -3/+9 |
|/ |
|
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2016-03-24 | 2 | -3/+3 |
|\ |
|
| * | Merge branch 'x86/cleanups' into x86/urgent | Ingo Molnar | 2016-03-17 | 2 | -3/+3 |
| |\ |
|
| | * | x86: Fix misspellings in comments | Adam Buchbinder | 2016-02-24 | 2 | -3/+3 |
* | | | x86/extable: use generic search and sort routines | Ard Biesheuvel | 2016-03-22 | 1 | -108/+0 |
* | | | kernel: add kcov code coverage | Dmitry Vyukov | 2016-03-22 | 1 | -0/+3 |
* | | | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2016-03-20 | 5 | -41/+261 |
|\ \ \ |
|
| * | | | x86/mm/pkeys: Fix access_error() denial of writes to write-only VMA | Dave Hansen | 2016-03-03 | 1 | -18/+0 |
| * | | | mm/core, x86/mm/pkeys: Add execute-only protection keys support | Dave Hansen | 2016-02-18 | 3 | -0/+113 |
| * | | | mm/core, x86/mm/pkeys: Differentiate instruction fetches | Dave Hansen | 2016-02-18 | 1 | -2/+6 |
| * | | | x86/mm/pkeys: Optimize fault handling in access_error() | Dave Hansen | 2016-02-18 | 1 | -0/+15 |
| * | | | mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keys | Dave Hansen | 2016-02-18 | 2 | -1/+25 |
| * | | | x86/mm/gup: Simplify get_user_pages() PTE bit handling | Dave Hansen | 2016-02-18 | 1 | -16/+22 |
| * | | | x86/mm/pkeys: Fill in pkey field in siginfo | Dave Hansen | 2016-02-18 | 1 | -1/+63 |
| * | | | x86/mm/pkeys: Pass VMA down in to fault signal generation code | Dave Hansen | 2016-02-18 | 1 | -22/+28 |
| * | | | x86/mm/pkeys: Add new 'PF_PK' page fault error code bit | Dave Hansen | 2016-02-18 | 1 | -0/+8 |
| * | | | mm/gup: Switch all callers of get_user_pages() to not pass tsk/mm | Dave Hansen | 2016-02-16 | 2 | -3/+3 |