index
:
kernel
0x221E-v0.0-v7.0
0x221E-v0.0.1-v6.19
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
Age
Commit message (
Expand
)
Author
2021-06-16
powerpc/inst: Avoid pointer dereferencing in ppc_inst_equal()
Christophe Leroy
2021-06-16
powerpc/inst: Improve readability of get_user_instr() and friends
Christophe Leroy
2021-06-16
powerpc/inst: Reduce casts in get_user_instr()
Christophe Leroy
2021-06-16
powerpc/inst: Fix sparse detection on get_user_instr()
Christophe Leroy
2021-06-16
powerpc: Replace PPC_INST_NOP by PPC_RAW_NOP()
Christophe Leroy
2021-06-16
powerpc/traps: Start using PPC_RAW_xx() macros
Christophe Leroy
2021-06-16
powerpc/lib/feature-fixups: Use PPC_RAW_xxx() macros
Christophe Leroy
2021-06-16
powerpc/ebpf64: Use PPC_RAW_MFLR()
Christophe Leroy
2021-06-16
powerpc/security: Use PPC_RAW_BLR() and PPC_RAW_NOP()
Christophe Leroy
2021-06-16
powerpc/modules: Use PPC_RAW_xx() macros
Christophe Leroy
2021-06-16
powerpc/signal: Use PPC_RAW_xx() macros
Christophe Leroy
2021-06-16
powerpc/lib/code-patching: Use PPC_RAW_() macros
Christophe Leroy
2021-06-16
powerpc/opcodes: Add shorter macros for registers for use with PPC_RAW_xx()
Christophe Leroy
2021-06-16
powerpc: Rework PPC_RAW_xxx() macros for prefixed instructions
Christophe Leroy
2021-06-16
powerpc: Force inlining of csum_add()
Christophe Leroy
2021-06-16
Merge branch 'fixes' into next
Michael Ellerman
2021-06-15
powerpc: Fix initrd corruption with relative jump labels
Michael Ellerman
2021-06-10
KVM: PPC: Book3S HV P9: implement hash host / hash guest support
Nicholas Piggin
2021-06-10
KVM: PPC: Book3S HV P9: implement hash guest support
Nicholas Piggin
2021-06-10
KVM: PPC: Book3S HV: Remove virt mode checks from real mode handlers
Nicholas Piggin
2021-06-10
KVM: PPC: Book3S HV: Remove support for dependent threads mode on P9
Nicholas Piggin
2021-06-10
KVM: PPC: Book3S HV: Implement radix prefetch workaround by disabling MMU
Nicholas Piggin
2021-06-10
KVM: PPC: Book3S HV P9: inline kvmhv_load_hv_regs_and_go into __kvmhv_vcpu_en...
Nicholas Piggin
2021-06-10
KVM: PPC: Book3S HV P9: Implement the rest of the P9 path in C
Nicholas Piggin
2021-06-10
KVM: PPC: Book3S HV P9: Stop handling hcalls in real-mode in the P9 path
Nicholas Piggin
2021-06-10
KVM: PPC: Book3S HV P9: Reduce irq_work vs guest decrementer races
Nicholas Piggin
2021-06-10
KVM: PPC: Book3S HV P9: implement kvmppc_xive_pull_vcpu in C
Nicholas Piggin
2021-06-10
KVM: PPC: Book3S 64: Move hcall early register setup to KVM
Nicholas Piggin
2021-06-10
powerpc: Drop dependency between asm/irq.h and linux/irqdomain.h
Marc Zyngier
2021-06-10
powerpc: Convert irq_domain_add_legacy_isa use to irq_domain_add_legacy
Marc Zyngier
2021-06-10
powerpc/ps3: Add dma_mask to ps3_dma_region
Geoff Levand
2021-06-10
powerpc/ps3: Add CONFIG_PS3_VERBOSE_RESULT option
Geoff Levand
2021-06-10
powerpc/barrier: Avoid collision with clang's __lwsync macro
Nathan Chancellor
2021-06-06
Merge tag 'powerpc-5.13-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2021-05-29
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-05-28
powerpc: Fix reverse map real-mode address lookup with huge vmalloc
Nicholas Piggin
2021-05-27
KVM: rename KVM_REQ_PENDING_TIMER to KVM_REQ_UNBLOCK
Marcelo Tosatti
2021-05-26
locking/atomic: powerpc: move to ARCH_ATOMIC
Mark Rutland
2021-05-26
locking/atomic: cmpxchg: make `generic` a prefix
Mark Rutland
2021-05-23
powerpc/sstep: Add tests for setb instruction
Sathvika Vasireddy
2021-05-21
powerpc/64s/syscall: Fix ptrace syscall info with scv syscalls
Nicholas Piggin
2021-05-17
powerpc/32s: Remove asm/book3s/32/hash.h
Christophe Leroy
2021-05-17
powerpc: Only pad struct pt_regs when needed
Christophe Leroy
2021-05-17
powerpc/32s: Speed up likely path of kuap_update_sr()
Christophe Leroy
2021-05-17
powerpc/mmu: Remove leftover CONFIG_E200
Christophe Leroy
2021-05-17
powerpc/mmu: Don't duplicate radix_enabled()
Christophe Leroy
2021-05-17
powerpc/paca: Remove mm_ctx_id and mm_ctx_slb_addr_limit
Christophe Leroy
2021-05-14
powerpc/64s: Make NMI record implicitly soft-masked code as irqs disabled
Nicholas Piggin
2021-05-12
powerpc/uaccess: Fix __get_user() with CONFIG_CC_HAS_ASM_GOTO_OUTPUT
Christophe Leroy
2021-05-12
powerpc/pseries: use notrace hcall variant for H_CEDE idle
Nicholas Piggin
[prev]
[next]