summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-08-09media: use pci_zalloc_consistentJoe Perches6-43/+22
2014-08-09i810: use pci_zalloc_consistentJoe Perches1-3/+2
2014-08-09infiniband: use pci_zalloc_consistentJoe Perches3-13/+10
2014-08-09crypto: use pci_zalloc_consistentJoe Perches1-3/+2
2014-08-09block: use pci_zalloc_consistentJoe Perches3-32/+22
2014-08-09atm: use pci_zalloc_consistentJoe Perches2-25/+21
2014-08-09pci-dma-compat: add pci_zalloc_consistent helperJoe Perches1-0/+8
2014-08-09drivers/scsi: replace strict_strto callsDaniel Walter2-4/+4
2014-08-09arch/x86: replace strict_strto callsDaniel Walter5-9/+9
2014-08-09arch/powerpc: replace obsolete strict_strto* callsDaniel Walter4-7/+7
2014-08-09arch/arm/mach-w90x900/cpu.c: replace obsolete strict_strtoDaniel Walter1-1/+2
2014-08-09arch/arm/mach-s3c24xx/mach-jive.c: replace strict_strto* with kstrto*Daniel Walter1-1/+1
2014-08-09arch/arm/mach-pxa: replace strict_strto call with kstrtoDaniel Walter2-2/+2
2014-08-09arch/arm/mach-omap2: replace strict_strto* with kstrto*Daniel Walter2-17/+7
2014-08-09MAINTAINERS: update IBM ServeRAID RAID infoMichael Opdenacker2-4/+8
2014-08-09MAINTAINERS: remove two ancient EATA sectionsJoe Perches1-14/+0
2014-08-09update Roland McGrath's mailRichard Weinberger1-1/+1
2014-08-09init/main.c: code clean-upFabian Frederick1-11/+12
2014-08-09kernel/acct.c: fix coding style warnings and errorsIonut Alexa1-13/+17
2014-08-09arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski21-182/+53
2014-08-09fs/dlm/debug_fs.c: remove unnecessary null test before debugfs_removeFabian Frederick1-10/+5
2014-08-09scripts/checkstack.pl: automatically handle 32-bit and 64-bit mode for ARCH=x86Konstantin Khlebnikov1-7/+5
2014-08-09scripts/tags.sh: include compat_sys_* symbols in the generated tagsCatalin Marinas1-0/+2
2014-08-09scripts/coccinelle/free/ifnullfree.cocci: add copyright informationFabian Frederick1-2/+3
2014-08-09scripts/coccinelle/free: add NULL test before freeing functionsFabian Frederick1-0/+52
2014-08-09lib/scatterlist: clean up useless architecture versions of scatterlist.hLaura Abbott14-47/+7
2014-08-09lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual KconfigLaura Abbott28-60/+30
2014-08-09shm: remove unneeded extern for functionJack Miller1-1/+1
2014-08-09shm: allow exit_shm in parallel if only marking orphansJack Miller1-32/+35
2014-08-09shm: make exit_shm work proportional to task activityJack Miller4-12/+34
2014-08-09initramfs: add write error checksDavid Engraf1-2/+4
2014-08-09initramfs: support initramfs that is bigger than 2GiBYinghai Lu20-110/+111
2014-08-09initramfs: support initrd that is bigger than 2GiBYinghai Lu1-4/+32
2014-08-09initrd: fix lz4 decompress with initrdYinghai Lu1-22/+43
2014-08-09fs/qnx6: update debugging to current functionsFabian Frederick5-39/+23
2014-08-09fs/qnx6: use pr_fmt and __func__ in loggingFabian Frederick4-38/+44
2014-08-09fs/qnx6: convert printk to pr_foo()Fabian Frederick3-55/+43
2014-08-09fs/romfs/super.c: add blank line after declarationsFabian Frederick1-0/+2
2014-08-09fs/romfs/super.c: use pr_fmt in loggingFabian Frederick1-7/+8
2014-08-09fs/romfs/super.c: convert printk to pr_foo()Fabian Frederick1-9/+7
2014-08-09fs/cramfs/inode.c: use linux/uaccess.hFabian Frederick1-1/+1
2014-08-09fs/cramfs: code clean-upFabian Frederick2-12/+15
2014-08-09fs/cramfs: use pr_fmtFabian Frederick2-8/+12
2014-08-09fs/cramfs: convert printk to pr_foo()Fabian Frederick2-10/+10
2014-08-09tools/testing/selftests/ptrace/peeksiginfo.c: add PAGE_SIZE definitionThierry Fauck1-0/+4
2014-08-09kfifo: use BUG_ONHimangi Saraogi1-4/+2
2014-08-09fs/omfs/inode.c: replace count*size kzalloc by kcallocFabian Frederick1-1/+1
2014-08-09fs/pstore/ram_core.c: replace count*size kmalloc by kmalloc_arrayFabian Frederick1-1/+1
2014-08-09drivers/parport/parport_ip32.c: use PTR_ERR_OR_ZEROFabian Frederick1-1/+1
2014-08-09panic: add TAINT_SOFTLOCKUPJosh Hunt5-0/+6