linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-03 11:59:05 to 2020-11-05 21:15:57 UTC [more...]

[PATCH v2 00/16] PCI: dwc: Another round of clean-ups
 2020-11-05 21:11 UTC  (2+ messages)
` [PATCH v2 03/16] PCI: dwc: Move "dbi", "dbi2", and "addr_space" resource setup into common code

[PATCH 00/18] powerpc: interrupt wrappers
 2020-11-05 20:43 UTC  (20+ messages)
` [PATCH 01/18] powerpc/64s: move the last of the page fault handling logic to C
` [PATCH 02/18] powerpc: remove arguments from fault handler functions
` [PATCH 03/18] powerpc: bad_page_fault, do_break get registers from regs
` [PATCH 04/18] powerpc: interrupt handler wrapper functions
` [PATCH 05/18] powerpc: add interrupt wrapper entry / exit stub functions
` [PATCH 06/18] powerpc: add interrupt_cond_local_irq_enable helper
` [PATCH 07/18] powerpc/64: context tracking remove _TIF_NOHZ
` [PATCH 08/18] powerpc/64: context tracking move to interrupt wrappers
` [PATCH 09/18] powerpc/64: add context tracking to asynchronous interrupts
` [PATCH 10/18] powerpc/64s: move context tracking exit to interrupt exit path
` [PATCH 11/18] powerpc/64s: reconcile interrupts in C
` [PATCH 12/18] powerpc/64: move account_stolen_time into its own function
` [PATCH 13/18] powerpc/64: entry cpu time accounting in C
` [PATCH 14/18] powerpc: move NMI entry/exit code into wrapper
` [PATCH 15/18] powerpc/64s: move NMI soft-mask handling to C
` [PATCH 16/18] powerpc/64s: runlatch interrupt handling in C
` [PATCH 17/18] powerpc/64s: power4 nap fixup "
` [PATCH 18/18] powerpc/64s: move power4 idle entirely to C

[PATCH 1/2] dt-bindings: misc: convert fsl, dpaa2-console from txt to YAML
 2020-11-05 19:26 UTC  (6+ messages)
` [PATCH 2/2] dt-bindings: misc: convert fsl,qoriq-mc "

[PATCH] powerpc: topology.h: fix build when CONFIG_NUMA=n
 2020-11-05 17:34 UTC  (2+ messages)

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

[PATCH 0/2] tty: Remove obsolete drivers
 2020-11-05 14:33 UTC  (6+ messages)
` [PATCH 1/2] tty: Remove redundant synclink driver
` [PATCH 2/2] tty: Remove redundant synclinkmp driver

[PATCH] KVM: PPC: Book3S HV: XIVE: Fix possible oops when accessing ESB page
 2020-11-05 13:47 UTC 

