linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-12 22:49:43 to 2020-08-17 12:32:17 UTC [more...]

[PATCH 00/10] sound: convert tasklets to use new tasklet_setup()
 2020-08-17  9:43 UTC  (14+ messages)
` [PATCH 01/10] sound: core: convert tasklets to use new tasklet_setup() API
` [PATCH 02/10] sound: firewire: "
` [PATCH 03/10] sound: asihpi: "
` [PATCH 04/10] sound: riptide: "
` [PATCH 05/10] sound: rm9652: "
` [PATCH 06/10] sound/soc: fsl_esai: "
` [PATCH 07/10] sound/soc: sh: "
` [PATCH 08/10] sound/soc: txx9: "
` [PATCH 09/10] sound: midi: "
` [PATCH 10/10] sound: ua101: "

[PATCH 0/7] usb: convert tasklets to use new tasklet_setup()
 2020-08-17  9:02 UTC  (8+ messages)
` [PATCH 1/7] usb: atm: convert tasklets to use new tasklet_setup() API
` [PATCH 2/7] usb: c67x00: "
` [PATCH 3/7] usb: hcd: "
` [PATCH 4/7] usb/gadget: f_midi: "
` [PATCH 5/7] usb/gadget: fsl_qe_udc: "
` [PATCH 6/7] usb: xhci: "
` [PATCH 7/7] usb: mos7720: "

[PATCH 0/8] scsi: convert tasklets to use new tasklet_setup()
 2020-08-17  8:54 UTC  (9+ messages)
` [PATCH 1/8] scsi: aic94xx: convert tasklets to use new tasklet_setup() API
` [PATCH 2/8] scsi: esas2r: "
` [PATCH 3/8] scsi: ibmvscsi: "
` [PATCH 4/8] scsi: isci: "
` [PATCH 5/8] scsi: megaraid: "
` [PATCH 6/8] scsi: mvsas: "
` [PATCH 7/8] scsi: pm8001: "
` [PATCH 8/8] scsi: pmcraid: "

[PATCH v2 1/3] powerpc/numa: Introduce logical numa id
 2020-08-17 10:59 UTC  (4+ messages)
` [PATCH v2 2/3] powerpc/powernv/cpufreq: Don't assume chip id is same as Linux node id
` [PATCH v2 3/3] powerpc/numa: Move POWER4 restriction to the helper

[PATCH] powerpc/pkeys: Fix build error with PPC_MEM_KEYS disabled
 2020-08-17 10:33 UTC 

[PATCH v4 0/6] powerpc/watchpoint: Bug fixes plus new feature flag
 2020-08-17 10:23 UTC  (7+ messages)
` [PATCH v4 1/6] powerpc/watchpoint/ptrace: Fix SETHWDEBUG when CONFIG_HAVE_HW_BREAKPOINT=N
` [PATCH v4 2/6] powerpc/watchpoint: Move DAWR detection logic outside of hw_breakpoint.c
` [PATCH v4 3/6] powerpc/watchpoint: Fix exception handling for CONFIG_HAVE_HW_BREAKPOINT=N
` [PATCH v4 4/6] powerpc/watchpoint: Add hw_len wherever missing
` [PATCH v4 5/6] powerpc/watchpoint/ptrace: Introduce PPC_DEBUG_FEATURE_DATA_BP_ARCH_31
` [PATCH v4 6/6] powerpc/watchpoint/selftests: Tests for kernel accessing user memory

[PATCH] swiotlb: Allow allocating buffer anywhere in memory
 2020-08-17 10:20 UTC  (2+ messages)

[PASEMI] Nemo board doesn't boot anymore after the commit "powerpc/book3s64/pkeys: Simplify pkey disable branch"
 2020-08-17  9:19 UTC  (6+ messages)
        ` [Virtual ppce500] virtio_gpu virtio0: swiotlb buffer is full

[PATCH 00/20] ethernet: convert tasklets to use new tasklet_setup() API
 2020-08-17  8:24 UTC  (22+ messages)
