linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-24 10:36:38 to 2025-10-28 16:59:23 UTC [more...]

[patch V5 00/12] uaccess: Provide and use scopes for user access
 2025-10-28 16:13 UTC  (30+ messages)
` [patch V5 01/12] ARM: uaccess: Implement missing __get_user_asm_dword()
` [patch V5 02/12] uaccess: Provide ASM GOTO safe wrappers for unsafe_*_user()
` [patch V5 03/12] x86/uaccess: Use unsafe wrappers for ASM GOTO
` [patch V5 04/12] powerpc/uaccess: "
` [patch V5 05/12] riscv/uaccess: "
` [patch V5 06/12] s390/uaccess: "
` [patch V5 07/12] uaccess: Provide scoped user access regions
` [patch V5 08/12] uaccess: Provide put/get_user_inline()
` [patch V5 09/12] [RFC] coccinelle: misc: Add scoped_masked_$MODE_access() checker script
` [patch V5 10/12] futex: Convert to get/put_user_inline()
` [patch V5 11/12] x86/futex: Convert to scoped user access
` [patch V5 12/12] select: "

[PATCH v1 2/2] epoll: Use __user_write_access_begin() and unsafe_put_user() in epoll_put_uevent()
 2025-10-28 16:58 UTC  (8+ messages)

[PATCH] ASoC: fsl_sai: Fix sync error in consumer mode
 2025-10-28 16:42 UTC  (3+ messages)

[PATCH 0/6 v6] Make ELOG and GHES log and trace consistently
 2025-10-28 16:19 UTC  (13+ messages)
` [PATCH 1/6 v6] ACPI: extlog: Trace CPER Non-standard Section Body
` [PATCH 2/6 v6] ACPI: extlog: Trace CPER PCI Express Error Section
` [PATCH 4/6 v6] acpi/ghes: Add helper for CXL protocol errors checks
` [PATCH 5/6 v6] acpi/ghes: Add helper to copy CXL protocol error info to work struct
` [PATCH 6/6 v6] ACPI: extlog: Trace CPER CXL Protocol Error Section

[PATCH v2 00/50] tree-in-dcache stuff
 2025-10-28 15:37 UTC  (62+ messages)
` [PATCH v2 01/50] fuse_ctl_add_conn(): fix nlink breakage in case of early failure
` [PATCH v2 02/50] tracefs: fix a leak in eventfs_create_events_dir()
` [PATCH v2 03/50] new helper: simple_remove_by_name()
` [PATCH v2 04/50] new helper: simple_done_creating()
` [PATCH v2 05/50] introduce a flag for explicitly marking persistently pinned dentries
` [PATCH v2 06/50] primitives for maintaining persisitency
` [PATCH v2 07/50] convert simple_{link,unlink,rmdir,rename,fill_super}() to new primitives
` [PATCH v2 08/50] convert ramfs and tmpfs
` [PATCH v2 09/50] procfs: make /self and /thread_self dentries persistent
` [PATCH v2 10/50] configfs, securityfs: kill_litter_super() not needed
` [PATCH v2 11/50] convert xenfs
` [PATCH v2 12/50] convert smackfs
` [PATCH v2 13/50] convert hugetlbfs
` [PATCH v2 14/50] convert mqueue
` [PATCH v2 15/50] convert bpf
` [PATCH v2 16/50] convert dlmfs
` [PATCH v2 17/50] convert fuse_ctl
` [PATCH v2 18/50] convert pstore
` [PATCH v2 19/50] convert tracefs
` [PATCH v2 20/50] convert debugfs
` [PATCH v2 21/50] debugfs: remove duplicate checks in callers of start_creating()
` [PATCH v2 22/50] convert efivarfs
` [PATCH v2 23/50] convert spufs
` [PATCH v2 24/50] convert ibmasmfs
` [PATCH v2 25/50] ibmasmfs: get rid of ibmasmfs_dir_ops
` [PATCH v2 26/50] convert devpts
` [PATCH v2 27/50] binderfs: use simple_start_creating()
` [PATCH v2 28/50] binderfs_binder_ctl_create(): kill a bogus check
` [PATCH v2 29/50] convert binderfs
` [PATCH v2 30/50] autofs_{rmdir,unlink}: dentry->d_fsdata->dentry == dentry there
` [PATCH v2 31/50] convert autofs
` [PATCH v2 32/50] convert binfmt_misc
` [PATCH v2 33/50] selinuxfs: don't stash the dentry of /policy_capabilities
` [PATCH v2 34/50] selinuxfs: new helper for attaching files to tree
` [PATCH v2 35/50] convert selinuxfs
` [PATCH v2 36/50] functionfs: switch to simple_remove_by_name()
` [PATCH v2 37/50] convert functionfs
` [PATCH v2 38/50] gadgetfs: switch to simple_remove_by_name()
` [PATCH v2 39/50] convert gadgetfs
` [PATCH v2 40/50] hypfs: don't pin dentries twice
` [PATCH v2 41/50] hypfs: switch hypfs_create_str() to returning int
` [PATCH v2 42/50] hypfs: swich hypfs_create_u64() "
` [PATCH v2 43/50] convert hypfs
` [PATCH v2 44/50] convert rpc_pipefs
` [PATCH v2 45/50] convert nfsctl
` [PATCH v2 46/50] convert rust_binderfs
` [PATCH v2 47/50] get rid of kill_litter_super()
` [PATCH v2 48/50] convert securityfs
` [PATCH v2 49/50] kill securityfs_recursive_remove()
` [PATCH v2 50/50] d_make_discardable(): warn if given a non-persistent dentry

[PATCH 1/2] sched: Feature to decide if steal should update CPU capacity
 2025-10-28 15:05 UTC  (5+ messages)
` [PATCH 2/2] powerpc/smp: Disable ACCT_STEAL for shared LPARs

