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
path:
root
/
arch
/
powerpc
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/fadump: remove RMA_START and RMA_END macros
Hari Bathini
2019-09-14
1
-15
/
+17
*
powerpc/fadump: consider f/w load area
Hari Bathini
2019-09-14
1
-4
/
+12
*
powerpc/fadump: add support to preserve crash data on FADUMP disabled kernel
Hari Bathini
2019-09-14
3
-8
/
+44
*
powerpc/fadump: improve how crashed kernel's memory is reserved
Hari Bathini
2019-09-14
1
-24
/
+29
*
powerpc/fadump: consider reserved ranges while releasing memory
Hari Bathini
2019-09-14
1
-21
/
+146
*
powerpc/fadump: make crash memory ranges array allocation generic
Hari Bathini
2019-09-14
1
-53
/
+60
*
powerpc/fadump: make use of memblock's bottom up allocation mode
Hari Bathini
2019-09-14
1
-14
/
+12
*
powerpc/fadump: handle invalidation of crashdump and re-registraion
Hari Bathini
2019-09-14
1
-1
/
+7
*
powerpc/fadump: reset metadata address during clean up
Hari Bathini
2019-09-14
1
-0
/
+6
*
powerpc/fadump: register kernel metadata address with opal
Hari Bathini
2019-09-14
1
-3
/
+20
*
powerpc/fadump: improve fadump_reserve_mem()
Hari Bathini
2019-09-14
1
-23
/
+25
*
powerpc/fadump: add fadump support on powernv
Hari Bathini
2019-09-14
1
-3
/
+12
*
pseries/fadump: move out platform specific support from generic code
Hari Bathini
2019-09-14
1
-315
/
+14
*
powerpc/fadump: release all the memory above boot memory size
Hari Bathini
2019-09-14
1
-24
/
+10
*
pseries/fadump: define RTAS register/un-register callback functions
Hari Bathini
2019-09-14
1
-150
/
+15
*
powerpc/fadump: introduce callbacks for platform specific operations
Hari Bathini
2019-09-14
1
-44
/
+1
*
powerpc/fadump: move rtas specific definitions to platform code
Hari Bathini
2019-09-14
1
-47
/
+49
*
powerpc/fadump: use helper functions to reserve/release cpu notes buffer
Hari Bathini
2019-09-14
1
-15
/
+6
*
powerpc/fadump: declare helper functions in internal header file
Hari Bathini
2019-09-14
1
-8
/
+8
*
powerpc/fadump: add helper functions
Hari Bathini
2019-09-14
1
-61
/
+66
*
powerpc/fadump: move internal macros/definitions to a new header
Hari Bathini
2019-09-14
1
-0
/
+1
*
powerpc: improve prom_init_check rule
Masahiro Yamada
2019-09-14
2
-8
/
+7
*
powerpc/kvm: Add ifdefs around template code
Michael Ellerman
2019-09-14
1
-0
/
+8
*
powerpc/kvm: Explicitly mark kvm guest code as __init
Michael Ellerman
2019-09-14
1
-17
/
+17
*
powerpc/kvm: Move kvm_tmp into .text, shrink to 64K
Michael Ellerman
2019-09-14
2
-19
/
+13
*
powerpc/eeh: Fix build with STACKTRACE=n
Michael Ellerman
2019-09-14
2
-1
/
+4
*
powerpc/watchpoint: Disable watchpoint hit by larx/stcx instructions
Ravi Bangoria
2019-09-12
1
-16
/
+33
*
powerpc/eeh: Add a eeh_dev_break debugfs interface
Oliver O'Halloran
2019-09-05
1
-1
/
+138
*
powerpc/eeh: Add debugfs interface to run an EEH check
Oliver O'Halloran
2019-09-05
1
-0
/
+61
*
powerpc/eeh: Set attention indicator while recovering
Oliver O'Halloran
2019-09-05
1
-0
/
+32
*
powerpc/eeh: Defer printing stack trace
Oliver O'Halloran
2019-09-05
3
-26
/
+53
*
powerpc/eeh: Check slot presence state in eeh_handle_normal_event()
Oliver O'Halloran
2019-09-05
1
-0
/
+60
*
powerpc/eeh: Make permanently failed devices non-actionable
Oliver O'Halloran
2019-09-05
1
-2
/
+10
*
powerpc/eeh: Fix race when freeing PDNs
Oliver O'Halloran
2019-09-05
2
-2
/
+26
*
powerpc/eeh: Clean up EEH PEs after recovery finishes
Oliver O'Halloran
2019-09-05
3
-3
/
+64
*
powerpc/64s/exception: reduce page fault unnecessary loads
Nicholas Piggin
2019-08-30
1
-21
/
+17
*
powerpc/64s/exception: Remove pointless KVM handler name bifurcation
Nicholas Piggin
2019-08-30
1
-58
/
+44
*
powerpc/64s/exception: program check handler do not branch into a macro
Nicholas Piggin
2019-08-30
1
-7
/
+8
*
powerpc/64s/exception: move interrupt entry code above the common handler
Nicholas Piggin
2019-08-30
1
-225
/
+225
*
powerpc/64s/exception: INT_COMMON add DAR, DSISR, reconcile options
Nicholas Piggin
2019-08-30
1
-60
/
+51
*
powerpc/64s/exception: Expand EXCEPTION_PROLOG_COMMON_1 and 2 into caller
Nicholas Piggin
2019-08-30
1
-45
/
+40
*
powerpc/64s/exception: Expand EXCEPTION_COMMON macro into caller
Nicholas Piggin
2019-08-30
1
-27
/
+27
*
powerpc/64s/exception: Add INT_COMMON gas macro to generate common exception ...
Nicholas Piggin
2019-08-30
1
-20
/
+32
*
powerpc/64s/exception: Merge EXCEPTION_PROLOG_COMMON_2/3
Nicholas Piggin
2019-08-30
1
-12
/
+6
*
powerpc/64s/exception: KVM_HANDLER reorder arguments to match other macros
Nicholas Piggin
2019-08-30
1
-8
/
+8
*
powerpc/64s/exception: Add INT_KVM_HANDLER gas macro
Nicholas Piggin
2019-08-30
1
-59
/
+40
*
powerpc/64s/exception: INT_HANDLER support HDAR/HDSISR and use it in HDSI
Nicholas Piggin
2019-08-30
1
-6
/
+10
*
powerpc/64s/exception: Add the virt variant of the denorm interrupt handler
Nicholas Piggin
2019-08-30
1
-1
/
+5
*
powerpc/64s/exception: remove EXCEPTION_PROLOG_0/1, rename _2
Nicholas Piggin
2019-08-30
1
-78
/
+73
*
powerpc/64s/exceptions: Use keyword params to shorten arg lists
Michael Ellerman
2019-08-30
1
-60
/
+60
[next]