` [PATCH 01/20] ethernet: alteon: "
` [PATCH] ethernet: cxgb4: "
` [PATCH 02/20] ethernet: amd: "
` [PATCH 03/20] broadcom: cnic: "
` [PATCH 04/20] ethernet: cadence: "
` [PATCH 05/20] ethernet: cavium: "
` [PATCH 06/20] ethernet: chelsio: "
` [PATCH 07/20] ethernet: dlink: "
` [PATCH 08/20] ethernet: hinic: "
` [PATCH 09/20] ethernet: ehea: "
` [PATCH 10/20] ethernet: ibmvnic: "
` [PATCH 11/20] ethernet: jme: "
` [PATCH 12/20] ethernet: marvell: "
` [PATCH 13/20] ethernet: mellanox: "
` [PATCH 14/20] ethernet: micrel: "
` [PATCH 15/20] ethernet: natsemi: "
` [PATCH 16/20] ethernet: netronome: "
` [PATCH 17/20] ethernet: ni: "
` [PATCH 18/20] ethernet: qlogic: "
` [PATCH 19/20] ethernet: silan: "
` [PATCH 20/20] ethernet: smsc: "

remove the last set_fs() in common code, and remove it for x86 and powerpc
 2020-08-17  8:23 UTC  (16+ messages)
` [PATCH 01/11] mem: remove duplicate ops for /dev/zero and /dev/null
` [PATCH 02/11] fs: don't allow kernel reads and writes without iter ops
` [PATCH 03/11] fs: don't allow splice read/write without explicit ops
` [PATCH 04/11] uaccess: add infrastructure for kernel builds with set_fs()
` [PATCH 05/11] test_bitmap: skip user bitmap tests for !CONFIG_SET_FS
` [PATCH 06/11] lkdtm: disable set_fs-based "
` [PATCH 07/11] x86: move PAGE_OFFSET, TASK_SIZE & friends to page_{32, 64}_types.h
` [PATCH 08/11] x86: make TASK_SIZE_MAX usable from assembly code
` [PATCH 09/11] x86: remove address space overrides using set_fs()
` [PATCH 10/11] powerpc: use non-set_fs based maccess routines
` [PATCH 11/11] powerpc: remove address space overrides using set_fs()

[PATCH v1] powerpc/process: Remove unnecessary #ifdef CONFIG_FUNCTION_GRAPH_TRACER
 2020-08-17  8:05 UTC  (2+ messages)

[PATCH] powerpc/fixmap: Fix the size of the early debug area
 2020-08-17  6:03 UTC 

[PATCH v3] powerpc/numa: Restrict possible nodes based on platform
 2020-08-17  5:52 UTC 

[PATCH v1 1/4] powerpc/process: Remove useless #ifdef CONFIG_VSX
 2020-08-17  5:47 UTC  (4+ messages)
` [PATCH v1 2/4] powerpc/process: Remove useless #ifdef CONFIG_ALTIVEC
` [PATCH v1 3/4] powerpc/process: Remove useless #ifdef CONFIG_SPE
` [PATCH v1 4/4] powerpc/process: Remove useless #ifdef CONFIG_PPC_FPU

[PATCH v1] powerpc/process: Tag an #endif to help locate the matching #ifdef
 2020-08-17  5:46 UTC 

[PATCH v1] powerpc/process: Replace an #if defined(CONFIG_4xx) || defined(CONFIG_BOOKE) by IS_ENABLED()
 2020-08-17  5:46 UTC 

[PATCH v1] powerpc/process: Replace an #ifdef CONFIG_PPC_BOOK3S_64 by IS_ENABLED()
 2020-08-17  5:46 UTC 

[PATCH v1] powerpc/process: Replace #ifdef CONFIG_KALLSYMS by IS_ENABLED()
 2020-08-17  5:46 UTC 

[PATCH v1] powerpc/process: Replace an #ifdef CONFIG_PPC_47x by IS_ENABLED()
 2020-08-17  5:46 UTC 

[PATCH v2 1/5] powerpc/mm: Introduce temporary mm
 2020-08-17  5:16 UTC  (2+ messages)

[PATCH v2] powerpc/pseries: explicitly reschedule during drmem_lmb list traversal
 2020-08-17  3:45 UTC  (5+ messages)

[PATCH v2 2/5] powerpc/lib: Initialize a temporary mm for code patching
 2020-08-17  2:21 UTC  (2+ messages)

[PATCH 1/2] powerpc/kernel/cputable: cleanup the function declarations
 2020-08-17  0:56 UTC  (2+ messages)
` [PATCH 2/2] powerpc: Add POWER10 raw mode cputable entry

