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-09-26
mm: treewide: clarify pgtable_page_{ctor,dtor}() naming
Mark Rutland
23
-37
/
+37
2019-09-26
hexagon: drop empty and unused free_initrd_mem
Mike Rapoport
1
-13
/
+0
2019-09-26
mm: introduce MADV_PAGEOUT
Minchan Kim
4
-0
/
+4
2019-09-26
mm: introduce MADV_COLD
Minchan Kim
4
-0
/
+8
2019-09-26
lib: untag user pointers in strn*_user
Andrey Konovalov
1
-2
/
+3
2019-09-26
augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macro
Michel Lespinasse
1
-16
/
+3
2019-09-25
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
78
-632
/
+54
2019-09-25
riscv: make mmap allocation top-down by default
Alexandre Ghiti
1
-0
/
+12
2019-09-25
mips: use generic mmap top-down layout and brk randomization
Alexandre Ghiti
3
-102
/
+1
2019-09-25
mips: replace arch specific way to determine 32bit task with generic version
Alexandre Ghiti
1
-1
/
+2
2019-09-25
mips: adjust brk randomization offset to fit generic version
Alexandre Ghiti
1
-3
/
+4
2019-09-25
mips: use STACK_TOP when computing mmap base address
Alexandre Ghiti
1
-2
/
+2
2019-09-25
mips: properly account for stack randomization and stack guard gap
Alexandre Ghiti
1
-2
/
+12
2019-09-25
arm: use generic mmap top-down layout and brk randomization
Alexandre Ghiti
4
-69
/
+1
2019-09-25
arm: use STACK_TOP when computing mmap base address
Alexandre Ghiti
1
-2
/
+2
2019-09-25
arm: properly account for stack randomization and stack guard gap
Alexandre Ghiti
1
-2
/
+12
2019-09-25
arm64, mm: make randomization selected by generic topdown mmap layout
Alexandre Ghiti
3
-9
/
+1
2019-09-25
arm64, mm: move generic mmap layout functions to mm
Alexandre Ghiti
4
-78
/
+11
2019-09-25
arm64: consider stack randomization for mmap base only when necessary
Alexandre Ghiti
1
-1
/
+5
2019-09-25
arm64: make use of is_compat_task instead of hardcoding this test
Alexandre Ghiti
1
-1
/
+1
2019-09-25
thp: update split_huge_page_pmd() comment
Kefeng Wang
1
-1
/
+1
2019-09-25
mm: consolidate pgtable_cache_init() and pgd_cache_init()
Mike Rapoport
34
-127
/
+3
2019-09-25
microblaze: switch to generic version of pte allocation
Mike Rapoport
1
-36
/
+3
2019-09-25
sh: switch to generic version of pte allocation
Mike Rapoport
1
-33
/
+1
2019-09-25
ia64: switch to generic version of pte allocation
Mike Rapoport
1
-30
/
+2
2019-09-25
mm: remove quicklist page table caches
Nicholas Piggin
30
-175
/
+25
2019-09-25
mm: introduce compound_nr()
Matthew Wilcox (Oracle)
2
-3
/
+3
2019-09-25
mm: introduce page_shift()
Matthew Wilcox (Oracle)
1
-5
/
+2
2019-09-25
mm: introduce page_size()
Matthew Wilcox (Oracle)
3
-5
/
+3
2019-09-24
Merge tag 'microblaze-v5.4-rc1' of git://git.monstr.eu/linux-2.6-microblaze
Linus Torvalds
8
-325
/
+92
2019-09-24
Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2
-153
/
+191
2019-09-24
ia64: Fix some warnings introduced in merge window
Tony Luck
3
-2
/
+2
2019-09-24
Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
13
-28
/
+64
2019-09-24
Merge branch 'lorenzo/pci/tegra'
Bjorn Helgaas
3
-2
/
+64
2019-09-24
Merge branch 'remotes/lorenzo/pci/dwc'
Bjorn Helgaas
6
-19
/
+0
2019-09-22
Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+0
2019-09-22
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Linus Torvalds
13
-24
/
+345
2019-09-22
Merge tag 'mips_5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
103
-2303
/
+1586
2019-09-21
Merge tag 'for-linus-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
152
-289
/
+1912
2019-09-21
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2
-0
/
+4
2019-09-21
Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...
Linus Torvalds
4
-39
/
+39
2019-09-21
Merge tag 'compiler-attributes-for-linus-v5.4' of git://github.com/ojeda/linux
Linus Torvalds
2
-9
/
+9
2019-09-21
Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
39
-832
/
+3077
2019-09-21
MIPS: Detect bad _PFN_SHIFT values
Paul Burton
1
-0
/
+6
2019-09-21
MIPS: Disable pte_special() for MIPS32 with RiXi
Paul Burton
2
-2
/
+14
2019-09-20
arm64: tegra: Add PCIe slot supply information in p2972-0000 platform
Vidya Sagar
2
-1
/
+27
2019-09-20
arm64: tegra: Add configuration for PCIe C5 sideband signals
Vidya Sagar
1
-1
/
+37
2019-09-20
Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
212
-5222
/
+7919
2019-09-20
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
3
-7
/
+16
2019-09-20
Merge tag 'trace-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...
Linus Torvalds
1
-0
/
+13
[next]