powerpc/64s: syscall real mode entry use mtmsrd rather than rfid
[linux-2.6-microblaze.git] / arch /
2021-02-11 Nicholas Pigginpowerpc/64s: syscall real mode entry use mtmsrd rather...
2021-02-11 Alexey Kardashevskiypowerpc/kuap: Restore AMR after replaying soft interrupts
2021-02-11 Alexey Kardashevskiypowerpc/uaccess: Avoid might_fault() when user access...
2021-02-11 Michael Ellermanpowerpc/uaccess: Simplify unsafe_put_user() implementation
2021-02-11 Michael Ellermanpowerpc/amigaone: Make amigaone_discover_phbs() static
2021-02-11 Michael Ellermanpowerpc/mm/64s: Fix no previous prototype warning
2021-02-11 Michael Ellermanpowerpc/83xx: Fix build error when CONFIG_PCI=n
2021-02-11 Nicholas Pigginpowerpc: remove interrupt handler functions from the...
2021-02-11 Michael Ellermanpowerpc/powernv/pci: Use kzalloc() for phb related...
2021-02-08 Michael Ellermanpowerpc/64s: Handle program checks in wrong endian...
2021-02-08 Michael Ellermanpowerpc/64: Make stack tracing work during very early...
2021-02-08 Christopher M. Riedlpowerpc64/idle: Fix SP offsets when saving GPRs
2021-02-08 Christophe Leroypowerpc/32s: Allow constant folding in mtsr()/mfsr()
2021-02-08 Christophe Leroypowerpc/32s: mfsrin()/mtsrin() become mfsr()/mtsr()
2021-02-08 Christophe Leroypowerpc/32s: Change mfsrin() into a static inline function
2021-02-08 Christophe Leroypowerpc/uaccess: Perform barrier_nospec() in KUAP allow...
2021-02-08 Sandipan Daspowerpc/sstep: Fix darn emulation
2021-02-08 Sandipan Daspowerpc/sstep: Fix load-store and update emulation
2021-02-08 Christophe Leroypowerpc/8xx: Fix software emulation interrupt
2021-02-08 Athira Rajeevpowerpc/perf: Record counter overflow always if SAMPLE_...
2021-02-08 Nathan Lynchpowerpc/pseries/dlpar: handle ibm, configure-connector...
2021-02-08 Nicholas Pigginpowerpc/64s: Implement ptep_clear_flush_young that...
2021-02-08 Nicholas Pigginpowerpc/64s/radix: serialize_against_pte_lookup IPIs...
2021-02-08 Nicholas Pigginpowerpc/64s/radix: occasionally attempt to trim mm_cpumask
2021-02-08 Nicholas Pigginpowerpc/64s/radix: Allow mm_cpumask trimming from exter...
2021-02-08 Nicholas Pigginpowerpc/64s/radix: Check for no TLB flush required
2021-02-08 Nicholas Pigginpowerpc/64s/radix: refactor TLB flush type selection
2021-02-08 Nicholas Pigginpowerpc/64s/radix: add warning and comments in mm_cpuma...
2021-02-08 Athira Rajeevpowerpc/perf: Expose Performance Monitor Counter SPR...
2021-02-08 Athira Rajeevpowerpc/perf: Include PMCs as part of per-cpu cpuhw_eve...
2021-02-08 Sandipan Daspowerpc/pkeys: Remove unused code
2021-02-08 Bhaskar Chowdhurypowerpc/44x: Fix a spelling mismach to mismatch in...
2021-02-08 Chengyang Fanpowerpc: remove unneeded semicolons
2021-02-08 Michael Ellermanpowerpc/akebono: Fix unmet dependency errors
2021-02-08 Nicholas Pigginpowerpc/64s: runlatch interrupt handling in C
2021-02-08 Nicholas Pigginpowerpc/64s: move NMI soft-mask handling to C
2021-02-08 Nicholas Pigginpowerpc: move NMI entry/exit code into wrapper
2021-02-08 Nicholas Pigginpowerpc/pseries/mce: restore msr before returning from...
2021-02-08 Nicholas Pigginpowerpc/64: entry cpu time accounting in C
2021-02-08 Nicholas Pigginpowerpc/64: move account_stolen_time into its own function
2021-02-08 Nicholas Pigginpowerpc/64s: reconcile interrupts in C
2021-02-08 Nicholas Pigginpowerpc/64s: move context tracking exit to interrupt...
2021-02-08 Nicholas Pigginpowerpc: handle irq_enter/irq_exit in interrupt handler...
2021-02-08 Nicholas Pigginpowerpc/64: add context tracking to asynchronous interrupts
2021-02-08 Nicholas Pigginpowerpc/64: context tracking move to interrupt wrappers
2021-02-08 Nicholas Pigginpowerpc/64s/hash: improve context tracking of hash...
2021-02-08 Nicholas Pigginpowerpc/64: context tracking remove _TIF_NOHZ
2021-02-08 Nicholas Pigginpowerpc: add interrupt_cond_local_irq_enable helper
2021-02-08 Nicholas Pigginpowerpc: convert interrupt handlers to use wrappers
2021-02-08 Nicholas Pigginpowerpc/traps: factor common code from program check...
2021-02-08 Nicholas Pigginpowerpc: add interrupt wrapper entry / exit stub functions
2021-02-08 Nicholas Pigginpowerpc: interrupt handler wrapper functions
2021-02-08 Nicholas Pigginpowerpc: improve handling of unrecoverable system reset
2021-02-08 Nicholas Pigginpowerpc/mce: ensure machine check handler always tests RI
2021-02-08 Nicholas Pigginpowerpc: introduce die_mce
2021-02-08 Nicholas Pigginpowerpc/cell: tidy up pervasive declarations
2021-02-08 Nicholas Pigginpowerpc: add and use unknown_async_exception
2021-02-08 Nicholas Pigginpowerpc/time: move timer_broadcast_interrupt prototype...
2021-02-08 Nicholas Pigginpowerpc/perf: move perf irq/nmi handling details into...
2021-02-08 Nicholas Pigginpowerpc/traps: add NOKPROBE_SYMBOL for sreset and mce
2021-02-08 Nicholas Pigginpowerpc/64s: slb comment update
2021-02-08 Nicholas Pigginpowerpc/mm: Remove stale do_page_fault comment referrin...
2021-02-08 Nicholas Pigginpowerpc/64s: split do_hash_fault
2021-02-08 Nicholas Pigginpowerpc/64s: move bad_page_fault handling to C
2021-02-08 Nicholas Pigginpowerpc: rearrange do_page_fault error case to be insid...
2021-02-08 Nicholas Pigginpowerpc/64s: add do_bad_page_fault_segv handler
2021-02-08 Nicholas Pigginpowerpc: bad_page_fault get registers from regs
2021-02-08 Nicholas Pigginpowerpc/32: transfer can avoid saving r4/r5 over trace...
2021-02-08 Nicholas Pigginpowerpc: DebugException remove args
2021-02-08 Nicholas Pigginpowerpc: do_break get registers from regs
2021-02-08 Nicholas Pigginpowerpc/fsl_booke/32: CacheLockingException remove...
2021-02-08 Nicholas Pigginpowerpc: remove arguments from fault handler functions
2021-02-08 Nicholas Pigginpowerpc/64s: move the hash fault handling logic to C
2021-02-08 Nicholas Pigginpowerpc/64s: move DABR match out of handle_page_fault
2021-02-08 Christophe Leroypowerpc/32s: move DABR match out of handle_page_fault
2021-02-08 Nicholas PigginKVM: PPC: Book3S HV: Context tracking exit guest contex...
2021-02-08 Nicholas Pigginpowerpc/64s: interrupt exit improve bounding of interru...
2021-02-08 Oliver O'Halloranpowerpc/pasemi: Move PHB discovery
2021-02-08 Oliver O'Halloranpowerpc/embedded6xx/mve5100: Move PHB discovery
2021-02-08 Oliver O'Halloranpowerpc/embedded6xx/mpc7448: Move PHB discovery
2021-02-08 Oliver O'Halloranpowerpc/embedded6xx/linkstation: Move PHB discovery
2021-02-08 Oliver O'Halloranpowerpc/embedded6xx/holly: Move PHB discovery
2021-02-08 Oliver O'Halloranpowerpc/chrp: Move PHB discovery
2021-02-08 Oliver O'Halloranpowerpc/amigaone: Move PHB discovery
2021-02-08 Oliver O'Halloranpowerpc/83xx: Move PHB discovery
2021-02-08 Oliver O'Halloranpowerpc/82xx/*: Move PHB discovery
2021-02-08 Oliver O'Halloranpowerpc/52xx/mpc5200_simple: Move PHB discovery
2021-02-08 Oliver O'Halloranpowerpc/52xx/media5200: Move PHB discovery
2021-02-08 Oliver O'Halloranpowerpc/52xx/lite5200: Move PHB discovery
2021-02-08 Oliver O'Halloranpowerpc/52xx/efika: Move PHB discovery
2021-02-08 Oliver O'Halloranpowerpc/512x: Move PHB discovery
2021-02-08 Oliver O'Halloranpowerpc/pci: Move PHB discovery for PCI_DN using platforms
2021-02-02 Oliver O'Halloranpowerpc/pci: Add ppc_md.discover_phbs()
2021-01-31 Oliver O'Halloranpowerpc/powernv/pci: Drop pnv_phb->initialized
2021-01-31 Christophe Leroypowerpc/xmon: Select CONSOLE_POLL for the 8xx
2021-01-31 Christophe Leroypowerpc/xmon: Enable breakpoints on 8xx
2021-01-31 Christophe Leroypowerpc/32s: Only build hash code when CONFIG_PPC_BOOK3...
2021-01-31 Markus Elfringpowerpc/setup: Adjust six seq_printf() calls in show_cp...
2021-01-31 Markus Elfringpowerpc/82xx: Use common error handling code in pq2ads_...
2021-01-31 Markus Elfringpowerpc/82xx: Delete an unnecessary of_node_put() call...
next