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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-04
mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()
Anshuman Khandual
1
-0
/
+5
2020-06-04
mm/hugetlb: define a generic fallback for is_hugepage_only_range()
Anshuman Khandual
1
-0
/
+9
2020-06-04
arm64/mm: drop __HAVE_ARCH_HUGE_PTEP_GET
Anshuman Khandual
1
-1
/
+1
2020-06-04
hugetlbfs: move hugepagesz= parsing to arch independent code
Mike Kravetz
1
-1
/
+0
2020-06-04
hugetlbfs: add arch_hugetlb_valid_size
Mike Kravetz
1
-0
/
+1
2020-06-04
khugepaged: introduce 'max_ptes_shared' tunable
Kirill A. Shutemov
1
-1
/
+2
2020-06-04
mm: make deferred init's max threads arch-specific
Daniel Jordan
1
-0
/
+3
2020-06-04
padata: add basic support for multithreaded jobs
Daniel Jordan
1
-0
/
+29
2020-06-04
padata: allocate work structures for parallel jobs from a pool
Daniel Jordan
1
-7
/
+1
2020-06-04
padata: initialize earlier
Daniel Jordan
1
-0
/
+6
2020-06-04
mm: initialize deferred pages with interrupts enabled
Pavel Tatashin
1
-0
/
+2
2020-06-04
mm/page_alloc: restrict and formalize compound_page_dtors[]
Anshuman Khandual
1
-1
/
+1
2020-06-04
mm: rename gfpflags_to_migratetype to gfp_migratetype for same convention
Wei Yang
1
-1
/
+1
2020-06-04
mm/page_alloc: integrate classzone_idx and high_zoneidx
Joonsoo Kim
4
-24
/
+33
2020-06-04
mm/page_alloc.c: remove unused free_bootmem_with_active_regions
Baoquan He
1
-4
/
+0
2020-06-04
mm: rename free_area_init_node() to free_area_init_memoryless_node()
Mike Rapoport
1
-6
/
+3
2020-06-04
mm: free_area_init: allow defining max_zone_pfn in descending order
Mike Rapoport
1
-0
/
+1
2020-06-04
mm: use free_area_init() instead of free_area_init_nodes()
Mike Rapoport
1
-4
/
+3
2020-06-04
mm: free_area_init: use maximal zone PFNs rather than zone sizes
Mike Rapoport
1
-1
/
+1
2020-06-04
mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option
Mike Rapoport
3
-16
/
+6
2020-06-04
mm: make early_pfn_to_nid() and related defintions close to each other
Mike Rapoport
2
-11
/
+2
2020-06-04
mm: clarify __GFP_MEMALLOC usage
Michal Hocko
1
-0
/
+5
2020-06-04
string.h: fix incompatibility between FORTIFY_SOURCE and KASAN
Daniel Axtens
1
-12
/
+48
2020-06-04
mm/gup: introduce pin_user_pages_fast_only()
John Hubbard
1
-0
/
+2
2020-06-04
mm/gup: refactor and de-duplicate gup_fast() code
John Hubbard
1
-0
/
+1
2020-06-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
160
-1065
/
+4890
2020-06-04
Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-19
/
+21
2020-06-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
8
-18
/
+92
2020-06-04
Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
3
-39
/
+524
2020-06-04
Merge tag 'kgdb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...
Linus Torvalds
2
-3
/
+7
2020-06-03
user_regset_copyout_zero(): use clear_user()
Al Viro
1
-1
/
+1
2020-06-03
Merge tag 'mips_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
1
-0
/
+33
2020-06-03
Merge tag 'threads-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...
Linus Torvalds
4
-2
/
+30
2020-06-03
Merge tag 'sched-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
6
-36
/
+62
2020-06-03
RDMA/mlx5: Return ECE DC support
Leon Romanovsky
1
-2
/
+3
2020-06-03
Merge tag 'irq-core-2020-06-02' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-25
/
+10
2020-06-03
vfio-ccw: Introduce a new CRW region
Farhan Ali
2
-0
/
+11
2020-06-03
gpio: add a reusable generic gpio_chip using regmap
Michael Walle
1
-0
/
+86
2020-06-03
gpiolib: Introduce gpiochip_irqchip_add_domain()
Michael Walle
1
-0
/
+3
2020-06-03
Merge tag 'cfi/for-5.8' of gitolite.kernel.org:pub/scm/linux/kernel/git/mtd/l...
Richard Weinberger
2
-4
/
+4
2020-06-03
Merge tag 'for-5.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
5
-11
/
+13
2020-06-03
Merge tag 'vfs-5.8-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2
-1
/
+8
2020-06-03
Merge tag 'vfs-5.8-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2
-6
/
+2
2020-06-03
Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+2
2020-06-03
Merge tag 'audit-pr-20200601' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-1
/
+24
2020-06-03
RDMA: Remove 'max_map_per_fmr'
Jason Gunthorpe
1
-1
/
+0
2020-06-03
RDMA: Remove 'max_fmr'
Jason Gunthorpe
2
-2
/
+0
2020-06-03
RDMA/core: Remove FMR device ops
Max Gurtovoy
1
-59
/
+0
2020-06-03
RDMA/mlx4: Remove FMR support for memory registration
Max Gurtovoy
1
-20
/
+2
2020-06-03
RDMA/core: Remove FMR pool API
Max Gurtovoy
1
-93
/
+0
[prev]
[next]