linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-26 01:50:23 to 2019-11-27 14:45:47 UTC [more...]

[PATCH 02/14] Revert "powerpc/powernv: remove the unused vas_win_paste_addr and vas_win_id functions"
 2019-11-27  9:31 UTC  (4+ messages)

[PATCH v1 1/4] powerpc/fixmap: don't clear fixmap area in paging_init()
 2019-11-27 14:43 UTC  (2+ messages)

[PATCH v4 1/2] powerpc/irq: bring back ksp_limit management in C functions
 2019-11-27 13:50 UTC  (7+ messages)
` [PATCH v4 2/2] powerpc/irq: inline call_do_irq() and call_do_softirq()

[GIT PULL] y2038: syscall implementation cleanups
 2019-11-27 13:36 UTC 

PCIPOCALYPSE
 2019-11-27 12:03 UTC  (49+ messages)
` [Very RFC 22/46] powernv/eeh: Allocate eeh_dev's when needed
` [Very RFC 24/46] powernv/pci: Make the pre-cfg EEH freeze check use eeh_dev rather than pci_dn
` [Very RFC 25/46] powernv/pci: Remove pdn from pnv_pci_config_check_eeh()
` [Very RFC 26/46] powernv/pci: Remove pdn from pnv_pci_cfg_{read|write}
` [Very RFC 27/46] powernv/pci: Clear reserved PE freezes
` [Very RFC 28/46] powernv/iov: Move SR-IOV PF state out of pci_dn
` [Very RFC 29/46] powernv/pci: Remove open-coded PE lookup in PELT-V setup
` [Very RFC 30/46] powernv/pci: Remove open-coded PE lookup in PELT-V teardown
` [Very RFC 31/46] powernv/pci: Remove open-coded PE lookup in pnv_pci_ioda_dma_dev_setup()
` [Very RFC 32/46] powernv/pci: Remove open-coded PE lookup in iommu_bypass_supported()
` [Very RFC 33/46] powernv/pci: Remove open-coded PE lookup in iommu notifier
` [Very RFC 34/46] powernv/pci: Remove open-coded PE lookup in pnv_pci_enable_device_hook()
` [Very RFC 35/46] powernv/pci: Remove open-coded PE lookup in pnv_pci_release_device
` [Very RFC 36/46] powernv/npu: Remove open-coded PE lookup for GPU device
` [Very RFC 38/46] powerpc/pci-hotplug: Scan the whole bus when using PCI_PROBE_NORMAL
` [Very RFC 39/46] powernv/npu: Avoid pci_dn when mapping device_node to a pci_dev
` [Very RFC 40/46] powernv/npu: Don't drop refcount when looking up GPU pci_devs
` [Very RFC 41/46] powernv/eeh: Remove pdn setup for SR-IOV VFs
` [Very RFC 42/46] powernv/pci: Don't clear pdn->pe_number in pnv_pci_release_device

[PATCH 0/3] pseries: Track and expose idle PURR and SPURR ticks
 2019-11-27 12:01 UTC  (4+ messages)
