index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-25
bpf ppc64: Access only if addr is kernel address
Ravi Bangoria
1
-0
/
+26
2021-11-25
bpf ppc64: Add BPF_PROBE_MEM support for JIT
Ravi Bangoria
4
-9
/
+80
2021-11-25
powerpc/ppc-opcode: introduce PPC_RAW_BRANCH() macro
Hari Bathini
2
-1
/
+3
2021-11-25
bpf powerpc: refactor JIT compiler code
Hari Bathini
2
-27
/
+37
2021-11-25
bpf powerpc: Remove extra_pass from bpf_jit_build_body()
Ravi Bangoria
4
-8
/
+8
2021-11-25
bpf powerpc: Remove unused SEEN_STACK
Ravi Bangoria
1
-2
/
+1
2021-11-25
powerpc/eeh: Use a goto for recovery failures
Oliver O'Halloran
1
-48
/
+45
2021-11-25
powerpc/eeh: Small refactor of eeh_handle_normal_event()
Daniel Axtens
1
-34
/
+35
2021-11-25
powerpc/xive: Add a debugfs toggle for save-restore
Cédric Le Goater
3
-1
/
+3
2021-11-25
powerpc/xive: Add a kernel parameter for StoreEOI
Cédric Le Goater
1
-0
/
+13
2021-11-25
powerpc/xive: Add a debugfs toggle for StoreEOI
Cédric Le Goater
1
-3
/
+14
2021-11-25
powerpc/xive: Add a debugfs file to dump EQs
Cédric Le Goater
1
-0
/
+37
2021-11-25
powerpc/xive: Rename the 'cpus' debugfs file to 'ipis'
Cédric Le Goater
1
-20
/
+7
2021-11-25
powerpc/xive: Change the debugfs file 'xive' into a directory
Cédric Le Goater
1
-11
/
+25
2021-11-25
powerpc/xive: Introduce xive_core_debugfs_create()
Cédric Le Goater
1
-3
/
+15
2021-11-25
powerpc/xive: Activate StoreEOI on P10
Cédric Le Goater
2
-0
/
+3
2021-11-25
powerpc/xive: Introduce an helper to print out interrupt characteristics
Cédric Le Goater
1
-26
/
+26
2021-11-25
powerpc/xive: Replace pr_devel() by pr_debug() to ease debug
Cédric Le Goater
2
-33
/
+34
2021-11-25
powerpc/powernv: Remove POWER9 PVR version check for entry and uaccess flushes
Nicholas Piggin
1
-3
/
+7
2021-11-25
powerpc/btext: add missing of_node_put
Julia Lawall
1
-1
/
+3
2021-11-25
powerpc/cell: add missing of_node_put
Julia Lawall
1
-0
/
+1
2021-11-25
powerpc/powernv: add missing of_node_put
Julia Lawall
1
-0
/
+1
2021-11-25
powerpc/6xx: add missing of_node_put
Julia Lawall
1
-0
/
+1
2021-11-25
x86/cpu: Don't write CSTAR MSR on Intel CPUs
Andi Kleen
1
-2
/
+13
2021-11-25
futex: Remove futex_cmpxchg detection
Arnd Bergmann
11
-11
/
+0
2021-11-25
futex: Ensure futex_atomic_cmpxchg_inatomic() is present
Arnd Bergmann
2
-13
/
+24
2021-11-24
riscv: dts: unmatched: Add gpio card detect to mmc-spi-slot
Bin Meng
1
-0
/
+2
2021-11-24
riscv: dts: unleashed: Add gpio card detect to mmc-spi-slot
Bin Meng
1
-0
/
+1
2021-11-24
KVM: arm64: Move pkvm's special 32bit handling into a generic infrastructure
Marc Zyngier
3
-7
/
+13
2021-11-24
KVM: arm64: Save PSTATE early on exit
Marc Zyngier
2
-1
/
+12
2021-11-24
x86/boot: Mark prepare_command_line() __init
Borislav Petkov
1
-1
/
+1
2021-11-24
KVM: PPC: Book3S HV P9: Remove subcore HMI handling
Nicholas Piggin
5
-9
/
+67
2021-11-24
KVM: PPC: Book3S HV P9: Stop using vc->dpdes
Nicholas Piggin
3
-12
/
+22
2021-11-24
KVM: PPC: Book3S HV P9: Tidy kvmppc_create_dtl_entry
Nicholas Piggin
1
-25
/
+35
2021-11-24
KVM: PPC: Book3S HV P9: Remove most of the vcore logic
Nicholas Piggin
1
-62
/
+85
2021-11-24
KVM: PPC: Book3S HV P9: Avoid cpu_in_guest atomics on entry and exit
Nicholas Piggin
3
-19
/
+22
2021-11-24
KVM: PPC: Book3S HV P9: Add unlikely annotation for !mmu_ready
Nicholas Piggin
1
-1
/
+1
2021-11-24
KVM: PPC: Book3S HV P9: Avoid changing MSR[RI] in entry and exit
Nicholas Piggin
1
-27
/
+23
2021-11-24
KVM: PPC: Book3S HV P9: Optimise hash guest SLB saving
Nicholas Piggin
1
-4
/
+18
2021-11-24
KVM: PPC: Book3S HV P9: Improve mfmsr performance on entry
Nicholas Piggin
3
-39
/
+47
2021-11-24
KVM: PPC: Book3S HV Nested: Avoid extra mftb() in nested entry
Nicholas Piggin
3
-5
/
+13
2021-11-24
KVM: PPC: Book3S HV P9: Avoid tlbsync sequence on radix guest exit
Nicholas Piggin
3
-37
/
+65
2021-11-24
KVM: PPC: Book3S HV: Split P8 from P9 path guest vCPU TLB flushing
Nicholas Piggin
3
-48
/
+70
2021-11-24
KVM: PPC: Book3S HV P9: Don't restore PSSCR if not needed
Nicholas Piggin
2
-9
/
+24
2021-11-24
KVM: PPC: Book3S HV P9: Test dawr_enabled() before saving host DAWR SPRs
Nicholas Piggin
1
-14
/
+20
2021-11-24
KVM: PPC: Book3S HV P9: Comment and fix MMU context switching code
Nicholas Piggin
3
-13
/
+42
2021-11-24
KVM: PPC: Book3S HV P9: Use Linux SPR save/restore to manage some host SPRs
Nicholas Piggin
5
-51
/
+73
2021-11-24
KVM: PPC: Book3S HV P9: Demand fault TM facility registers
Nicholas Piggin
3
-10
/
+34
2021-11-24
KVM: PPC: Book3S HV P9: Demand fault EBB facility registers
Nicholas Piggin
3
-8
/
+37
2021-11-24
KVM: PPC: Book3S HV P9: More SPR speed improvements
Nicholas Piggin
1
-30
/
+43
[prev]
[next]