linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-24 08:11:44 to 2022-11-29 10:40:33 UTC [more...]

[RFC PATCH 00/13] Add DEXCR support
 2022-11-29 10:39 UTC  (16+ messages)
` [RFC PATCH 01/13] powerpc/book3s: Add missing <linux/sched.h> include
` [RFC PATCH 02/13] powerpc: Add initial Dynamic Execution Control Register (DEXCR) support
` [RFC PATCH 03/13] powerpc/dexcr: Handle hashchk exception
` [RFC PATCH 04/13] powerpc/dexcr: Support userspace ROP protection
` [RFC PATCH 05/13] prctl: Define PowerPC DEXCR interface
` [RFC PATCH 06/13] powerpc/dexcr: Add prctl implementation
` [RFC PATCH 07/13] powerpc/dexcr: Add sysctl entry for SBHE system override
` [RFC PATCH 08/13] powerpc/dexcr: Add enforced userspace ROP protection config
` [RFC PATCH 09/13] selftests/powerpc: Add more utility macros
` [RFC PATCH 10/13] selftests/powerpc: Add hashst/hashchk test
` [RFC PATCH 11/13] selftests/powerpc: Add DEXCR prctl, sysctl interface test
` [RFC PATCH 12/13] selftests/powerpc: Add DEXCR status utility lsdexcr
` [RFC PATCH 13/13] Documentation: Document PowerPC kernel DEXCR interface

[PATCH v4 1/7] powerpc/64: Add INTERRUPT_SANITIZE_REGISTERS Kconfig
 2022-11-29 10:21 UTC  (12+ messages)
` [PATCH v4 2/7] powerpc/64: Add interrupt register sanitisation macros
` [PATCH v4 3/7] powerpc/64: Sanitise common exit code for interrupts
` [PATCH v4 4/7] powerpc/64s: IOption for MSR stored in r12
` [PATCH v4 5/7] powerpc/64s: Zeroise gprs on interrupt routine entry on Book3S
` [PATCH v4 6/7] powerpc/64e: Clear gprs on interrupt routine entry on Book3E
` [PATCH v4 7/7] powerpc/64: Sanitise user registers on interrupt in pseries, POWERNV

[PATCH 1/3] firmware_loader: remove #include <generated/utsrelease.h>
 2022-11-29  9:34 UTC  (14+ messages)
` [PATCH 2/3] powerpc/book3e: "
` [PATCH 3/3] init/version.c: remove #include <generated/utsversion.h>

[PATCH mm-unstable v1 00/20] mm/gup: remove FOLL_FORCE usage from drivers (reliable R/O long-term pinning)
 2022-11-29  9:15 UTC  (11+ messages)
` [PATCH mm-unstable v1 16/20] mm/frame-vector: remove FOLL_FORCE usage

[PATCH] driver core: fix up some missing class.devnode() conversions
 2022-11-29  9:02 UTC  (4+ messages)

[syzbot] WARNING in btrfs_free_reserved_data_space_noquota
 2022-11-29  8:43 UTC 

[PATCH 00/13] RTAS maintenance
 2022-11-29  7:23 UTC  (30+ messages)
` [PATCH 03/13] powerpc/rtas: avoid device tree lookups in rtas_os_term()
` [PATCH 04/13] powerpc/rtas: avoid scheduling "
` [PATCH 05/13] powerpc/pseries/eeh: use correct API for error log size
` [PATCH 10/13] powerpc/rtas: improve function information lookups
` [PATCH 11/13] powerpc/rtas: strengthen do_enter_rtas() type safety, drop inline
` [PATCH 12/13] powerpc/tracing: tracepoints for RTAS entry and exit
` [PATCH 13/13] powerpc/rtas: place tracepoints in do_enter_rtas()

[PATCH v6 0/4] Option to build big-endian with ELFv2 ABI
 2022-11-29  3:02 UTC  (6+ messages)
` [PATCH v6 1/4] module: add module_elf_check_arch for module-specific checks
` [PATCH v6 2/4] powerpc/64: Add module check for ELF ABI version
` [PATCH v6 3/4] powerpc/64: Add big-endian ELFv2 flavour to crypto VMX asm generation
` [PATCH v6 4/4] powerpc/64: Option to build big-endian with ELFv2 ABI

[PATCH v6] livepatch: Clear relocation targets on a module removal
 2022-11-29  1:57 UTC  (3+ messages)

[PATCH] soc: fsl: qe: Fix refcount leak in par_io_of_config
 2022-11-29  1:50 UTC 

[PATCH] powerpc: dts: turris1x.dts: Add channel labels for temperature sensor
 2022-11-29  1:18 UTC  (6+ messages)

[linux-next:master] BUILD REGRESSION 15f2f20ccbf2d04cb14e3e7635aa0447208c71e7
 2022-11-28 17:24 UTC 

[PATCH linux-next][RFC]torture: avoid offline tick_do_timer_cpu
 2022-11-28 15:16 UTC  (8+ messages)

[RFC PATCH] Disable Book-E KVM support?
 2022-11-28  4:36 UTC 

[PATCH v3 0/7] Expand selftest utils
 2022-11-28  4:19 UTC  (8+ messages)
` [PATCH v3 1/7] selftests/powerpc: Use mfspr/mtspr macros
` [PATCH v3 2/7] selftests/powerpc: Add ptrace setup_core_pattern() null-terminator
` [PATCH v3 3/7] selftests/powerpc: Add generic read/write file util
` [PATCH v3 4/7] selftests/powerpc: Add read/write debugfs file, int
` [PATCH v3 5/7] selftests/powerpc: Parse long/unsigned long value safely
` [PATCH v3 6/7] selftests/powerpc: Add {read,write}_{long,ulong}
` [PATCH v3 7/7] selftests/powerpc: Add automatically allocating read_file

