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
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-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
49
-974
/
+2601
2013-11-15
ide: pmac: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-11-15
ide: cs5536: use module_pci_driver()
Jingoo Han
1
-12
/
+1
2013-11-15
ide: pmac: Remove casting the return value which is a void pointer
Jingoo Han
1
-34
/
+17
2013-11-15
sparc64: Implement HAVE_CONTEXT_TRACKING
Kirill Tkhai
14
-39
/
+137
2013-11-15
sparc64: Add self-IPI support for smp_send_reschedule()
Kirill Tkhai
1
-2
/
+7
2013-11-15
sparc: PCI: Fix incorrect address calculation of PCI Bridge windows on Simba-...
oftedal
1
-2
/
+2
2013-11-15
nfsd: export proper maximum file size to the client
Christoph Hellwig
1
-1
/
+1
2013-11-14
virtio_blk: blk-mq support
Jens Axboe
1
-257
/
+65
2013-11-14
Merge branch 'for-3.13/post-mq-drivers' into for-linus
Jens Axboe
50
-3379
/
+9366
2013-11-14
blk-mq: remove newly added instances of __cpuinit
Paul Gortmaker
2
-7
/
+7
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
drm/nouveau: do not map evicted vram buffers in nouveau_bo_vma_add
Maarten Lankhorst
1
-1
/
+2
2013-11-14
drm/nvc0-/gr: shift wrapping bug in nvc0_grctx_generate_r406800
Dan Carpenter
1
-1
/
+1
2013-11-14
drm/nouveau/pwr: fix missing mutex unlock in a failure path
Ben Skeggs
1
-5
/
+5
2013-11-14
drm/nv40/therm: fix slowing down fan when pstate undefined
Ben Skeggs
1
-1
/
+2
[prev]
[next]