linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-05 12:55:46 to 2023-01-09 21:34:34 UTC [more...]

[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 00/14] Remove clang's -Qunused-arguments from KBUILD_CPPFLAGS
 2023-01-09 21:24 UTC  (3+ messages)
` [PATCH 05/14] powerpc: Remove linker flag from KBUILD_AFLAGS

[PATCH 00/15] backlight: Drop use of deprecated fb_blank property
 2023-01-09 20:34 UTC  (45+ messages)
` [PATCH 01/15] video: fbdev: atmel_lcdfb: Rework backlight handling
` [PATCH 02/15] video: fbdev: atyfb: Introduce backlight_get_brightness()
` [PATCH 03/15] video: fbdev: nvidia: "
` [PATCH 04/15] video: fbdev: radeon: "
` [PATCH 05/15] video: fbdev: riva: "
` [PATCH 06/15] video: fbdev: aty128fb: "
` [PATCH 07/15] video: fbdev: mx3fb: "
` [PATCH 08/15] video: fbdev: omap2: "
` [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 00/41] Per-VMA locks
 2023-01-09 20:53 UTC  (42+ 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 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] net-wan: Add check for NULL for utdm in ucc_hdlc_probe
 2023-01-09 15:49 UTC  (2+ messages)

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

[Skiboot] [PATCH 1/3] core/device: Add function to return child node using name and length
 2023-01-09 15:29 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  (8+ messages)

[PATCH v2 0/7] pseries dynamic secure boot interface using secvar
 2023-01-09  5:20 UTC  (14+ messages)
` [PATCH v2 6/7] powerpc/secvar: Extend sysfs to include config vars
` [PATCH v2 7/7] powerpc/pseries: Implement secvars for dynamic secure boot

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

[PATCH v2 00/10] Add the PowerQUICC audio support using the QMC
 2023-01-08 15:16 UTC  (14+ 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 03/10] MAINTAINERS: add the Freescale TSA controller entry
` [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 07/10] MAINTAINERS: add the Freescale QMC controller entry
` [PATCH v2 08/10] dt-bindings: sound: Add support for QMC audio
` [PATCH v2 09/10] ASoC: fsl: "
` [PATCH v2 10/10] MAINTAINERS: add the Freescale QMC audio entry

[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  (4+ messages)
` [PATCH 2/3] powerpc/vmlinux.lds: Don't discard .rela* for relocatable builds
` [PATCH 3/3] powerpc/vmlinux.lds: Don't discard .comment

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

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

[PATCH net-next 0/7] Remove three Sun net drivers
 2023-01-07 19:16 UTC  (18+ messages)
` [PATCH net-next 1/7] ethernet: Remove the Sun Cassini driver
` [PATCH net-next 2/7] PCI: Remove PCI IDs used by "
` [PATCH net-next 3/7] powerpc: configs: Remove reference to CONFIG_CASSINI
` [PATCH net-next 4/7] mips: "
` [PATCH net-next 5/7] ethernet: Remove the Sun LDOM vswitch and sunvnet drivers
` [PATCH net-next 6/7] sunvnet: Remove event tracing file
` [PATCH net-next 7/7] sparc: configs: Remove references to CONFIG_SUNVNET and CONFIG_LDMVSW

Build regressions/improvements in v6.2-rc1
 2023-01-06 15:39 UTC  (5+ messages)

[PATCH 00/10] Add the PowerQUICC audio support using the QMC
 2023-01-06 15:23 UTC  (14+ messages)
` [PATCH 01/10] dt-bindings: soc: fsl: cpm_qe: Add TSA controller
` [PATCH 02/10] soc: fsl: qe: Add support for TSA
` [PATCH 03/10] MAINTAINERS: add the Freescale TSA controller entry
` [PATCH 04/10] powerpc/8xx: Use a larger CPM1 command check mask
` [PATCH 05/10] dt-bindings: soc: fsl: cpm_qe: Add QMC controller
` [PATCH 06/10] soc: fsl: qe: Add support for QMC
` [PATCH 07/10] MAINTAINERS: add the Freescale QMC controller entry
` [PATCH 08/10] dt-bindings: sound: Add support for QMC audio
` [PATCH 09/10] ASoC: fsl: "
` [PATCH 10/10] MAINTAINERS: add the Freescale QMC audio entry

[PATCH v2] ALSA: aoa: make remove callback of soundbus driver void returned
 2023-01-06 15:17 UTC 

[PASEMI] Nemo board doesn't reboot anymore after the commit "HID: usbhid: Add ALWAYS_POLL quirk for some mice"
 2023-01-06 14:41 UTC  (3+ messages)

[PATCH] ASoC: fsl_micfil: Correct the number of steps on SX controls
 2023-01-06 14:29 UTC  (3+ messages)

[PATCH] powerpc/imc-pmu: Fix IMC PMU code of using mutex in IRQs disabled section
 2023-01-06  6:51 UTC 

[PATCH 00/19] Introduce __xchg, non-atomic xchg
 2023-01-05 16:29 UTC  (4+ 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).