linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-30 13:13:29 to 2020-11-03 19:34:11 UTC [more...]

[PATCH net-next 00/15] in_interrupt() cleanup, part 2
 2020-11-03 19:31 UTC  (10+ messages)
` [PATCH net-next 04/15] net: mlx5: Replace in_irq() usage
` [PATCH net-next 14/15] net: dpaa: "

[PATCH] powerpc: Don't use asm goto for put_user() with GCC 4.9
 2020-11-03 19:22 UTC  (5+ messages)

[PATCH] powerpc/32s: Setup the early hash table at all time
 2020-11-03 18:58 UTC  (10+ messages)

C vdso
 2020-11-03 18:13 UTC  (6+ messages)

[patch V3 00/37] mm/highmem: Preemptible variant of kmap_atomic & friends
 2020-11-03 17:48 UTC  (43+ messages)
` [patch V3 01/37] mm/highmem: Un-EXPORT __kmap_atomic_idx()
` [patch V3 02/37] highmem: Remove unused functions
` [patch V3 03/37] fs: Remove asm/kmap_types.h includes
` [patch V3 04/37] sh/highmem: Remove all traces of unused cruft
` [patch V3 05/37] asm-generic: Provide kmap_size.h
` [patch V3 06/37] highmem: Provide generic variant of kmap_atomic*
` [patch V3 07/37] highmem: Make DEBUG_HIGHMEM functional
` [patch V3 08/37] x86/mm/highmem: Use generic kmap atomic implementation
` [patch V3 09/37] arc/mm/highmem: "
` [patch V3 10/37] ARM: highmem: Switch to generic kmap atomic
` [patch V3 11/37] csky/mm/highmem: "
` [patch V3 12/37] microblaze/mm/highmem: "
` [patch V3 13/37] mips/mm/highmem: "
` [patch V3 14/37] nds32/mm/highmem: "
` [patch V3 15/37] powerpc/mm/highmem: "
` [patch V3 16/37] sparc/mm/highmem: "
` [patch V3 17/37] xtensa/mm/highmem: "
` [patch V3 18/37] highmem: Get rid of kmap_types.h
` [patch V3 19/37] mm/highmem: Remove the old kmap_atomic cruft
` [patch V3 20/37] io-mapping: Cleanup atomic iomap
` [patch V3 21/37] Documentation/io-mapping: Remove outdated blurb
` [patch V3 22/37] highmem: High implementation details and document API
` [patch V3 23/37] sched: Make migrate_disable/enable() independent of RT
` [patch V3 24/37] sched: highmem: Store local kmaps in task struct
  ` [patch V4 "
` [patch V3 25/37] mm/highmem: Provide kmap_local*
` [patch V3 26/37] io-mapping: Provide iomap_local variant
` [patch V3 27/37] x86/crashdump/32: Simplify copy_oldmem_page()
` [patch V3 28/37] mips/crashdump: "
` [patch V3 29/37] ARM: mm: Replace kmap_atomic_pfn()
` [patch V3 30/37] highmem: Remove kmap_atomic_pfn()
` [patch V3 31/37] drm/ttm: Replace kmap_atomic() usage
` [patch V3 32/37] drm/vmgfx: Replace kmap_atomic()
` [patch V3 33/37] highmem: Remove kmap_atomic_prot()
` [patch V3 34/37] drm/qxl: Replace io_mapping_map_atomic_wc()
` [patch V3 35/37] drm/nouveau/device: "
` [patch V3 36/37] drm/i915: "
` [patch V3 37/37] io-mapping: Remove io_mapping_map_atomic_wc()

[PATCH seccomp 0/8] seccomp: add bitmap cache support on remaining arches and report cache in procfs
 2020-11-03 13:43 UTC  (9+ messages)
` [PATCH seccomp 1/8] csky: Enable seccomp architecture tracking
` [PATCH seccomp 2/8] parisc: "
` [PATCH seccomp 3/8] powerpc: "
` [PATCH seccomp 4/8] riscv: "
` [PATCH seccomp 5/8] s390: "
` [PATCH seccomp 6/8] sh: "
` [PATCH seccomp 7/8] xtensa: "
` [PATCH seccomp 8/8] seccomp/cache: Report cache data through /proc/pid/seccomp_cache

[PATCH v13 0/8] powerpc: switch VDSO to C implementation
 2020-11-03 18:07 UTC  (9+ messages)
