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
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-01
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2
-29
/
+1
2021-08-31
Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-14
/
+12
2021-08-31
Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...
Linus Torvalds
1
-9
/
+27
2021-08-31
Merge remote-tracking branch 'tip/sched/arm64' into for-next/core
Catalin Marinas
7
-28
/
+41
2021-08-30
Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-block
Linus Torvalds
2
-2
/
+3
2021-08-30
Merge tag 'smp-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-8
/
+8
2021-08-30
Merge tag 's390-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
1
-1
/
+12
2021-08-30
Merge tag 'locks-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay...
Linus Torvalds
2
-9
/
+0
2021-08-30
Merge tag 'hole_punch_for_v5.15-rc1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
7
-59
/
+162
2021-08-28
mm: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
2
-8
/
+8
2021-08-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
7
-49
/
+59
2021-08-25
mm/memory_hotplug: fix potential permanent lru cache disable
Miaohe Lin
1
-0
/
+1
2021-08-23
fs: add a filemap_fdatawrite_wbc helper
Josef Bacik
1
-9
/
+27
2021-08-23
fs: remove mandatory file locking support
Jeff Layton
2
-9
/
+0
2021-08-20
hugetlb: don't pass page cache pages to restore_reserve_on_error
Mike Kravetz
1
-5
/
+14
2021-08-20
mm: vmscan: fix missing psi annotation for node_reclaim()
Johannes Weiner
1
-0
/
+3
2021-08-20
mm/hwpoison: retry with shake_page() for unhandlable pages
Naoya Horiguchi
1
-3
/
+9
2021-08-20
mm: memcontrol: fix occasional OOMs due to proportional memory.low reclaim
Johannes Weiner
1
-8
/
+19
2021-08-20
mm/page_alloc: don't corrupt pcppage_migratetype
Doug Berger
1
-13
/
+12
2021-08-20
Revert "mm: swap: check if swap backing device is congested or not"
Yang Shi
1
-7
/
+0
2021-08-20
Revert "mm/shmem: fix shmem_swapin() race with swapoff"
Yang Shi
1
-13
/
+1
2021-08-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-19
/
+29
2021-08-18
net-memcg: pass in gfp_t mask to mem_cgroup_charge_skmem()
Wei Wang
1
-13
/
+11
2021-08-13
mm/memcg: fix incorrect flushing of lruvec data in obj_stock
Waiman Long
1
-2
/
+4
2021-08-13
mm/madvise: report SIGBUS as -EFAULT for MADV_POPULATE_(READ|WRITE)
David Hildenbrand
2
-3
/
+8
2021-08-13
mm: slub: fix slub_debug disabling for list of slabs
Vlastimil Babka
1
-5
/
+8
2021-08-13
slub: fix kmalloc_pagealloc_invalid_free unit test
Shakeel Butt
1
-4
/
+4
2021-08-13
kasan, slub: reset tag when printing address
Kuan-Ying Lee
1
-2
/
+2
2021-08-13
kasan, kmemleak: reset tags when scanning block
Kuan-Ying Lee
1
-3
/
+3
2021-08-09
mm: hide laptop_mode_wb_timer entirely behind the BDI API
Christoph Hellwig
2
-2
/
+3
2021-08-02
arm64: kasan: mte: remove redundant mte_report_once logic
Mark Rutland
2
-13
/
+0
2021-08-02
arm64: kasan: mte: use a constant kernel GCR_EL1 value
Mark Rutland
2
-16
/
+1
2021-07-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
12
-35
/
+65
2021-07-30
mm/memcg: fix NULL pointer dereference in memcg_slab_free_hook()
Wang Hai
1
-1
/
+1
2021-07-30
slub: fix unreclaimable slab stat for bulk free
Shakeel Butt
1
-10
/
+12
2021-07-30
mm/migrate: fix NR_ISOLATED corruption on 64-bit
Aneesh Kumar K.V
1
-1
/
+1
2021-07-30
mm: memcontrol: fix blocking rstat function called from atomic cgroup1 thresh...
Johannes Weiner
1
-1
/
+2
2021-07-30
kfence: add function to mask address bits
Sven Schnelle
1
-1
/
+12
2021-07-23
mm: fix the deadlock in finish_fault()
Qi Zheng
1
-1
/
+10
2021-07-23
mm: mmap_lock: fix disabling preemption directly
Muchun Song
1
-2
/
+2
2021-07-23
mm/secretmem: wire up ->set_page_dirty
Mike Rapoport
1
-0
/
+1
2021-07-23
writeback, cgroup: remove wb from offline list before releasing refcnt
Roman Gushchin
1
-1
/
+1
2021-07-23
memblock: make for_each_mem_range() traverse MEMBLOCK_HOTPLUG regions
Mike Rapoport
1
-1
/
+2
2021-07-23
mm: page_alloc: fix page_poison=1 / INIT_ON_ALLOC_DEFAULT_ON interaction
Sergei Trofimovich
1
-13
/
+16
2021-07-23
kfence: skip all GFP_ZONEMASK allocations
Alexander Potapenko
1
-0
/
+9
2021-07-23
kfence: move the size check to the beginning of __kfence_alloc()
Alexander Potapenko
1
-3
/
+7
2021-07-23
kfence: defer kfence_test_init to ensure that kunit debugfs is created
Weizhao Ouyang
1
-1
/
+1
2021-07-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
5
-76
/
+77
2021-07-20
memcg: enable accounting for IP address and routing-related objects
Vasily Averin
1
-1
/
+1
2021-07-17
Revert "mm/slub: use stackdepot to save stack trace in objects"
Linus Torvalds
1
-49
/
+30
[next]