linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-15 11:53:38 to 2021-10-20 09:35:50 UTC [more...]

[PATCH v2] KVM: PPC: Defer vtime accounting 'til after IRQ handling
 2021-10-20  9:35 UTC  (6+ messages)

[PATCH v11 0/3] make hvc pass dma capable memory to its backend
 2021-10-20  8:56 UTC  (5+ messages)
` [PATCH v11 2/3] tty: hvc: pass DMA capable memory to put_chars()

[PATCH v3 00/52] KVM: PPC: Book3S HV P9: entry/exit optimisations
 2021-10-20  5:35 UTC  (11+ messages)
` [PATCH v3 10/52] KVM: PPC: Book3S HV: Don't always save PMU for guest capable of nesting
` [PATCH v3 17/52] KVM: PPC: Book3S HV: CTRL SPR does not require read-modify-write
` [PATCH v3 18/52] KVM: PPC: Book3S HV P9: Move SPRG restore to restore_p9_host_os_sprs
` [PATCH v3 19/52] KVM: PPC: Book3S HV P9: Reduce mtmsrd instructions required to save host SPRs

[PATCH v1 00/11] powerpc: Make hash MMU code build configurable
 2021-10-20  5:20 UTC  (16+ messages)
` [PATCH v1 01/11] powerpc: Remove unused FW_FEATURE_NATIVE references
` [PATCH v1 02/11] powerpc: Rename PPC_NATIVE to PPC_HASH_MMU_NATIVE
` [PATCH v1 03/11] powerpc/pseries: Stop selecting PPC_HASH_MMU_NATIVE
` [PATCH v1 04/11] powerpc/64s: Move and rename do_bad_slb_fault as it is not hash specific
` [PATCH v1 05/11] powerpc/pseries: move pseries_lpar_register_process_table() out from hash specific code
` [PATCH v1 06/11] powerpc/pseries: lparcfg don't include slb_size line in radix mode
` [PATCH v1 07/11] powerpc/64s: move THP trace point creation out of hash specific file
` [PATCH v1 08/11] powerpc/64s: Make flush_and_reload_slb a no-op when radix is enabled
` [PATCH v1 09/11] powerpc/64s: Make hash MMU code build configurable
` [PATCH v1 10/11] powerpc/configs/microwatt: add POWER9_CPU
` [PATCH v1 11/11] powerpc/microwatt: Don't select the hash MMU code

[PATCH] driver: soc: dpio: use the whole functions to protect critical zone
 2021-10-20  1:42 UTC  (2+ messages)

[PATCH v2] soc: fsl: dpio: instead smp_processor_id with raw_smp_processor_id
 2021-10-20  1:35 UTC  (2+ messages)

[PATCH] powerpc/pseries/mobility: ignore ibm, platform-facilities updates
 2021-10-19 23:02 UTC  (7+ messages)
    ` [PATCH] powerpc/pseries/mobility: ignore ibm,platform-facilities updates

[PATCH 1/6] PCI/AER: Enable COR/UNCOR error reporting in set_device_error_reporting()
 2021-10-19 22:44 UTC  (2+ messages)

[PATCH v2][net-next] soc: fsl: dpio: Unsigned compared against 0 in qbman_swp_set_irq_coalescing()
 2021-10-19 18:39 UTC  (2+ messages)

[V4 0/2] tools/perf: Add instruction and data address registers to extended regs in powerpc
 2021-10-19 16:30 UTC  (4+ messages)
` [V4 1/2] tools/perf: Refactor the code definition of perf reg extended mask in tools side header file
` [V4 2/2] tools/perf: Add perf tools support to expose instruction and data address registers as part of extended regs

[PATCH 00/13] block: add_disk() error handling stragglers
 2021-10-19 16:06 UTC  (21+ messages)
` [PATCH 01/13] block/brd: add error handling support for add_disk()
` [PATCH 02/13] nvme-multipath: "
` [PATCH 03/13] nvdimm/btt: do not call del_gendisk() if not needed
` [PATCH 04/13] nvdimm/btt: use goto error labels on btt_blk_init()
` [PATCH 05/13] nvdimm/btt: add error handling support for add_disk()
` [PATCH 06/13] nvdimm/blk: avoid calling del_gendisk() on early failures
` [PATCH 07/13] nvdimm/blk: add error handling support for add_disk()
` [PATCH 08/13] zram: "
` [PATCH 09/13] z2ram: "
` [PATCH 10/13] ps3disk: "
` [PATCH 11/13] ps3vram: "
` [PATCH 12/13] block/sunvdc: "
` [PATCH 13/13] mtd/ubi/block: "