` [PATCH v13 1/8] powerpc/feature: Fix CPU_FTRS_ALWAYS by removing CPU_FTRS_GENERIC_32
` [PATCH v13 2/8] powerpc/feature: Use CONFIG_PPC64 instead of __powerpc64__ to define possible features
` [PATCH v13 3/8] powerpc/processor: Move cpu_relax() into asm/vdso/processor.h
` [PATCH v13 4/8] powerpc/time: Move timebase functions into new asm/timebase.h
` [PATCH v13 5/8] powerpc/vdso: Prepare for switching VDSO to generic C implementation
` [PATCH v13 6/8] powerpc/vdso: Save and restore TOC pointer on PPC64
` [PATCH v13 7/8] powerpc/vdso: Switch VDSO to generic C implementation
` [PATCH v13 8/8] powerpc/vdso: Provide __kernel_clock_gettime64() on vdso32

[PATCH] powerpc/vdso: Fix VDSO unmap check
 2020-11-03 17:13 UTC 

[PATCH] x86/mpx: fix recursive munmap() corruption
 2020-11-03 17:11 UTC  (4+ messages)

[PATCH v4 0/4] arch, mm: improve robustness of direct map manipulation
 2020-11-03 16:20 UTC  (5+ messages)
` [PATCH v4 1/4] mm: introduce debug_pagealloc_map_pages() helper
` [PATCH v4 2/4] PM: hibernate: make direct map manipulations more explicit
` [PATCH v4 3/4] arch, mm: restore dependency of __kernel_map_pages() of DEBUG_PAGEALLOC
` [PATCH v4 4/4] arch, mm: make kernel_page_present() always available

[PATCH 05/11 v2] kprobes/ftrace: Add recursion protection to the ftrace callback
 2020-11-03 16:14 UTC  (13+ messages)
` [PATCH 11/11 v2] ftrace: Add recording of functions that caused recursion
        ` [PATCH 11/11 v2.2] "
      ` [PATCH 11/11 v2.1] "

[PATCH v3 0/4] arch, mm: improve robustness of direct map manipulation
 2020-11-03 15:56 UTC  (16+ messages)
` [PATCH v3 1/4] mm: introduce debug_pagealloc_map_pages() helper
` [PATCH v3 2/4] PM: hibernate: make direct map manipulations more explicit
` [PATCH v3 3/4] arch, mm: restore dependency of __kernel_map_pages() of DEBUG_PAGEALLOC
` [PATCH v3 4/4] arch, mm: make kernel_page_present() always available

[PATCH 00/25] Rid W=1 warnings in SoC
 2020-11-03 15:28 UTC  (4+ messages)
` [PATCH 04/25] soc: fsl: dpio: qbman-portal: Fix a bunch of kernel-doc misdemeanours
` [PATCH 11/25] soc: fsl: qe: qe_common: Fix misnamed function attribute 'addr'
` [PATCH 25/25] soc: fsl: qbman: qman: Remove unused variable 'dequeue_wq'

[PATCH 20/33] docs: ABI: testing: make the files compatible with ReST output
 2020-11-03 15:24 UTC  (4+ messages)
` [PATCH 30/33] docs: ABI: cleanup several ABI documents

[PATCH 1/3] powerpc/uaccess: Switch __put_user_size_allowed() to __put_user_asm_goto()
 2020-11-03 13:21 UTC  (5+ messages)

[Bug 209869] New: Kernel 5.10-rc1 fails to boot on a PowerMac G4 3, 6 at an early stage
 2020-11-03 11:06 UTC  (3+ messages)
` [Bug 209869] Kernel 5.10-rc1 fails to boot on a PowerMac G4 3,6 "

[RESEND PATCH] kernel/watchdog: Fix watchdog_allowed_mask not used warning
 2020-11-03 10:15 UTC  (3+ messages)

[PATCH v1 0/4] powernv/memtrace: don't abuse memory hot(un)plug infrastructure for memory allocations
 2020-11-03  9:29 UTC  (4+ messages)
` [PATCH v1 4/4] "

[PATCH 1/2] powerpc/eeh: Rework pci_dev lookup in debugfs attributes
 2020-11-03  5:15 UTC  (2+ messages)
` [PATCH 2/2] powerpc/eeh: Add a debugfs interface to check if a driver supports recovery

[PATCH 1/3] selftests/powerpc: Hoist helper code out of eeh-basic
 2020-11-03  4:45 UTC  (3+ messages)
` [PATCH 2/3] selftests/powerpc: Use stderr for debug messages in eeh-functions
` [PATCH 3/3] selftests/powerpc: Add VF recovery tests

[PATCH v2] powerpc/pci: unmap legacy INTx interrupts when a PHB is removed
 2020-11-03  4:40 UTC  (6+ messages)

