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.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
/
x86
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-18
maccess: rename probe_kernel_address to get_kernel_nofault
Christoph Hellwig
1
-3
/
+3
2020-06-17
maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault
Christoph Hellwig
3
-4
/
+4
2020-06-13
Merge tag 'x86-entry-2020-06-12' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
4
-29
/
+69
2020-06-12
x86/entry: Treat BUG/WARN as NMI-like entries
Andy Lutomirski
1
-2
/
+13
2020-06-11
Rebase locking/kcsan to locking/urgent
Thomas Gleixner
1
-0
/
+4
2020-06-11
x86/entry: Unbreak __irqentry_text_start/end magic
Thomas Gleixner
1
-2
/
+2
2020-06-11
x86/idt: Consolidate idt functionality
Thomas Gleixner
1
-12
/
+4
2020-06-11
x86/entry: Remove DBn stacks
Peter Zijlstra
1
-1
/
+0
2020-06-11
x86/entry: Switch page fault exception to IDTENTRY_RAW
Thomas Gleixner
1
-21
/
+48
2020-06-11
x86/entry: Convert Invalid Opcode exception to IDTENTRY
Thomas Gleixner
1
-1
/
+1
2020-06-11
x86/traps: Make interrupt enable/disable symmetric in C code
Thomas Gleixner
1
-2
/
+13
2020-06-09
maccess: always use strict semantics for probe_kernel_read
Christoph Hellwig
1
-7
/
+2
2020-06-09
maccess: unify the probe kernel arch hooks
Christoph Hellwig
1
-21
/
+12
2020-06-09
maccess: rename strncpy_from_unsafe_strict to strncpy_from_kernel_nofault
Christoph Hellwig
1
-1
/
+1
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
1
-6
/
+6
2020-06-09
mmap locking API: rename mmap_sem to mmap_lock
Michel Lespinasse
1
-1
/
+1
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
1
-4
/
+4
2020-06-09
mm: pgtable: add shortcuts for accessing kernel PMD and PTE
Mike Rapoport
1
-23
/
+3
2020-06-09
x86/mm: simplify init_trampoline() and surrounding logic
Mike Rapoport
2
-32
/
+23
2020-06-09
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
6
-6
/
+6
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
8
-8
/
+8
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
9
-9
/
+0
2020-06-05
Merge tag 'x86-mm-2020-06-05' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
9
-30
/
+441
2020-06-05
arch/kunmap_atomic: consolidate duplicate code
Ira Weiny
1
-5
/
+2
2020-06-05
arch/kmap_atomic: consolidate duplicate code
Ira Weiny
1
-14
/
+0
2020-06-05
{x86,powerpc,microblaze}/kmap: move preempt disable
Ira Weiny
1
-8
/
+2
2020-06-05
arch/kunmap: remove duplicate kunmap implementations
Ira Weiny
1
-9
/
+0
2020-06-05
arch/kmap: remove redundant arch specific kmaps
Ira Weiny
1
-9
/
+0
2020-06-05
arch/kmap: remove BUG_ON()
Ira Weiny
1
-2
/
+1
2020-06-04
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
5
-23
/
+27
2020-06-04
mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid()
Anshuman Khandual
1
-1
/
+1
2020-06-04
hugetlbfs: remove hugetlb_add_hstate() warning for existing hstate
Mike Kravetz
1
-1
/
+1
2020-06-04
hugetlbfs: move hugepagesz= parsing to arch independent code
Mike Kravetz
1
-16
/
+0
2020-06-04
hugetlbfs: add arch_hugetlb_valid_size
Mike Kravetz
1
-4
/
+13
2020-06-04
mm: make deferred init's max threads arch-specific
Daniel Jordan
1
-0
/
+12
2020-06-04
mm: rename free_area_init_node() to free_area_init_memoryless_node()
Mike Rapoport
1
-4
/
+1
2020-06-04
mm: use free_area_init() instead of free_area_init_nodes()
Mike Rapoport
1
-1
/
+1
2020-06-04
mm: memblock: replace dereferences of memblock_region.nid with API calls
Mike Rapoport
1
-2
/
+4
2020-06-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+19
2020-06-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
5
-228
/
+33
2020-06-02
x86/mm: remove vmalloc faulting
Joerg Roedel
3
-178
/
+1
2020-06-02
mm: remove vmalloc_sync_(un)mappings()
Joerg Roedel
1
-37
/
+0
2020-06-02
x86/mm/32: implement arch_sync_kernel_mappings()
Joerg Roedel
1
-9
/
+16
2020-06-02
x86/mm/64: implement arch_sync_kernel_mappings()
Joerg Roedel
1
-0
/
+5
2020-06-02
mm: ptdump: expand type of 'val' in note_page()
Steven Price
1
-1
/
+1
2020-06-02
x86: mm: ptdump: calculate effective permissions correctly
Steven Price
1
-13
/
+20
2020-06-02
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-3
/
+1
2020-06-01
Merge tag 'x86-cleanups-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-36
/
+2
2020-05-28
x86/mm: Drop deprecated DISCONTIGMEM support for 32-bit
Mike Rapoport
1
-34
/
+0
2020-05-23
x86/mm: Stop printing BRK addresses
Arvind Sankar
1
-2
/
+0
[next]