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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-14
mm: implement new zone specific memblock iterator
Alexander Duyck
3
-19
/
+101
2019-05-14
mm: drop meminit_pfn_in_nid as it is redundant
Alexander Duyck
1
-37
/
+14
2019-05-14
mm: use mm_zero_struct_page from SPARC on all 64b architectures
Alexander Duyck
2
-33
/
+38
2019-05-14
mm/rmap.c: use the pra.mapcount to do the check
Huang Shijie
1
-1
/
+1
2019-05-14
mm/filemap.c: enable error injection at add_to_page_cache()
Josef Bacik
1
-0
/
+2
2019-05-14
mm/mmu_notifier: mmu_notifier_range_update_to_read_only() helper
Jérôme Glisse
2
-0
/
+14
2019-05-14
mm/mmu_notifier: pass down vma and reasons why mmu notifier is happening
Jérôme Glisse
1
-1
/
+5
2019-05-14
mm/mmu_notifier: use correct mmu_notifier events for each invalidation
Jérôme Glisse
11
-33
/
+32
2019-05-14
mm/mmu_notifier: contextual information for event triggering invalidation
Jérôme Glisse
14
-30
/
+62
2019-05-14
mm/mmu_notifier: contextual information for event enums
Jérôme Glisse
1
-0
/
+30
2019-05-14
mm/mmu_notifier: convert mmu_notifier_range->blockable to a flags
Jérôme Glisse
1
-4
/
+7
2019-05-14
mm/mmu_notifier: convert user range->blockable to helper function
Jérôme Glisse
8
-17
/
+19
2019-05-14
mm/mmu_notifier: helper to test if a range invalidation is blockable
Jérôme Glisse
1
-0
/
+11
2019-05-14
mm/hmm: convert various hmm_pfn_* to device_entry which is a better name
Jérôme Glisse
2
-37
/
+75
2019-05-14
mm/hmm: add a helper function that fault pages and map them to a device
Jérôme Glisse
2
-0
/
+161
2019-05-14
mm/hmm: add helpers to test if mm is still alive or not
Jérôme Glisse
1
-0
/
+24
2019-05-14
mm/hmm: allow to mirror vma of a file on a DAX backed filesystem
Jérôme Glisse
1
-21
/
+126
2019-05-14
mm/hmm: mirror hugetlbfs (snapshoting, faulting and DMA mapping)
Jérôme Glisse
2
-16
/
+134
2019-05-14
mm/hmm: add default fault flags to avoid the need to pre-fill pfns arrays
Jérôme Glisse
3
-0
/
+60
2019-05-14
mm/hmm: improve driver API to work and wait over a range
Jérôme Glisse
3
-314
/
+387
2019-05-14
mm/hmm: improve and rename hmm_vma_fault() to hmm_range_fault()
Jérôme Glisse
3
-60
/
+52
2019-05-14
mm/hmm: improve and rename hmm_vma_get_pfns() to hmm_range_snapshot()
Jérôme Glisse
3
-24
/
+37
2019-05-14
mm/hmm: do not erase snapshot when a range is invalidated
Jérôme Glisse
1
-6
/
+0
2019-05-14
mm/hmm: use reference counting for HMM struct
Jérôme Glisse
2
-68
/
+124
2019-05-14
mm/hmm: select mmu notifier when selecting HMM
Jérôme Glisse
1
-1
/
+1
2019-05-14
hugetlb: use same fault hash key for shared and private mappings
Mike Kravetz
4
-26
/
+10
2019-05-14
hugetlbfs: on restore reserve error path retain subpool reservation
Mike Kravetz
1
-5
/
+16
2019-05-14
drivers/base/memory.c: clean up relics in function parameters
Baoquan He
1
-6
/
+6
2019-05-14
mm/sparse.c: clean up obsolete code comment
Baoquan He
1
-4
/
+12
2019-05-14
include/linux/balloon_compaction.h: drop unused function stubs
David Hildenbrand
1
-15
/
+0
2019-05-14
mm/swap.c: __pagevec_lru_add_fn: typo fix
Peng Fan
1
-1
/
+1
2019-05-14
mm/hugetlb: get rid of NODEMASK_ALLOC
Oscar Salvador
1
-25
/
+11
2019-05-14
hugetlbfs: fix potential over/underflow setting node specific nr_hugepages
Mike Kravetz
1
-7
/
+34
2019-05-14
mem-hotplug: fix node spanned pages when we have a node with only ZONE_MOVABLE
Linxu Fang
1
-2
/
+4
2019-05-14
mm/vmscan: drop may_writepage and classzone_idx from direct reclaim begin tem...
Yafang Shao
2
-27
/
+13
2019-05-14
mm: page_mkclean vs MADV_DONTNEED race
Aneesh Kumar K.V
2
-2
/
+2
2019-05-14
mm: introduce put_user_page*(), placeholder versions
John Hubbard
2
-0
/
+129
2019-05-14
hugetlb: allow to free gigantic pages regardless of the configuration
Alexandre Ghiti
14
-39
/
+61
2019-05-14
mm: simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOC
Alexandre Ghiti
10
-10
/
+12
2019-05-14
sparc: advertise gigantic page support
Alexandre Ghiti
1
-0
/
+1
2019-05-14
sh: advertise gigantic page support
Alexandre Ghiti
1
-0
/
+1
2019-05-14
riscv: switch over to generic free_initmem()
Mike Rapoport
1
-5
/
+0
2019-05-14
init: free_initmem: poison freed init memory
Mike Rapoport
2
-6
/
+1
2019-05-14
hexagon: switch over to generic free_initmem()
Mike Rapoport
1
-10
/
+0
2019-05-14
init: provide a generic free_initmem implementation
Mike Rapoport
12
-60
/
+5
2019-05-14
initramfs: poison freed initrd memory
Christoph Hellwig
5
-33
/
+2
2019-05-14
initramfs: provide a generic free_initrd_mem implementation
Christoph Hellwig
15
-100
/
+5
2019-05-14
initramfs: move the legacy keepinitrd parameter to core code
Christoph Hellwig
8
-47
/
+28
2019-05-14
initramfs: cleanup populate_rootfs
Christoph Hellwig
1
-17
/
+20
2019-05-14
initramfs: factor out a helper to populate the initrd image
Christoph Hellwig
1
-17
/
+23
[prev]
[next]