Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
2e549b2ee0e358bc758480e716b881f9cabedb6a
/
mm
fa1b5d0
Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
by Linus Torvalds
· 6 years ago
8c479c2
Merge tag 'hardened-usercopy-v4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux
by Linus Torvalds
· 6 years ago
e6ecec3
Merge tag 'docs-4.19' of git://git.lwn.net/linux
by Linus Torvalds
· 6 years ago
b018fc9
Merge tag 'pm-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 6 years ago
73ba2fb
Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
958f338
Merge branch 'l1tf-final' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
17bc343
Merge branches 'pm-core', 'pm-domains', 'pm-sleep', 'acpi-pm' and 'pm-cpuidle'
by Rafael J. Wysocki
· 6 years ago
a66b4cd
Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
eac3411
Merge branch 'x86/pti' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
203b4fc
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
24eee1e
mm/memory.c: check return value of ioremap_prot
by jie@chenjie6@huwei.com
· 6 years ago
55f2503
PM / reboot: Eliminate race between reboot and suspend
by Pingfan Liu
· 6 years ago
05b9ba4
Merge tag 'v4.18-rc6' into for-4.19/block2
by Jens Axboe
· 6 years ago
0d83432
mm: Allow non-direct-map arguments to free_reserved_area()
by Dave Hansen
· 6 years ago
f2701b7
Merge 4.18-rc7 into master to pick up the KVM dependcy
by Thomas Gleixner
· 6 years ago
eec3636
ipc/shm.c add ->pagesize function to shm_vm_ops
by Jane Chu
· 6 years ago
7e97de0
memcg: remove memcg_cgroup::id from IDR on mem_cgroup_css_alloc() failure
by Kirill Tkhai
· 6 years ago
3e039c5
docs/mm: memblock: add overview documentation
by Mike Rapoport
· 7 years ago
48a833c
docs/mm: memblock: add kernel-doc comments for memblock_add[_node]
by Mike Rapoport
· 7 years ago
47cec44
docs/mm: memblock: update kernel-doc comments
by Mike Rapoport
· 7 years ago
e1720fe
mm/memblock: add a name for memblock flags enumeration
by Mike Rapoport
· 7 years ago
58faef9
docs/mm: bootmem: add overview documentation
by Mike Rapoport
· 7 years ago
7c75720
docs/mm: bootmem: fix kernel-doc warnings
by Mike Rapoport
· 7 years ago
8108ad5
docs/mm: nobootmem: fixup kernel-doc comments
by Mike Rapoport
· 7 years ago
04c4506
mm/bootmem: drop duplicated kernel-doc comments
by Mike Rapoport
· 7 years ago
59e0b52
kconfig: add a Memory Management options" menu
by Christoph Hellwig
· 6 years ago
53406ed
mm: delete historical BUG from zap_pmd_range()
by Hugh Dickins
· 6 years ago
dc30b96
readahead: stricter check for bdi io_pages
by Markus Stockhausen
· 6 years ago
16e536e
zswap: re-check zswap_is_full() after do zswap_shrink()
by Li Wang
· 6 years ago
bfd40ea
mm: fix vma_is_anonymous() false-positives
by Kirill A. Shutemov
· 6 years ago
2c4541e
mm: use vma_init() to initialize VMAs on stack and data segments
by Kirill A. Shutemov
· 6 years ago
490fc05
mm: make vm_area_alloc() initialize core fields
by Linus Torvalds
· 6 years ago
95faf69
mm: make vm_area_dup() actually copy the old vma data
by Linus Torvalds
· 6 years ago
3928d4f
mm: use helper functions for allocating and freeing vm_area structs
by Linus Torvalds
· 6 years ago
9f15bde
mm: memcg: fix use after free in mem_cgroup_iter()
by Jing Xia
· 6 years ago
e1f1b15
mm/huge_memory.c: fix data loss when splitting a file pmd
by Hugh Dickins
· 6 years ago
1937367
mm/memblock: add missing include <linux/bootmem.h>
by Mathieu Malaterre
· 6 years ago
2ff6ddf
x86/mm/tlb: Leave lazy TLB mode at page table free time
by Rik van Riel
· 7 years ago
c1a2f7f
mm: Allocate the mm_cpumask (mm->cpu_bitmap[]) dynamically based on nr_cpu_ids
by Rik van Riel
· 7 years ago
d1b47a7
mm: don't do zero_resv_unavail if memmap is not allocated
by Pavel Tatashin
· 7 years ago
f353078
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 7 years ago
bb177a7
mm: do not bug_on on incorrect length in __mm_populate()
by Michal Hocko
· 7 years ago
e3d301c
mm/memblock.c: do not complain about top-down allocations for !MEMORY_HOTREMOVE
by Michal Hocko
· 7 years ago
bce73e4
mm: do not drop unused pages when userfaultd is running
by Christian Borntraeger
· 7 years ago
e181ae0c
mm: zero unavailable pages before memmap init
by Pavel Tatashin
· 7 years ago
93dec2d
... and switch shmem_file_setup() to alloc_file_pseudo()
by Al Viro
· 7 years ago
dac2d1f
__shmem_file_setup(): reorder allocations
by Al Viro
· 7 years ago
c9c554f
alloc_file(): switch to passing O_... flags instead of FMODE_... mode
by Al Viro
· 7 years ago
ca47e8c
mm: skip readahead if the cgroup is congested
by Josef Bacik
· 7 years ago
2cf8558
memcontrol: schedule throttling if we are congested
by Tejun Heo
· 7 years ago
0d3bd88
swap,blkcg: issue swap io with the appropriate context
by Tejun Heo
· 7 years ago
0d1e0c7
blk: introduce REQ_SWAP
by Josef Bacik
· 7 years ago
b5cb15d
usercopy: Allow boot cmdline disabling of hardening
by Chris von Recklinghausen
· 7 years ago
fc36def
mm: teach dump_page() to correctly output poisoned struct pages
by Pavel Tatashin
· 7 years ago
1e8e18f
kasan: fix shadow_size calculation error in kasan_module_alloc
by Zhen Lei
· 7 years ago
520495f
mm: hugetlb: yield when prepping struct pages
by Cannon Matthews
· 7 years ago
d50d82f
slub: fix failure when we delete and create a slab cache
by Mikulas Patocka
· 7 years ago
28557cc
Revert mm/vmstat.c: fix vmstat_update() preemption BUG
by Sebastian Andrzej Siewior
· 7 years ago
77072ca
Merge tag 'for-linus-20180623' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 7 years ago
3ee7e86
bdi: Fix another oops in wb_workfn()
by Jan Kara
· 7 years ago
377eeaa
x86/speculation/l1tf: Limit swap file size to MAX_PA/2
by Andi Kleen
· 7 years ago
42e4089
x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappings
by Andi Kleen
· 7 years ago
6cc22dc
revert "mm/memblock: add missing include <linux/bootmem.h>"
by Andrew Morton
· 7 years ago
fe6bdfc
mm: fix oom_kill event handling
by Roman Gushchin
· 7 years ago
0825a6f
mm: use octal not symbolic permissions
by Joe Perches
· 7 years ago
37a4094e
mremap: remove LATENCY_LIMIT from mremap to reduce the number of TLB shootdowns
by Mel Gorman
· 7 years ago
69b5086
mm/memblock: add missing include <linux/bootmem.h>
by Mathieu Malaterre
· 7 years ago
92ee383
mm: fix race between kmem_cache destroy, create and deactivate
by Shakeel Butt
· 7 years ago
955c97f
mm/swapfile.c: fix swap_count comment about nonexistent SWAP_HAS_CONT
by Daniel Jordan
· 7 years ago
df2a419
mm: fix null pointer dereference in mem_cgroup_protected
by Roman Gushchin
· 7 years ago
1105a2f
mm/ksm.c: ignore STABLE_FLAG of rmap_item->address in rmap_walk_ksm()
by Jia He
· 7 years ago
42bc47b
treewide: Use array_size() in vmalloc()
by Kees Cook
· 7 years ago
778e1cd
treewide: kvzalloc() -> kvcalloc()
by Kees Cook
· 7 years ago
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 7 years ago
6da2ec5
treewide: kmalloc() -> kmalloc_array()
by Kees Cook
· 7 years ago
7d3bf61
Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 7 years ago
b568457
Merge branch 'for-4.18/dax' into libnvdimm-for-next
by Dan Williams
· 7 years ago
68abbe7
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 7 years ago
ce91f6e
mm: kvmalloc does not fallback to vmalloc for incompatible gfp flags
by Michal Hocko
· 7 years ago
daa2807
mm/shmem.c: zero out unused vma fields in shmem_pseudo_vma_init()
by Kirill A. Shutemov
· 7 years ago
7810e67
mm, page_alloc: do not break __GFP_THISNODE by zonelist reset
by Vlastimil Babka
· 7 years ago
df2cc96
userfaultfd: prevent non-cooperative events vs mcopy_atomic races
by Mike Rapoport
· 7 years ago
be09102
mm: memcg: allow lowering memory.swap.max below the current usage
by Tejun Heo
· 7 years ago
20acce6
mm/shmem.c: use new return type vm_fault_t
by Souptick Joarder
· 7 years ago
325d7d4
slub: remove 'reserved' file from sysfs
by Matthew Wilcox
· 7 years ago
9736d2a
slub: remove kmem_cache->reserved
by Matthew Wilcox
· 7 years ago
bf68c21
slab,slub: remove rcu_head size checks
by Matthew Wilcox
· 7 years ago
4da1984
mm: combine LRU and main union in struct page
by Matthew Wilcox
· 7 years ago
b7ccc7f
mm: move lru union within struct page
by Matthew Wilcox
· 7 years ago
fa3015b
mm: use page->deferred_list
by Matthew Wilcox
· 7 years ago
7d27a04
mm: move 'private' union within struct page
by Matthew Wilcox
· 7 years ago
d4fc506
mm: switch s_mem and slab_cache in struct page
by Matthew Wilcox
· 7 years ago
6e292b9
mm: split page_type out from _mapcount
by Matthew Wilcox
· 7 years ago
285b8dc
mm, hugetlbfs: pass fault address to no page handler
by Huang Ying
· 7 years ago
b3ec9f3
mm: change return type to vm_fault_t
by Souptick Joarder
· 7 years ago
2bcd645
mm: use new return type vm_fault_t
by Souptick Joarder
· 7 years ago
a380b40
mm/page_alloc.c: remove useless parameter of finalise_ac()
by Huaisheng Ye
· 7 years ago
3cadfa2
mm/vmpressure.c: convert to use match_string() helper
by Andy Shevchenko
· 7 years ago
d62ff36
mm/vmpressure.c: use kstrndup instead of kmalloc+strncpy
by Andy Shevchenko
· 7 years ago
bf8d5d5
memcg: introduce memory.min
by Roman Gushchin
· 7 years ago
Next »