linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-08 09:31:44 to 2023-01-11 18:04:11 UTC [more...]

[PATCH 00/41] Per-VMA locks
 2023-01-11 18:02 UTC  (57+ messages)
` [PATCH 01/41] maple_tree: Be more cautious about dead nodes
` [PATCH 02/41] maple_tree: Detect dead nodes in mas_start()
` [PATCH 03/41] maple_tree: Fix freeing of nodes in rcu mode
` [PATCH 04/41] maple_tree: remove extra smp_wmb() from mas_dead_leaves()
` [PATCH 05/41] maple_tree: Fix write memory barrier of nodes once dead for RCU mode
` [PATCH 06/41] maple_tree: Add smp_rmb() to dead node detection
` [PATCH 07/41] mm: Enable maple tree RCU mode by default
` [PATCH 08/41] mm: introduce CONFIG_PER_VMA_LOCK
` [PATCH 09/41] mm: rcu safe VMA freeing
` [PATCH 10/41] mm: move mmap_lock assert function definitions
` [PATCH 11/41] mm: export dump_mm()
` [PATCH 12/41] mm: add per-VMA lock and helper functions to control it
` [PATCH 13/41] mm: introduce vma->vm_flags modifier functions
` [PATCH 14/41] mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
` [PATCH 15/41] mm: replace vma->vm_flags direct modifications with modifier calls
` [PATCH 16/41] mm: replace vma->vm_flags indirect modification in ksm_madvise
` [PATCH 17/41] mm/mmap: move VMA locking before anon_vma_lock_write call
` [PATCH 18/41] mm/khugepaged: write-lock VMA while collapsing a huge page
` [PATCH 19/41] mm/mmap: write-lock VMAs before merging, splitting or expanding them
` [PATCH 20/41] mm/mmap: write-lock VMAs in vma_adjust
` [PATCH 21/41] mm/mmap: write-lock VMAs affected by VMA expansion
` [PATCH 22/41] mm/mremap: write-lock VMA while remapping it to a new address range
` [PATCH 23/41] mm: write-lock VMAs before removing them from VMA tree
` [PATCH 24/41] mm: conditionally write-lock VMA in free_pgtables
` [PATCH 25/41] mm/mmap: write-lock adjacent VMAs if they can grow into unmapped area
` [PATCH 26/41] kernel/fork: assert no VMA readers during its destruction
` [PATCH 27/41] mm/mmap: prevent pagefault handler from racing with mmu_notifier registration
` [PATCH 28/41] mm: introduce lock_vma_under_rcu to be used from arch-specific code
` [PATCH 29/41] mm: fall back to mmap_lock if vma->anon_vma is not yet set
` [PATCH 30/41] mm: add FAULT_FLAG_VMA_LOCK flag
` [PATCH 31/41] mm: prevent do_swap_page from handling page faults under VMA lock
` [PATCH 32/41] mm: prevent userfaults to be handled under per-vma lock
` [PATCH 33/41] mm: introduce per-VMA lock statistics
` [PATCH 34/41] x86/mm: try VMA lock-based page fault handling first
` [PATCH 35/41] arm64/mm: "
` [PATCH 36/41] powerc/mm: "
` [PATCH 37/41] mm: introduce mod_vm_flags_nolock
` [PATCH 38/41] mm: avoid assertion in untrack_pfn
` [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
` [PATCH 40/41] mm: separate vma->lock from vm_area_struct
` [PATCH 41/41] mm: replace rw_semaphore with atomic_t in vma_lock

[PATCH v2 00/10] Add the PowerQUICC audio support using the QMC
 2023-01-11 17:34 UTC  (22+ messages)
` [PATCH v2 01/10] dt-bindings: soc: fsl: cpm_qe: Add TSA controller
` [PATCH v2 02/10] soc: fsl: qe: Add support for TSA
` [PATCH v2 04/10] powerpc/8xx: Use a larger CPM1 command check mask
` [PATCH v2 05/10] dt-bindings: soc: fsl: cpm_qe: Add QMC controller
` [PATCH v2 06/10] soc: fsl: qe: Add support for QMC
` [PATCH v2 08/10] dt-bindings: sound: Add support for QMC audio

[PATCH v3 07/13] tty: Convert ->dtr_rts() to take bool argument
 2023-01-11 17:26 UTC  (4+ messages)
` [PATCH v3 11/13] tty/serial: Call ->dtr_rts() parameter active consistently

