index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/pseries: delete scanlog
Nathan Lynch
2021-11-25
5
-202
/
+0
*
powerpc/rtas: kernel-doc fixes
Nathan Lynch
2021-11-25
1
-4
/
+5
*
powerpc/code-patching: Improve verification of patchability
Christophe Leroy
2021-11-25
3
-6
/
+2
*
powerpc/tsi108: make EXPORT_SYMBOL follow its function immediately
Jason Wang
2021-11-25
1
-2
/
+1
*
bpf ppc32: Access only if addr is kernel address
Hari Bathini
2021-11-25
1
-0
/
+34
*
bpf ppc32: Add BPF_PROBE_MEM support for JIT
Hari Bathini
2021-11-25
3
-0
/
+36
*
bpf ppc64: Access only if addr is kernel address
Ravi Bangoria
2021-11-25
1
-0
/
+26
*
bpf ppc64: Add BPF_PROBE_MEM support for JIT
Ravi Bangoria
2021-11-25
4
-9
/
+80
*
powerpc/ppc-opcode: introduce PPC_RAW_BRANCH() macro
Hari Bathini
2021-11-25
2
-1
/
+3
*
bpf powerpc: refactor JIT compiler code
Hari Bathini
2021-11-25
2
-27
/
+37
*
bpf powerpc: Remove extra_pass from bpf_jit_build_body()
Ravi Bangoria
2021-11-25
4
-8
/
+8
*
bpf powerpc: Remove unused SEEN_STACK
Ravi Bangoria
2021-11-25
1
-2
/
+1
*
powerpc/eeh: Use a goto for recovery failures
Oliver O'Halloran
2021-11-25
1
-48
/
+45
*
powerpc/eeh: Small refactor of eeh_handle_normal_event()
Daniel Axtens
2021-11-25
1
-34
/
+35
*
powerpc/xive: Add a debugfs toggle for save-restore
Cédric Le Goater
2021-11-25
3
-1
/
+3
*
powerpc/xive: Add a kernel parameter for StoreEOI
Cédric Le Goater
2021-11-25
2
-0
/
+19
*
powerpc/xive: Add a debugfs toggle for StoreEOI
Cédric Le Goater
2021-11-25
1
-3
/
+14
*
powerpc/xive: Add a debugfs file to dump EQs
Cédric Le Goater
2021-11-25
1
-0
/
+37
*
powerpc/xive: Rename the 'cpus' debugfs file to 'ipis'
Cédric Le Goater
2021-11-25
1
-20
/
+7
*
powerpc/xive: Change the debugfs file 'xive' into a directory
Cédric Le Goater
2021-11-25
1
-11
/
+25
*
powerpc/xive: Introduce xive_core_debugfs_create()
Cédric Le Goater
2021-11-25
1
-3
/
+15
*
powerpc/xive: Activate StoreEOI on P10
Cédric Le Goater
2021-11-25
2
-0
/
+3
*
powerpc/xive: Introduce an helper to print out interrupt characteristics
Cédric Le Goater
2021-11-25
1
-27
/
+27
*
powerpc/xive: Replace pr_devel() by pr_debug() to ease debug
Cédric Le Goater
2021-11-25
2
-33
/
+34
*
powerpc/powernv: Remove POWER9 PVR version check for entry and uaccess flushes
Nicholas Piggin
2021-11-25
1
-3
/
+7
*
powerpc/btext: add missing of_node_put
Julia Lawall
2021-11-25
1
-1
/
+3
*
powerpc/cell: add missing of_node_put
Julia Lawall
2021-11-25
1
-0
/
+1
*
powerpc/powernv: add missing of_node_put
Julia Lawall
2021-11-25
1
-0
/
+1
*
powerpc/6xx: add missing of_node_put
Julia Lawall
2021-11-25
1
-0
/
+1
*
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
2021-11-25
30
-714
/
+1555
|
\
|
*
KVM: PPC: Book3S HV P9: Remove subcore HMI handling
Nicholas Piggin
2021-11-24
5
-9
/
+67
|
*
KVM: PPC: Book3S HV P9: Stop using vc->dpdes
Nicholas Piggin
2021-11-24
3
-12
/
+22
|
*
KVM: PPC: Book3S HV P9: Tidy kvmppc_create_dtl_entry
Nicholas Piggin
2021-11-24
1
-25
/
+35
|
*
KVM: PPC: Book3S HV P9: Remove most of the vcore logic
Nicholas Piggin
2021-11-24
1
-62
/
+85
|
*
KVM: PPC: Book3S HV P9: Avoid cpu_in_guest atomics on entry and exit
Nicholas Piggin
2021-11-24
3
-19
/
+22
|
*
KVM: PPC: Book3S HV P9: Add unlikely annotation for !mmu_ready
Nicholas Piggin
2021-11-24
1
-1
/
+1
|
*
KVM: PPC: Book3S HV P9: Avoid changing MSR[RI] in entry and exit
Nicholas Piggin
2021-11-24
1
-27
/
+23
|
*
KVM: PPC: Book3S HV P9: Optimise hash guest SLB saving
Nicholas Piggin
2021-11-24
1
-4
/
+18
|
*
KVM: PPC: Book3S HV P9: Improve mfmsr performance on entry
Nicholas Piggin
2021-11-24
3
-39
/
+47
|
*
KVM: PPC: Book3S HV Nested: Avoid extra mftb() in nested entry
Nicholas Piggin
2021-11-24
3
-5
/
+13
|
*
KVM: PPC: Book3S HV P9: Avoid tlbsync sequence on radix guest exit
Nicholas Piggin
2021-11-24
3
-37
/
+65
|
*
KVM: PPC: Book3S HV: Split P8 from P9 path guest vCPU TLB flushing
Nicholas Piggin
2021-11-24
3
-48
/
+70
|
*
KVM: PPC: Book3S HV P9: Don't restore PSSCR if not needed
Nicholas Piggin
2021-11-24
2
-9
/
+24
|
*
KVM: PPC: Book3S HV P9: Test dawr_enabled() before saving host DAWR SPRs
Nicholas Piggin
2021-11-24
1
-14
/
+20
|
*
KVM: PPC: Book3S HV P9: Comment and fix MMU context switching code
Nicholas Piggin
2021-11-24
3
-13
/
+42
|
*
KVM: PPC: Book3S HV P9: Use Linux SPR save/restore to manage some host SPRs
Nicholas Piggin
2021-11-24
5
-51
/
+73
|
*
KVM: PPC: Book3S HV P9: Demand fault TM facility registers
Nicholas Piggin
2021-11-24
3
-10
/
+34
|
*
KVM: PPC: Book3S HV P9: Demand fault EBB facility registers
Nicholas Piggin
2021-11-24
3
-8
/
+37
|
*
KVM: PPC: Book3S HV P9: More SPR speed improvements
Nicholas Piggin
2021-11-24
1
-30
/
+43
|
*
KVM: PPC: Book3S HV P9: Restrict DSISR canary workaround to processors that r...
Nicholas Piggin
2021-11-24
2
-3
/
+6
[next]