index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/syscalls: switch to generic syscalltbl.sh
Masahiro Yamada
2021-04-14
5
-56
/
+10
*
powerpc/rtas: rename RTAS_RMOBUF_MAX to RTAS_USER_REGION_SIZE
Nathan Lynch
2021-04-14
3
-7
/
+7
*
powerpc/rtas: move syscall filter setup into separate function
Nathan Lynch
2021-04-14
1
-8
/
+13
*
powerpc/rtas: remove ibm_suspend_me_token
Nathan Lynch
2021-04-14
1
-5
/
+2
*
powerpc/rtas-proc: remove unused RMO_READ_BUF_MAX
Nathan Lynch
2021-04-14
1
-2
/
+0
*
powerpc/rtas: improve ppc_rtas_rmo_buf_show documentation
Nathan Lynch
2021-04-14
1
-1
/
+10
*
powerpc/eeh: Fix EEH handling for hugepages in ioremap space.
Mahesh Salgaonkar
2021-04-14
1
-7
/
+4
*
powerpc/xive: Modernize XIVE-IPI domain with an 'alloc' handler
Cédric Le Goater
2021-04-14
1
-8
/
+19
*
powerpc/xive: Map one IPI interrupt per node
Cédric Le Goater
2021-04-14
2
-15
/
+47
*
powerpc/xive: Fix xmon command "dxi"
Cédric Le Goater
2021-04-14
1
-4
/
+10
*
powerpc/xive: Simplify the dump of XIVE interrupts under xmon
Cédric Le Goater
2021-04-14
3
-26
/
+17
*
powerpc/xive: Drop check on irq_data in xive_core_debug_show()
Cédric Le Goater
2021-04-14
1
-11
/
+10
*
powerpc/xive: Simplify xive_core_debug_show()
Cédric Le Goater
2021-04-14
1
-14
/
+4
*
powerpc/xive: Remove useless check on XIVE_IPI_HW_IRQ
Cédric Le Goater
2021-04-14
1
-2
/
+1
*
powerpc/xive: Introduce an IPI interrupt domain
Cédric Le Goater
2021-04-14
1
-33
/
+46
*
powerpc/smp: Make some symbols static
Yu Kuai
2021-04-14
1
-3
/
+3
*
powerpc/mce: Make symbol 'mce_ue_event_work' static
Li Huafei
2021-04-14
1
-1
/
+1
*
powerpc/security: Make symbol 'stf_barrier' static
Li Huafei
2021-04-14
1
-1
/
+1
*
powerpc/32s: Define a MODULE area below kernel text all the time
Christophe Leroy
2021-04-14
3
-10
/
+1
*
powerpc/8xx: Define a MODULE area below kernel text
Christophe Leroy
2021-04-14
1
-0
/
+3
*
powerpc/modules: Load modules closer to kernel text
Christophe Leroy
2021-04-14
1
-3
/
+20
*
powerpc/mm: Add cond_resched() while removing hpte mappings
Vaibhav Jain
2021-04-14
1
-1
/
+12
*
powerpc/papr_scm: Implement support for H_SCM_FLUSH hcall
Shivaprasad G Bhat
2021-04-14
2
-1
/
+41
*
powerpc/signal32: Fix build failure with CONFIG_SPE
Christophe Leroy
2021-04-12
1
-1
/
+1
*
powerpc/32: Remove powerpc specific definition of 'ptrdiff_t'
Christophe Leroy
2021-04-08
1
-5
/
+0
*
powerpc: iommu: fix build when neither PCI or IBMVIO is set
Randy Dunlap
2021-04-08
1
-0
/
+1
*
powerpc/pseries: remove unneeded semicolon
Yang Li
2021-04-08
1
-1
/
+1
*
powerpc/64s: power4 nap fixup in C
Nicholas Piggin
2021-04-08
5
-45
/
+35
*
powerpc/perf: Fix PMU constraint check for EBB events
Athira Rajeev
2021-04-08
1
-2
/
+2
*
powerpc/powernv/memtrace: Allow mmaping trace buffers
Jordan Niethe
2021-04-08
1
-1
/
+17
*
powerpc/kexec: Don't use .machine ppc64 in trampoline_64.S
Michael Ellerman
2021-04-08
1
-1
/
+0
*
powerpc/64: Move security code into security.c
Michael Ellerman
2021-04-08
2
-264
/
+261
*
powerpc/mm/64s: Allow STRICT_KERNEL_RWX again
Michael Ellerman
2021-04-08
1
-1
/
+1
*
powerpc/mm/64s/hash: Add real-mode change_memory_range() for hash LPAR
Michael Ellerman
2021-04-08
1
-1
/
+104
*
powerpc/mm/64s/hash: Factor out change_memory_range()
Michael Ellerman
2021-04-08
1
-8
/
+15
*
powerpc/64s: Use htab_convert_pte_flags() in hash__mark_rodata_ro()
Michael Ellerman
2021-04-08
1
-2
/
+4
*
powerpc/pseries: Add key to flags in pSeries_lpar_hpte_updateboltedpp()
Michael Ellerman
2021-04-08
1
-1
/
+3
*
powerpc/mm/64s: Add _PAGE_KERNEL_ROX
Michael Ellerman
2021-04-08
1
-0
/
+1
*
powerpc/64s: Fix pte update for kernel memory on radix
Jordan Niethe
2021-04-08
2
-4
/
+6
*
powerpc: Spelling/typo fixes
Bhaskar Chowdhury
2021-04-08
3
-3
/
+3
*
powerpc: Switch to relative jump labels
Christophe Leroy
2021-04-03
3
-17
/
+9
*
powerpc/bpf: Reallocate BPF registers to volatile registers when possible on ...
Christophe Leroy
2021-04-03
5
-3
/
+51
*
powerpc/bpf: Implement extended BPF on PPC32
Christophe Leroy
2021-04-03
4
-2
/
+1075
*
powerpc/asm: Add some opcodes in asm/ppc-opcode.h for PPC32 eBPF
Christophe Leroy
2021-04-03
1
-0
/
+12
*
powerpc/bpf: Change values of SEEN_ flags
Christophe Leroy
2021-04-03
1
-5
/
+5
*
powerpc/bpf: Move common functions into bpf_jit_comp.c
Christophe Leroy
2021-04-03
4
-259
/
+281
*
powerpc/bpf: Move common helpers into bpf_jit.h
Christophe Leroy
2021-04-03
3
-35
/
+35
*
powerpc/bpf: Change register numbering for bpf_set/is_seen_register()
Christophe Leroy
2021-04-03
1
-8
/
+8
*
powerpc/bpf: Remove classical BPF support for PPC32
Christophe Leroy
2021-04-03
5
-1053
/
+0
*
powerpc/signal32: Simplify logging in sigreturn()
Christophe Leroy
2021-04-03
1
-6
/
+7
[next]