sparclinux.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-05-03 08:15:56 to 2023-05-16 00:53:54 UTC [more...]

[PATCH v5 00/26] Remove COMMAND_LINE_SIZE from uapi
 2023-05-16  0:53 UTC  (4+ messages)
` [PATCH v5 14/26] alpha: Remove empty <uapi/asm/setup.h>

[PATCH v2 00/34] Split ptdesc from struct page
 2023-05-15 19:11 UTC  (4+ messages)
` [PATCH v2 30/34] sh: Convert pte_free_tlb() to use ptdescs

[RFC PATCH v2] fs/xattr: add *at family syscalls
 2023-05-15 14:20 UTC  (6+ messages)

Build regressions/improvements in v6.4-rc2
 2023-05-15  8:37 UTC 

[PATCH 00/23] arch: allow pte_offset_map[_lock]() to fail
 2023-05-14 18:20 UTC  (41+ messages)
` [PATCH 01/23] arm: "
` [PATCH 02/23] arm64: allow pte_offset_map() "
` [PATCH 03/23] arm64/hugetlb: pte_alloc_huge() pte_offset_huge()
` [PATCH 04/23] ia64/hugetlb: "
` [PATCH 05/23] m68k: allow pte_offset_map[_lock]() to fail
` [PATCH 06/23] microblaze: allow pte_offset_map() "
` [PATCH 07/23] mips: update_mmu_cache() can replace __update_tlb()
` [PATCH 08/23] parisc: add pte_unmap() to balance get_ptep()
` [PATCH 09/23] parisc: unmap_uncached_pte() use pte_offset_kernel()
` [PATCH 10/23] parisc/hugetlb: pte_alloc_huge() pte_offset_huge()
` [PATCH 11/23] powerpc: kvmppc_unmap_free_pmd() pte_offset_kernel()
` [PATCH 12/23] powerpc: allow pte_offset_map[_lock]() to fail
` [PATCH 13/23] powerpc/hugetlb: pte_alloc_huge()
` [PATCH 14/23] riscv/hugetlb: pte_alloc_huge() pte_offset_huge()
` [PATCH 15/23] s390: allow pte_offset_map_lock() to fail
` [PATCH 16/23] s390: gmap use pte_unmap_unlock() not spin_unlock()
` [PATCH 17/23] sh/hugetlb: pte_alloc_huge() pte_offset_huge()
` [PATCH 18/23] sparc/hugetlb: "
` [PATCH 19/23] sparc: allow pte_offset_map() to fail
` [PATCH 20/23] sparc: iounit and iommu use pte_offset_kernel()
` [PATCH 21/23] x86: Allow get_locked_pte() to fail
` [PATCH 22/23] x86: sme_populate_pgd() use pte_offset_kernel()
` [PATCH 23/23] xtensa: add pte_unmap() to balance pte_offset_map()

[PATCH v8 0/7] Add pci_dev_for_each_resource() helper and update users
 2023-05-12 19:48 UTC  (4+ messages)

[PATCH v4 00/17] watchdog/hardlockup: Add the buddy hardlockup detector
 2023-05-12 11:55 UTC  (44+ messages)
` [PATCH v4 01/17] watchdog/perf: Define dummy watchdog_update_hrtimer_threshold() on correct config
` [PATCH v4 02/17] watchdog: remove WATCHDOG_DEFAULT
` [PATCH v4 03/17] watchdog/hardlockup: change watchdog_nmi_enable() to void
` [PATCH v4 04/17] watchdog/perf: Ensure CPU-bound context when creating hardlockup detector event
` [PATCH v4 05/17] watchdog/hardlockup: Rename touch_nmi_watchdog() to touch_hardlockup_watchdog()
` [PATCH v4 06/17] watchdog/perf: Rename watchdog_hld.c to watchdog_perf.c
` [PATCH v4 07/17] watchdog/hardlockup: Move perf hardlockup checking/panic to common watchdog.c
` [PATCH v4 08/17] watchdog/hardlockup: Style changes to watchdog_hardlockup_check() / ..._is_lockedup()
` [PATCH v4 09/17] watchdog/hardlockup: Add a "cpu" param to watchdog_hardlockup_check()
` [PATCH v4 10/17] watchdog/hardlockup: Move perf hardlockup watchdog petting to watchdog.c
` [PATCH v4 11/17] watchdog/hardlockup: Rename some "NMI watchdog" constants/function
` [PATCH v4 12/17] watchdog/hardlockup: Have the perf hardlockup use __weak functions more cleanly
` [PATCH v4 13/17] watchdog/hardlockup: detect hard lockups using secondary (buddy) CPUs
` [PATCH v4 14/17] watchdog/perf: Add a weak function for an arch to detect if perf can use NMIs
` [PATCH v4 15/17] watchdog/perf: Adapt the watchdog_perf interface for async model
` [PATCH v4 16/17] arm64: add hw_nmi_get_sample_period for preparation of lockup detector
` [PATCH v4 17/17] arm64: Enable perf events based hard "