fsl_espi errors on v5.7.15
 2020-08-16 21:09 UTC  (3+ messages)

[PATCH v4 0/8] huge vmalloc mappings
 2020-08-16  9:09 UTC  (9+ messages)
` [PATCH v4 1/8] mm/vmalloc: fix vmalloc_to_page for huge vmap mappings
` [PATCH v4 2/8] mm: apply_to_pte_range warn and fail if a large pte is encountered
` [PATCH v4 3/8] mm/vmalloc: rename vmap_*_range vmap_pages_*_range
` [PATCH v4 4/8] lib/ioremap: rename ioremap_*_range to vmap_*_range
` [PATCH v4 5/8] mm: HUGE_VMAP arch support cleanup
` [PATCH v4 6/8] mm: Move vmap_range from lib/ioremap.c to mm/vmalloc.c
` [PATCH v4 7/8] mm/vmalloc: add vmap_range_noflush variant
` [PATCH v4 8/8] mm/vmalloc: Hugepage vmalloc mappings

[PATCH] libnvdimm: Add a NULL entry to 'nvdimm_firmware_attributes'
 2020-08-14 22:55 UTC  (3+ messages)

[PATCH net 0/5] refactoring of ibmvnic code
 2020-08-14 20:53 UTC  (7+ messages)
` [PATCH net 1/5] ibmvnic: print caller in several error messages
` [PATCH net 2/5] ibmvnic: compare adapter->init_done_rc with more readable ibmvnic_rc_codes
` [PATCH net 3/5] ibmvnic: improve ibmvnic_init and ibmvnic_reset_init
` [PATCH net 4/5] ibmvnic: remove never executed if statement
` [PATCH net 5/5] ibmvnic: merge ibmvnic_reset_init and ibmvnic_init

[GIT PULL] Please pull powerpc/linux.git powerpc-5.9-2 tag
 2020-08-14 20:42 UTC  (2+ messages)

[PATCH 0/1] powerpc/numa: do not skip node 0 in lookup table
 2020-08-14 20:34 UTC  (2+ messages)
` [PATCH 1/1] powerpc/numa: do not skip node 0 when init "

[PATCH v3] pseries/drmem: don't cache node id in drmem_lmb struct
 2020-08-14 19:31 UTC  (3+ messages)

[PATCH] kernel/watchdog: fix warning -Wunused-variable for watchdog_allowed_mask in ppc64
 2020-08-14 13:33 UTC 

[PATCH 1/4] powerpc/sparse: make some things static
 2020-08-14 13:26 UTC  (7+ messages)
` [PATCH 2/4] powerpc: Introduce asm-prototypes.h

[PATCH] kernel/watchdog: fix warning -Wunused-variable for watchdog_allowed_mask in ppc64
 2020-08-14 13:13 UTC  (2+ messages)

[PATCH v2] powerpc: Add POWER10 raw mode cputable entry
 2020-08-14  9:14 UTC  (2+ messages)

[PATCH 01/16] powerpc/mm: Add DEBUG_VM WARN for pmd_clear
 2020-08-14  8:43 UTC  (17+ messages)
` [PATCH 10/16] debug_vm_pgtable/thp: Use page table depost/withdraw with THP
` [PATCH 13/16] debug_vm_pgtable/pmd_clear: Don't use pmd/pud_clear on pte entries
` [PATCH 14/16] debug_vm_pgtable/hugetlb: Disable hugetlb test on ppc64
` [PATCH 16/16] debug_vm_pgtable/ppc64: Add a variant of pfn_pte/pmd

[PATCH] powerpc: Add POWER10 raw mode cputable entry
 2020-08-14  7:20 UTC  (3+ messages)

[PATCH v2] powerpc: Drop _nmask_and_or_msr()
 2020-08-14  6:54 UTC 

[PATCH v2 1/4] powerpc: Remove flush_instruction_cache for book3s/32
 2020-08-14  5:56 UTC  (4+ messages)
` [PATCH v2 2/4] powerpc: Move flush_instruction_cache() prototype in asm/cacheflush.h
` [PATCH v2 3/4] powerpc: Rewrite 4xx flush_cache_instruction() in C
` [PATCH v2 4/4] powerpc: Rewrite FSL_BOOKE "

