index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2021-08-18
powerpc: Remove duplicate includes
Wan Jiabing
-3
/
+1
2021-08-15
powerpc/bug: Provide better flexibility to WARN_ON/__WARN_FLAGS() with asm goto
Christophe Leroy
-4
/
+9
2021-08-13
powerpc/pseries: Add support for FORM2 associativity
Aneesh Kumar K.V
-1
/
+2
2021-08-13
powerpc/pseries: Rename TYPE1_AFFINITY to FORM1_AFFINITY
Aneesh Kumar K.V
-1
/
+1
2021-08-13
powerpc: rename powerpc_debugfs_root to arch_debugfs_dir
Aneesh Kumar K.V
-40
/
+39
2021-08-12
powerpc/interrupt: Do not call single_step_exception() from other exceptions
Christophe Leroy
-2
/
+7
2021-08-12
powerpc/interrupt: Fix OOPS by not calling do_IRQ() from timer_interrupt()
Christophe Leroy
-2
/
+7
2021-08-10
powerpc/pseries/pci: Add MSI domains
Cédric Le Goater
-0
/
+6
2021-08-10
powerpc: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
-2
/
+2
2021-08-09
powerpc/iommu: don't set failed sg dma_address to DMA_MAPPING_ERROR
Logan Gunthorpe
-2
/
+0
2021-08-09
powerpc/iommu: return error code from .map_sg() ops
Martin Oliveira
-2
/
+2
2021-08-09
powerpc/kprobes: Fix kprobe Oops happens in booke
Pu Lehui
-1
/
+2
2021-08-07
powerpc/smp: Fix OOPS in topology_init()
Christophe Leroy
-1
/
+1
2021-08-07
powerpc/32: Fix critical and debug interrupts on BOOKE
Christophe Leroy
-41
/
+17
2021-08-07
powerpc/32s: Fix napping restore in data storage interrupt (DSI)
Christophe Leroy
-1
/
+1
2021-08-04
powerpc/smp: Use existing L2 cache_map cpumask to find L3 cache siblings
Parth Shah
-21
/
+48
2021-08-04
powerpc/cacheinfo: Remove the redundant get_shared_cpu_map()
Gautham R. Shenoy
-40
/
+1
2021-08-04
powerpc/cacheinfo: Lookup cache by dt node and thread-group id
Gautham R. Shenoy
-24
/
+60
2021-08-03
powerpc/stacktrace: Include linux/delay.h
Michal Suchanek
-0
/
+1
2021-07-29
powerpc/vdso: Don't use r30 to avoid breaking Go lang
Michael Ellerman
-0
/
+7
2021-07-26
printk: remove safe buffers
John Ogness
-6
/
+0
2021-07-26
powerpc/kexec: blacklist functions called in real mode for kprobe
Hari Bathini
-0
/
+2
2021-07-19
printk: Userspace format indexing support
Chris Down
-1
/
+1
2021-07-12
exit/bdflush: Remove the deprecated bdflush system call
Eric W. Biederman
-1
/
+1
2021-07-09
Merge tag 'powerpc-5.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
-1
/
+5
2021-07-08
powerpc: convert to setup_initial_init_mm()
Kefeng Wang
-4
/
+1
2021-07-06
powerpc/64e: Fix system call illegal mtmsrd instruction
Nicholas Piggin
-1
/
+5
2021-07-02
Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
-1764
/
+2071
2021-07-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
-0
/
+1
2021-07-01
Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-1
/
+1
2021-07-01
kernel.h: split out panic and oops helpers
Andy Shevchenko
-0
/
+1
2021-06-30
powerpc/64s: move ret_from_fork etc above __end_soft_masked
Nicholas Piggin
-26
/
+26
2021-06-30
powerpc/64s/interrupt: clean up interrupt return labels
Nicholas Piggin
-3
/
+5
2021-06-30
powerpc/64/interrupt: add missing kprobe annotations on interrupt exit symbols
Nicholas Piggin
-0
/
+6
2021-06-30
powerpc/64: enable MSR[EE] in irq replay pt_regs
Nicholas Piggin
-0
/
+1
2021-06-30
powerpc/64s: add a table of implicit soft-masked addresses
Nicholas Piggin
-10
/
+71
2021-06-30
powerpc/64e: remove implicit soft-masking and interrupt exit restart logic
Nicholas Piggin
-14
/
+16
2021-06-30
powerpc/64e: fix CONFIG_RELOCATABLE build warnings
Nicholas Piggin
-0
/
+11
2021-06-29
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
-2
/
+2
2021-06-29
Merge tag 'irq-core-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-0
/
+1
2021-06-29
mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA
Mike Rapoport
-2
/
+2
2021-06-28
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
-223
/
+43
2021-06-28
Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
-3
/
+2
2021-06-28
Merge tag 'perf-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-17
/
+0
2021-06-26
powerpc/interrupt: Use names in check_return_regs_valid()
Christophe Leroy
-2
/
+2
2021-06-26
powerpc/interrupt: Also use exit_must_hard_disable() on PPC32
Christophe Leroy
-5
/
+3
2021-06-25
Merge tag 'kvmarm-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
-3
/
+3
2021-06-26
powerpc/sysfs: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZE
Jason Wang
-6
/
+6
2021-06-26
powerpc/stacktrace: Fix spurious "stale" traces in raise_backtrace_ipi()
Michael Ellerman
-6
/
+20
2021-06-25
powerpc/rtas-rtc: remove unused constant
Nathan Lynch
-1
/
+1
[prev]
[next]