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
/
platforms
/
pseries
/
setup.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-20
powerpc/pseries: register pseries-wdt device with platform bus
Scott Cheloha
1
-0
/
+13
2022-07-09
Merge branch 'fixes' into next
Michael Ellerman
1
-0
/
+1
2022-06-29
powerpc/64s: Don't read H_BLOCK_REMOVE characteristics in radix mode
Laurent Dufour
1
-3
/
+2
2022-06-20
powerpc: Don't include asm/setup.h in asm/machdep.h
Christophe Leroy
1
-0
/
+1
2022-06-18
powerpc/pseries: wire up rng during setup_arch()
Jason A. Donenfeld
1
-0
/
+1
2022-05-28
Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-14
/
+4
2022-05-22
powerpc/kasan: Disable address sanitization in kexec paths
Daniel Axtens
1
-11
/
+1
2022-05-08
powerpc: Add missing headers
Christophe Leroy
1
-1
/
+1
2022-05-05
powerpc: fix typos in comments
Julia Lawall
1
-2
/
+2
2022-04-18
swiotlb: make the swiotlb_init interface more useful
Christoph Hellwig
1
-3
/
+0
2022-03-28
Merge branch 'topic/ppc-kvm' into next
Michael Ellerman
1
-1
/
+12
2022-03-08
KVM: PPC: Use KVM_CAP_PPC_AIL_MODE_3
Nicholas Piggin
1
-1
/
+12
2022-03-08
powerpc/mce: Avoid using irq_work_queue() in realmode
Ganesh Goudar
1
-0
/
+1
2021-12-23
powerpc/pseries: Add __init attribute to eligible functions
Nick Child
1
-2
/
+2
2021-12-09
powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMU
Nicholas Piggin
1
-2
/
+4
2021-11-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2021-11-06
mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSE
David Hildenbrand
1
-1
/
+1
2021-10-09
powerpc: Drop superfluous pci_dev_is_added() calls
Niklas Schnelle
1
-2
/
+1
2021-09-03
Merge branch 'fixes' into next
Michael Ellerman
1
-3
/
+4
2021-08-10
powerpc/pseries/pci: Add MSI domains
Cédric Le Goater
1
-0
/
+2
2021-08-07
powerpc/pseries: Fix update of LPAR security flavor after LPM
Laurent Dufour
1
-2
/
+3
2021-07-29
powerpc/pseries: Fix regression while building external modules
Srikar Dronamraju
1
-1
/
+1
2021-06-21
powerpc/pesries: Get STF barrier requirement from H_GET_CPU_CHARACTERISTICS
Nicholas Piggin
1
-0
/
+3
2021-06-21
powerpc/pseries: Get entry and uaccess flush required bits from H_GET_CPU_CHA...
Nicholas Piggin
1
-0
/
+6
2021-03-26
powerpc/pseries: export LPAR security flavor in lparcfg
Laurent Dufour
1
-0
/
+7
2021-03-24
powerpc/pseries: Move hvc_vio_init_early() prototype to shared location
Lee Jones
1
-0
/
+1
2021-02-09
powerpc/pci: Move PHB discovery for PCI_DN using platforms
Oliver O'Halloran
1
-2
/
+5
2021-01-30
powerpc/pseries: Make IOV setup routines static
Cédric Le Goater
1
-4
/
+4
2020-11-19
powerpc/64s: rename pnv|pseries_setup_rfi_flush to _setup_security_mitigations
Daniel Axtens
1
-3
/
+4
2020-11-19
powerpc/64s: flush L1D after user accesses
Nicholas Piggin
1
-0
/
+4
2020-11-19
powerpc/64s: flush L1D on kernel entry
Nicholas Piggin
1
-0
/
+4
2020-10-06
powerpc/pseries: add new branch prediction security bits for link stack
Nicholas Piggin
1
-0
/
+6
2020-08-07
Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-6
/
+18
2020-07-29
powerpc/book3s64/radix: Add kernel command line option to disable radix GTSE
Aneesh Kumar K.V
1
-0
/
+5
2020-07-27
powerpc/pseries: Implement paravirt qspinlocks for SPLPAR
Nicholas Piggin
1
-1
/
+3
2020-07-26
powerpc/watchpoint: Guest support for 2nd DAWR hcall
Ravi Bangoria
1
-2
/
+5
2020-07-22
powerpc/64s: system call support for scv/rfscv instructions
Nicholas Piggin
1
-3
/
+5
2020-07-10
powerpc64: Break asm/percpu.h vs spinlock_types.h dependency
Peter Zijlstra
1
-0
/
+1
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
1
-1
/
+0
2020-05-18
powerpc/pseries/ras: Avoid calling rtas_token() in NMI paths
Nicholas Piggin
1
-4
/
+10
2020-04-30
powerpc/pseries: Account for SPURR ticks on idle CPUs
Gautham R. Shenoy
1
-0
/
+2
2020-04-30
powerpc/idle: Store PURR snapshot in a per-cpu global variable
Gautham R. Shenoy
1
-4
/
+3
2020-04-30
powerpc: Move idle_loop_prolog()/epilog() functions to header file
Gautham R. Shenoy
1
-2
/
+5
2019-12-13
powerpc/vcpu: Assume dedicated processors as non-preempt
Srikar Dronamraju
1
-0
/
+7
2019-09-24
powerpc/pseries: Read TLB Block Invalidate Characteristics
Laurent Dufour
1
-0
/
+1
2019-09-12
powerpc/pseries: correctly track irq state in default idle
Nathan Lynch
1
-0
/
+3
2019-08-30
powerpc/64s/powernv: machine check dump SLB contents
Nicholas Piggin
1
-11
/
+13
2019-08-30
powerpc/pseries/svm: Use shared memory for Debug Trace Log (DTL)
Anshuman Khandual
1
-1
/
+4
2019-07-13
Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-32
/
+7
2019-07-04
powerpc/pseries: Protect against hogging the cpu while setting up the stats
Naveen N. Rao
1
-1
/
+1
[next]