[PATCH 1/5] powerpc: Remove flush_instruction_cache for book3s/32
 2020-08-14  5:52 UTC  (8+ messages)
` [PATCH 2/5] powerpc: Untangle flush_instruction_cache()
` [PATCH 3/5] powerpc: Remove flush_instruction_cache() on 8xx
` [PATCH 4/5] powerpc: Rewrite FSL_BOOKE flush_cache_instruction() in C
` [PATCH 5/5] powerpc: Rewrite 4xx "

[PATCH v2] powerpc: Remove flush_instruction_cache() on 8xx
 2020-08-14  5:49 UTC 

[PATCH v3] powerpc/pseries: explicitly reschedule during drmem_lmb list traversal
 2020-08-14  5:00 UTC  (2+ messages)

BUG: unable to handle kernel paging request in fl_dump_key
 2020-08-14  2:53 UTC 

[PATCH] powerpc/papr_scm: Limit the readability of 'perf_stats' sysfs attribute
 2020-08-14  1:29 UTC  (3+ messages)

[RFC PATCH 1/2] powerpc/numa: Introduce logical numa id
 2020-08-13 22:53 UTC  (7+ messages)

[PATCH] sfc_ef100: Fix build failure on powerpc
 2020-08-13 15:57 UTC  (3+ messages)

[PATCH] arch/powerpc: use simple i2c probe function
 2020-08-13 13:14 UTC  (2+ messages)

[PATCH 1/9] powerpc: Remove flush_instruction_cache for book3s/32
 2020-08-13 16:36 UTC  (9+ messages)
` [PATCH 2/9] powerpc: Remove SYNC on non 6xx
` [PATCH 3/9] powerpc: Remove CONFIG_PPC601_SYNC_FIX
` [PATCH 4/9] powerpc: Drop SYNC_601() ISYNC_601() and SYNC()
` [PATCH 5/9] powerpc: Remove PowerPC 601
` [PATCH 6/9] powerpc: Remove support for "
` [PATCH 7/9] powerpc: Tidy up a bit after removal of "
` [PATCH 8/9] powerpc: Remove __USE_RTC()
` [PATCH 9/9] powerpc: Remove get_tb_or_rtc()

[PATCH v2 3/4] powerpc/memhotplug: Make lmb size 64bit
 2020-08-13 16:25 UTC  (2+ messages)

[PATCH] powerpc/book3s64/radix: Fix boot failure with large amount of guest memory
 2020-08-13 16:20 UTC 

linux-next: runtime warning in Linus' tree
 2020-08-13 15:56 UTC  (3+ messages)

[PATCH] powerpc: Drop _nmask_and_or_msr()
 2020-08-13 10:07 UTC 

INFO: task hung in pipe_release (2)
 2020-08-13  3:57 UTC 

[PATCH v3 1/2] powerpc/uaccess: Use flexible addressing with __put_user()/__get_user()
 2020-08-13  5:56 UTC  (4+ messages)
` [PATCH v3 2/2] powerpc/uaccess: Add pre-update addressing to __get_user_asm() and __put_user_asm()

[PATCH 1/3] selftests/powerpc: Fix TM tests when CPU 0 is offline
 2020-08-13  1:34 UTC  (3+ messages)
` [PATCH 2/3] selftests/powerpc: Don't use setaffinity in tm-tmspr
` [PATCH 3/3] selftests/powerpc: Run tm-tmspr test for longer

[PATCH] powerpc: Fix P10 PVR revision in /proc/cpuinfo for SMT4 cores
 2020-08-13  0:34 UTC  (3+ messages)

[RFC PATCH v1 0/4] powerpc: apm82181: adding customer devices
 2020-08-12 22:41 UTC  (4+ messages)
` [RFC PATCH v1 1/4] powerpc: apm82181: create shared dtsi for APM bluestone
  ` [RFC PATCH v1 2/4] powerpc: apm82181: add WD MyBook Live NAS
    ` [RFC PATCH v1 3/4] powerpc: apm82181: add Meraki MR24 AP


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