index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/smp: Enable CACHE domain for shared processor
Srikar Dronamraju
2021-08-26
1
-1
/
+1
*
powerpc/smp: Update cpu_core_map on all PowerPc systems
Srikar Dronamraju
2021-08-26
1
-6
/
+5
*
powerpc/smp: Fix a crash while booting kvm guest with nr_cpus=2
Srikar Dronamraju
2021-08-26
1
-1
/
+1
*
powerpc: Refactor verification of MSR_RI
Christophe Leroy
2021-08-26
2
-10
/
+7
*
powerpc: Remove MSR_PR check in interrupt_exit_{user/kernel}_prepare()
Christophe Leroy
2021-08-26
1
-2
/
+0
*
powerpc/64e: Get dear offset with _DEAR macro
Xiongwei Song
2021-08-26
2
-14
/
+7
*
powerpc: Add dear as a synonym for pt_regs.dar register
Xiongwei Song
2021-08-26
2
-1
/
+3
*
powerpc/64e: Get esr offset with _ESR macro
Xiongwei Song
2021-08-26
2
-6
/
+6
*
powerpc: Add esr as a synonym for pt_regs.dsisr
Xiongwei Song
2021-08-26
3
-2
/
+4
*
powerpc/syscalls: Simplify do_mmap2()
Christophe Leroy
2021-08-25
1
-11
/
+4
*
powerpc: Avoid link stack corruption in misc asm functions
Christophe Leroy
2021-08-25
4
-4
/
+4
*
powerpc/booke: Avoid link stack corruption in several places
Christophe Leroy
2021-08-25
4
-13
/
+13
*
powerpc/32: indirect function call use bctrl rather than blrl in ret_from_ker...
Christophe Leroy
2021-08-25
1
-2
/
+2
*
powerpc/prom: Fix unused variable ‘reserve_map’ when CONFIG_PPC32 is not set
Cédric Le Goater
2021-08-23
1
-2
/
+3
*
powerpc/tau: Add 'static' storage qualifier to 'tau_work' definition
Finn Thain
2021-08-20
1
-1
/
+1
*
powerpc/32: Remove unneccessary calculations in load_up_{fpu/altivec}
Christophe Leroy
2021-08-18
2
-5
/
+2
*
powerpc: Remove duplicate includes
Wan Jiabing
2021-08-18
2
-3
/
+1
*
powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() with asm goto
Christophe Leroy
2021-08-15
3
-4
/
+9
*
powerpc/pseries: Add support for FORM2 associativity
Aneesh Kumar K.V
2021-08-13
1
-1
/
+2
*
powerpc/pseries: Rename TYPE1_AFFINITY to FORM1_AFFINITY
Aneesh Kumar K.V
2021-08-13
1
-1
/
+1
*
powerpc: rename powerpc_debugfs_root to arch_debugfs_dir
Aneesh Kumar K.V
2021-08-13
11
-40
/
+39
*
powerpc/pseries/pci: Add MSI domains
Cédric Le Goater
2021-08-10
1
-0
/
+6
*
powerpc: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
2021-08-10
1
-2
/
+2
*
powerpc/smp: Use existing L2 cache_map cpumask to find L3 cache siblings
Parth Shah
2021-08-04
2
-21
/
+48
*
powerpc/cacheinfo: Remove the redundant get_shared_cpu_map()
Gautham R. Shenoy
2021-08-04
1
-40
/
+1
*
powerpc/cacheinfo: Lookup cache by dt node and thread-group id
Gautham R. Shenoy
2021-08-04
2
-24
/
+60
*
powerpc/stacktrace: Include linux/delay.h
Michal Suchanek
2021-08-03
1
-0
/
+1
*
powerpc/kexec: blacklist functions called in real mode for kprobe
Hari Bathini
2021-07-26
1
-0
/
+2
*
Merge tag 'powerpc-5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2021-07-09
1
-1
/
+5
|
\
|
*
powerpc/64e: Fix system call illegal mtmsrd instruction
Nicholas Piggin
2021-07-06
1
-1
/
+5
*
|
powerpc: convert to setup_initial_init_mm()
Kefeng Wang
2021-07-08
1
-4
/
+1
|
/
*
Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2021-07-02
61
-1764
/
+2071
|
\
|
*
powerpc/64s: move ret_from_fork etc above __end_soft_masked
Nicholas Piggin
2021-06-30
1
-26
/
+26
|
*
powerpc/64s/interrupt: clean up interrupt return labels
Nicholas Piggin
2021-06-30
1
-3
/
+5
|
*
powerpc/64/interrupt: add missing kprobe annotations on interrupt exit symbols
Nicholas Piggin
2021-06-30
1
-0
/
+6
|
*
powerpc/64: enable MSR[EE] in irq replay pt_regs
Nicholas Piggin
2021-06-30
1
-0
/
+1
|
*
powerpc/64s: add a table of implicit soft-masked addresses
Nicholas Piggin
2021-06-30
3
-10
/
+71
|
*
powerpc/64e: remove implicit soft-masking and interrupt exit restart logic
Nicholas Piggin
2021-06-30
3
-14
/
+16
|
*
powerpc/64e: fix CONFIG_RELOCATABLE build warnings
Nicholas Piggin
2021-06-30
1
-0
/
+11
|
*
powerpc/interrupt: Use names in check_return_regs_valid()
Christophe Leroy
2021-06-26
1
-2
/
+2
|
*
powerpc/interrupt: Also use exit_must_hard_disable() on PPC32
Christophe Leroy
2021-06-26
1
-5
/
+3
|
*
powerpc/sysfs: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZE
Jason Wang
2021-06-25
1
-6
/
+6
|
*
powerpc/stacktrace: Fix spurious "stale" traces in raise_backtrace_ipi()
Michael Ellerman
2021-06-25
1
-6
/
+20
|
*
powerpc/rtas-rtc: remove unused constant
Nathan Lynch
2021-06-25
1
-1
/
+1
|
*
powerpc: Fix is_kvm_guest() / kvm_para_available()
Michael Ellerman
2021-06-25
1
-4
/
+6
|
*
powerpc/64s: Make prom_init require RELOCATABLE
Michael Ellerman
2021-06-25
1
-56
/
+2
|
*
powerpc/kprobes: Warn if instruction patching failed
Naveen N. Rao
2021-06-25
1
-2
/
+2
|
*
powerpc/kprobes: Roll IS_RFI() macro into IS_RFID()
Naveen N. Rao
2021-06-25
1
-2
/
+2
|
*
powerpc/kprobes: Fix Oops by passing ppc_inst as a pointer to emulate_step() ...
Naveen N. Rao
2021-06-25
1
-2
/
+6
|
*
powerpc/64s: Fix copy-paste data exposure into newly created tasks
Nicholas Piggin
2021-06-24
1
-16
/
+32
[next]