index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
panic: add TAINT_SOFTLOCKUP
Josh Hunt
2014-08-08
5
-0
/
+6
*
fs/bfs: use bfs prefix for dump_imap
Fabian Frederick
2014-08-08
3
-8
/
+5
*
adfs: add __printf verification, fix format/argument mismatches
Joe Perches
2014-08-08
3
-4
/
+4
*
fs/adfs/dir_fplus.c: replace count*size kzalloc by kcalloc
Fabian Frederick
2014-08-08
1
-1
/
+1
*
fs/adfs/dir_fplus.c: use ARRAY_SIZE instead of sizeof/sizeof[0]
Fabian Frederick
2014-08-08
1
-1
/
+1
*
kernel/gcov/fs.c: remove unnecessary null test before debugfs_remove
Fabian Frederick
2014-08-08
1
-2
/
+1
*
fs/exofs/ore_raid.c: replace count*size kzalloc by kcalloc
Fabian Frederick
2014-08-08
1
-1
/
+1
*
sysctl: remove typedef ctl_table
Joe Perches
2014-08-08
2
-3
/
+1
*
lib/rbtree.c: fix typo in comment of __rb_insert()
Wei Yang
2014-08-08
1
-1
/
+1
*
rapidio/tsi721_dma: rework scatter-gather list handling
Alexandre Bounine
2014-08-08
3
-355
/
+394
*
rapidio: add new RapidIO DMA interface routines
Alexandre Bounine
2014-08-08
2
-19
/
+52
*
lib/idr.c: fix out-of-bounds pointer dereference
Andrey Ryabinin
2014-08-08
1
-11
/
+14
*
fs/proc/vmcore.c:mmap_vmcore: skip non-ram pages reported by hypervisors
Vitaly Kuznetsov
2014-08-08
1
-3
/
+79
*
kernel/fork.c: make mm_init_owner static
Vladimir Davydov
2014-08-08
2
-12
/
+7
*
fork: copy mm's vm usage counters under mmap_sem
Vladimir Davydov
2014-08-08
1
-0
/
+5
*
fork: reset mm->pinned_vm
Vladimir Davydov
2014-08-08
1
-0
/
+1
*
fork/exec: cleanup mm initialization
Vladimir Davydov
2014-08-08
3
-31
/
+21
*
proc: remove INF macro
Alexey Dobriyan
2014-08-08
2
-42
/
+0
*
proc: convert /proc/$PID/hardwall to seq_file interface
Alexey Dobriyan
2014-08-08
3
-6
/
+6
*
proc: convert /proc/$PID/io to seq_file interface
Alexey Dobriyan
2014-08-08
1
-8
/
+10
*
proc: convert /proc/$PID/oom_score to seq_file interface
Alexey Dobriyan
2014-08-08
1
-4
/
+5
*
proc: convert /proc/$PID/schedstat to seq_file interface
Alexey Dobriyan
2014-08-08
1
-4
/
+5
*
proc: convert /proc/$PID/wchan to seq_file interface
Alexey Dobriyan
2014-08-08
1
-5
/
+6
*
proc: convert /proc/$PID/cmdline to seq_file interface
Alexey Dobriyan
2014-08-08
1
-4
/
+11
*
proc: convert /proc/$PID/syscall to seq_file interface
Alexey Dobriyan
2014-08-08
1
-6
/
+7
*
proc: convert /proc/$PID/limits to seq_file interface
Alexey Dobriyan
2014-08-08
1
-15
/
+12
*
proc: convert /proc/$PID/auxv to seq_file interface
Alexey Dobriyan
2014-08-08
1
-10
/
+8
*
proc: more "const char *" pointers
Alexey Dobriyan
2014-08-08
1
-4
/
+4
*
proc: remove proc_tty_ldisc variable
Alexey Dobriyan
2014-08-08
1
-2
/
+2
*
proc: make proc_subdir_lock static
Alexey Dobriyan
2014-08-08
2
-3
/
+1
*
proc: faster /proc/$PID lookup
Alexey Dobriyan
2014-08-08
2
-3
/
+3
*
proc: add and remove /proc entry create checks
Alexey Dobriyan
2014-08-08
4
-21
/
+21
*
proc: constify seq_operations
Fabian Frederick
2014-08-08
3
-7
/
+7
*
fs/proc/kcore.c: use PAGE_ALIGN instead of ALIGN(PAGE_SIZE)
Fabian Frederick
2014-08-08
1
-1
/
+1
*
kernel/exit.c: fix coding style warnings and errors
Ionut Alexa
2014-08-08
1
-23
/
+26
*
fs/hpfs/dnode.c: fix suspect code indent
Fabian Frederick
2014-08-08
1
-8
/
+9
*
fs/reiserfs/xattr.c: fix blank line missing after declarations
Fabian Frederick
2014-08-08
1
-0
/
+20
*
fs/reiserfs: use linux/uaccess.h
Fabian Frederick
2014-08-08
14
-14
/
+14
*
fs/reiserfs: replace not-standard %Lu/%Ld
Fabian Frederick
2014-08-08
4
-9
/
+8
*
fs/ufs/inode.c: kernel-doc warning fixes
Fabian Frederick
2014-08-08
1
-16
/
+16
*
fs/ufs: convert UFSD printk to pr_debug
Fabian Frederick
2014-08-08
2
-3
/
+3
*
fs/ufs/super.c: use va_format instead of buffer/vsnprintf
Fabian Frederick
2014-08-08
1
-20
/
+24
*
fs/ufs/super.c: use __func__ in logging
Fabian Frederick
2014-08-08
1
-18
/
+18
*
fs/ufs: use pr_fmt
Fabian Frederick
2014-08-08
2
-8
/
+13
*
fs/ufs: convert printk to pr_foo()
Fabian Frederick
2014-08-08
2
-133
/
+131
*
nilfs2: integrate sysfs support into driver
Vyacheslav Dubeyko
2014-08-08
5
-5
/
+34
*
nilfs2: add /sys/fs/nilfs2/<device>/mounted_snapshots/<snapshot> group
Vyacheslav Dubeyko
2014-08-08
4
-0
/
+163
*
nilfs2: add /sys/fs/nilfs2/<device>/mounted_snapshots group
Vyacheslav Dubeyko
2014-08-08
3
-1
/
+54
*
nilfs2: add /sys/fs/nilfs2/<device>/checkpoints group
Vyacheslav Dubeyko
2014-08-08
3
-1
/
+167
*
nilfs2: add /sys/fs/nilfs2/<device>/segments group
Vyacheslav Dubeyko
2014-08-08
3
-1
/
+143
[next]