[PATCH 01/18] powerpc/pci: Add ppc_md.discover_phbs()
 2020-11-03  4:35 UTC  (18+ messages)
` [PATCH 02/18] powerpc/{powernv,pseries}: Move PHB discovery
` [PATCH 03/18] powerpc/maple: "
` [PATCH 04/18] powerpc/512x: "
` [PATCH 05/18] powerpc/52xx/efika: "
` [PATCH 06/18] powerpc/52xx/lite5200: "
` [PATCH 07/18] powerpc/52xx/media5200: "
` [PATCH 08/18] powerpc/52xx/mpc5200_simple: "
` [PATCH 09/18] powerpc/82xx/*: "
` [PATCH 10/18] powerpc/83xx: "
` [PATCH 11/18] powerpc/amigaone: "
` [PATCH 12/18] powerpc/chrp: "
` [PATCH 13/18] powerpc/embedded6xx/holly: "
` [PATCH 14/18] powerpc/embedded6xx/linkstation: "
` [PATCH 15/18] powerpc/embedded6xx/mpc7448: "
` [PATCH 16/18] powerpc/embedded6xx/mve5100: "
` [PATCH 17/18] powerpc/pasemi: "
` [PATCH 18/18] powerpc/powermac: "

Kernel panic from malloc() on SUSE 15.1?
 2020-11-03  2:26 UTC  (2+ messages)

[PATCH AUTOSEL 5.4 15/24] scsi: ibmvscsi: Fix potential race after loss of transport
 2020-11-03  1:19 UTC 

[PATCH AUTOSEL 5.8 20/29] scsi: ibmvscsi: Fix potential race after loss of transport
 2020-11-03  1:19 UTC 

[PATCH AUTOSEL 5.9 24/35] scsi: ibmvscsi: Fix potential race after loss of transport
 2020-11-03  1:18 UTC 

[powerpc:merge] BUILD SUCCESS 09a0972ac14f67d600aa3c80035367a8074e90eb
 2020-11-03  0:21 UTC 

[powerpc:fixes-test] BUILD SUCCESS 99f070b62322a4b8c1252952735806d09eb44b68
 2020-11-03  0:21 UTC 

[powerpc:next-test] BUILD SUCCESS 2d83b0f30c1483a556c8aa1f7d891006fffcd5e0
 2020-11-03  0:21 UTC 

[PATCH v2 2/2] misc: ocxl: config: Rename function attribute description
 2020-11-03  0:01 UTC  (3+ messages)

[PATCH v2 net-next 1/3] soc/fsl/qbman: Add an argument to signal if NAPI processing is required
 2020-11-02 21:13 UTC  (5+ messages)
` [PATCH v2 net-next 2/3] net: dpaa: Replace in_irq() usage
` [PATCH v2 net-next 3/3] crypto: caam: "

[PATCH v2 20/39] docs: ABI: testing: make the files compatible with ReST output
 2020-11-02 14:42 UTC  (10+ messages)
` [PATCH v2 31/39] docs: ABI: cleanup several ABI documents

Buggy commit tracked to: "Re: [PATCH 2/9] iov_iter: move rw_copy_check_uvector() into lib/iov_iter.c"
 2020-11-02 18:23 UTC  (14+ messages)

[PATCH] ASoC: fsl_xcvr: fix break condition
 2020-11-02 16:18 UTC 

[PATCH 23/23] mtd: devices: powernv_flash: Add function names to headers and fix 'dev'
 2020-11-02 12:52 UTC  (2+ messages)

[PATCH 2/2] misc: ocxl: config: Rename function attribute description
 2020-11-02 11:12 UTC 

[PATCH 5/9] kprobes/ftrace: Add recursion protection to the ftrace callback
 2020-11-02  5:08 UTC  (4+ messages)

[PATCH v3 1/2] ASoC: dt-bindings: fsl_aud2htx: Add binding doc for aud2htx module
 2020-11-02  1:52 UTC  (2+ messages)
` [PATCH v3 2/2] ASoC: fsl_aud2htx: Add aud2htx module driver

[patch V2 00/18] mm/highmem: Preemptible variant of kmap_atomic & friends
 2020-11-02  1:08 UTC  (15+ messages)

[PATCH 0/4] arch, mm: improve robustness of direct map manipulation
 2020-11-01 17:02 UTC  (6+ messages)
` [PATCH 2/4] PM: hibernate: improve robustness of mapping pages in the direct map

[Bug 209733] New: Starting new KVM virtual machines on PPC64 starts to hang after box is up for a while
 2020-10-30 17:46 UTC  (2+ messages)
` [Bug 209733] "


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