summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-07-31fs/dlm/debug_fs.c: remove unnecessary null test before debugfs_removeFabian Frederick
2014-07-31scripts/checkstack.pl: automatically handle 32-bit and 64-bit mode for ARCH=x86Konstantin Khlebnikov
2014-07-31scripts/tags.sh: include compat_sys_* symbols in the generated tagsCatalin Marinas
2014-07-31scripts/coccinelle/free/ifnullfree.cocci: add copyright informationFabian Frederick
2014-07-31scripts/coccinelle/free: add NULL test before freeing functionsFabian Frederick
2014-07-31lib/scatterlist: clean up useless architecture versions of scatterlist.hLaura Abbott
2014-07-31lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual Kconfig fixStephen Rothwell
2014-07-31um: use asm-generic/scatterlist.hLaura Abbott
2014-07-31powerpc: include asm/dma.h explicitlyLaura Abbott
2014-07-31lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual KconfigLaura Abbott
2014-07-31shm: remove unneeded extern for functionJack Miller
2014-07-31shm: allow exit_shm in parallel if only marking orphansJack Miller
2014-07-31shm: make exit_shm work proportional to task activityJack Miller
2014-07-31initramfs: add write error checksDavid Engraf
2014-07-31initramfs: support initramfs that is bigger than 2GiBYinghai Lu
2014-07-31initramfs: support initrd that is bigger than 2GiBYinghai Lu
2014-07-31initrd: Fix lz4 decompress with initrdYinghai Lu
2014-07-31fs/qnx6: update debugging to current functionsFabian Frederick
2014-07-31fs/qnx6: use pr_fmt and __func__ in loggingFabian Frederick
2014-07-31fs/qnx6: convert printk to pr_foo()Fabian Frederick
2014-07-31fs/romfs/super.c: add blank line after declarationsFabian Frederick
2014-07-31fs/romfs/super.c: use pr_fmt in loggingFabian Frederick
2014-07-31fs/romfs/super.c: convert printk to pr_foo()Fabian Frederick
2014-07-31fs/cramfs/inode.c: use linux/uaccess.hFabian Frederick
2014-07-31fs/cramfs: code clean-upFabian Frederick
2014-07-31fs/cramfs: use pr_fmtFabian Frederick
2014-07-31fs/cramfs: convert printk to pr_foo()Fabian Frederick
2014-07-31kfifo: use BUG_ONHimangi Saraogi
2014-07-31fs/omfs/inode.c: replace count*size kzalloc by kcallocFabian Frederick
2014-07-31fs/cachefiles/bind.c: remove unnecessary assertionsFabian Frederick
2014-07-31fs/cachefiles/daemon.c: remove unnecessary tests on unsigned valuesFabian Frederick
2014-07-31fs/pstore/ram_core.c: replace count*size kmalloc by kmalloc_arrayFabian Frederick
2014-07-31drivers/parport/parport_ip32.c: use PTR_ERR_OR_ZEROFabian Frederick
2014-07-31panic-add-taint_softlockup-fixAndrew Morton
2014-07-31panic: add TAINT_SOFTLOCKUPJosh Hunt
2014-07-31fs/bfs: use bfs prefix for dump_imapFabian Frederick
2014-07-31adfs: add __printf verification, fix format/argument mismatchesJoe Perches
2014-07-31fs/adfs/dir_fplus.c: replace count*size kzalloc by kcallocFabian Frederick
2014-07-31fs/adfs/dir_fplus.c: use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick
2014-07-31kernel/gcov/fs.c: remove unnecessary null test before debugfs_removeFabian Frederick
2014-07-31fs/exofs/ore_raid.c: replace count*size kzalloc by kcallocFabian Frederick
2014-07-31sysctl-remove-now-unused-typedef-ctl_table-fixJoe Perches
2014-07-31sysctl: remove typedef ctl_tableJoe Perches
2014-07-31lib/rbtree.c: fix typo in comment of __rb_insert()Wei Yang
2014-07-31rapidio/tsi721_dma: rework scatter-gather list handlingAlexandre Bounine
2014-07-31rapidio: add new RapidIO DMA interface routinesAlexandre Bounine
2014-07-31lib/idr.c: fix out-of-bounds pointer dereferenceAndrey Ryabinin
2014-07-31mmap_vmcore-skip-non-ram-pages-reported-by-hypervisors-v7Vitaly Kuznetsov
2014-07-31mmap_vmcore: skip non-ram pages reported by hypervisorsVitaly Kuznetsov
2014-07-31mmap_vmcore-skip-non-ram-pages-reported-by-hypervisors-v4-fix-fixAndrew Morton