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
2012-10-11
arch/powerpc/platforms/pseries/hotplug-memory.c: section removal cleanups
Yasuaki Ishimatsu
1
-4
/
+5
2012-10-11
arch/powerpc/platforms/pseries/hotplug-memory.c: fix section handling code
Andrew Morton
1
-1
/
+1
2012-10-09
sparc64: Support transparent huge pages.
David Miller
14
-110
/
+582
2012-10-09
mm: Add and use update_mmu_cache_pmd() in transparent huge page code.
David Miller
3
-0
/
+3
2012-10-09
sparc64: Document PGD and PMD layout.
David Miller
2
-8
/
+16
2012-10-09
sparc64: Eliminate PTE table memory wastage.
David Miller
5
-44
/
+123
2012-10-09
sparc64: Halve the size of PTE tables
David Miller
2
-19
/
+9
2012-10-09
sparc64: Only support 4MB huge pages and 8KB base pages.
David Miller
6
-121
/
+9
2012-10-09
memory-hotplug: suppress "Trying to free nonexistent resource <XXXXXXXXXXXXXX...
Yasuaki Ishimatsu
1
-4
/
+9
2012-10-09
mm: thp: fix pmd_present for split_huge_page and PROT_NONE with THP
Andrea Arcangeli
1
-3
/
+8
2012-10-09
mm: fix-up zone present pages
Jianguo Wu
1
-0
/
+1
2012-10-09
readahead: fault retry breaks mmap file read random detection
Shaohua Li
18
-0
/
+18
2012-10-09
atomic: implement generic atomic_dec_if_positive()
Shaohua Li
3
-24
/
+2
2012-10-09
rbtree: move augmented rbtree functionality to rbtree_augmented.h
Michel Lespinasse
1
-1
/
+1
2012-10-09
mm: replace vma prio_tree with an interval tree
Michel Lespinasse
4
-8
/
+4
2012-10-09
rbtree: add RB_DECLARE_CALLBACKS() macro
Michel Lespinasse
1
-35
/
+2
2012-10-09
rbtree: remove prior augmented rbtree implementation
Michel Lespinasse
1
-19
/
+46
2012-10-09
thp, s390: architecture backend for thp on s390
Gerald Schaefer
6
-18
/
+220
2012-10-09
thp, s390: disable thp for kvm host on s390
Gerald Schaefer
1
-0
/
+30
2012-10-09
thp, s390: thp pagetable pre-allocation for s390
Gerald Schaefer
2
-0
/
+44
2012-10-09
thp, s390: thp splitting backend for s390
Gerald Schaefer
3
-1
/
+41
2012-10-09
thp, x86: introduce HAVE_ARCH_TRANSPARENT_HUGEPAGE
Gerald Schaefer
2
-0
/
+4
2012-10-09
mm: hugetlb: add arch hook for clearing page flags before entering pool
Will Deacon
8
-0
/
+31
2012-10-09
mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
Konstantin Khlebnikov
7
-8
/
+8
2012-10-09
mm: use mm->exe_file instead of first VM_EXECUTABLE vma->vm_file
Konstantin Khlebnikov
2
-23
/
+11
2012-10-09
mm, x86, pat: rework linear pfn-mmap tracking
Konstantin Khlebnikov
1
-5
/
+12
2012-10-09
x86, pat: separate the pfn attribute tracking for remap_pfn_range and vm_inse...
Suresh Siddha
1
-11
/
+36
2012-10-09
x86, pat: remove the dependency on 'vm_pgoff' in track/untrack pfn vma routines
Suresh Siddha
1
-14
/
+19
2012-10-09
Kconfig: clean up the "#if defined(arch)" list for exception-trace sysctl entry
Catalin Marinas
6
-0
/
+6
2012-10-09
Kconfig: clean up the long arch list for the DEBUG_BUGVERBOSE config option
Catalin Marinas
7
-0
/
+7
2012-10-09
Kconfig: clean up the long arch list for the DEBUG_KMEMLEAK config option
Catalin Marinas
10
-0
/
+10
2012-10-09
Kconfig: clean up the long arch list for the UID16 config option
Catalin Marinas
12
-0
/
+14
2012-10-09
Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...
Linus Torvalds
35
-315
/
+262
2012-10-09
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar...
Linus Torvalds
6
-28
/
+6
2012-10-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
7
-12
/
+176
2012-10-08
arm64: Enable interrupts before calling do_notify_resume()
Catalin Marinas
1
-0
/
+1
2012-10-08
arm64: Use the generic compat_sys_sendfile() implementation
Catalin Marinas
2
-20
/
+1
2012-10-08
arm64: Call swiotlb_init() instead of swiotlb_init_with_default_size()
Catalin Marinas
3
-8
/
+4
2012-10-08
Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...
Linus Torvalds
3
-4
/
+4
2012-10-08
Merge tag 'iommu-updates-v3.7-rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-63
/
+0
2012-10-07
Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
66
-1304
/
+1766
2012-10-07
Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblaze
Linus Torvalds
12
-80
/
+182
2012-10-07
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...
Linus Torvalds
34
-1767
/
+692
2012-10-07
Merge branch 'virtio-next' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
2
-2
/
+0
2012-10-07
Merge tag 'soc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...
Linus Torvalds
126
-829
/
+3734
2012-10-07
Merge tag 'defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...
Linus Torvalds
6
-18
/
+98
2012-10-07
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
8
-7
/
+132
2012-10-07
Merge branch 'uapi-prep' of git://git.infradead.org/users/dhowells/linux-headers
Linus Torvalds
13
-56
/
+12
2012-10-07
Merge tag 'stable/for-linus-3.7-arm-tag' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
21
-2
/
+708
2012-10-06
Merge tag 'asoc-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Takashi Iwai
6
-80
/
+5
[next]