[PATCH] tracing: Have all levels of checks prevent recursion
 2021-10-19 13:00 UTC  (15+ messages)

[PATCH v3 05/18] powerpc/85xx: Load all early TLB entries at once
 2021-10-19 12:42 UTC  (2+ messages)

[PATCH] powerpc/boot: Set LANG=C in wrapper script
 2021-10-19 10:44 UTC  (2+ messages)

[PATCH][linux-next] soc: fsl: dpio: Unsigned compared against 0 in qbman_swp_set_irq_coalescing()
 2021-10-19  9:08 UTC  (2+ messages)
` [PATCH][linux-next] soc: fsl: dpio: Unsigned compared against 0 in

[PATCH v3 00/22] powerpc: Add KUAP support for BOOKE and 40x
 2021-10-19  7:29 UTC  (23+ messages)
` [PATCH v3 01/22] Revert "powerpc: Inline setup_kup()"
` [PATCH v3 02/22] powerpc/8xx: Activate KUEP at all time
` [PATCH v3 03/22] powerpc/44x: "
` [PATCH v3 04/22] powerpc/book3e: "
` [PATCH v3 05/22] powerpc/32s: Remove capability to disable KUEP at boottime
` [PATCH v3 06/22] powerpc/32s: Do kuep_lock() and kuep_unlock() in assembly
` [PATCH v3 07/22] powerpc/32s: Save content of sr0 to avoid 'mfsr'
` [PATCH v3 08/22] powerpc/kuep: Remove 'nosmep' boot time parameter except for book3s/64
` [PATCH v3 09/22] powerpc/kuap: Add a generic intermediate layer
` [PATCH v3 10/22] powerpc/kuap: Check KUAP activation in generic functions
` [PATCH v3 11/22] powerpc/kuap: Remove __kuap_assert_locked()
` [PATCH v3 12/22] powerpc/kuap: Add kuap_lock()
` [PATCH v3 13/22] powerpc/nohash: Move setup_kuap out of 8xx.c
` [PATCH v3 14/22] powerpc/config: Add CONFIG_BOOKE_OR_40x
` [PATCH v3 15/22] powerpc/kuap: Prepare for supporting KUAP on BOOK3E/64
` [PATCH v3 16/22] powerpc/kuap: Make PPC_KUAP_DEBUG depend on PPC_KUAP only
` [PATCH v3 17/22] powerpc: Add KUAP support for BOOKE and 40x
` [PATCH v3 18/22] powerpc/kuap: Wire-up KUAP on 44x
` [PATCH v3 19/22] powerpc/kuap: Wire-up KUAP on 40x
` [PATCH v3 20/22] powerpc/kuap: Wire-up KUAP on 85xx in 32 bits mode
` [PATCH v3 21/22] powerpc/kuap: Wire-up KUAP on book3e/64
` [PATCH v3 22/22] powerpc: Remove CONFIG_PPC_HAVE_KUAP and CONFIG_PPC_HAVE_KUEP

[PATCH v2] powerpc/smp: do not decrement idle task preempt count in CPU offline
 2021-10-19  4:45 UTC  (2+ messages)

[PATCH v2] tracing: Have all levels of checks prevent recursion
 2021-10-18 21:55 UTC  (2+ messages)

[PATCH][next] powerpc/vas: Fix potential NULL pointer dereference
 2021-10-18 21:26 UTC  (3+ messages)

[PATCH] powerpc/eeh: skip slot presence check when PE is temporarily unavailable
 2021-10-18 17:28 UTC  (3+ messages)

[PATCH 00/12] DT: CPU h/w id parsing clean-ups and cacheinfo id support
 2021-10-18 13:31 UTC  (9+ messages)
` [PATCH 01/12] of: Add of_get_cpu_hwid() to read hardware ID from CPU nodes
` [PATCH 04/12] arm64: Use of_get_cpu_hwid()
` [PATCH 11/12] cacheinfo: Allow for >32-bit cache 'id'
` [PATCH 12/12] cacheinfo: Set cache 'id' based on DT data

[PATCH v3 0/4] Add mem_hops field in perf_mem_data_src structure
 2021-10-18  9:48 UTC  (4+ messages)

[PATCH v3 00/12] Fix LKDTM for PPC64/IA64/PARISC
 2021-10-18  9:16 UTC  (19+ messages)
` [PATCH v3 01/12] powerpc: Move and rename func_descr_t
` [PATCH v3 02/12] powerpc: Use 'struct func_desc' instead of 'struct ppc64_opd_entry'
` [PATCH v3 03/12] powerpc: Remove "
` [PATCH v3 04/12] powerpc: Prepare func_desc_t for refactorisation
` [PATCH v3 05/12] ia64: Rename 'ip' to 'addr' in 'struct fdesc'
` [PATCH v3 06/12] asm-generic: Define CONFIG_HAVE_FUNCTION_DESCRIPTORS
` [PATCH v3 07/12] asm-generic: Define 'func_desc_t' to commonly describe function descriptors
` [PATCH v3 08/12] asm-generic: Refactor dereference_[kernel]_function_descriptor()
` [PATCH v3 09/12] lkdtm: Force do_nothing() out of line
` [PATCH v3 10/12] lkdtm: Really write into kernel text in WRITE_KERN
` [PATCH v3 11/12] lkdtm: Fix execute_[user]_location()
` [PATCH v3 12/12] lkdtm: Add a test for function descriptors protection

[RESEND PATCH v2 0/3] Update crashkernel offset to allow kernel to boot on large config LPARs
 2021-10-18  8:44 UTC  (4+ messages)
` [RESEND PATCH v2 1/3] fixup mmu_features immediately after getting cpu pa features
` [RESEND PATCH v2 2/3] Remove 256MB limit restriction for boot cpu paca allocation
` [RESEND PATCH v2 3/3] powerpc: Set crashkernel offset to mid of RMA region

