index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-25
powerpc/eeh: Add sysfs files in late probe
Oliver O'Halloran
6
-35
/
+2
2020-03-25
powerpc/64: Prevent stack protection in early boot
Michael Ellerman
3
-3
/
+9
2020-03-25
powerpc/64: Setup a paca before parsing device tree etc.
Daniel Axtens
3
-10
/
+31
2020-03-25
powerpc/hash64/devmap: Use H_PAGE_THP_HUGE when setting up huge devmap PTE en...
Aneesh Kumar K.V
4
-2
/
+21
2020-03-25
powerpc/32s: reorder Linux PTE bits to better match Hash PTE bits.
Christophe Leroy
3
-18
/
+13
2020-03-25
powerpc/kasan: Fix kasan_remap_early_shadow_ro()
Christophe Leroy
1
-1
/
+1
2020-03-25
powerpc/kprobes: Remove redundant code
Christophe Leroy
1
-48
/
+33
2020-03-25
powerpc/64s: Fix section mismatch warnings from boot code
Michael Ellerman
1
-1
/
+3
2020-03-25
powerpc/xmon: Lower limits on nidump and ndump
Michael Ellerman
1
-3
/
+4
2020-03-25
powerpc/prom_init: Pass the "os-term" message to hypervisor
Alexey Kardashevskiy
1
-0
/
+3
2020-03-25
powerpc: Replace setup_irq() by request_irq()
afzal mohammed
6
-55
/
+29
2020-03-25
powerpc/cell: Use fallthrough;
Joe Perches
1
-1
/
+1
2020-03-25
powerpc/sstep: Fix DS operand in ld encoding to appropriate value
Balamuruhan S
1
-2
/
+3
2020-03-25
powerpc/pseries: Fix of_read_drc_info_cell() to point at next record
Tyrel Datwyler
1
-1
/
+1
2020-03-20
powerpc/kuap: PPC_KUAP_DEBUG should depend on PPC_KUAP
Michael Ellerman
1
-1
/
+1
2020-03-18
powerpc/lib: Fix emulate_step() std test
Nicholas Piggin
1
-1
/
+1
2020-03-18
powerpc/64s/radix: Fix CONFIG_SMP=n build
Nicholas Piggin
2
-1
/
+7
2020-03-17
powerpc/pmac/smp: Drop unnecessary volatile qualifier
YueHaibing
1
-2
/
+2
2020-03-17
powerpc/pmac/smp: Avoid unused-variable warnings
Ilie Halip
1
-4
/
+4
2020-03-17
powerpc/fsl_booke: Avoid creating duplicate tlb1 entry
Laurentiu Tudor
1
-1
/
+11
2020-03-13
powerpc/vdso: remove deprecated VDS64_HAS_DESCRIPTORS references
Joe Lawrence
2
-29
/
+0
2020-03-13
powerpc/32: Fix missing NULL pmd check in virt_to_kpte()
Christophe Leroy
1
-1
/
+3
2020-03-10
Merge branch 'fixes' into next
Michael Ellerman
21
-105
/
+326
2020-03-05
powerpc/mm: Fix missing KUAP disable in flush_coherent_icache()
Michael Ellerman
1
-0
/
+2
2020-03-04
powerpc/numa: Remove late request for home node associativity
Srikar Dronamraju
3
-18
/
+0
2020-03-04
powerpc/numa: Early request for home node associativity
Srikar Dronamraju
1
-1
/
+40
2020-03-04
powerpc/numa: Use cpu node map of first sibling thread
Srikar Dronamraju
1
-2
/
+20
2020-03-04
powerpc/numa: Handle extra hcall_vphn error cases
Srikar Dronamraju
1
-9
/
+16
2020-03-04
powerpc/vphn: Check for error from hcall_vphn
Srikar Dronamraju
1
-1
/
+2
2020-03-04
powerpc/smp: Use nid as fallback for package_id
Srikar Dronamraju
2
-3
/
+33
2020-03-04
powerpc/irq: Use current_stack_pointer in do_IRQ()
Christophe Leroy
1
-1
/
+1
2020-03-04
powerpc/irq: use IS_ENABLED() in check_stack_overflow()
Christophe Leroy
1
-2
/
+3
2020-03-04
powerpc/irq: Use current_stack_pointer in check_stack_overflow()
Christophe Leroy
1
-1
/
+1
2020-03-04
powerpc: Add current_stack_pointer as a register global
Christophe Leroy
1
-0
/
+2
2020-03-04
powerpc: Rename current_stack_pointer() to current_stack_frame()
Michael Ellerman
6
-10
/
+10
2020-03-04
powerpc/kernel/sysfs: Add new config option PMU_SYSFS to enable PMU SPRs sysf...
Kajol Jain
2
-0
/
+12
2020-03-04
powerpc/kernel/sysfs: Refactor current sysfs.c
Madhavan Srinivasan
1
-175
/
+200
2020-03-04
powerpc/powernv: Add explicit fast-reboot support
Oliver O'Halloran
2
-0
/
+3
2020-03-04
powerpc/powernv: Treat an empty reboot string as default
Oliver O'Halloran
1
-1
/
+1
2020-03-04
powerpc/Makefile: Mark phony targets as PHONY
Michael Ellerman
2
-0
/
+8
2020-03-04
powerpc/mm: Don't kmap_atomic() in pte_offset_map() on PPC32
Christophe Leroy
2
-8
/
+4
2020-03-04
powerpc/book3s64: Fix error handling in mm_iommu_do_alloc()
Alexey Kardashevskiy
1
-18
/
+21
2020-03-04
powerpc/powernv: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
4
-63
/
+10
2020-03-04
powerpc/cell/axon_msi: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-5
/
+1
2020-03-04
powerpc/mm: ptdump: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
4
-20
/
+11
2020-03-04
powerpc/mm: book3s64: hash_utils: no need to check return value of debugfs_cr...
Greg Kroah-Hartman
1
-5
/
+2
2020-03-04
powerpc/kvm: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
5
-29
/
+10
2020-03-04
powerpc/kernel: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
3
-29
/
+9
2020-03-04
powerpc/83xx: Add some error handling in 'quirk_mpc8360e_qe_enet10()'
Christophe JAILLET
1
-1
/
+4
2020-03-04
powerpc/83xx: Fix some typo in some warning message
Christophe JAILLET
1
-2
/
+2
[next]