[PATCH] pseries/mobility: reset the RCU watchdogs after a LPM
 2022-11-28  3:59 UTC  (2+ messages)

[PATCH v3 00/17] powerpc: alternate queued spinlock implementation
 2022-11-28  3:11 UTC  (19+ messages)
` [PATCH v3 01/17] powerpc/qspinlock: add mcs queueing for contended waiters
` [PATCH v3 02/17] powerpc/qspinlock: use a half-word store to unlock to avoid larx/stcx
` [PATCH v3 03/17] powerpc/qspinlock: convert atomic operations to assembly
` [PATCH v3 04/17] powerpc/qspinlock: allow new waiters to steal the lock before queueing
` [PATCH v3 05/17] powerpc/qspinlock: theft prevention to control latency
` [PATCH v3 06/17] powerpc/qspinlock: store owner CPU in lock word
` [PATCH v3 07/17] powerpc/qspinlock: paravirt yield to lock owner
` [PATCH v3 08/17] powerpc/qspinlock: implement option to yield to previous node
` [PATCH v3 09/17] powerpc/qspinlock: allow stealing when head of queue yields
` [PATCH v3 10/17] powerpc/qspinlock: allow propagation of yield CPU down the queue
` [PATCH v3 11/17] powerpc/qspinlock: add ability to prod new queue head CPU
` [PATCH v3 12/17] powerpc/qspinlock: allow lock stealing in trylock and lock fastpath
` [PATCH v3 13/17] powerpc/qspinlock: use spin_begin/end API
` [PATCH v3 14/17] powerpc/qspinlock: reduce remote node steal spins
` [PATCH v3 15/17] powerpc/qspinlock: allow indefinite spinning on a preempted owner
` [PATCH v3 16/17] powerpc/qspinlock: provide accounting and options for sleepy locks
` [PATCH v3 17/17] powerpc/qspinlock: add compile-time tuning adjustments
` [PATCH v3 real 01/17] powerpc/qspinlock: powerpc qspinlock implementation

[PATCH v2 1/4] powerpc/64: Add INTERRUPT_SANITIZE_REGISTERS Kconfig
 2022-11-28  2:12 UTC  (9+ messages)
` [PATCH v2 2/4] powerpc/64s: Clear gprs on interrupt routine entry on Book3S
` [PATCH v2 3/4] powerpc/64e: Clear gprs on interrupt routine entry on Book3E
` [PATCH v2 4/4] powerpc/64s: Sanitise user registers on interrupt in pseries

[PATCH] powerpc/64s: Add missing declaration for machine_check_early_boot()
 2022-11-28  1:20 UTC  (2+ messages)

[powerpc:fixes-test] BUILD SUCCESS 2e7ec190a0e38aaa8a6d87fd5f804ec07947febc
 2022-11-27 22:21 UTC 

[powerpc:topic/ppc-kvm] BUILD SUCCESS a96b20758b23be7e9f693218908228d6100c3c26
 2022-11-27 22:21 UTC 

[powerpc:next-test] BUILD SUCCESS 4eef1c9ccd19132c34fd55e79b104ace87ff09d4
 2022-11-27 22:21 UTC 

[PATCH 00/17] powerpc: Remove STACK_FRAME_OVERHEAD
 2022-11-27 12:49 UTC  (18+ messages)
` [PATCH 01/17] KVM: PPC: Book3E: Fix CONFIG_TRACE_IRQFLAGS support
` [PATCH 02/17] powerpc/64: Remove asm interrupt tracing call helpers
` [PATCH 03/17] powerpc/perf: callchain validate kernel stack pointer bounds
` [PATCH 04/17] powerpc: Rearrange copy_thread child stack creation
` [PATCH 05/17] powerpc/pseries: hvcall stack frame overhead
` [PATCH 06/17] powerpc: simplify ppc_save_regs
` [PATCH 07/17] powerpc: add definition for pt_regs offset within an interrupt frame
` [PATCH 08/17] powerpc: add a definition for the marker offset within the "
` [PATCH 09/17] powerpc: Rename STACK_FRAME_MARKER and derive it from frame offset
` [PATCH 10/17] powerpc: add a define for the user interrupt frame size
` [PATCH 11/17] powerpc: add a define for the switch frame size and regs offset
` [PATCH 12/17] powerpc: copy_thread fill in interrupt frame marker and back chain
` [PATCH 13/17] powerpc: copy_thread add a back chain to the switch stack frame
` [PATCH 14/17] powerpc: split validate_sp into two functions
` [PATCH 15/17] powerpc: allow minimum sized kernel stack frames
` [PATCH 16/17] powerpc/64: ELFv2 use minimal stack frames in int and switch frame sizes
` [PATCH 17/17] powerpc: remove STACK_FRAME_OVERHEAD

