index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM: KVM: abstract most MMU operations
Marc Zyngier
2013-03-06
2
-46
/
+70
*
KVM: ARM: Reintroduce trace_kvm_hvc
Christoffer Dall
2013-03-06
2
-0
/
+10
*
ARM: KVM: move exit handler selection to a separate file
Marc Zyngier
2013-03-06
4
-114
/
+144
*
ARM: KVM: move kvm_condition_valid to emulate.c
Marc Zyngier
2013-03-06
3
-45
/
+46
*
ARM: KVM: abstract HSR_EC_IABT away
Marc Zyngier
2013-03-06
2
-5
/
+8
*
ARM: KVM: abstract fault decoding away
Marc Zyngier
2013-03-06
2
-1
/
+6
*
ARM: KVM: abstract exception class decoding away
Marc Zyngier
2013-03-06
3
-3
/
+8
*
ARM: KVM: abstract IL decoding away
Marc Zyngier
2013-03-06
4
-4
/
+9
*
ARM: KVM: abstract SAS decoding away
Marc Zyngier
2013-03-06
2
-14
/
+19
*
ARM: KVM: abstract S1TW abort detection away
Marc Zyngier
2013-03-06
3
-1
/
+7
*
ARM: KVM: abstract (and fix) external abort detection away
Marc Zyngier
2013-03-06
3
-1
/
+9
*
ARM: KVM: abstract HSR_SRT_{MASK,SHIFT} away
Marc Zyngier
2013-03-06
2
-1
/
+6
*
ARM: KVM: abstract HSR_SSE away
Marc Zyngier
2013-03-06
2
-1
/
+6
*
ARM: KVM: abstract HSR_WNR away
Marc Zyngier
2013-03-06
2
-1
/
+6
*
ARM: KVM: abstract HSR_ISV away
Marc Zyngier
2013-03-06
2
-1
/
+6
*
ARM: KVM: abstract fault register accesses
Marc Zyngier
2013-03-06
7
-55
/
+78
*
ARM: KVM: convert GP registers from u32 to unsigned long
Marc Zyngier
2013-03-06
6
-28
/
+28
*
KVM: ARM: Fix wrong address in comment
Jonghwan Choi
2013-03-06
1
-2
/
+2
*
Merge tag 'lzo-update-signature-20130226' of git://github.com/markus-oberhume...
Linus Torvalds
2013-02-28
8
-434
/
+488
|
\
|
*
crypto: testmgr - update LZO compression test vectors
Markus F.X.J. Oberhumer
2013-02-20
1
-18
/
+20
|
*
lib/lzo: Update LZO compression to current upstream version
Markus F.X.J. Oberhumer
2013-02-20
4
-343
/
+395
|
*
lib/lzo: Rename lzo1x_decompress.c to lzo1x_decompress_safe.c
Markus F.X.J. Oberhumer
2013-02-20
3
-2
/
+2
*
|
Merge git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2013-02-28
1
-1
/
+1
|
\
\
|
*
|
x86/kvm: Fix pvclock vsyscall fixmap
Peter Hurley
2013-02-28
1
-1
/
+1
*
|
|
Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
2013-02-28
18
-140
/
+1077
|
\
\
\
|
*
|
|
i5100_edac: convert to use simple_open()
Wei Yongjun
2013-02-26
1
-7
/
+1
|
*
|
|
ghes_edac: fix to use list_for_each_entry_safe() when delete list items
Wei Yongjun
2013-02-26
1
-2
/
+2
|
*
|
|
ghes_edac: Fix RAS tracing
Mauro Carvalho Chehab
2013-02-25
1
-0
/
+13
|
*
|
|
ghes_edac: Make it compliant with UEFI spec 2.3.1
Mauro Carvalho Chehab
2013-02-25
1
-15
/
+180
|
*
|
|
ghes_edac: Improve driver's printk messages
Mauro Carvalho Chehab
2013-02-25
1
-10
/
+26
|
*
|
|
ghes_edac: Don't credit the same memory dimm twice
Mauro Carvalho Chehab
2013-02-25
1
-4
/
+13
|
*
|
|
ghes_edac: do a better job of filling EDAC DIMM info
Mauro Carvalho Chehab
2013-02-25
1
-12
/
+180
|
*
|
|
ghes_edac: add support for reporting errors via EDAC
Mauro Carvalho Chehab
2013-02-25
1
-2
/
+54
|
*
|
|
ghes_edac: Register at EDAC core the BIOS report
Mauro Carvalho Chehab
2013-02-25
4
-0
/
+145
|
*
|
|
ghes: add the needed hooks for EDAC error report
Mauro Carvalho Chehab
2013-02-25
2
-5
/
+46
|
*
|
|
ghes: move structures/enum to a header file
Mauro Carvalho Chehab
2013-02-21
2
-45
/
+47
|
*
|
|
edac: add support for error type "Info"
Mauro Carvalho Chehab
2013-02-21
2
-3
/
+17
|
*
|
|
edac: add support for raw error reports
Mauro Carvalho Chehab
2013-02-21
2
-22
/
+47
|
*
|
|
edac: reduce stack pressure by using a pre-allocated buffer
Mauro Carvalho Chehab
2013-02-21
2
-33
/
+104
|
*
|
|
edac: lock module owner to avoid error report conflicts
Mauro Carvalho Chehab
2013-02-21
1
-4
/
+21
|
*
|
|
edac: remove proc_name from mci structure
Mauro Carvalho Chehab
2013-02-21
1
-2
/
+0
|
*
|
|
edac: add a new memory layer type
Mauro Carvalho Chehab
2013-02-21
2
-0
/
+5
|
*
|
|
edac: initialize the core earlier
Mauro Carvalho Chehab
2013-02-21
1
-1
/
+1
|
*
|
|
edac: better report error conditions in debug mode
Mauro Carvalho Chehab
2013-02-21
1
-1
/
+6
|
*
|
|
i5100_edac: Remove two checkpatch warnings
Mauro Carvalho Chehab
2013-02-21
1
-4
/
+2
|
*
|
|
i5100_edac: connect fault injection to debugfs node
Niklas Söderlund
2013-02-21
1
-1
/
+70
|
*
|
|
i5100_edac: add fault injection code
Niklas Söderlund
2013-02-21
1
-0
/
+87
|
*
|
|
i5100_edac: probe for device 19 function 0
Niklas Söderlund
2013-02-21
2
-1
/
+28
|
*
|
|
edac: only create sdram_scrub_rate where supported
Mauro Carvalho Chehab
2013-02-21
1
-10
/
+19
|
*
|
|
i3200_edac: Fix the logic that detects filled memories
Mauro Carvalho Chehab
2013-02-21
1
-9
/
+12
[next]