index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
/
asm
/
ppc-opcode.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc: Use lwarx/ldarx directly instead of PPC_LWARX/LDARX macros
Christophe Leroy
2021-08-25
1
-2
/
+0
*
powerpc/optprobes: use PPC_RAW_ macros
Christophe Leroy
2021-06-16
1
-6
/
+5
*
powerpc: Replace PPC_INST_NOP by PPC_RAW_NOP()
Christophe Leroy
2021-06-15
1
-2
/
+1
*
powerpc/traps: Start using PPC_RAW_xx() macros
Christophe Leroy
2021-06-15
1
-1
/
+0
*
powerpc/lib/feature-fixups: Use PPC_RAW_xxx() macros
Christophe Leroy
2021-06-15
1
-0
/
+4
*
powerpc/ebpf64: Use PPC_RAW_MFLR()
Christophe Leroy
2021-06-15
1
-2
/
+1
*
powerpc/security: Use PPC_RAW_BLR() and PPC_RAW_NOP()
Christophe Leroy
2021-06-15
1
-2
/
+1
*
powerpc/modules: Use PPC_RAW_xx() macros
Christophe Leroy
2021-06-15
1
-7
/
+4
*
powerpc/signal: Use PPC_RAW_xx() macros
Christophe Leroy
2021-06-15
1
-2
/
+3
*
powerpc/opcodes: Add shorter macros for registers for use with PPC_RAW_xx()
Christophe Leroy
2021-06-15
1
-0
/
+34
*
powerpc: Rework PPC_RAW_xxx() macros for prefixed instructions
Christophe Leroy
2021-06-15
1
-4
/
+4
*
powerpc/sstep: Add tests for setb instruction
Sathvika Vasireddy
2021-05-23
1
-0
/
+1
*
powerpc/ebpf32: Use standard function call for functions within 32M distance
Christophe Leroy
2021-04-21
1
-0
/
+1
*
powerpc/asm: Add some opcodes in asm/ppc-opcode.h for PPC32 eBPF
Christophe Leroy
2021-04-03
1
-0
/
+12
*
powerpc/ppc-opcode: Add encoding macros for VSX vector paired instructions
Balamuruhan S
2020-12-10
1
-0
/
+13
*
powerpc/ppc-opcode: Add PPC_RAW_MFSPR()
Christophe Leroy
2020-12-09
1
-1
/
+2
*
powerpc/ppc-opcode: Add divde and divdeu opcodes
Balamuruhan S
2020-07-29
1
-0
/
+6
*
powerpc/sstep: Add tests for prefixed floating-point load/stores
Jordan Niethe
2020-07-23
1
-0
/
+4
*
powerpc/sstep: Add tests for prefixed integer load/stores
Jordan Niethe
2020-07-23
1
-0
/
+9
*
powerpc/ppc-opcode: Fold PPC_INST_* macros into PPC_RAW_* macros
Balamuruhan S
2020-07-16
1
-265
/
+129
*
powerpc/ppc-opcode: Reuse raw instruction macros to stringify
Balamuruhan S
2020-07-16
1
-158
/
+75
*
powerpc/ppc-opcode: Consolidate powerpc instructions from bpf_jit.h
Balamuruhan S
2020-07-16
1
-0
/
+85
*
powerpc/ppc-opcode: Move ppc instruction encoding from test_emulate_step
Balamuruhan S
2020-07-16
1
-0
/
+18
*
powerpc/ppc-opcode: Introduce PPC_RAW_* macros for base instruction encoding
Balamuruhan S
2020-07-16
1
-7
/
+86
*
powerpc/64s: Move branch cache flushing bcctr variant to ppc-ops.h
Nicholas Piggin
2020-07-16
1
-0
/
+2
*
powerpc/pmem: Add new instructions for persistent storage and sync
Aneesh Kumar K.V
2020-07-16
1
-0
/
+12
*
powerpc/64/signal: Balance return predictor stack in signal trampoline
Nicholas Piggin
2020-07-15
1
-0
/
+1
*
powerpc: Add prefixed instructions to instruction data type
Jordan Niethe
2020-05-18
1
-0
/
+3
*
Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2019-07-14
1
-1
/
+19
|
\
|
*
powerpc: Move PPC_HA() PPC_HI() and PPC_LO() to ppc-opcode.h
Christophe Leroy
2019-07-05
1
-0
/
+9
|
*
powerpc/64s/radix: keep kernel ERAT over local process/guest invalidates
Nicholas Piggin
2019-07-03
1
-0
/
+9
|
*
powerpc/64s: Rename PPC_INVALIDATE_ERAT to PPC_ISA_3_0_INVALIDATE_ERAT
Nicholas Piggin
2019-07-03
1
-1
/
+1
*
|
powerpc/bpf: use unsigned division instruction for 64-bit operations
Naveen N. Rao
2019-06-13
1
-0
/
+1
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-30
1
-5
/
+1
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2019-03-16
1
-0
/
+2
|
\
|
*
powerpc: bpf: Fix generation of load/store DW instructions
Naveen N. Rao
2019-03-16
1
-0
/
+2
*
|
Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2019-03-07
1
-1
/
+15
|
\
\
|
|
/
|
/
|
|
*
powerpc: sstep: Add support for maddhd, maddhdu, maddld instructions
Sandipan Das
2019-02-25
1
-1
/
+14
|
*
powerpc: sstep: Add tests for addc[.] instruction
Sandipan Das
2019-02-23
1
-0
/
+1
*
|
ppc: bpf: implement jitting of JMP32
Jiong Wang
2019-01-26
1
-0
/
+1
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-12-27
1
-0
/
+2
|
\
|
*
ppc: bpf: implement jitting of BPF_ALU | BPF_ARSH | BPF_*
Jiong Wang
2018-12-07
1
-0
/
+2
*
|
powerpc/signal: Use code patching instead of hardcoding
Christophe Leroy
2018-12-19
1
-0
/
+1
|
/
*
powerpc/mm/64s: Use PPC_SLBFEE macro
Michael Ellerman
2018-11-06
1
-0
/
+2
*
KVM: PPC: Book3S HV: Implement H_TLB_INVALIDATE hcall
Suraj Jitindar Singh
2018-10-09
1
-0
/
+1
*
powerpc: clean the inclusion of stringify.h
Christophe Leroy
2018-07-30
1
-1
/
+0
*
powerpc: move ASM_CONST and stringify_in_c() into asm-const.h
Christophe Leroy
2018-07-30
1
-1
/
+1
*
powerpc: add vcmpequd/vcmpequb ppc instruction macro
Simon Guo
2018-07-24
1
-0
/
+11
*
powerpc/mm: Use instruction symbolic names in store_updates_sp()
Christophe Leroy
2018-05-24
1
-0
/
+1
*
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
2018-03-23
1
-0
/
+4
|
\
[next]