summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-07slab: change int to size_t for representing allocation sizeJoonsoo Kim1-4/+4
2014-08-07slab: remove BAD_ALIEN_MAGICJoonsoo Kim1-3/+1
2014-08-07slab: remove a useless lockdep annotationJoonsoo Kim1-153/+0
2014-08-07slab: destroy a slab without holding any alien cache lockJoonsoo Kim1-7/+13
2014-08-07slab: use the lock on alien_cache, instead of the lock on array_cacheJoonsoo Kim1-17/+8
2014-08-07slab: introduce alien_cacheJoonsoo Kim2-42/+68
2014-08-07slab: factor out initialization of array cacheJoonsoo Kim1-14/+19
2014-08-07slab: defer slab_destroy in free_block()Joonsoo Kim1-19/+41
2014-08-07slab: move up code to get kmem_cache_node in free_block()Joonsoo Kim1-2/+1
2014-08-07slab: add unlikely macro to help compilerJoonsoo Kim1-1/+1
2014-08-07mm: slub: SLUB_DEBUG=n: use the same alloc/free hooks as for SLUB_DEBUG=yAndrey Ryabinin1-61/+36
2014-08-07mm, slub: mark resiliency_test as init textDavid Rientjes1-1/+1
2014-08-07mm: slab.h: wrap the whole file with guarding macroAndrey Ryabinin1-1/+2
2014-08-07slab: use get_node() and kmem_cache_node() functionsChristoph Lameter1-93/+80
2014-08-07slub: use new node functionsChristoph Lameter1-49/+29
2014-08-07slab common: add functions for kmem_cache_node accessChristoph Lameter2-6/+16
2014-08-07mm/slab.c: add __init to init_lock_keysFabian Frederick1-2/+2
2014-08-07kernel/watchdog.c: convert printk/pr_warning to pr_foo()Fabian Frederick1-4/+6
2014-08-07fs/ocfs2/slot_map.c: replace count*size kzalloc by kcallocFabian Frederick1-1/+1
2014-08-07ocfs2: race between umount and unfinished remastering during recoveryTariq Saeed1-0/+4
2014-08-07ocfs2: remove conversion of total_backoff in dlm_join_domain()Xue jiufei1-3/+2
2014-08-07ocfs2: correctly check the return value of ocfs2_search_extent_listYingtai Xie3-5/+14
2014-08-07fs/squashfs/super.c: logging cleanupFabian Frederick1-2/+3
2014-08-07fs/squashfs/file_direct.c: replace count*size kmalloc by kmalloc_arrayFabian Frederick1-1/+1
2014-08-07sh: fix build error by adding generic ioport_{map/unmap}()Pranith Kumar1-0/+11
2014-08-07sh: SH7724 clock fixesDaniel Palmer1-1/+3
2014-08-07arch/sh/kernel/time.c: use PTR_ERR_OR_ZEROFabian Frederick1-3/+1
2014-08-07arch/sh/mm/asids-debugfs.c: use PTR_ERR_OR_ZEROFabian Frederick1-3/+1
2014-08-07sh: remove CPU_SUBTYPE_SH7764Richard Weinberger3-6/+3
2014-08-07score, ptrace: remove unused macrosChen Gang1-11/+0
2014-08-07ntfs: kernel-doc warning fixesFabian Frederick1-3/+0
2014-08-07fs/logfs/readwrite.c: kernel-doc warning fixesFabian Frederick1-8/+7
2014-08-07./Makefile: explain stack-protector-strong CONFIG logicKees Cook1-0/+16
2014-08-07fanotify: fix double free of pending permission eventsJan Kara4-2/+39
2014-08-07fsnotify: rename event handling functionsJan Kara6-20/+21
2014-08-07fs/fscache: make ctl_table staticFabian Frederick1-2/+2
2014-08-07kernel/auditfilter.c: replace count*size kmalloc by kcallocFabian Frederick1-2/+2
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideLinus Torvalds2-24/+2
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds16-301/+427
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1159-30780/+70878
2014-08-06Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-131/+274
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds110-834/+4480
2014-08-06ide: use module_platform_driver()Christoph Jaeger2-24/+2
2014-08-06sparc64: Fix up merge thinko.David S. Miller1-1/+0
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcDavid S. Miller173-663/+1476
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller27-121/+132
2014-08-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds108-1923/+3221
2014-08-06Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds21-401/+1479
2014-08-06x86: MCE: Add raw_lock conversion againThomas Gleixner1-9/+9
2014-08-06cxgb4 : Disable recursive mailbox commands when enabling viAnish Bhatt2-2/+5