usb.c:undefined reference to `qe_immr'
 2023-01-11 16:01 UTC  (3+ messages)

[PATCH v2 01/16] of: device: make of_device_uevent_modalias() take a const device *
 2023-01-11 15:26 UTC  (4+ messages)
` [PATCH v2 08/16] vio: move to_vio_dev() to use container_of_const()

[powerpc:merge] BUILD SUCCESS 55f63ce760d3914cff221c193f1032537af141f5
 2023-01-11 15:03 UTC 

[PATCH 1/2] powerpc/64s/radix: Fix crash with unaligned relocated kernel
 2023-01-11  5:06 UTC  (4+ messages)
` [PATCH 2/2] powerpc/64s/radix: Fix RWX mapping with "

[PATCH v2] net: wan: Add checks for NULL. If uhdlc_priv_tsa != 1 then utdm is not initialized. And if ret != NULL then goto undo_uhdlc_init, where utdm is dereferenced. Same if dev == NULL
 2023-01-11  9:05 UTC  (3+ messages)
  ` [PATCH v3] net: wan: Add checks for NULL for utdm in undo_uhdlc_init and unmap_si_regs

[PATCH 0/4] dt-bindings: usb: Convert some more simple OHCI/EHCI bindings
 2023-01-11  8:15 UTC  (7+ messages)
` [PATCH 1/4] dt-bindings: usb: Remove obsolete brcm,bcm3384-usb.txt
` [PATCH 2/4] dt-bindings: usb: Convert multiple "usb-ohci" bindings to DT schema
` [PATCH 3/4] dt-bindings: usb: Convert Marvell Orion EHCI "
` [PATCH 4/4] dt-bindings: usb: Convert Nuvoton "

[PATCH v2 07/13] tty: Convert ->dtr_rts() to take bool argument
 2023-01-11  5:56 UTC  (3+ messages)
` [PATCH v2 11/13] tty/serial: Call ->dtr_rts() parameter active consistently

[PATCH v2 0/7] pseries dynamic secure boot interface using secvar
 2023-01-11  3:57 UTC  (12+ messages)
` [PATCH v2 7/7] powerpc/pseries: Implement secvars for dynamic secure boot

[powerpc] Boot failure kernel BUG at mm/usercopy.c:102
 2023-01-10 16:50 UTC  (3+ messages)

[PATCH net-next 2/7] PCI: Remove PCI IDs used by the Sun Cassini driver
 2023-01-10 16:51 UTC  (3+ messages)

[PATCH 00/14] Remove clang's -Qunused-arguments from KBUILD_CPPFLAGS
 2023-01-10 15:02 UTC  (23+ messages)
` [PATCH 05/14] powerpc: Remove linker flag from KBUILD_AFLAGS
` [PATCH 06/14] powerpc/vdso: Remove unused '-s' flag from ASFLAGS
` [PATCH 07/14] powerpc/vdso: Improve linker flags
` [PATCH 08/14] powerpc/vdso: Remove an unsupported flag from vgettimeofday-32.o with clang

[PATCH 00/19] Introduce __xchg, non-atomic xchg
 2023-01-10 13:52 UTC  (5+ messages)
` [RFC DO NOT MERGE] treewide: use __xchg in most obvious places
    ` [Intel-gfx] "

[PATCH] net-wan: Add check for NULL for utdm in ucc_hdlc_probe
 2023-01-10  7:21 UTC  (3+ messages)

[PATCH 00/15] backlight: Drop use of deprecated fb_blank property
 2023-01-10 10:09 UTC  (40+ messages)