[PATCH] powerpc/boot: Fix compilation of uImage for e500 platforms
 2022-11-26 16:30 UTC  (11+ messages)
` [PATCH v3] powerpc/boot: Don't always pass -mcpu=powerpc when building 32-bit uImage

[PATCH 0/7] powerpc/85xx: p2020: Create one unified machine description
 2022-11-26 16:25 UTC  (8+ messages)
` [PATCH 2/7] powerpc/85xx: Mark mpc85xx_ds_pic_init() as static

[PATCH 1/2] powerpc/pci: Allow to disable filling deprecated pci-OF-bus-map
 2022-11-26 16:23 UTC  (4+ messages)

[PATCH] powerpc/fsl-pci: Choose PCI host bridge with alias pci0 as the primary
 2022-11-26 16:23 UTC  (4+ messages)

[PATCH 000/606] i2c: Complete conversion to i2c_probe_new
 2022-11-26 15:43 UTC  (15+ messages)
` (subset) "

[PATCH] fbdev: make offb driver tristate
 2022-11-26 13:40 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 9e46a79967326efb03c481ddfd58902475bd920d
 2022-11-25 16:41 UTC 

[powerpc:fixes-test] BUILD SUCCESS 89d21e259a94f7d5582ec675aa445f5a79f347e4
 2022-11-25 14:40 UTC 

[powerpc:merge] BUILD SUCCESS 101d1141d3d6a31fcf480c0cd4d3f77aca60c436
 2022-11-25  9:23 UTC 

[PATCH] powerpc/bpf: Only update ldimm64 during extra pass when it is an address
 2022-11-25  5:59 UTC  (7+ messages)

[PATCH linux-next] powerpc/cell/axon_msi: replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE
 2022-11-25  5:30 UTC  (3+ messages)

[PATCH 0/6] powerpc/pseries - bugfixes/cleanups for PLPKS driver
 2022-11-25  5:17 UTC  (7+ messages)
` [PATCH 1/6] powerpc/pseries: fix the object owners enum value in plpks driver
` [PATCH 2/6] powerpc/pseries: Fix the H_CALL error code in PLPKS driver
` [PATCH 5/6] powerpc/pseries: replace kmalloc with kzalloc "

linux-next: build warnings after merge of the powerpc-objtool tree
 2022-11-25  3:30 UTC 

[PATCH v10 0/9] powerpc/code-patching: Use temporary mm for Radix MMU
 2022-11-25  3:12 UTC  (5+ messages)
` [PATCH v10 3/9] powerpc/mm: Remove extern from function prototypes
` [PATCH v10 5/9] cxl: Use radix__flush_all_mm instead of generic flush_all_mm

[powerpc:next-test] BUILD SUCCESS c5bddc0ab18cfbcf1898d15d20050c92f039c613
 2022-11-25  2:40 UTC 

[powerpc:next] BUILD SUCCESS a9ffb8ee7b65a468474d6a2be7e9cca4b8f8ea5f
 2022-11-25  2:40 UTC 

[PATCH v2 0/7] Expand selftest utils
 2022-11-25  1:12 UTC  (3+ messages)
` [PATCH v2 1/7] selftests/powerpc: Use mfspr/mtspr macros

[powerpc:topic/objtool] BUILD SUCCESS a39818a3fb2bf12ae945a7c5fba8c5d9048a0e96
 2022-11-24 20:12 UTC 

[linux-next:master] BUILD REGRESSION c35bd4e428856ed8c1fae7f7dfa08a9141c153d1
 2022-11-24 19:29 UTC 

Questions about kprobe handler
 2022-11-24 15:03 UTC  (2+ messages)

[PATCH v3] powerpc/fsl_rio: add missing of_node_put() in fsl_rio_setup()
 2022-11-24 14:33 UTC 

[PATCH v3 0/9] PCI/AER: Fix and optimize usage of status clearing api
 2022-11-24 11:55 UTC  (3+ messages)

[PATCH v2] powerpc/hv-gpci: Fix hv_gpci event list
 2022-11-24 11:48 UTC  (2+ messages)

[PATCH] powerpc/pseries: Add a null judgment after iommu_pseries_alloc_group
 2022-11-24 11:08 UTC  (2+ messages)

[PATCH] cxl: fix typo in comment
 2022-11-24 10:45 UTC  (4+ messages)

linux-next: manual merge of the tip tree with the powerpc-objtool tree
 2022-11-24 10:37 UTC  (3+ messages)

[PATCH v2] powerpc/bpf/32: Fix Oops on tail call tests
 2022-11-24 10:26 UTC  (2+ messages)

(no subject)
 2022-11-24  8:44 UTC  (5+ messages)
` // a kdump hang caused by PPC pci patch series

[PATCH v2] ocxl: fix pci device refcount leak when calling get_function_0()
 2022-11-24  8:10 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).