index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/xen: split off enlighten_hvm.c
Vitaly Kuznetsov
2017-05-02
4
-207
/
+227
*
x86/xen: split off enlighten_pvh.c
Vitaly Kuznetsov
2017-05-02
3
-108
/
+116
*
x86/xen: add CONFIG_XEN_PV to Kconfig
Vitaly Kuznetsov
2017-05-02
3
-7
/
+22
*
x86/xen: globalize have_vcpu_info_placement
Vitaly Kuznetsov
2017-05-02
2
-6
/
+8
*
x86/xen: separate PV and HVM hypervisors
Vitaly Kuznetsov
2017-05-02
3
-41
/
+79
*
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2017-05-02
93
-711
/
+1845
|
\
|
*
mm, zone_device: Replace {get, put}_zone_device_page() with a single referenc...
Dan Williams
2017-05-01
5
-30
/
+31
|
*
x86/mm: Fix flush_tlb_page() on Xen
Andy Lutomirski
2017-04-26
1
-3
/
+1
|
*
x86/mm: Make flush_tlb_mm_range() more predictable
Andy Lutomirski
2017-04-26
1
-5
/
+7
|
*
x86/mm: Remove flush_tlb() and flush_tlb_current_task()
Andy Lutomirski
2017-04-26
2
-26
/
+0
|
*
x86/vm86/32: Switch to flush_tlb_mm_range() in mark_screen_rdonly()
Andy Lutomirski
2017-04-26
1
-1
/
+1
|
*
x86/mm/64: Fix crash in remove_pagetable()
Kirill A. Shutemov
2017-04-26
1
-3
/
+3
|
*
Revert "x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementa...
Ingo Molnar
2017-04-23
12
-128
/
+519
|
*
x86/boot/e820: Remove a redundant self assignment
Colin King
2017-04-14
1
-1
/
+0
|
*
x86/mm: Fix dump pagetables for 4 levels of page tables
Juergen Gross
2017-04-13
1
-1
/
+1
|
*
x86/mpx, selftests: Only check bounds-vs-shadow when we keep shadow
Joerg Roedel
2017-04-12
1
-2
/
+3
|
*
x86/mpx: Correctly report do_mpx_bt_fault() failures to user-space
Joerg Roedel
2017-04-12
1
-9
/
+1
|
*
Merge branch 'x86/boot' into x86/mm, to avoid conflict
Ingo Molnar
2017-04-11
67
-886
/
+1049
|
|
\
|
*
|
Revert "x86/mm/numa: Remove numa_nodemask_from_meminfo()"
Thomas Gleixner
2017-04-08
1
-1
/
+20
|
*
|
x86/espfix: Add support for 5-level paging
Kirill A. Shutemov
2017-04-04
2
-6
/
+8
|
*
|
x86/kasan: Extend KASAN to support 5-level paging
Kirill A. Shutemov
2017-04-04
1
-2
/
+16
|
*
|
x86/mm: Add basic defines/helpers for CONFIG_X86_5LEVEL=y
Kirill A. Shutemov
2017-04-04
4
-2
/
+71
|
*
|
x86/paravirt: Add 5-level support to the paravirt code
Kirill A. Shutemov
2017-04-04
4
-14
/
+41
|
*
|
x86/mm: Define virtual memory map for 5-level paging
Kirill A. Shutemov
2017-04-04
6
-8
/
+60
|
*
|
x86/asm: Remove __VIRTUAL_MASK_SHIFT==47 assert
Kirill A. Shutemov
2017-04-04
1
-5
/
+2
|
*
|
x86/boot: Detect 5-level paging support
Kirill A. Shutemov
2017-04-04
4
-4
/
+33
|
*
|
Merge tag 'v4.11-rc5' into x86/mm, to refresh the branch
Ingo Molnar
2017-04-03
694
-5307
/
+9877
|
|
\
\
|
*
|
|
x86/mm/numa: Remove numa_nodemask_from_meminfo()
Wei Yang
2017-04-03
1
-20
/
+1
|
*
|
|
x86/mm/numa: Improve alloc_node_data() error path message
Wei Yang
2017-04-03
1
-2
/
+2
|
*
|
|
x86/mm: Make in_compat_syscall() work during exec
Dmitry Safonov
2017-03-31
1
-21
/
+46
|
*
|
|
x86/boot/32: Flip the logic in test_wp_bit()
Borislav Petkov
2017-03-31
1
-8
/
+7
|
*
|
|
x86/boot/32: Rewrite test_wp_bit()
Andy Lutomirski
2017-03-30
1
-34
/
+7
|
*
|
|
Merge branch 'x86/cpu' into x86/mm, before applying dependent patch
Ingo Molnar
2017-03-30
5
-24
/
+13
|
|
\
\
\
|
*
|
|
|
x86/dump_pagetables: Add support for 5-level paging
Kirill A. Shutemov
2017-03-30
1
-14
/
+45
|
*
|
|
|
mm: Fix false-positive VM_BUG_ON() in page_cache_{get,add}_speculative()
Kirill A. Shutemov
2017-03-28
1
-2
/
+2
|
*
|
|
|
x86: Convert the rest of the code to support p4d_t
Kirill A. Shutemov
2017-03-27
11
-141
/
+401
|
*
|
|
|
x86/xen: Change __xen_pgd_walk() and xen_cleanmfnmap() to support p4d
Xiong Zhang
2017-03-27
2
-96
/
+150
|
*
|
|
|
x86/kasan: Prepare clear_pgds() to switch to <asm-generic/pgtable-nop4d.h>
Kirill A. Shutemov
2017-03-27
1
-2
/
+13
|
*
|
|
|
x86/mm/pat: Add 5-level paging support
Kirill A. Shutemov
2017-03-27
1
-14
/
+40
|
*
|
|
|
x86/efi: Add 5-level paging support
Kirill A. Shutemov
2017-03-27
1
-10
/
+26
|
*
|
|
|
x86/kexec: Add 5-level paging support
Kirill A. Shutemov
2017-03-27
3
-3
/
+16
|
*
|
|
|
Merge branch 'x86/process' into x86/mm, to create new base for further patches
Ingo Molnar
2017-03-23
22
-88
/
+258
|
|
\
\
\
\
|
*
|
|
|
|
x86/xen/gdt: Use X86_FEATURE_XENPV instead of globals for the GDT fixup
Andy Lutomirski
2017-03-23
3
-15
/
+17
|
*
|
|
|
|
x86/gdt: Get rid of the get_*_gdt_*_vaddr() helpers
Andy Lutomirski
2017-03-23
2
-22
/
+2
|
*
|
|
|
|
x86/boot/32: Defer resyncing initial_page_table until per-cpu is set up
Andy Lutomirski
2017-03-23
2
-15
/
+21
|
*
|
|
|
|
x86/efi/32: Fix EFI on systems where the per-cpu GDT is virtually mapped
Andy Lutomirski
2017-03-23
1
-1
/
+1
|
*
|
|
|
|
x86/gdt: Fix setup_fixmap_gdt() to use the correct PA
Andy Lutomirski
2017-03-23
2
-2
/
+8
|
*
|
|
|
|
selftests/x86/ldt_gdt_32: Work around a glibc sigaction() bug
Andy Lutomirski
2017-03-23
1
-0
/
+46
|
*
|
|
|
|
x86/headers: Simplify asm/fixmap.h inclusion into asm/pgtable*.h
Thomas Garnier
2017-03-21
3
-2
/
+1
|
*
|
|
|
|
x86/tls: Forcibly set the accessed bit in TLS segments
Andy Lutomirski
2017-03-19
1
-2
/
+9
[next]