` [PATCH 1/3] powerpc/pseries: Account for SPURR ticks on idle CPUs
` [PATCH 2/3] powerpc/sysfs: Show idle_purr and idle_spurr for every CPU
` [PATCH 3/3] Documentation: Document sysfs interfaces purr, spurr, idle_purr, idle_spurr

[PATCH 00/23] y2038 cleanups
 2019-11-27 11:03 UTC  (6+ messages)
` [PATCH 07/23] y2038: vdso: powerpc: avoid timespec references
  ` [Y2038] "

[PATCH v2 rebase 00/34] exception cleanup, syscall in C and !COMPAT
 2019-11-27 10:39 UTC  (35+ messages)
` [PATCH v2 rebase 01/34] powerpc/64s/exception: Introduce INT_DEFINE parameter block for code generation
` [PATCH v2 rebase 02/34] powerpc/64s/exception: Add GEN_COMMON macro that uses INT_DEFINE parameters
` [PATCH v2 rebase 03/34] powerpc/64s/exception: Add GEN_KVM "
` [PATCH v2 rebase 04/34] powerpc/64s/exception: Expand EXC_COMMON and EXC_COMMON_ASYNC macros
` [PATCH v2 rebase 05/34] powerpc/64s/exception: Move all interrupt handlers to new style code gen macros
` [PATCH v2 rebase 06/34] powerpc/64s/exception: Remove old INT_ENTRY macro
` [PATCH v2 rebase 07/34] powerpc/64s/exception: Remove old INT_COMMON macro
` [PATCH v2 rebase 08/34] powerpc/64s/exception: Remove old INT_KVM_HANDLER
` [PATCH v2 rebase 09/34] powerpc/64s/exception: Add ISIDE option
` [PATCH v2 rebase 10/34] powerpc/64s/exception: move real->virt switch into the common handler
` [PATCH v2 rebase 11/34] powerpc/64s/exception: move soft-mask test to common code
` [PATCH v2 rebase 12/34] powerpc/64s/exception: move KVM "
` [PATCH v2 rebase 13/34] powerpc/64s/exception: remove confusing IEARLY option
` [PATCH v2 rebase 14/34] powerpc/64s/exception: remove the SPR saving patch code macros
` [PATCH v2 rebase 15/34] powerpc/64s/exception: trim unused arguments from KVMTEST macro
` [PATCH v2 rebase 16/34] powerpc/64s/exception: hdecrementer avoid touching the stack
` [PATCH v2 rebase 17/34] powerpc/64s/exception: re-inline some handlers
` [PATCH v2 rebase 18/34] powerpc/64s/exception: Clean up SRR specifiers
` [PATCH v2 rebase 19/34] powerpc/64s/exception: add more comments for interrupt handlers
` [PATCH v2 rebase 20/34] powerpc/64s/exception: only test KVM in SRR interrupts when PR KVM is supported
` [PATCH v2 rebase 21/34] powerpc/64s/exception: soft nmi interrupt should not use ret_from_except
` [PATCH v2 rebase 22/34] powerpc/64: system call remove non-volatile GPR save optimisation
` [PATCH v2 rebase 23/34] powerpc/64: system call implement the bulk of the logic in C
` [PATCH v2 rebase 24/34] powerpc/64s: interrupt return "
` [PATCH v2 rebase 25/34] powerpc/64s/exception: remove lite interrupt return
` [PATCH v2 rebase 26/34] powerpc/64: system call: Fix sparse warning about missing declaration
` [PATCH v2 rebase 27/34] powerpc: Add back __ARCH_WANT_SYS_LLSEEK macro
` [PATCH v2 rebase 28/34] powerpc: move common register copy functions from signal_32.c to signal.c
` [PATCH v2 rebase 29/34] powerpc/perf: consolidate read_user_stack_32
` [PATCH v2 rebase 30/34] powerpc/perf: consolidate valid_user_sp
` [PATCH v2 rebase 31/34] powerpc/64: make buildable without CONFIG_COMPAT
` [PATCH v2 rebase 32/34] powerpc/64: Make COMPAT user-selectable disabled on littleendian by default
` [PATCH v2 rebase 33/34] powerpc/perf: split callchain.c by bitness
` [PATCH v2 rebase 34/34] MAINTAINERS: perf: Add pattern that matches ppc perf to the perf entry

[PATCH v2 00/35] exception cleanup, syscall in C and !COMPAT
 2019-11-27  9:49 UTC  (40+ messages)
` [PATCH v2 01/35] powerpc/64s/exception: Introduce INT_DEFINE parameter block for code generation
` [PATCH v2 02/35] powerpc/64s/exception: Add GEN_COMMON macro that uses INT_DEFINE parameters
` [PATCH v2 03/35] powerpc/64s/exception: Add GEN_KVM "
` [PATCH v2 04/35] powerpc/64s/exception: Expand EXC_COMMON and EXC_COMMON_ASYNC macros
` [PATCH v2 05/35] powerpc/64s/exception: Move all interrupt handlers to new style code gen macros
` [PATCH v2 06/35] powerpc/64s/exception: Remove old INT_ENTRY macro
` [PATCH v2 07/35] powerpc/64s/exception: Remove old INT_COMMON macro
` [PATCH v2 08/35] powerpc/64s/exception: Remove old INT_KVM_HANDLER
` [PATCH v2 09/35] powerpc/64s/exception: Add ISIDE option
` [PATCH v2 10/35] powerpc/64s/exception: move real->virt switch into the common handler
` [PATCH v2 11/35] powerpc/64s/exception: move soft-mask test to common code
` [PATCH v2 12/35] powerpc/64s/exception: move KVM "
` [PATCH v2 13/35] powerpc/64s/exception: remove confusing IEARLY option
` [PATCH v2 14/35] powerpc/64s/exception: remove the SPR saving patch code macros
` [PATCH v2 15/35] powerpc/64s/exception: trim unused arguments from KVMTEST macro
` [PATCH v2 16/35] powerpc/64s/exception: hdecrementer avoid touching the stack
` [PATCH v2 17/35] powerpc/64s/exception: re-inline some handlers
` [PATCH v2 18/35] powerpc/64s/exception: Clean up SRR specifiers
` [PATCH v2 19/35] powerpc/64s/exception: add more comments for interrupt handlers
` [PATCH v2 20/35] powerpc/64s/exception: only test KVM in SRR interrupts when PR KVM is supported
` [PATCH v2 21/35] powerpc/64s/exception: soft nmi interrupt should not use ret_from_except
` [PATCH v2 22/35] powerpc/64: system call remove non-volatile GPR save optimisation
` [PATCH v2 23/35] powerpc/64: system call implement the bulk of the logic in C
` [PATCH v2 24/35] powerpc/64s: interrupt return "
` [PATCH v2 25/35] powerpc/64s/exception: remove lite interrupt return
` [PATCH v2 26/35] powerpc/64: system call: Fix sparse warning about missing declaration
` [PATCH v2 27/35] powerpc: Add back __ARCH_WANT_SYS_LLSEEK macro
` [PATCH v2 28/35] powerpc: move common register copy functions from signal_32.c to signal.c
` [PATCH v2 29/35] powerpc/perf: remove current_is_64bit()
` [PATCH v2 30/35] powerpc/perf: consolidate read_user_stack_32
` [PATCH v2 31/35] powerpc/perf: consolidate valid_user_sp
` [PATCH v2 32/35] powerpc/64: make buildable without CONFIG_COMPAT
` [PATCH v2 33/35] powerpc/64: Make COMPAT user-selectable disabled on littleendian by default
` [PATCH v2 34/35] powerpc/perf: split callchain.c by bitness
` [PATCH v2 35/35] MAINTAINERS: perf: Add pattern that matches ppc perf to the perf entry

