summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual KconfigLaura Abbott2014-08-0928-60/+30Star
* shm: remove unneeded extern for functionJack Miller2014-08-091-1/+1
* shm: allow exit_shm in parallel if only marking orphansJack Miller2014-08-091-32/+35
* shm: make exit_shm work proportional to task activityJack Miller2014-08-094-12/+34
* initramfs: add write error checksDavid Engraf2014-08-091-2/+4
* initramfs: support initramfs that is bigger than 2GiBYinghai Lu2014-08-0920-110/+111
* initramfs: support initrd that is bigger than 2GiBYinghai Lu2014-08-091-4/+32
* initrd: fix lz4 decompress with initrdYinghai Lu2014-08-091-22/+43
* fs/qnx6: update debugging to current functionsFabian Frederick2014-08-095-39/+23Star
* fs/qnx6: use pr_fmt and __func__ in loggingFabian Frederick2014-08-094-38/+44
* fs/qnx6: convert printk to pr_foo()Fabian Frederick2014-08-093-55/+43Star
* fs/romfs/super.c: add blank line after declarationsFabian Frederick2014-08-091-0/+2
* fs/romfs/super.c: use pr_fmt in loggingFabian Frederick2014-08-091-7/+8
* fs/romfs/super.c: convert printk to pr_foo()Fabian Frederick2014-08-091-9/+7Star
* fs/cramfs/inode.c: use linux/uaccess.hFabian Frederick2014-08-091-1/+1
* fs/cramfs: code clean-upFabian Frederick2014-08-092-12/+15
* fs/cramfs: use pr_fmtFabian Frederick2014-08-092-8/+12
* fs/cramfs: convert printk to pr_foo()Fabian Frederick2014-08-092-10/+10
* tools/testing/selftests/ptrace/peeksiginfo.c: add PAGE_SIZE definitionThierry Fauck2014-08-091-0/+4
* kfifo: use BUG_ONHimangi Saraogi2014-08-091-4/+2Star
* fs/omfs/inode.c: replace count*size kzalloc by kcallocFabian Frederick2014-08-091-1/+1
* fs/pstore/ram_core.c: replace count*size kmalloc by kmalloc_arrayFabian Frederick2014-08-091-1/+1
* drivers/parport/parport_ip32.c: use PTR_ERR_OR_ZEROFabian Frederick2014-08-091-1/+1
* panic: add TAINT_SOFTLOCKUPJosh Hunt2014-08-095-0/+6
* fs/bfs: use bfs prefix for dump_imapFabian Frederick2014-08-093-8/+5Star
* adfs: add __printf verification, fix format/argument mismatchesJoe Perches2014-08-093-4/+4
* fs/adfs/dir_fplus.c: replace count*size kzalloc by kcallocFabian Frederick2014-08-091-1/+1
* fs/adfs/dir_fplus.c: use ARRAY_SIZE instead of sizeof/sizeof[0]Fabian Frederick2014-08-091-1/+1
* kernel/gcov/fs.c: remove unnecessary null test before debugfs_removeFabian Frederick2014-08-091-2/+1Star
* fs/exofs/ore_raid.c: replace count*size kzalloc by kcallocFabian Frederick2014-08-091-1/+1
* sysctl: remove typedef ctl_tableJoe Perches2014-08-092-3/+1Star
* lib/rbtree.c: fix typo in comment of __rb_insert()Wei Yang2014-08-091-1/+1
* rapidio/tsi721_dma: rework scatter-gather list handlingAlexandre Bounine2014-08-093-355/+394
* rapidio: add new RapidIO DMA interface routinesAlexandre Bounine2014-08-092-19/+52
* lib/idr.c: fix out-of-bounds pointer dereferenceAndrey Ryabinin2014-08-091-11/+14
* fs/proc/vmcore.c:mmap_vmcore: skip non-ram pages reported by hypervisorsVitaly Kuznetsov2014-08-091-3/+79
* kernel/fork.c: make mm_init_owner staticVladimir Davydov2014-08-092-12/+7Star
* fork: copy mm's vm usage counters under mmap_semVladimir Davydov2014-08-091-0/+5
* fork: reset mm->pinned_vmVladimir Davydov2014-08-091-0/+1
* fork/exec: cleanup mm initializationVladimir Davydov2014-08-093-31/+21Star
* proc: remove INF macroAlexey Dobriyan2014-08-092-42/+0Star
* proc: convert /proc/$PID/hardwall to seq_file interfaceAlexey Dobriyan2014-08-093-6/+6
* proc: convert /proc/$PID/io to seq_file interfaceAlexey Dobriyan2014-08-091-8/+10
* proc: convert /proc/$PID/oom_score to seq_file interfaceAlexey Dobriyan2014-08-091-4/+5
* proc: convert /proc/$PID/schedstat to seq_file interfaceAlexey Dobriyan2014-08-091-4/+5
* proc: convert /proc/$PID/wchan to seq_file interfaceAlexey Dobriyan2014-08-091-5/+6
* proc: convert /proc/$PID/cmdline to seq_file interfaceAlexey Dobriyan2014-08-091-4/+11
* proc: convert /proc/$PID/syscall to seq_file interfaceAlexey Dobriyan2014-08-091-6/+7
* proc: convert /proc/$PID/limits to seq_file interfaceAlexey Dobriyan2014-08-091-15/+12Star
* proc: convert /proc/$PID/auxv to seq_file interfaceAlexey Dobriyan2014-08-091-10/+8Star