[PATCH v7 0/7] fbdev: Move framebuffer I/O helpers to <asm/fb.h>
 2023-05-12 11:45 UTC  (10+ messages)
` [PATCH v7 1/7] fbdev/hitfb: Cast I/O offset to address
` [PATCH v7 2/7] fbdev/matrox: Remove trailing whitespaces
` [PATCH v7 3/7] ipu-v3: Include <linux/io.h>
` [PATCH v7 4/7] fbdev: Include <linux/io.h> in various drivers
` [PATCH v7 5/7] fbdev: Include <linux/fb.h> instead of <asm/fb.h>
` [PATCH v7 6/7] fbdev: Move framebuffer I/O helpers into <asm/fb.h>
` [PATCH v7 7/7] fbdev: Rename fb_mem*() helpers

[PATCH v6 0/6] fbdev: Move framebuffer I/O helpers to <asm/fb.h>
 2023-05-12 10:04 UTC  (31+ messages)
` [PATCH v6 1/6] fbdev/matrox: Remove trailing whitespaces
` [PATCH v6 2/6] ipu-v3: Include <linux/io.h>
` [PATCH v6 3/6] fbdev: Include <linux/io.h> in various drivers
` [PATCH v6 4/6] fbdev: Include <linux/fb.h> instead of <asm/fb.h>
` [PATCH v6 5/6] fbdev: Move framebuffer I/O helpers into <asm/fb.h>
` [PATCH v6 6/6] fbdev: Rename fb_mem*() helpers

[PATCH] cachestat: wire up cachestat for other architectures
 2023-05-11 19:34 UTC  (8+ messages)

Fotowoltaika- propozycja instalacji
 2023-05-11  7:51 UTC 

[PATCH v8 00/10] arm64: Add framework to turn an IPI as NMI
 2023-05-10 16:42 UTC  (4+ messages)

[RFC PATCH] asm-generic: Unify uapi bitsperlong.h
 2023-05-09  9:37 UTC  (2+ messages)

[PATCH v5 0/6] fbdev: Move framebuffer I/O helpers to <asm/fb.h>
 2023-05-09  7:59 UTC  (8+ messages)
` [PATCH v5 1/6] fbdev/matrox: Remove trailing whitespaces
` [PATCH v5 2/6] ipu-v3: Include <linux/io.h>
` [PATCH v5 3/6] fbdev: Include <linux/io.h> in various drivers
` [PATCH v5 4/6] fbdev: Include <linux/fb.h> instead of <asm/fb.h>
` [PATCH v5 5/6] fbdev: Move framebuffer I/O helpers into <asm/fb.h>
` [PATCH v5 6/6] fbdev: Rename fb_mem*() helpers

Build regressions/improvements in v6.4-rc1
 2023-05-08 15:46 UTC  (4+ messages)

Nowe lakiery hybrydowe do oferty
 2023-05-08  8:32 UTC 

Napływ Klientów ze strony
 2023-05-08  7:46 UTC 

[PATCH 00/21] dma-mapping: unify support for cache flushes
 2023-05-06  7:53 UTC  (6+ messages)
` [PATCH 09/21] riscv: dma-mapping: skip invalidation before bidirectional DMA

Fotowoltaika- propozycja instalacji
 2023-05-05  7:40 UTC 

[PATCH v4 0/6] fbdev: Move framebuffer I/O helpers to <asm/fb.h>
 2023-05-05  7:02 UTC  (18+ messages)
` [PATCH v4 1/6] fbdev/matrox: Remove trailing whitespaces
  ` [v4,1/6] "
` [PATCH v4 2/6] ipu-v3: Include <linux/io.h>
  ` [v4,2/6] "
` [PATCH v4 3/6] fbdev: Include <linux/io.h> in various drivers
  ` [v4,3/6] "
` [PATCH v4 4/6] fbdev: Include <linux/fb.h> instead of <asm/fb.h>
  ` [v4,4/6] "
` [PATCH v4 5/6] fbdev: Move framebuffer I/O helpers into <asm/fb.h>
  ` [v4,5/6] "
` [PATCH v4 6/6] fbdev: Rename fb_mem*() helpers
  ` [v4,6/6] "

[PATCH v7 0/6] Support hld delayed init based on Pseudo-NMI for
 2023-05-04 22:41 UTC  (2+ messages)

[PATCH v3 0/6] fbdev: Move framebuffer I/O helpers to <asm/fb.h>
 2023-05-03 19:06 UTC  (19+ messages)
` [PATCH v3 4/6] fbdev: Include <linux/io.h> via <asm/fb.h>
` [PATCH v3 5/6] fbdev: Move framebuffer I/O helpers into <asm/fb.h>
` [PATCH v3 6/6] fbdev: Rename fb_mem*() helpers

[PATCH] Remove HAVE_VIRT_CPU_ACCOUNTING_GEN option
 2023-05-03 11:06 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).