Bug 205201 - Booting halts if Dawicontrol DC-2976 UW SCSI board installed, unless RAM size limited to 3500M
 2019-11-27  8:53 UTC  (15+ messages)

[PATCH] powerpc/32: drop unused ISA_DMA_THRESHOLD
 2019-11-27  8:46 UTC  (2+ messages)

[PATCH 09/14] powerpc/vas: Update CSB and notify process for fault CRBs
 2019-11-27  8:46 UTC  (2+ messages)

[PATCH 06/14] powerpc/vas: Setup fault handler per VAS instance
 2019-11-27  8:34 UTC  (2+ messages)

[PATCH 05/14] powerpc/vas: Setup fault window per VAS instance
 2019-11-27  8:34 UTC  (2+ messages)

[PATCH 04/14] powerpc/vas: Setup IRQ mapping and register port for each window
 2019-11-27  8:33 UTC  (2+ messages)

[PATCH 03/14] powerpc/vas: Define nx_fault_stamp in coprocessor_request_block
 2019-11-27  8:30 UTC  (2+ messages)

[PATCH v3] platforms/powernv: Avoid re-registration of imc debugfs directory
 2019-11-27  7:20 UTC 

[PATCH v11 0/7] KVM: PPC: Driver to manage pages of secure guest
 2019-11-27  6:53 UTC  (4+ messages)
