aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-15ia64: handle pgtable_page_ctor() failKirill A. Shutemov1-1/+4
2013-11-15hexagon: handle pgtable_page_ctor() failKirill A. Shutemov1-4/+6
2013-11-15frv: handle pgtable_page_ctor() failKirill A. Shutemov1-4/+8
2013-11-15cris: handle pgtable_page_ctor() failKirill A. Shutemov1-1/+4
2013-11-15avr32: handle pgtable_page_ctor() failKirill A. Shutemov1-1/+4
2013-11-15arm64: handle pgtable_page_ctor() failKirill A. Shutemov1-3/+6
2013-11-15arm: handle pgtable_page_ctor() failKirill A. Shutemov1-5/+7
2013-11-15arc: handle pgtable_page_ctor() failKirill A. Shutemov1-3/+8
2013-11-15alpha: handle pgtable_page_ctor() failKirill A. Shutemov1-1/+4
2013-11-15openrisc: add missing pgtable_page_ctor/dtor callsKirill A. Shutemov1-2/+8
2013-11-15mn10300: add missing pgtable_page_ctor/dtor callsKirill A. Shutemov2-2/+8
2013-11-15microblaze: add missing pgtable_page_ctor/dtor callsKirill A. Shutemov1-3/+9
2013-11-15mm: allow pgtable_page_ctor() to failKirill A. Shutemov1-1/+2
2013-11-15xtensa: fix potential NULL-pointer dereferenceKirill A. Shutemov1-1/+5
2013-11-15m32r: fix potential NULL-pointer dereferenceKirill A. Shutemov1-0/+2
2013-11-15cris: fix potential NULL-pointer dereferenceKirill A. Shutemov1-0/+2
2013-11-15x86: add missed pgtable_pmd_page_ctor/dtor calls for preallocated pmdsKirill A. Shutemov1-2/+9
2013-11-15x86, mm: enable split page table lock for PMD levelKirill A. Shutemov2-1/+14
2013-11-15mm: implement split page table lock for PMD levelKirill A. Shutemov4-3/+43
2013-11-15mm: convert the rest to new page table lock apiKirill A. Shutemov4-59/+73
2013-11-15mm, hugetlb: convert hugetlbfs to use split pmd lockKirill A. Shutemov7-54/+105
2013-11-15mm, thp: do not access mm->pmd_huge_pte directlyKirill A. Shutemov4-18/+19
2013-11-15mm, thp: move ptl taking inside page_check_address_pmd()Kirill A. Shutemov3-25/+34
2013-11-15mm, thp: change pmd_trans_huge_lock() to return taken lockKirill A. Shutemov4-31/+46
2013-11-15mm: introduce api for split page table lock for PMD levelKirill A. Shutemov1-0/+13
2013-11-15mm: convert mm->nr_ptes to atomic_long_tKirill A. Shutemov7-14/+16
2013-11-15mm: rename USE_SPLIT_PTLOCKS to USE_SPLIT_PTE_PTLOCKSKirill A. Shutemov4-13/+13
2013-11-15mm: avoid increase sizeof(struct page) due to split page table lockKirill A. Shutemov1-0/+1
2013-11-15mm: drop actor argument of do_generic_file_read()Kirill A. Shutemov1-5/+5
2013-11-15drivers/memstick/core/ms_block.c: fix spelling of MSB_RP_RECIVE_STATUS_REGAndrew Morton2-3/+3
2013-11-13qib_fs: fix (some) dcache abusesAl Viro1-2/+5
2013-11-13block: Use u64_stats_init() to initialize seqcountsPeter Zijlstra3-0/+45
2013-11-13locking/lockdep: Mark __lockdep_count_forward_deps() as staticFengguang Wu1-2/+2
2013-11-13prepend_path() needs to reinitialize dentry/vfsmount/mnt on restartsAl Viro1-3/+6
2013-11-13fix unpaired rcu lock in prepend_path()Li Zhong1-0/+4
2013-11-13sched/fair: Avoid integer overflowMichal Nazarewicz1-1/+1
2013-11-13sched: Optimize task_sched_runtime()Peter Zijlstra1-0/+14
2013-11-13sched/numa: Cure update_numa_stats() vs. hotplugPeter Zijlstra1-1/+14
2013-11-13sched/numa: Fix NULL pointer dereference in task_numa_migrate()Rik van Riel1-1/+13
2013-11-13sched: Fix endless sync_sched/rcu() loop inside _cpu_down()Michael wang1-1/+4
2013-11-13locks: missing unlock on error in generic_add_lease()Dan Carpenter1-0/+1
2013-11-13aio: checking for NULL instead of IS_ERRDan Carpenter1-2/+2
2013-11-13ipc, msg: fix message length check for negative valuesMathias Krause3-15/+15
2013-11-13ipc/util.c: remove unnecessary work pending testXie XiuQi1-3/+1
2013-11-13devpts: plug the memory leak in kill_sbIlija Hadzic1-0/+1
2013-11-13./Makefile: export initial ramdisk compression config optionP J P2-0/+21
2013-11-13init/Kconfig: add option to disable kernel compressionChristian Ruppert1-1/+7
2013-11-13drivers: w1: make w1_slave::flags long to avoid memory corruptionMichal Nazarewicz2-6/+6
2013-11-13drivers/w1/masters/ds1wm.cuse dev_get_platdata()Jingoo Han1-6/+6
2013-11-13drivers/memstick/core/ms_block.c: fix unreachable state in h_msb_read_page()Roger Tseng1-1/+1