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
2020-04-02
hugetlb_cgroup: add interface for charge/uncharge hugetlb reservations
Mina Almasry
1
-18
/
+105
2020-04-02
hugetlb_cgroup: add hugetlb_cgroup reservation counter
Mina Almasry
1
-2
/
+2
2020-04-02
hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronization
Mike Kravetz
2
-0
/
+13
2020-04-02
mm/mempolicy: check hugepage migration is supported by arch in vma_migratable()
Li Xinhai
1
-28
/
+1
2020-04-02
kasan: detect negative size in memory operation function
Walter Wu
1
-1
/
+1
2020-04-02
mm/sparse: rename pfn_present() to pfn_in_present_section()
Pingfan Liu
1
-2
/
+2
2020-04-02
mmap: remove inline of vm_unmapped_area
Jaewon Kim
1
-20
/
+1
2020-04-02
mm: allow VM_FAULT_RETRY for multiple times
Peter Xu
1
-0
/
+37
2020-04-02
mm: introduce FAULT_FLAG_INTERRUPTIBLE
Peter Xu
1
-11
/
+28
2020-04-02
mm: introduce FAULT_FLAG_DEFAULT
Peter Xu
1
-0
/
+7
2020-04-02
mm: return faster for non-fatal signals in user mode faults
Peter Xu
1
-1
/
+2
2020-04-02
mm: introduce fault_signal_pending()
Peter Xu
1
-0
/
+15
2020-04-02
mm: add pagemap.h to the fine documentation
Matthew Wilcox (Oracle)
1
-4
/
+4
2020-04-02
mm/vma: make is_vma_temporary_stack() available for general use
Anshuman Khandual
2
-3
/
+15
2020-04-02
mm/vma: make vma_is_foreign() available for general use
Anshuman Khandual
1
-0
/
+11
2020-04-02
mm/vma: move VM_NO_KHUGEPAGED into generic header
Anshuman Khandual
1
-1
/
+3
2020-04-02
mm: memcontrol: recursive memory.low protection
Johannes Weiner
1
-0
/
+5
2020-04-02
mm: kmem: rename (__)memcg_kmem_(un)charge_memcg() to __memcg_kmem_(un)charge()
Roman Gushchin
1
-10
/
+9
2020-04-02
mm: kmem: switch to nr_pages in (__)memcg_kmem_charge_memcg()
Roman Gushchin
1
-5
/
+6
2020-04-02
mm: kmem: rename memcg_kmem_(un)charge() into memcg_kmem_(un)charge_page()
Roman Gushchin
1
-10
/
+13
2020-04-02
mm: kmem: cleanup memcg_kmem_uncharge_memcg() arguments
Roman Gushchin
1
-2
/
+2
2020-04-02
mm: kmem: cleanup (__)memcg_kmem_charge_memcg() arguments
Roman Gushchin
1
-5
/
+4
2020-04-02
mm: swap: make page_evictable() inline
Yang Shi
2
-5
/
+2
2020-04-02
mm/gup/writeback: add callbacks for inaccessible pages
Claudio Imbrenda
1
-0
/
+6
2020-04-02
mm/gup: /proc/vmstat: pin_user_pages (FOLL_PIN) reporting
John Hubbard
1
-0
/
+2
2020-04-02
mm/gup: page->hpage_pinned_refcount: exact pin counts for huge pages
John Hubbard
2
-1
/
+32
2020-04-02
mm/gup: track FOLL_PIN pages
John Hubbard
1
-15
/
+67
2020-04-02
mm: introduce page_ref_sub_return()
John Hubbard
1
-0
/
+9
2020-04-02
include/linux/pagemap.h: rename arguments to find_subpage
Matthew Wilcox (Oracle)
1
-5
/
+10
2020-04-02
revert "topology: add support for node_to_mem_node() to determine the fallbac...
Vlastimil Babka
1
-17
/
+0
2020-04-02
kthread: mark timer used by delayed kthread works as IRQ safe
Petr Mladek
1
-1
/
+2
2020-04-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
4
-19
/
+13
2020-04-02
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...
Linus Torvalds
3
-120
/
+17
2020-04-02
Merge tag 'xarray-5.7' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
1
-3
/
+7
2020-04-02
Merge tag 'drm-next-2020-04-01' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
3
-26
/
+75
2020-04-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
5
-8
/
+5
2020-04-02
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
4
-0
/
+182
2020-04-01
blkcg: don't offline parent blkcg first
Tejun Heo
1
-1
/
+5
2020-04-01
blkcg: rename blkcg->cgwb_refcnt to ->online_pin and always use it
Tejun Heo
1
-26
/
+13
2020-04-01
NFS: Try to join page groups before an O_DIRECT retransmission
Trond Myklebust
1
-0
/
+1
2020-04-01
NFS: Refactor nfs_lock_and_join_requests()
Trond Myklebust
1
-0
/
+1
2020-04-01
NFS: Clean up nfs_lock_and_join_requests()
Trond Myklebust
1
-0
/
+1
2020-04-01
NFS: Fix races nfs_page_group_destroy() vs nfs_destroy_unlinked_subrequests()
Trond Myklebust
1
-0
/
+2
2020-04-01
signal: Extend exec_id to 64bits
Eric W. Biederman
1
-2
/
+2
2020-04-01
vDPA: introduce vDPA bus
Jason Wang
1
-0
/
+253
2020-04-01
vringh: IOTLB support
Jason Wang
1
-0
/
+36
2020-04-01
vhost: factor out IOTLB
Jason Wang
1
-0
/
+47
2020-04-01
hrtimer: Don't dereference the hrtimer pointer after the callback
Sebastian Andrzej Siewior
1
-11
/
+16
2020-04-01
Revert "driver core: platform: Initialize dma_parms for platform devices"
Greg Kroah-Hartman
1
-1
/
+0
2020-04-01
Revert "amba: Initialize dma_parms for amba devices"
Greg Kroah-Hartman
1
-1
/
+0
[prev]
[next]