` [PATCH v11 1/7] mm: ksm: Export ksm_madvise()

[PATCH v3 0/4] reorganize and add FADump sysfs files
 2019-11-27  4:54 UTC  (6+ messages)
` [PATCH v3 2/4] powerpc/fadump: reorganize /sys/kernel/fadump_* "

[PATCH 00/14] powerpc/vas: Page fault handling for user space NX requests
 2019-11-27  1:27 UTC  (2+ messages)

[PATCH 14/14] powerpc/vas: Free send window in VAS instance after credits returned
 2019-11-27  1:15 UTC 

[PATCH 13/14] powerpc/vas: Display process stuck message
 2019-11-27  1:14 UTC 

[PATCH 12/14] powerpc/VAS: Return credits after handling fault
 2019-11-27  1:13 UTC 

[PATCH 11/14] powerpc/vas: Do not use default credits for receive window
 2019-11-27  1:13 UTC 

[PATCH 10/14] powerpc/vas: Print CRB and FIFO values
 2019-11-27  1:12 UTC 

[PATCH 08/14] powerpc/vas: Take reference to PID and mm for user space windows
 2019-11-27  1:10 UTC 

[PATCH 07/14] powerpc/vas: Read and process fault CRBs
 2019-11-27  1:09 UTC 

[PATCH 01/14] powerpc/vas: Describe vas-port and interrupts properties
 2019-11-27  1:02 UTC 

[PATCH v3 0/2] Replace current->mm by kvm->mm on powerpc/kvm
 2019-11-26 22:36 UTC  (3+ messages)
` [PATCH v3 1/2] powerpc/kvm/book3s: Replace current->mm by kvm->mm
` [PATCH v3 2/2] powerpc/kvm/book3e: "

[PATCH v2] dma-mapping: treat dev->bus_dma_mask as a DMA limit
 2019-11-26 21:45 UTC  (6+ messages)

[PATCH net 0/4] ibmvnic: Harden device commands and queries
 2019-11-26 21:19 UTC  (3+ messages)
` [PATCH net v2 "

[PATCH v3] libfdt: define INT32_MAX and UINT32_MAX in libfdt_env.h
 2019-11-26 20:34 UTC  (2+ messages)

[PATCH v2] of: unittest: fix memory leak in attach_node_and_children
 2019-11-26 19:23 UTC  (2+ messages)

[PATCH 1/1] powerpc/kvm/book3s: Fixes possible 'use after release' of kvm
 2019-11-26 18:14 UTC  (2+ messages)

[PATCH v2 1/2] powerpc/hw_breakpoints: Rewrite 8xx breakpoints to allow any address range size
 2019-11-26 17:43 UTC  (2+ messages)
` [PATCH v2 2/2] selftests/powerpc: enable range tests on 8xx in ptrace-hwbreak.c selftest

[PATCH] powernv/opal-sensor-groups: Add documentation for the sysfs interfaces
 2019-11-26 13:51 UTC 

[PATCH v2] powerpc/8xx: Fix permanently mapped IMMR region
 2019-11-26 13:16 UTC 

[PATCH v4 00/16] Enable CONFIG_VMAP_STACK on PPC32
 2019-11-26 12:36 UTC  (17+ messages)
