summaryrefslogtreecommitdiffstats
path: root/drivers/dma (unfollow)
Commit message (Expand)AuthorFilesLines
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
2013-11-13drivers/memstick/core/mspro_block.c: fix attributes array allocationMichal Nazarewicz1-2/+2
2013-11-13drivers/pps/clients/pps-gpio.c: remove redundant of_match_ptrSachin Kamat1-1/+1
2013-11-13kernel/panic.c: reduce 1 byte usage for print tainted bufferChen Gang1-1/+1
2013-11-13gcov: reuse kbasename helperAndy Shevchenko1-4/+3
2013-11-13kernel/gcov/fs.c: use pr_warn()Andrew Morton1-17/+17
2013-11-13kernel/module.c: use pr_foo()Andrew Morton1-59/+44
2013-11-13gcov: compile specific gcov implementation based on gcc versionFrantisek Hrbata3-1/+65
2013-11-13gcov: add support for gcc 4.7 gcov formatFrantisek Hrbata2-0/+566
2013-11-13gcov: move gcov structs definitions to a gcc version specific fileFrantisek Hrbata4-80/+153
2013-11-13kernel/taskstats.c: return -ENOMEM when alloc memory fails in add_del_listener()Chen Gang1-3/+5
2013-11-13kernel/taskstats.c: add nla_nest_cancel() for failure processing between nla_...Chen Gang1-2/+6
2013-11-13kernel/sysctl_binary.c: use scnprintf() instead of snprintf()Chen Gang1-3/+3
2013-11-13kernel/sysctl.c: check return value after call proc_put_char() in __do_proc_d...Chen Gang1-1/+4
2013-11-13rbtree: fix rbtree_postorder_for_each_entry_safe() iteratorJan Kara1-7/+9
2013-11-13exec/ptrace: fix get_dumpable() incorrect testsKees Cook5-5/+13