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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-15
cris: handle pgtable_page_ctor() fail
Kirill A. Shutemov
1
-1
/
+4
2013-11-15
avr32: handle pgtable_page_ctor() fail
Kirill A. Shutemov
1
-1
/
+4
2013-11-15
arm64: handle pgtable_page_ctor() fail
Kirill A. Shutemov
1
-3
/
+6
2013-11-15
arm: handle pgtable_page_ctor() fail
Kirill A. Shutemov
1
-5
/
+7
2013-11-15
arc: handle pgtable_page_ctor() fail
Kirill A. Shutemov
1
-3
/
+8
2013-11-15
alpha: handle pgtable_page_ctor() fail
Kirill A. Shutemov
1
-1
/
+4
2013-11-15
openrisc: add missing pgtable_page_ctor/dtor calls
Kirill A. Shutemov
1
-2
/
+8
2013-11-15
mn10300: add missing pgtable_page_ctor/dtor calls
Kirill A. Shutemov
2
-2
/
+8
2013-11-15
microblaze: add missing pgtable_page_ctor/dtor calls
Kirill A. Shutemov
1
-3
/
+9
2013-11-15
mm: allow pgtable_page_ctor() to fail
Kirill A. Shutemov
1
-1
/
+2
2013-11-15
xtensa: fix potential NULL-pointer dereference
Kirill A. Shutemov
1
-1
/
+5
2013-11-15
m32r: fix potential NULL-pointer dereference
Kirill A. Shutemov
1
-0
/
+2
2013-11-15
cris: fix potential NULL-pointer dereference
Kirill A. Shutemov
1
-0
/
+2
2013-11-15
x86: add missed pgtable_pmd_page_ctor/dtor calls for preallocated pmds
Kirill A. Shutemov
1
-2
/
+9
2013-11-15
x86, mm: enable split page table lock for PMD level
Kirill A. Shutemov
2
-1
/
+14
2013-11-15
mm: implement split page table lock for PMD level
Kirill A. Shutemov
4
-3
/
+43
2013-11-15
mm: convert the rest to new page table lock api
Kirill A. Shutemov
4
-59
/
+73
2013-11-15
mm, hugetlb: convert hugetlbfs to use split pmd lock
Kirill A. Shutemov
7
-54
/
+105
2013-11-15
mm, thp: do not access mm->pmd_huge_pte directly
Kirill A. Shutemov
4
-18
/
+19
2013-11-15
mm, thp: move ptl taking inside page_check_address_pmd()
Kirill A. Shutemov
3
-25
/
+34
2013-11-15
mm, thp: change pmd_trans_huge_lock() to return taken lock
Kirill A. Shutemov
4
-31
/
+46
2013-11-15
mm: introduce api for split page table lock for PMD level
Kirill A. Shutemov
1
-0
/
+13
2013-11-15
mm: convert mm->nr_ptes to atomic_long_t
Kirill A. Shutemov
7
-14
/
+16
2013-11-15
mm: rename USE_SPLIT_PTLOCKS to USE_SPLIT_PTE_PTLOCKS
Kirill A. Shutemov
4
-13
/
+13
2013-11-15
mm: avoid increase sizeof(struct page) due to split page table lock
Kirill A. Shutemov
1
-0
/
+1
2013-11-15
mm: drop actor argument of do_generic_file_read()
Kirill A. Shutemov
1
-5
/
+5
2013-11-15
drivers/memstick/core/ms_block.c: fix spelling of MSB_RP_RECIVE_STATUS_REG
Andrew Morton
2
-3
/
+3
2013-11-14
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
11
-127
/
+168
2013-11-14
Merge tag 'xfs-for-linus-v3.13-rc1' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
116
-4681
/
+5209
2013-11-14
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
31
-264
/
+363
2013-11-14
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
6
-8
/
+13
2013-11-14
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-4
/
+46
2013-11-14
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
83
-148
/
+534
2013-11-14
Merge branch 'x86-trace-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
12
-50
/
+165
2013-11-14
Merge tag 'fbdev-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba...
Linus Torvalds
176
-3104
/
+3948
2013-11-14
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...
Linus Torvalds
14
-19
/
+2216
2013-11-14
Merge tag 'pci-v3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
56
-609
/
+1880
2013-11-14
Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
325
-6825
/
+8392
2013-11-14
Merge tag 'dm-3.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
21
-467
/
+1544
2013-11-14
Merge tag 'for-linus-20131112' of git://git.infradead.org/linux-mtd
Linus Torvalds
65
-984
/
+925
2013-11-14
Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...
Linus Torvalds
92
-1420
/
+5591
2013-11-14
Merge branch 'for-3.13/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
23
-364
/
+6369
2013-11-14
Merge branch 'for-3.13/core' of git://git.kernel.dk/linux-block
Linus Torvalds
49
-364
/
+3885
2013-11-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
4
-7
/
+18
2013-11-14
Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
121
-628
/
+8137
2013-11-14
Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
91
-448
/
+447
2013-11-13
qib_fs: fix (some) dcache abuses
Al Viro
1
-2
/
+5
2013-11-13
block: Use u64_stats_init() to initialize seqcounts
Peter Zijlstra
3
-0
/
+45
2013-11-13
locking/lockdep: Mark __lockdep_count_forward_deps() as static
Fengguang Wu
1
-2
/
+2
2013-11-13
prepend_path() needs to reinitialize dentry/vfsmount/mnt on restarts
Al Viro
1
-3
/
+6
[next]