summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-08-08fs/romfs/super.c: use pr_fmt in loggingFabian Frederick
2014-08-08fs/romfs/super.c: convert printk to pr_foo()Fabian Frederick
2014-08-08fs/cramfs/inode.c: use linux/uaccess.hFabian Frederick
2014-08-08fs/cramfs: code clean-upFabian Frederick
2014-08-08fs/cramfs: use pr_fmtFabian Frederick
2014-08-08fs/cramfs: convert printk to pr_foo()Fabian Frederick
2014-08-08tools/testing/selftests/ptrace/peeksiginfo.c: add PAGE_SIZE definitionThierry Fauck
2014-08-08kfifo: use BUG_ONHimangi Saraogi
2014-08-08fs/omfs/inode.c: replace count*size kzalloc by kcallocFabian Frederick
2014-08-08fs/pstore/ram_core.c: replace count*size kmalloc by kmalloc_arrayFabian Frederick
2014-08-08drivers/parport/parport_ip32.c: use PTR_ERR_OR_ZEROFabian Frederick
2014-08-08panic: add TAINT_SOFTLOCKUPJosh Hunt
2014-08-08fs/bfs: use bfs prefix for dump_imapFabian Frederick
2014-08-08adfs: add __printf verification, fix format/argument mismatchesJoe Perches
2014-08-08fs/adfs/dir_fplus.c: replace count*size kzalloc by kcallocFabian Frederick
2014-08-08fs/adfs/dir_fplus.c: use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick
2014-08-08kernel/gcov/fs.c: remove unnecessary null test before debugfs_removeFabian Frederick
2014-08-08fs/exofs/ore_raid.c: replace count*size kzalloc by kcallocFabian Frederick
2014-08-08sysctl: remove typedef ctl_tableJoe Perches
2014-08-08lib/rbtree.c: fix typo in comment of __rb_insert()Wei Yang
2014-08-08rapidio/tsi721_dma: rework scatter-gather list handlingAlexandre Bounine
2014-08-08rapidio: add new RapidIO DMA interface routinesAlexandre Bounine
2014-08-08lib/idr.c: fix out-of-bounds pointer dereferenceAndrey Ryabinin
2014-08-08fs/proc/vmcore.c:mmap_vmcore: skip non-ram pages reported by hypervisorsVitaly Kuznetsov
2014-08-08kernel/fork.c: make mm_init_owner staticVladimir Davydov
2014-08-08fork: copy mm's vm usage counters under mmap_semVladimir Davydov
2014-08-08fork: reset mm->pinned_vmVladimir Davydov
2014-08-08fork/exec: cleanup mm initializationVladimir Davydov
2014-08-08proc: remove INF macroAlexey Dobriyan
2014-08-08proc: convert /proc/$PID/hardwall to seq_file interfaceAlexey Dobriyan
2014-08-08proc: convert /proc/$PID/io to seq_file interfaceAlexey Dobriyan
2014-08-08proc: convert /proc/$PID/oom_score to seq_file interfaceAlexey Dobriyan
2014-08-08proc: convert /proc/$PID/schedstat to seq_file interfaceAlexey Dobriyan
2014-08-08proc: convert /proc/$PID/wchan to seq_file interfaceAlexey Dobriyan
2014-08-08proc: convert /proc/$PID/cmdline to seq_file interfaceAlexey Dobriyan
2014-08-08proc: convert /proc/$PID/syscall to seq_file interfaceAlexey Dobriyan
2014-08-08proc: convert /proc/$PID/limits to seq_file interfaceAlexey Dobriyan
2014-08-08proc: convert /proc/$PID/auxv to seq_file interfaceAlexey Dobriyan
2014-08-08proc: more "const char *" pointersAlexey Dobriyan
2014-08-08proc: remove proc_tty_ldisc variableAlexey Dobriyan
2014-08-08proc: make proc_subdir_lock staticAlexey Dobriyan
2014-08-08proc: faster /proc/$PID lookupAlexey Dobriyan
2014-08-08proc: add and remove /proc entry create checksAlexey Dobriyan
2014-08-08proc: constify seq_operationsFabian Frederick
2014-08-08fs/proc/kcore.c: use PAGE_ALIGN instead of ALIGN(PAGE_SIZE)Fabian Frederick
2014-08-08kernel/exit.c: fix coding style warnings and errorsIonut Alexa
2014-08-08fs/hpfs/dnode.c: fix suspect code indentFabian Frederick
2014-08-08fs/reiserfs/xattr.c: fix blank line missing after declarationsFabian Frederick
2014-08-08fs/reiserfs: use linux/uaccess.hFabian Frederick
2014-08-08fs/reiserfs: replace not-standard %Lu/%LdFabian Frederick