` [PATCH 01/15] video: fbdev: atmel_lcdfb: Rework backlight handling
` [PATCH 02/15] video: fbdev: atyfb: Introduce backlight_get_brightness()
` [PATCH 09/15] staging: fbtft: fb_ssd1351.c: Introduce backlight_is_blank()
` [PATCH 10/15] staging: fbtft: core: "
` [PATCH 11/15] powerpc: via-pmu-backlight: Introduce backlight_get_brightness()
` [PATCH 12/15] auxdisplay: ht16k33: "
` [PATCH 13/15] backlight: omap1: Use backlight helpers
` [PATCH 14/15] backlight: tosa: Use backlight helper
` [PATCH 15/15] backlight: backlight: Drop the deprecated fb_blank property

[PATCH v1 01/10] powerpc/bpf/32: Fix Oops on tail call tests
 2023-01-10  8:44 UTC  (5+ messages)
` [PATCH v1 06/10] powerpc/bpf: Perform complete extra passes to update addresses

[PATCH v2] powerpc/pseries: fix potential memory leak in init_cpu_associativity()
 2023-01-10  6:50 UTC  (2+ messages)

[PATCH v2] hvc/xen: lock console list traversal
 2023-01-10  8:06 UTC  (2+ messages)

[Skiboot] [PATCH 1/3] core/device: Add function to return child node using name and length
 2023-01-10  5:28 UTC  (3+ messages)

[PATCH] powerpc/rtas: upgrade internal arch spinlocks
 2023-01-10  4:42 UTC 

[PATCH] powerpc/pseries: drop RTAS-based timebase synchronization
 2023-01-10  4:28 UTC 

[PATCH v7 0/2] arm64: support batched/deferred tlb shootdown during page reclamation
 2023-01-09 21:28 UTC  (6+ messages)
` [PATCH v7 2/2] "

[PATCH v3 0/8] Generic IPI sending tracepoint
 2023-01-09 19:02 UTC  (7+ messages)
` [PATCH v3 3/8] sched, smp: Trace IPIs sent via send_call_function_single_ipi()
` [PATCH v3 6/8] treewide: Trace IPIs sent via smp_send_reschedule()

[PATCH v2 0/2] PS3 patches
 2023-01-09 17:41 UTC  (3+ messages)
` [PATCH v2 1/2] powerpc/ps3: Change updateboltedpp panic to info

[PATCH] objtool: continue if find_insn() fails in decode_instructions()
 2023-01-09 17:34 UTC  (5+ messages)

[PATCH 1/1] PCI: layerscape: Add EP mode support for ls1028a
 2023-01-09 15:41 UTC  (2+ messages)

[PATCH 1/2] tools/perf: Update the exit error codes in function try_to_find_probe_trace_event
 2023-01-09 13:16 UTC  (4+ messages)
` [PATCH 2/2] perf test bpf: Skip test if kernel-debuginfo is not present

[PATCH] tools/perf: Fix bpf-script-test-prologue test compile issue with clang
 2023-01-09 13:16 UTC  (3+ messages)

[PATCH net-next] Remove DECnet support from kernel
 2023-01-09  8:44 UTC  (5+ messages)

[Bug 216095] New: sysfs: cannot create duplicate filename '/devices/platform/of-display'
 2023-01-09 10:00 UTC  (4+ messages)
` [Bug 216095] "

[bpf-next v2] bpf: drop deprecated bpf_jit_enable == 2
 2023-01-09  8:15 UTC  (4+ messages)

[PATCH 0/4] PLPKS bugfixes and enhancements
 2023-01-09  5:04 UTC  (4+ messages)
` [PATCH 4/4] powerpc/pseries: Implement signed update for PLPKS objects

[PATCH] mm: remove zap_page_range and create zap_vma_pages
 2023-01-08 17:24 UTC  (2+ messages)

[GIT PULL] Please pull powerpc/linux.git powerpc-6.2-2 tag
 2023-01-08 14:11 UTC  (2+ messages)

[Bug 216902] New: WARNING: CPU: 0 PID: 70 at kernel/locking/irqflag-debug.c:10 at kallsyms_selftest
 2023-01-08 14:01 UTC  (2+ messages)
` [Bug 216902] "

[PATCH 1/3] powerpc/vmlinux.lds: Define RUNTIME_DISCARD_EXIT
 2023-01-08 12:49 UTC  (2+ messages)

[powerpc:merge] BUILD SUCCESS fbb89f11118f6ed27af1ad85ac983eb55574328d
 2023-01-08 12:26 UTC 

[powerpc:fixes-test] BUILD SUCCESS be5f95c8779e19779dd81927c8574fec5aaba36c
 2023-01-08 12:26 UTC 


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).