[REPOST RFC PATCH v2] powerpc/papr_scm: Move duplicate definitions to common header files
 2021-10-18  8:07 UTC 

[REPOST PATCH v2] tests/nvdimm/ndtest: Simulate nvdimm health, DSC and smart-inject
 2021-10-18  8:06 UTC 

[REPORT PATCH v2] powerpc/papr_scm: Implement initial support for injecting smart errors
 2021-10-18  8:03 UTC 

[PATCH] powerpc/kexec_file: Add of_node_put() before goto
 2021-10-18  7:07 UTC  (2+ messages)

[PATCH] dmaengine: bestcomm: fix system boot lockups
 2021-10-18  6:13 UTC  (2+ messages)

[GIT PULL] Please pull powerpc/linux.git powerpc-5.15-4 tag
 2021-10-18  4:08 UTC  (2+ messages)

[PATCH v4 0/2] fix & prevent the missing preemption disabling
 2021-10-18  3:39 UTC  (3+ messages)
` [PATCH v4 1/2] ftrace: disable preemption when recursion locked
` [PATCH v4 2/2] ftrace: do CPU checking after preemption disabled

[powerpc:next-test] BUILD SUCCESS 84bd5be941806ec9d18a071efa093efc244a3dd9
 2021-10-18  1:17 UTC 

[powerpc:merge] BUILD SUCCESS ec39a6fbda87af02313146b0c951342749e507af
 2021-10-18  1:16 UTC 

[powerpc:fixes] BUILD SUCCESS cdeb5d7d890e14f3b70e8087e745c4a6a7d9f337
 2021-10-18  1:16 UTC 