` [PATCH v4 01/16] powerpc/32: replace MTMSRD() by mtmsr
` [PATCH v4 02/16] powerpc/32: Add EXCEPTION_PROLOG_0 in head_32.h
` [PATCH v4 03/16] powerpc/32: save DEAR/DAR before calling handle_page_fault
` [PATCH v4 04/16] powerpc/32: move MSR_PR test into EXCEPTION_PROLOG_0
` [PATCH v4 05/16] powerpc/32: add a macro to get and/or save DAR and DSISR on stack
` [PATCH v4 06/16] powerpc/32: prepare for CONFIG_VMAP_STACK
` [PATCH v4 07/16] powerpc: align stack to 2 * THREAD_SIZE with VMAP_STACK
` [PATCH v4 08/16] powerpc/32: Add early stack overflow detection with VMAP stack
` [PATCH v4 09/16] powerpc/8xx: Use alternative scratch registers in DTLB miss handler
` [PATCH v4 10/16] powerpc/8xx: drop exception entries for non-existing exceptions
` [PATCH v4 11/16] powerpc/8xx: move DataStoreTLBMiss perf handler
` [PATCH v4 12/16] powerpc/8xx: split breakpoint exception
` [PATCH v4 13/16] powerpc/8xx: Enable CONFIG_VMAP_STACK
` [PATCH v4 14/16] powerpc/32s: reorganise DSI handler
` [PATCH v4 15/16] powerpc/32s: avoid crossing page boundary while changing SRR0/1
` [PATCH v4 16/16] powerpc/32s: Activate CONFIG_VMAP_STACK

[PATCH v2] powerpc/kernel/sysfs: Add PMU_SYSFS config option to enable PMU SPRs sysfs file creation
 2019-11-26 11:39 UTC  (3+ messages)

[PATCH v3 00/15] Enable CONFIG_VMAP_STACK on PPC32
 2019-11-26  9:01 UTC  (4+ messages)
` [PATCH v3 15/15] powerpc/32s: Activate CONFIG_VMAP_STACK

loop nesting in alignment exception and machine check
 2019-11-26  8:13 UTC  (4+ messages)
      ` 答复: 答复: "

[PATCH] powerpc/8xx: Fix permanently mapped IMMR region
 2019-11-26  8:01 UTC  (3+ messages)

[PATCH 00/18] Initial Prefixed Instruction support
 2019-11-26  5:21 UTC  (19+ messages)
` [PATCH 01/18] powerpc: Enable Prefixed Instructions
` [PATCH 02/18] powerpc: Add BOUNDARY SRR1 bit for future ISA version
` [PATCH 03/18] powerpc: Add PREFIXED "
` [PATCH 04/18] powerpc: Rename Bit 35 of SRR1 to indicate new purpose
` [PATCH 05/18] powerpc sstep: Prepare to support prefixed instructions
` [PATCH 06/18] powerpc sstep: Add support for prefixed integer load/stores
` [PATCH 07/18] powerpc sstep: Add support for prefixed floating-point load/stores
` [PATCH 08/18] powerpc sstep: Add support for prefixed VSX load/stores
` [PATCH 09/18] powerpc sstep: Add support for prefixed fixed-point arithmetic
` [PATCH 10/18] powerpc: Support prefixed instructions in alignment handler
` [PATCH 11/18] powerpc/traps: Check for prefixed instructions in facility_unavailable_exception()
` [PATCH 12/18] powerpc/xmon: Add initial support for prefixed instructions
` [PATCH 13/18] powerpc/xmon: Dump "
` [PATCH 14/18] powerpc/kprobes: Support kprobes on "
` [PATCH 15/18] powerpc/uprobes: Add support for "
` [PATCH 16/18] powerpc/hw_breakpoints: Initial "
` [PATCH 17/18] powerpc: Add prefix support to mce_find_instr_ea_and_pfn()
` [PATCH 18/18] powerpc/fault: Use analyse_instr() to check for store with updates to sp

[PATCH][v2] powerpc: Set right value of Speculation_Store_Bypass in /proc/<pid>/status
 2019-11-26  2:28 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).