summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* slab: change int to size_t for representing allocation sizeJoonsoo Kim2014-08-061-4/+4
* slab: remove BAD_ALIEN_MAGICJoonsoo Kim2014-08-061-3/+1
* slab: remove a useless lockdep annotationJoonsoo Kim2014-08-061-153/+0
* slab: destroy a slab without holding any alien cache lockJoonsoo Kim2014-08-061-7/+13
* slab: use the lock on alien_cache, instead of the lock on array_cacheJoonsoo Kim2014-08-061-17/+8
* slab: introduce alien_cacheJoonsoo Kim2014-08-062-42/+68
* slab: factor out initialization of array cacheJoonsoo Kim2014-08-061-14/+19
* slab: defer slab_destroy in free_block()Joonsoo Kim2014-08-061-19/+41
* slab: move up code to get kmem_cache_node in free_block()Joonsoo Kim2014-08-061-2/+1
* slab: add unlikely macro to help compilerJoonsoo Kim2014-08-061-1/+1
* mm: slub: SLUB_DEBUG=n: use the same alloc/free hooks as for SLUB_DEBUG=yAndrey Ryabinin2014-08-061-61/+36
* mm, slub: mark resiliency_test as init textDavid Rientjes2014-08-061-1/+1
* mm: slab.h: wrap the whole file with guarding macroAndrey Ryabinin2014-08-061-1/+2
* slab: use get_node() and kmem_cache_node() functionsChristoph Lameter2014-08-061-93/+80
* slub: use new node functionsChristoph Lameter2014-08-061-49/+29
* slab common: add functions for kmem_cache_node accessChristoph Lameter2014-08-062-6/+16
* mm/slab.c: add __init to init_lock_keysFabian Frederick2014-08-061-2/+2
* kernel/watchdog.c: convert printk/pr_warning to pr_foo()Fabian Frederick2014-08-061-4/+6
* fs/ocfs2/slot_map.c: replace count*size kzalloc by kcallocFabian Frederick2014-08-061-1/+1
* ocfs2: race between umount and unfinished remastering during recoveryTariq Saeed2014-08-061-0/+4
* ocfs2: remove conversion of total_backoff in dlm_join_domain()Xue jiufei2014-08-061-3/+2
* ocfs2: correctly check the return value of ocfs2_search_extent_listYingtai Xie2014-08-063-5/+14
* fs/squashfs/super.c: logging cleanupFabian Frederick2014-08-061-2/+3
* fs/squashfs/file_direct.c: replace count*size kmalloc by kmalloc_arrayFabian Frederick2014-08-061-1/+1
* sh: fix build error by adding generic ioport_{map/unmap}()Pranith Kumar2014-08-061-0/+11
* sh: SH7724 clock fixesDaniel Palmer2014-08-061-1/+3
* arch/sh/kernel/time.c: use PTR_ERR_OR_ZEROFabian Frederick2014-08-061-3/+1
* arch/sh/mm/asids-debugfs.c: use PTR_ERR_OR_ZEROFabian Frederick2014-08-061-3/+1
* sh: remove CPU_SUBTYPE_SH7764Richard Weinberger2014-08-063-6/+3
* score, ptrace: remove unused macrosChen Gang2014-08-061-11/+0
* ntfs: kernel-doc warning fixesFabian Frederick2014-08-061-3/+0
* fs/logfs/readwrite.c: kernel-doc warning fixesFabian Frederick2014-08-061-8/+7
* ./Makefile: explain stack-protector-strong CONFIG logicKees Cook2014-08-061-0/+16
* fanotify: fix double free of pending permission eventsJan Kara2014-08-064-2/+39
* fsnotify: rename event handling functionsJan Kara2014-08-066-20/+21
* fs/fscache: make ctl_table staticFabian Frederick2014-08-061-2/+2
* kernel/auditfilter.c: replace count*size kmalloc by kcallocFabian Frederick2014-08-061-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ideLinus Torvalds2014-08-062-24/+2
|\
| * ide: use module_platform_driver()Christoph Jaeger2014-08-052-24/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds2014-08-0616-301/+427
|\ \
| * | sparc64: Fix up merge thinko.David S. Miller2014-08-051-1/+0
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcDavid S. Miller2014-08-05173-663/+1476
| |\ \
| | * | sparc: Add "install" targetDavid L Stevens2014-08-043-0/+57
| | * | arch/sparc/math-emu/math_32.c: drop stray break operatorAndrey Utkin2014-08-041-1/+1
| | * | sparc64: ldc_connect() should not return EINVAL when handshake is in progress.Sowmini Varadhan2014-08-041-1/+1
| | * | sparc64: Guard against flushing openfirmware mappings.David S. Miller2014-08-042-10/+25
| | * | sunsab: Fix detection of BREAK on sunsab serial consoleChristopher Alexander Tobias Schulze2014-08-041-0/+9
| | * | bbc-i2c: Fix BBC I2C envctrl on SunBlade 2000Christopher Alexander Tobias Schulze2014-08-042-3/+14
| | * | sparc64: Do not insert non-valid PTEs into the TSB hash table.David S. Miller2014-08-041-0/+8
| * | | Merge branch 'sparc64_io'David S. Miller2014-07-213-265/+174
| |\ \ \
OpenPOWER on IntegriCloud