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
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-14
hugetlb: allow to free gigantic pages regardless of the configuration
Alexandre Ghiti
10
-20
/
+13
2019-05-14
mm: simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOC
Alexandre Ghiti
7
-7
/
+7
2019-05-14
sparc: advertise gigantic page support
Alexandre Ghiti
1
-0
/
+1
2019-05-14
sh: advertise gigantic page support
Alexandre Ghiti
1
-0
/
+1
2019-05-14
riscv: switch over to generic free_initmem()
Mike Rapoport
1
-5
/
+0
2019-05-14
init: free_initmem: poison freed init memory
Mike Rapoport
1
-5
/
+0
2019-05-14
hexagon: switch over to generic free_initmem()
Mike Rapoport
1
-10
/
+0
2019-05-14
init: provide a generic free_initmem implementation
Mike Rapoport
11
-60
/
+0
2019-05-14
initramfs: poison freed initrd memory
Christoph Hellwig
4
-32
/
+0
2019-05-14
initramfs: provide a generic free_initrd_mem implementation
Christoph Hellwig
14
-100
/
+0
2019-05-14
initramfs: move the legacy keepinitrd parameter to core code
Christoph Hellwig
7
-47
/
+19
2019-05-14
mm/gup: change GUP fast to use flags rather than a write 'bool'
Ira Weiny
8
-20
/
+23
2019-05-14
mm/gup: replace get_user_pages_longterm() with FOLL_LONGTERM
Ira Weiny
1
-2
/
+3
2019-05-14
arch/sh/boards/mach-dreamcast/irq.c: Remove duplicate header
Sabyasachi Gupta
1
-1
/
+0
2019-05-13
Merge tag 'mtd/for-5.2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
79
-86
/
+86
2019-05-13
Merge tag 'for-linus-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kern...
Linus Torvalds
9
-238
/
+252
2019-05-11
Merge tag 'gpio-v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
2
-2
/
+0
2019-05-11
Merge tag 'xtensa-20190510' of git://github.com/jcmvbkbc/linux-xtensa
Linus Torvalds
33
-98
/
+397
2019-05-10
Merge tag 'powerpc-5.2-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
219
-3738
/
+5971
2019-05-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
5
-128
/
+62
2019-05-10
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
4
-6
/
+12
2019-05-10
sparc64: simplify reduce_memory() function
Mike Rapoport
1
-40
/
+2
2019-05-10
sparc: use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-2
/
+1
2019-05-09
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+9
2019-05-09
Merge tag 'dma-mapping-5.2' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
7
-38
/
+16
2019-05-09
Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-1
/
+3
2019-05-09
powerpc/64s: Use early_mmu_has_feature() in set_kuap()
Michael Ellerman
1
-1
/
+1
2019-05-09
sparc/iommu: merge iommu_get_one and __sbus_iommu_map_page
Christoph Hellwig
1
-32
/
+24
2019-05-09
sparc/iommu: use __sbus_iommu_map_page to implement the map_sg path
Christoph Hellwig
1
-21
/
+10
2019-05-09
sparc/iommu: fix __sbus_iommu_map_page for highmem pages
Christoph Hellwig
1
-8
/
+7
2019-05-09
sparc/iommu: move per-page flushing into __sbus_iommu_map_page
Christoph Hellwig
1
-12
/
+14
2019-05-09
sparc/iommu: pass a physical address to iommu_get_one
Christoph Hellwig
1
-6
/
+7
2019-05-09
sparc/iommu: create a common helper for map_sg
Christoph Hellwig
1
-20
/
+17
2019-05-09
sparc/iommu: merge iommu_release_one and sbus_iommu_unmap_page
Christoph Hellwig
1
-14
/
+7
2019-05-09
sparc/iommu: use sbus_iommu_unmap_page in sbus_iommu_unmap_sg
Christoph Hellwig
1
-3
/
+3
2019-05-09
sparc/iommu: use !PageHighMem to check if a page has a kernel mapping
Christoph Hellwig
1
-1
/
+2
2019-05-09
sparc: vdso: add FORCE to the build rule of %.so
Masahiro Yamada
1
-1
/
+1
2019-05-09
arch:sparc:kernel/uprobes.c : Remove duplicate header
Jagadeesh Pagadala
1
-1
/
+0
2019-05-09
Merge tag 'mips_5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
22
-1825
/
+341
2019-05-08
Merge tag 'kbuild-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
1
-1
/
+0
2019-05-08
Merge tag 'csky-for-linus-5.2-rc1' of git://github.com/c-sky/csky-linux
Linus Torvalds
33
-502
/
+887
2019-05-08
Merge tag 'pinctrl-v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l...
Linus Torvalds
1
-1
/
+1
2019-05-08
Merge tag 'usb-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-0
/
+7
2019-05-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
16
-141
/
+255
2019-05-08
Merge branch 'work.mount-syscalls' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-1
/
+12
2019-05-08
Merge branch 'parisc-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
44
-290
/
+1248
2019-05-08
Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
31
-42
/
+112
2019-05-08
Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block
Linus Torvalds
38
-38
/
+0
2019-05-08
Merge tag 'leds-for-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-9
/
+18
2019-05-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-64
/
+172
[next]