index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-27
x86: Convert the rest of the code to support p4d_t
Kirill A. Shutemov
10
-127
/
+387
2017-03-27
x86/xen: Change __xen_pgd_walk() and xen_cleanmfnmap() to support p4d
Xiong Zhang
2
-96
/
+150
2017-03-27
x86/kasan: Prepare clear_pgds() to switch to <asm-generic/pgtable-nop4d.h>
Kirill A. Shutemov
1
-2
/
+13
2017-03-27
x86/mm/pat: Add 5-level paging support
Kirill A. Shutemov
1
-14
/
+40
2017-03-27
x86/efi: Add 5-level paging support
Kirill A. Shutemov
1
-10
/
+26
2017-03-27
x86/kexec: Add 5-level paging support
Kirill A. Shutemov
3
-3
/
+16
2017-03-23
Merge branch 'x86/process' into x86/mm, to create new base for further patches
Ingo Molnar
19
-88
/
+251
2017-03-23
x86/xen/gdt: Use X86_FEATURE_XENPV instead of globals for the GDT fixup
Andy Lutomirski
3
-15
/
+17
2017-03-23
x86/gdt: Get rid of the get_*_gdt_*_vaddr() helpers
Andy Lutomirski
2
-22
/
+2
2017-03-23
x86/boot/32: Defer resyncing initial_page_table until per-cpu is set up
Andy Lutomirski
2
-15
/
+21
2017-03-23
x86/efi/32: Fix EFI on systems where the per-cpu GDT is virtually mapped
Andy Lutomirski
1
-1
/
+1
2017-03-23
x86/gdt: Fix setup_fixmap_gdt() to use the correct PA
Andy Lutomirski
2
-2
/
+8
2017-03-21
um/arch_prctl: Fix fallout from x86 arch_prctl() rework
Kyle Huey
1
-1
/
+1
2017-03-21
x86/headers: Simplify asm/fixmap.h inclusion into asm/pgtable*.h
Thomas Garnier
3
-2
/
+1
2017-03-20
x86/arch_prctl: Add ARCH_[GET|SET]_CPUID
Kyle Huey
6
-13
/
+104
2017-03-20
x86/cpufeature: Detect CPUID faulting support
Kyle Huey
3
-1
/
+26
2017-03-20
x86/syscalls/32: Wire up arch_prctl on x86-32
Kyle Huey
5
-1
/
+23
2017-03-20
x86/arch_prctl: Add do_arch_prctl_common()
Kyle Huey
3
-1
/
+16
2017-03-20
x86/arch_prctl/64: Rename do_arch_prctl() to do_arch_prctl_64()
Kyle Huey
6
-31
/
+32
2017-03-20
x86/arch_prctl/64: Use SYSCALL_DEFINE2 to define sys_arch_prctl()
Kyle Huey
2
-2
/
+4
2017-03-20
x86/arch_prctl: Rename 'code' argument to 'option'
Kyle Huey
6
-16
/
+17
2017-03-20
x86/msr: Rename MISC_FEATURE_ENABLES to MISC_FEATURES_ENABLES
Kyle Huey
2
-7
/
+7
2017-03-19
x86/tls: Forcibly set the accessed bit in TLS segments
Andy Lutomirski
1
-2
/
+9
2017-03-18
x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementation
Kirill A. Shutemov
10
-513
/
+122
2017-03-18
mm/gup: Drop the arch_pte_access_permitted() MMU callback
Kirill A. Shutemov
5
-28
/
+0
2017-03-18
x86/mm: Correct fixmap header usage on adaptable MODULES_END
Thomas Garnier
4
-3
/
+1
2017-03-17
Merge branch 'linus' into x86/mm, to pick up a bugfix
Ingo Molnar
17
-40
/
+506
2017-03-16
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
5
-9
/
+7
2017-03-16
x86: Make the GDT remapping read-only on 64-bit
Thomas Garnier
5
-55
/
+96
2017-03-16
x86: Remap GDT tables in the fixmap section
Thomas Garnier
15
-21
/
+106
2017-03-16
x86/mm: Adapt MODULES_END based on fixmap section size
Thomas Garnier
4
-1
/
+5
2017-03-15
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-1
/
+1
2017-03-14
x86/hugetlb: Adjust to the new native/compat mmap bases
Dmitry Safonov
4
-15
/
+21
2017-03-14
x86/power: Add 5-level paging support
Kirill A. Shutemov
1
-14
/
+33
2017-03-14
x86/mm/vmalloc: Add 5-level paging support
Kirill A. Shutemov
1
-3
/
+24
2017-03-14
x86/mm/ident_map: Add 5-level paging support
Kirill A. Shutemov
1
-7
/
+44
2017-03-14
x86/mm/gup: Add 5-level paging support
Kirill A. Shutemov
1
-6
/
+27
2017-03-14
x86/mm: Convert trivial cases of page table walk to 5-level paging
Kirill A. Shutemov
9
-23
/
+85
2017-03-14
x86/mm: Extend headers with basic definitions to support 5-level paging
Kirill A. Shutemov
5
-6
/
+53
2017-03-14
Merge tag 'powerpc-4.11-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
11
-30
/
+498
2017-03-13
x86/mm: Make mmap(MAP_32BIT) work correctly
Dmitry Safonov
1
-2
/
+2
2017-03-13
x86/mm: Introduce mmap_compat_base() for 32-bit mmap()
Dmitry Safonov
5
-17
/
+64
2017-03-13
x86/mm: Add task_size parameter to mmap_base()
Dmitry Safonov
3
-30
/
+48
2017-03-13
x86/mm: Introduce arch_rnd() to compute 32/64 mmap random base
Dmitry Safonov
1
-12
/
+14
2017-03-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...
Linus Torvalds
11
-29
/
+51
2017-03-13
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
9
-39
/
+52
2017-03-13
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+10
2017-03-12
x86/tlb: Fix tlb flushing when lguest clears PGE
Daniel Borkmann
1
-1
/
+1
2017-03-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
8
-48
/
+92
2017-03-12
Merge tag 'extable-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...
Linus Torvalds
2
-0
/
+3
[next]