summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fs/qnx6: use pr_fmt and __func__ in loggingFabian Frederick2014-08-084-38/+44
* fs/qnx6: convert printk to pr_foo()Fabian Frederick2014-08-083-55/+43
* fs/romfs/super.c: add blank line after declarationsFabian Frederick2014-08-081-0/+2
* fs/romfs/super.c: use pr_fmt in loggingFabian Frederick2014-08-081-7/+8
* fs/romfs/super.c: convert printk to pr_foo()Fabian Frederick2014-08-081-9/+7
* fs/cramfs/inode.c: use linux/uaccess.hFabian Frederick2014-08-081-1/+1
* fs/cramfs: code clean-upFabian Frederick2014-08-082-12/+15
* fs/cramfs: use pr_fmtFabian Frederick2014-08-082-8/+12
* fs/cramfs: convert printk to pr_foo()Fabian Frederick2014-08-082-10/+10
* tools/testing/selftests/ptrace/peeksiginfo.c: add PAGE_SIZE definitionThierry Fauck2014-08-081-0/+4
* kfifo: use BUG_ONHimangi Saraogi2014-08-081-4/+2
* fs/omfs/inode.c: replace count*size kzalloc by kcallocFabian Frederick2014-08-081-1/+1
* fs/pstore/ram_core.c: replace count*size kmalloc by kmalloc_arrayFabian Frederick2014-08-081-1/+1
* drivers/parport/parport_ip32.c: use PTR_ERR_OR_ZEROFabian Frederick2014-08-081-1/+1
* panic: add TAINT_SOFTLOCKUPJosh Hunt2014-08-085-0/+6
* fs/bfs: use bfs prefix for dump_imapFabian Frederick2014-08-083-8/+5
* adfs: add __printf verification, fix format/argument mismatchesJoe Perches2014-08-083-4/+4
* fs/adfs/dir_fplus.c: replace count*size kzalloc by kcallocFabian Frederick2014-08-081-1/+1
* fs/adfs/dir_fplus.c: use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick2014-08-081-1/+1
* kernel/gcov/fs.c: remove unnecessary null test before debugfs_removeFabian Frederick2014-08-081-2/+1
* fs/exofs/ore_raid.c: replace count*size kzalloc by kcallocFabian Frederick2014-08-081-1/+1
* sysctl: remove typedef ctl_tableJoe Perches2014-08-082-3/+1
* lib/rbtree.c: fix typo in comment of __rb_insert()Wei Yang2014-08-081-1/+1
* rapidio/tsi721_dma: rework scatter-gather list handlingAlexandre Bounine2014-08-083-355/+394
* rapidio: add new RapidIO DMA interface routinesAlexandre Bounine2014-08-082-19/+52
* lib/idr.c: fix out-of-bounds pointer dereferenceAndrey Ryabinin2014-08-081-11/+14
* fs/proc/vmcore.c:mmap_vmcore: skip non-ram pages reported by hypervisorsVitaly Kuznetsov2014-08-081-3/+79
* kernel/fork.c: make mm_init_owner staticVladimir Davydov2014-08-082-12/+7
* fork: copy mm's vm usage counters under mmap_semVladimir Davydov2014-08-081-0/+5
* fork: reset mm->pinned_vmVladimir Davydov2014-08-081-0/+1
* fork/exec: cleanup mm initializationVladimir Davydov2014-08-083-31/+21
* proc: remove INF macroAlexey Dobriyan2014-08-082-42/+0
* proc: convert /proc/$PID/hardwall to seq_file interfaceAlexey Dobriyan2014-08-083-6/+6
* proc: convert /proc/$PID/io to seq_file interfaceAlexey Dobriyan2014-08-081-8/+10
* proc: convert /proc/$PID/oom_score to seq_file interfaceAlexey Dobriyan2014-08-081-4/+5
* proc: convert /proc/$PID/schedstat to seq_file interfaceAlexey Dobriyan2014-08-081-4/+5
* proc: convert /proc/$PID/wchan to seq_file interfaceAlexey Dobriyan2014-08-081-5/+6
* proc: convert /proc/$PID/cmdline to seq_file interfaceAlexey Dobriyan2014-08-081-4/+11
* proc: convert /proc/$PID/syscall to seq_file interfaceAlexey Dobriyan2014-08-081-6/+7
* proc: convert /proc/$PID/limits to seq_file interfaceAlexey Dobriyan2014-08-081-15/+12
* proc: convert /proc/$PID/auxv to seq_file interfaceAlexey Dobriyan2014-08-081-10/+8
* proc: more "const char *" pointersAlexey Dobriyan2014-08-081-4/+4
* proc: remove proc_tty_ldisc variableAlexey Dobriyan2014-08-081-2/+2
* proc: make proc_subdir_lock staticAlexey Dobriyan2014-08-082-3/+1
* proc: faster /proc/$PID lookupAlexey Dobriyan2014-08-082-3/+3
* proc: add and remove /proc entry create checksAlexey Dobriyan2014-08-084-21/+21
* proc: constify seq_operationsFabian Frederick2014-08-083-7/+7
* fs/proc/kcore.c: use PAGE_ALIGN instead of ALIGN(PAGE_SIZE)Fabian Frederick2014-08-081-1/+1
* kernel/exit.c: fix coding style warnings and errorsIonut Alexa2014-08-081-23/+26
* fs/hpfs/dnode.c: fix suspect code indentFabian Frederick2014-08-081-8/+9