index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
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-04
arch/kunmap_atomic: consolidate duplicate code
Ira Weiny
1
-5
/
+2
2020-06-04
arch/kmap_atomic: consolidate duplicate code
Ira Weiny
1
-14
/
+0
2020-06-04
{x86,powerpc,microblaze}/kmap: move preempt disable
Ira Weiny
1
-8
/
+2
2020-06-04
arch/kunmap: remove duplicate kunmap implementations
Ira Weiny
1
-9
/
+0
2020-06-04
arch/kmap: remove redundant arch specific kmaps
Ira Weiny
1
-9
/
+0
2020-06-04
arch/kmap: remove BUG_ON()
Ira Weiny
1
-2
/
+1
2020-06-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
5
-23
/
+27
2020-06-03
mm/thp: rename pmd_mknotpresent() as pmd_mkinvalid()
Anshuman Khandual
1
-1
/
+1
2020-06-03
hugetlbfs: remove hugetlb_add_hstate() warning for existing hstate
Mike Kravetz
1
-1
/
+1
2020-06-03
hugetlbfs: move hugepagesz= parsing to arch independent code
Mike Kravetz
1
-16
/
+0
2020-06-03
hugetlbfs: add arch_hugetlb_valid_size
Mike Kravetz
1
-4
/
+13
2020-06-03
mm: make deferred init's max threads arch-specific
Daniel Jordan
1
-0
/
+12
2020-06-03
mm: rename free_area_init_node() to free_area_init_memoryless_node()
Mike Rapoport
1
-4
/
+1
2020-06-03
mm: use free_area_init() instead of free_area_init_nodes()
Mike Rapoport
1
-1
/
+1
2020-06-03
mm: memblock: replace dereferences of memblock_region.nid with API calls
Mike Rapoport
1
-2
/
+4
2020-06-03
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-01
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]