[PATCH seccomp 0/8] seccomp: add bitmap cache support on remaining arches and report cache in procfs
 2020-11-05 13:14 UTC  (14+ 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

[powerpc:merge] BUILD SUCCESS 58b9041431fcf9f3f87c8def87ca82dd54cf80dd
 2020-11-05 12:47 UTC 

[powerpc:next-test] BUILD SUCCESS eeb96257fc7f7f820ad019b6e26d225aded059bf
 2020-11-05 11:41 UTC 

[PATCH v4 0/4] arch, mm: improve robustness of direct map manipulation
 2020-11-05 11:42 UTC  (11+ 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

[powerpc:fixes-test] BUILD SUCCESS 1344a232016dbb0492be81f8517c4bf8fc1c6610
 2020-11-05 11:41 UTC 

Kernel panic from malloc() on SUSE 15.1?
 2020-11-05 11:00 UTC  (5+ messages)

[PATCH v1 0/4] powernv/memtrace: don't abuse memory hot(un)plug infrastructure for memory allocations
 2020-11-05 10:47 UTC  (12+ messages)
` [PATCH v1 2/4] powerpc/mm: print warning in arch_remove_linear_mapping()
` [PATCH v1 3/4] powerpc/mm: remove linear mapping if __add_pages() fails in arch_add_memory()
` [PATCH v1 4/4] powernv/memtrace: don't abuse memory hot(un)plug infrastructure for memory allocations

Kernel 5.10-rc1 not mounting NAND flash (Bisected to d7157ff49a5b ("mtd: rawnand: Use the ECC framework user input parsing bits"))
 2020-11-05  9:13 UTC  (6+ messages)

[PATCH 00/36] Rid W=1 issues from TTY
 2020-11-05  9:00 UTC  (14+ messages)
` [PATCH 31/36] powerpc: asm: hvconsole: Move 'hvc_vio_init_early's prototype to shared location
` [PATCH 32/36] tty: hvc: hvc_vio: Staticify function invoked only by reference
` [PATCH 33/36] tty: hvc: hvc_opal: Staticify function invoked "
` [PATCH 34/36] tty: serial: pmac_zilog: Make disposable variable __always_unused

[PATCH v2 0/8] Improve signal performance on PPC64 with KUAP
 2020-11-05  5:17 UTC  (9+ messages)
` [PATCH v2 1/8] powerpc/uaccess: Add unsafe_copy_from_user
` [PATCH v2 2/8] powerpc/signal: Add unsafe_copy_{vsx,fpr}_from_user()
` [PATCH v2 3/8] powerpc/signal64: Move non-inline functions out of setup_sigcontext()
` [PATCH v2 4/8] powerpc/signal64: Remove TM ifdefery in middle of if/else block
` [PATCH v2 5/8] powerpc/signal64: Replace setup_sigcontext() w/ unsafe_setup_sigcontext()
` [PATCH v2 6/8] powerpc/signal64: Replace restore_sigcontext() w/ unsafe_restore_sigcontext()
` [PATCH v2 7/8] powerpc/signal64: Rewrite handle_rt_signal64() to minimise uaccess switches
` [PATCH v2 8/8] powerpc/signal64: Rewrite rt_sigreturn() "

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

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

[PATCH 00/12] [Set 2] Rid W=1 warnings in Net
 2020-11-04 17:59 UTC  (8+ messages)
` [PATCH 09/12] net: ethernet: ibm: ibmvnic: Fix some kernel-doc misdemeanours
` [PATCH 10/12] net: ethernet: toshiba: ps3_gelic_net: "
` [PATCH 12/12] net: ethernet: ibm: ibmvnic: Fix some kernel-doc issues

[PATCH] powerpc/32s: Setup the early hash table at all time
 2020-11-04 14:53 UTC  (12+ messages)

[PATCH] powerpc: Use the common INIT_DATA_SECTION macro in vmlinux.lds.S
 2020-11-04 10:59 UTC 

[PATCH] powerpc/eeh_cache: Fix a possible debugfs deadlock
 2020-11-04 11:38 UTC  (2+ messages)

[PATCH] powerpc/smp: Move rcu_cpu_starting() earlier
 2020-11-04 11:38 UTC  (2+ messages)

[PATCH] powerpc: Use asm_goto_volatile for put_user()
 2020-11-04 11:20 UTC  (2+ messages)

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

[PATCH] x86/mpx: fix recursive munmap() corruption
 2020-11-04  9:41 UTC  (6+ messages)

[PATCH 4.19] mm: fix exec activate_mm vs TLB shootdown and lazy tlb switching race
 2020-11-04  9:05 UTC  (2+ messages)

[PATCH 01/18] powerpc/pci: Add ppc_md.discover_phbs()
 2020-11-04  4:07 UTC  (2+ messages)

[patch V3 00/37] mm/highmem: Preemptible variant of kmap_atomic & friends
 2020-11-03 19:00 UTC  (28+ messages)
` [patch V3 03/37] fs: Remove asm/kmap_types.h includes
` [patch V3 05/37] asm-generic: Provide kmap_size.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 net-next 00/15] in_interrupt() cleanup, part 2
 2020-11-03 19:31 UTC  (4+ messages)
` [PATCH net-next 04/15] net: mlx5: Replace in_irq() usage

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

[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 v3 0/4] arch, mm: improve robustness of direct map manipulation
 2020-11-03 15:56 UTC  (7+ messages)
` [PATCH v3 2/4] PM: hibernate: make direct map manipulations more explicit

[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 30/33] docs: ABI: cleanup several ABI documents
 2020-11-03 15:24 UTC  (2+ messages)

[PATCH 1/3] powerpc/uaccess: Switch __put_user_size_allowed() to __put_user_asm_goto()
 2020-11-03 13:21 UTC  (5+ 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).