[powerpc:fixes-test] BUILD SUCCESS 6c44be1b8e2d8c0161ac39d5d39ea4dff39da71c
 2021-10-18  1:16 UTC 

[RFC PATCH] lkdtm: Replace lkdtm_rodata_do_nothing() by do_nothing()
 2021-10-17 17:19 UTC 

[PATCH] powerpc/eeh: Fix docstrings in eeh.c
 2021-10-17 12:32 UTC  (2+ messages)

[PATCH] powerpc/boot: Use CONFIG_PPC_POWERNV to compile OPAL support
 2021-10-17 12:32 UTC  (2+ messages)

[PATCH] powerpc: Set max_mapnr correctly
 2021-10-17 12:32 UTC  (2+ messages)

[V2] powerpc/perf: Fix cycles/instructions as PM_CYC/PM_INST_CMPL in power10
 2021-10-17 12:32 UTC  (2+ messages)

[V3 0/4] powerpc/perf: Add instruction and data address registers to extended regs
 2021-10-17 12:32 UTC  (2+ messages)

[PATCH 1/2] KVM: PPC: Book3S HV: Fix stack handling in idle_kvm_start_guest()
 2021-10-17 12:28 UTC  (3+ messages)
` [PATCH 2/2] KVM: PPC: Book3S HV: Make idle_kvm_start_guest() return 0 if it went to guest

[PATCH] powerpc/xive: Discard disabled interrupts in get_irqchip_state()
 2021-10-17 12:28 UTC  (2+ messages)

[PATCH v2 00/13] Fix LKDTM for PPC64/IA64/PARISC
 2021-10-17  7:50 UTC  (16+ messages)
` [PATCH v2 06/13] asm-generic: Use HAVE_FUNCTION_DESCRIPTORS to define associated stubs
` [PATCH v2 11/13] lkdtm: Fix lkdtm_EXEC_RODATA()
` [PATCH v2 12/13] lkdtm: Fix execute_[user]_location()
` [PATCH v2 13/13] lkdtm: Add a test for function descriptors protection

[PATCH] ibmvscsi: use GFP_KERNEL with dma_alloc_coherent in initialize_event_pool
 2021-10-17  2:20 UTC  (5+ messages)

[PATCH v6 00/11] PCI: Drop duplicated tracking of a pci_dev's bound driver
 2021-10-15 19:52 UTC  (3+ messages)

[PATCH] soc: fsl: dpio: protect smp_processor_id when get processor id
 2021-10-15 16:37 UTC  (3+ messages)

[PATCH 0/2] sched: cleanup CONFIG_SCHED_MC & friends
 2021-10-15 13:04 UTC  (5+ messages)
` [PATCH 2/2] sched: Centralize SCHED_{SMT, MC, CLUSTER} definitions

[PATCH net-next 11/12] ethernet: ibmveth: use ether_addr_to_u64()
 2021-10-15 22:28 UTC  (2+ messages)

[PATCH] powerpc/smp: do not decrement idle task preempt count in CPU offline
 2021-10-15 17:02 UTC  (3+ messages)

[PATCH 0/4] Update mpc5200 dts files to fix warnings
 2021-10-15 16:34 UTC  (4+ messages)
` [PATCH 4/4] powerpc/5200: dts: fix localbus node warnings

[PATCH v2] powerpc/mpc512x: dts: fix PSC node warnings
 2021-10-15 16:15 UTC  (2+ messages)

[PATCH v2 00/24] Unify PCI error response checking
 2021-10-15 14:39 UTC  (2+ messages)
` [PATCH v2 19/24] PCI/DPC: Use RESPONSE_IS_PCI_ERROR() to check read from hardware

[PATCH v2 00/24] Unify PCI error response checking
 2021-10-15 14:38 UTC  (2+ messages)

[PATCH v3 0/2] fix & prevent the missing preemption disabling
 2021-10-15 13:35 UTC  (7+ messages)
` [PATCH v3 1/2] ftrace: disable preemption between ftrace_test_recursion_trylock/unlock()

[PATCH 2/2] kbuild: use more subdir- for visiting subdirectories while cleaning
 2021-10-15 12:09 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).