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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-17
mm/kmemleak: prevent soft lockup in first object iteration loop of kmemleak_s...
Waiman Long
1
-1
/
+27
2022-06-17
mm/kmemleak: skip unlikely objects in kmemleak_scan() without taking lock
Waiman Long
1
-0
/
+14
2022-06-17
mm/kmemleak: use _irq lock/unlock variants in kmemleak_scan/_clear()
Waiman Long
1
-10
/
+8
2022-06-17
mm/sparse-vmemmap.c: remove unwanted initialization in vmemmap_populate_compo...
Gautam Menghani
1
-1
/
+1
2022-06-17
selftests: make use of GUP_TEST_FILE macro
Joel Savitz
1
-2
/
+2
2022-06-17
userfaultfd/selftests: fix typo in comment
Xiang wangx
1
-1
/
+1
2022-06-17
net: set proper memcg for net_init hooks allocations
Vasily Averin
2
-1
/
+53
2022-06-17
mm: kmem: make mem_cgroup_from_obj() vmalloc()-safe
Roman Gushchin
3
-22
/
+57
2022-06-17
mm/memremap: fix memunmap_pages() race with get_dev_pagemap()
Miaohe Lin
1
-1
/
+1
2022-06-17
mm: kmemleak: check physical address when scan
Patrick Wang
1
-3
/
+14
2022-06-17
mm: kmemleak: add rbtree and store physical address for objects allocated wit...
Patrick Wang
1
-42
/
+91
2022-06-17
mm: kmemleak: add OBJECT_PHYS flag for objects allocated with physical address
Patrick Wang
1
-9
/
+31
2022-06-17
mm: kmemleak: remove kmemleak_not_leak_phys() and the min_count argument to k...
Patrick Wang
6
-33
/
+14
2022-06-17
lib/test_hmm: avoid accessing uninitialized pages
Miaohe Lin
1
-2
/
+8
2022-06-17
mm/memremap: fix wrong function name above memremap_pages()
Miaohe Lin
1
-2
/
+2
2022-06-17
mm/mempool: use might_alloc()
Daniel Vetter
1
-1
/
+1
2022-06-17
mm/slab: delete cache_alloc_debugcheck_before()
Daniel Vetter
1
-10
/
+0
2022-06-17
mm/page_alloc: use might_alloc()
Daniel Vetter
1
-4
/
+1
2022-06-17
mm/highmem: delete memmove_page()
Fabio M. De Francesco
1
-13
/
+0
2022-06-17
mm: memcontrol: add {pgscan,pgsteal}_{kswapd,direct} items in memory.stat of ...
Qi Zheng
2
-34
/
+45
2022-06-17
mm/vmalloc: add code comment for find_vmap_area_exceed_addr()
Baoquan He
1
-2
/
+3
2022-06-17
mm/vmalloc: fix typo in local variable name
Baoquan He
1
-6
/
+6
2022-06-17
mm/vmalloc: remove the redundant boundary check
Baoquan He
1
-4
/
+2
2022-06-17
mm/vmalloc: invoke classify_va_fit_type() in adjust_va_to_fit_type()
Baoquan He
1
-17
/
+6
2022-06-17
mm/damon: remove obsolete comments of kdamond_stop
Chengming Zhou
1
-9
/
+8
2022-06-17
mm/memory_hotplug: drop 'reason' argument from check_pfn_span()
Anshuman Khandual
1
-11
/
+9
2022-06-17
mm/shmem.c: clean up comment of shmem_swapin_folio
Miaohe Lin
1
-5
/
+5
2022-06-17
mm: avoid unnecessary page fault retires on shared memory types
Peter Xu
26
-2
/
+139
2022-06-17
tools/vm/slabinfo: use alphabetic order when two values are equal
Yuanzheng Song
1
-10
/
+22
2022-06-17
mm: use PAGE_ALIGNED instead of IS_ALIGNED
Fanjun Kong
1
-2
/
+2
2022-06-17
mm/x86: remove dead code for hugetlbpage.c
Peter Xu
1
-39
/
+0
2022-06-13
Linux 5.19-rc2
v5.19-rc2
Linus Torvalds
1
-1
/
+1
2022-06-12
Merge tag 'platform-drivers-x86-v5.19-2' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
8
-14
/
+35
2022-06-12
Merge tag 'wq-for-5.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
3
-17
/
+73
2022-06-12
Merge tag 'kbuild-fixes-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
5
-23
/
+40
2022-06-12
Merge tag '5.19-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
6
-14
/
+29
2022-06-12
Merge tag 'random-5.19-rc2-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
9
-62
/
+71
2022-06-12
platform/x86/intel: hid: Add Surface Go to VGBS allow list
Duke Lee
1
-0
/
+6
2022-06-12
platform/x86: hp-wmi: Use zero insize parameter only when supported
Bedant Patnaik
1
-8
/
+15
2022-06-12
platform/x86: hp-wmi: Resolve WMI query failures on some devices
Jorge Lopez
1
-2
/
+4
2022-06-12
workqueue: Switch to new kerneldoc syntax for named variable macro argument
Jonathan Neuschäfer
1
-1
/
+1
2022-06-12
Merge tag 'gpio-fixes-for-v5.19-rc2' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
6
-68
/
+99
2022-06-12
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
15
-61
/
+94
2022-06-12
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
9
-15
/
+32
2022-06-11
Merge tag 'loongarch-fixes-5.19-1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
11
-36
/
+31
2022-06-11
iov_iter: fix build issue due to possible type mis-match
Linus Torvalds
1
-2
/
+2
2022-06-11
wireguard: selftests: use maximum cpu features and allow rng seeding
Jason A. Donenfeld
3
-15
/
+19
2022-06-11
scripts/gdb: change kernel config dumping method
Kuan-Ying Lee
1
-3
/
+3
2022-06-11
um: virt-pci: set device ready in probe()
Vincent Whitchurch
1
-1
/
+6
2022-06-11
Merge tag 'nfsd-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/...
Linus Torvalds
5
-21
/
+47
[next]