index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-15
ia64: handle pgtable_page_ctor() fail
Kirill A. Shutemov
1
-1
/
+4
2013-11-15
hexagon: handle pgtable_page_ctor() fail
Kirill A. Shutemov
1
-4
/
+6
2013-11-15
frv: handle pgtable_page_ctor() fail
Kirill A. Shutemov
1
-4
/
+8
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
[next]