summaryrefslogtreecommitdiffstats
path: root/Documentation/parisc/debugging (unfollow)
Commit message (Expand)AuthorFilesLines
2014-08-07mm/slab.c: fix commentsWang Sheng-Hui1-4/+5
2014-08-07mm: move slab related stuff from util.c to slab_common.cAndrey Ryabinin2-102/+101
2014-08-07slub: avoid duplicate creation on the first objectWei Yang1-8/+11
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-06ide: use module_platform_driver()Christoph Jaeger2-24/+2
2014-08-06sparc64: Fix up merge thinko.David S. Miller1-1/+0
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
2014-08-06net: reduce USB network driver config options.Francois Romieu2-13/+9
2014-08-06tg3: Modify tg3_tso_bug() to handle multiple TX ringsPrashant Sreedharan1-10/+12
2014-08-06amd-xgbe: Perform phy connect/disconnect at dev open/stopLendacky, Thomas2-99/+121
2014-08-06amd-xgbe: Use dma_set_mask_and_coherent to set DMA maskLendacky, Thomas1-2/+5
2014-08-06net: sun4i-emac: fix memory leak on bad packetMarc Zyngier1-2/+4
2014-08-06sctp: fix possible seqlock seadlock in sctp_packet_transmit()Eric Dumazet1-1/+1