[PATCH] powerpc/kexec: Enable SMT before waking offline CPUs
 2025-10-28 14:31 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] powerpc/smp: Expose die_id and die_cpumask
 2025-10-28 10:57 UTC 

[PATCH v3 00/13] Nesting support for lazy MMU mode
 2025-10-28 10:34 UTC  (43+ messages)
` [PATCH v3 03/13] powerpc/mm: implement arch_flush_lazy_mmu_mode()
` [PATCH v3 06/13] mm: introduce generic lazy_mmu helpers
` [PATCH v3 07/13] mm: enable lazy_mmu sections to nest
` [PATCH v3 09/13] powerpc/mm: replace batch->active with in_lazy_mmu_mode()
` [PATCH v3 11/13] x86/xen: use lazy_mmu_state when context-switching
` [PATCH v3 12/13] mm: bail out of lazy_mmu_mode_* in interrupt context
` [PATCH v3 13/13] mm: introduce arch_wants_lazy_mmu_mode()

[PATCH] powerpc/vmlinux.lds: Drop .interp description
 2025-10-28  8:58 UTC  (4+ messages)

[PATCH 0/4] powerpc/kdump: Support high crashkernel reservation
 2025-10-28  6:23 UTC  (6+ messages)
` [PATCH 1/4] powerpc/mmu: do MMU type discovery before "
` [PATCH 2/4] powerpc: move to 64-bit RTAS
` [PATCH 3/4] powerpc/kdump: consider high crashkernel memory if enabled
` [PATCH 4/4] powerpc/kdump: add support for high crashkernel reservation

[PATCH v3 00/25] KVM: x86/mmu: TDX post-populate cleanups
 2025-10-28  5:37 UTC  (31+ messages)
` [PATCH v3 13/25] KVM: TDX: Fold tdx_mem_page_record_premap_cnt() into its sole caller
` [PATCH v3 14/25] KVM: TDX: Bug the VM if extended the initial measurement fails
` [PATCH v3 20/25] KVM: TDX: Add macro to retry SEAMCALLs when forcing vCPUs out of guest
` [PATCH v3 22/25] KVM: TDX: Convert INIT_MEM_REGION and INIT_VCPU to "unlocked" vCPU ioctl
` [PATCH v3 23/25] KVM: TDX: Use guard() to acquire kvm->lock in tdx_vm_ioctl()
` [PATCH v3 24/25] KVM: TDX: Guard VM state transitions with "all" the locks
            ` [PATCH] KVM: TDX: Take MMU lock around tdh_vp_init()

[PATCH] powerpc: Fix mprotect on book3s32
 2025-10-27 23:21 UTC 

[PATCH] PCI/ASPM: Enable only L0s and L1 for devicetree platforms
 2025-10-27 17:12 UTC  (6+ messages)

[PATCH] powerpc/flipper-pic: Fix device node reference leak in flipper_pic_init
 2025-10-27 15:09 UTC 

[PATCH 0/2] powerpc: Fix backlight include fallout
 2025-10-27 14:05 UTC  (3+ messages)
` [PATCH 1/2] powermac: backlight: Include <linux/of.h>
` [PATCH 2/2] macintosh/via-pmu-backlight: Include <linux/fb.h> and <linux/of.h>

next-20251027: backlight.c:59:39: error: implicit declaration of function 'of_find_node_by_name'; did you mean 'bus_find_device_by_name'?
 2025-10-27 14:08 UTC  (3+ messages)

[PATCH 0/2] ASoC: fsl: correct the bit order issue for DSD
 2025-10-27 12:37 UTC  (2+ messages)

[patch V2 16/20] sched/mmcid: Provide new scheduler CID mechanism
 2025-10-27  8:54 UTC  (2+ messages)

[PATCH] powerpc/powermac: Fix reference count leak in i2c probe functions
 2025-10-27  8:45 UTC 

[PATCH v5 00/14] Remove DMA map_page/map_resource and their unmap callbacks
 2025-10-26  7:38 UTC  (3+ messages)

[PATCH AUTOSEL 6.17-6.12] PCI/ERR: Update device error_state already after reset
 2025-10-25 16:00 UTC  (3+ messages)
` [PATCH AUTOSEL 6.17-5.4] powerpc/eeh: Use result of error_detected() in uevent
` [PATCH AUTOSEL 6.17] PCI/AER: Fix NULL pointer access by aer_info

[GIT PULL] PCI fixes for v6.18
 2025-10-24 23:48 UTC  (2+ messages)

[PATCH v3] powerpc/kdump: Add support for crashkernel CMA reservation
 2025-10-24 17:01 UTC 

[PATCH] bus: fsl-mc: fix device reference leak in fsl_mc_device_lookup()
 2025-10-24 13:07 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).