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
*
idr: fix idr_replace()'s returned error code
Lai Jiangshan
2014-06-06
1
-2
/
+2
*
idr: fix NULL pointer dereference when ida_remove(unallocated_id)
Lai Jiangshan
2014-06-06
1
-1
/
+1
*
idr: fix unexpected ID-removal when idr_remove(unallocated_id)
Lai Jiangshan
2014-06-06
1
-0
/
+8
*
idr: fix overflow bug during maximum ID calculation at maximum height
Lai Jiangshan
2014-06-06
1
-5
/
+3
*
kernel/kexec.c: convert printk to pr_foo()
Fabian Frederick
2014-06-06
1
-37
/
+32
*
kernel/panic.c: add "crash_kexec_post_notifiers" option for kdump after panic...
Masami Hiramatsu
2014-06-06
2
-2
/
+29
*
smp: print more useful debug info upon receiving IPI on an offline CPU
Srivatsa S. Bhat
2014-06-06
1
-3
/
+15
*
fs/proc/vmcore.c: remove NULL assignment to static
Fabian Frederick
2014-06-06
1
-1
/
+1
*
fs/proc/task_mmu.c: replace seq_printf by seq_puts
Fabian Frederick
2014-06-06
1
-4
/
+4
*
signals: change wait_for_helper() to use kernel_sigaction()
Oleg Nesterov
2014-06-06
1
-4
/
+1
*
signals: introduce kernel_sigaction()
Oleg Nesterov
2014-06-06
2
-26
/
+28
*
signals: disallow_signal() should flush the potentially pending signal
Oleg Nesterov
2014-06-06
1
-0
/
+7
*
signals: kill the obsolete sigdelset() and recalc_sigpending() in allow_signal()
Oleg Nesterov
2014-06-06
1
-4
/
+1
*
signals: jffs2: fix the wrong usage of disallow_signal()
Oleg Nesterov
2014-06-06
1
-5
/
+7
*
signals: mv {dis,}allow_signal() from sched.h/exit.c to signal.[ch]
Oleg Nesterov
2014-06-06
4
-42
/
+31
*
signals: cleanup the usage of t/current in do_sigaction()
Oleg Nesterov
2014-06-06
1
-8
/
+7
*
signals: rename rm_from_queue_full() to flush_sigqueue_mask()
Oleg Nesterov
2014-06-06
1
-11
/
+8
*
signals: kill rm_from_queue(), change prepare_signal() to use for_each_thread()
Oleg Nesterov
2014-06-06
1
-33
/
+10
*
signals: s/siginitset/sigemptyset/ in do_sigtimedwait()
Oleg Nesterov
2014-06-06
1
-1
/
+1
*
signals: kill sigfindinword()
Oleg Nesterov
2014-06-06
3
-20
/
+0
*
ptrace: task_clear_jobctl_trapping()->wake_up_bit() needs mb()
Oleg Nesterov
2014-06-06
1
-0
/
+1
*
ptrace: fix fork event messages across pid namespaces
Matthew Dempsky
2014-06-06
2
-3
/
+39
*
Documentation/memory-barriers.txt: fix important typo re memory barriers
Alexey Dobriyan
2014-06-06
1
-2
/
+2
*
Documentation/filesystems/seq_file.txt: create_proc_entry deprecated
Fabian Frederick
2014-06-06
1
-0
/
+9
*
Documentation/SubmittingPatches: describe the Fixes: tag
Jacob Keller
2014-06-06
1
-1
/
+21
*
fs/fat/inode.c: clean up string initializations (char[] instead of char *)
Manuel Schölling
2014-06-06
1
-1
/
+1
*
fs/fat/: add support for DOS 1.x formatted volumes
Conrad Meyer
2014-06-06
3
-77
/
+274
*
fs/hpfs: increase pr_warn level
Fabian Frederick
2014-06-06
8
-47
/
+47
*
fs/hpfs: use __func__ for logging
Fabian Frederick
2014-06-06
2
-12
/
+12
*
fs/hpfs: use pr_fmt for logging
Fabian Frederick
2014-06-06
10
-51
/
+56
*
fs/hpfs: convert printk to pr_foo()
Fabian Frederick
2014-06-06
10
-67
/
+89
*
fs/ufs/balloc.c: remove err parameter in ufs_add_fragments
Fabian Frederick
2014-06-06
1
-3
/
+3
*
hfsplus: fix compiler warning on PowerPC
Christian Kujau
2014-06-06
1
-1
/
+1
*
fs/hfsplus: fix pr_foo() and hfs_dbg formats
Fabian Frederick
2014-06-06
3
-6
/
+6
*
hfsplus: coding style fix for declarations in hfsplus_fs.h
Sergei Antonov
2014-06-06
1
-96
/
+107
*
fs/hfsplus/wrapper.c: replace shift loop by ilog2
Fabian Frederick
2014-06-06
1
-3
/
+1
*
hfsplus: fix "unused node is not erased" error
Sergei Antonov
2014-06-06
6
-7
/
+28
*
fs/hfsplus/wrapper.c: replace min/casting by min_t
Fabian Frederick
2014-06-06
1
-3
/
+3
*
fs/hfsplus/options.c: replace seq_printf by seq_puts
Fabian Frederick
2014-06-06
1
-5
/
+4
*
fs/hfsplus/bnode.c: replace min/casting by min_t
Fabian Frederick
2014-06-06
1
-17
/
+15
*
hfsplus: emit proper file type from readdir
Sergei Antonov
2014-06-06
1
-1
/
+19
*
hfsplus: remove unused routine hfsplus_attr_build_key_uni
Hin-Tak Leung
2014-06-06
2
-28
/
+0
*
hfsplus: correct usage of HFSPLUS_ATTR_MAX_STRLEN for non-English attributes
Hin-Tak Leung
2014-06-06
5
-66
/
+94
*
hfsplus: fix worst-case unicode to char conversion of file names and attributes
Hin-Tak Leung
2014-06-06
2
-5
/
+21
*
fs/coda: use __func__
Fabian Frederick
2014-06-06
5
-33
/
+34
*
fs/coda: logging prefix uniformization
Fabian Frederick
2014-06-06
5
-8
/
+14
*
fs/coda: replace printk by pr_foo()
Fabian Frederick
2014-06-06
6
-47
/
+48
*
fs/befs: kernel-doc fixes
Fabian Frederick
2014-06-06
3
-11
/
+11
*
fs/befs/linuxvfs.c: remove positive test on sector_t
Fabian Frederick
2014-06-06
1
-8
/
+0
*
fs/befs/btree.c: replace strncpy by strlcpy + coding style fixing
Fabian Frederick
2014-06-06
1
-4
/
+3
[next]