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.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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
path:
root
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-27
mm/memcontrol.c: convert mem_cgroup_id::ref to refcount_t type
Kirill Tkhai
1
-1
/
+1
2018-10-27
mm: dax: add comment for PFN_SPECIAL
Yang Shi
1
-0
/
+2
2018-10-27
mm: mremap: downgrade mmap_sem to read when shrinking
Yang Shi
1
-0
/
+2
2018-10-27
mm: defer ZONE_DEVICE page initialization to the point where we init pgmap
Alexander Duyck
1
-0
/
+2
2018-10-27
mm: create non-atomic version of SetPageReserved for init use
Alexander Duyck
1
-0
/
+1
2018-10-27
mm: provide kernel parameter to allow disabling page init poisoning
Alexander Duyck
1
-0
/
+8
2018-10-27
memcg: remove memcg_kmem_skip_account
Shakeel Butt
1
-3
/
+0
2018-10-27
mm: workingset: add vmstat counter for shadow nodes
Johannes Weiner
1
-0
/
+1
2018-10-27
psi: cgroup support
Johannes Weiner
3
-0
/
+44
2018-10-27
psi: pressure stall information for CPU, memory, and IO
Johannes Weiner
3
-0
/
+130
2018-10-27
sched: loadavg: make calc_load_n() public
Johannes Weiner
1
-0
/
+3
2018-10-27
sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOAD
Johannes Weiner
1
-4
/
+17
2018-10-27
delayacct: track delays from thrashing cache pages
Johannes Weiner
1
-0
/
+23
2018-10-27
mm: workingset: tell cache transitions from workingset thrashing
Johannes Weiner
3
-2
/
+6
2018-10-27
mm: rename and change semantics of nr_indirectly_reclaimable_bytes
Vlastimil Babka
1
-1
/
+1
2018-10-27
mm, slab/slub: introduce kmalloc-reclaimable caches
Vlastimil Babka
1
-1
/
+15
2018-10-27
mm, slab: combine kmalloc_caches and kmalloc_dma_caches
Vlastimil Babka
1
-11
/
+31
2018-10-27
mm: remove vm_insert_pfn()
Matthew Wilcox
1
-14
/
+1
2018-10-27
mm: remove references to vm_insert_pfn()
Matthew Wilcox
1
-1
/
+1
2018-10-27
mm: make vm_insert_pfn_prot() static
Matthew Wilcox
1
-2
/
+0
2018-10-27
mm: introduce vmf_insert_pfn_prot()
Matthew Wilcox
1
-0
/
+2
2018-10-27
mm: remove vm_insert_mixed()
Matthew Wilcox
1
-14
/
+1
2018-10-27
Revert "mm, mmu_notifier: annotate mmu notifiers with blockable invalidate ca...
Michal Hocko
1
-23
/
+0
2018-10-27
mm, mmu_notifier: be explicit about range invalition non-blocking mode
Michal Hocko
1
-1
/
+3
2018-10-27
mm: don't miss the last page because of round-off error
Roman Gushchin
1
-0
/
+3
2018-10-27
mm: rework memcg kernel stack accounting
Roman Gushchin
1
-1
/
+12
2018-10-27
fs/iomap.c: change return type to vm_fault_t
Souptick Joarder
1
-1
/
+3
2018-10-27
include/linux/linkage.h: align weak symbols
Andrey Ryabinin
1
-0
/
+1
2018-10-27
include/linux/pfn_t.h: force '~' to be parsed as an unary operator
Sebastien Boisvert
1
-1
/
+1
2018-10-26
Merge tag 'char-misc-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
11
-69
/
+173
2018-10-26
Merge tag 'driver-core-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-5
/
+10
2018-10-26
Merge tag 'usb-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
5
-53
/
+32
2018-10-26
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2
-22
/
+12
2018-10-26
Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+5
2018-10-26
Merge branch 'for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
1
-12
/
+3
2018-10-26
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
7
-20
/
+133
2018-10-25
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
6
-12
/
+23
2018-10-25
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
10
-201
/
+115
2018-10-25
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-5
/
+15
2018-10-25
Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
10
-71
/
+161
2018-10-25
Merge tag 'dmaengine-4.20-rc1' of git://git.infradead.org/users/vkoul/slave-dma
Linus Torvalds
3
-1
/
+108
2018-10-25
Merge tag 'edac_for_4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp
Linus Torvalds
2
-1
/
+17
2018-10-25
Merge tag 'libnvdimm-for-4.20' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+22
2018-10-25
Merge tag 'for-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...
Linus Torvalds
2
-0
/
+11
2018-10-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2
-0
/
+29
2018-10-25
Merge tag 'mfd-next-4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/le...
Linus Torvalds
31
-278
/
+95
2018-10-24
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-1
/
+1
2018-10-24
Merge tag 'f2fs-for-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-5
/
+5
2018-10-24
Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
4
-4
/
+13
2018-10-24
Merge tag 'pstore-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+2
[next]