linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-15 22:09:02 to 2020-01-17 15:24:23 UTC [more...]

[linux-next/mainline][bisected 3acac06][ppc] Oops when unloading mpt3sas driver
 2020-01-17 12:51 UTC  (7+ messages)

[PATCH v16 00/23] selftests, powerpc, x86: Memory Protection Keys
 2020-01-17 12:50 UTC  (24+ messages)
` [PATCH v16 01/23] selftests/x86/pkeys: Move selftests to arch-neutral directory
` [PATCH v16 02/23] selftests/vm: Rename all references to pkru to a generic name
` [PATCH v16 03/23] selftests/vm: Move generic definitions to header file
` [PATCH v16 04/23] selftests/vm: Move some definitions to arch-specific header
` [PATCH v16 05/23] selftests/vm: Make gcc check arguments of sigsafe_printf()
` [PATCH v16 06/23] selftests/vm: Typecast references to pkey register
` [PATCH v16 07/23] selftests: vm: pkeys: Add helpers for pkey bits
` [PATCH v16 08/23] selftests/vm: Fix pkey_disable_clear()
` [PATCH v16 09/23] selftests/vm/pkeys: Fix assertion in pkey_disable_set/clear()
` [PATCH v16 10/23] selftests/vm/pkeys: Fix alloc_random_pkey() to make it really random
` [PATCH v16 11/23] selftests: vm: pkeys: Use the correct huge page size
` [PATCH v16 12/23] selftests/vm/pkeys: Introduce generic pkey abstractions
` [PATCH v16 13/23] selftests/vm/pkeys: Introduce powerpc support
` [PATCH v16 14/23] selftests/vm/pkeys: Fix number of reserved powerpc pkeys
` [PATCH v16 15/23] selftests/vm/pkeys: Fix assertion in test_pkey_alloc_exhaust()
` [PATCH v16 16/23] selftests/vm/pkeys: Improve checks to determine pkey support
` [PATCH v16 17/23] selftests/vm/pkeys: Associate key on a mapped page and detect access violation
` [PATCH v16 18/23] selftests/vm/pkeys: Associate key on a mapped page and detect write violation
` [PATCH v16 19/23] selftests/vm/pkeys: Detect write violation on a mapped access-denied-key page
` [PATCH v16 20/23] selftests/vm/pkeys: Introduce a sub-page allocator
` [PATCH v16 21/23] selftests/vm/pkeys: Test correct behaviour of pkey-0
` [PATCH v16 22/23] selftests/vm/pkeys: Override access right definitions on powerpc
` [PATCH v16 23/23] selftests: vm: pkeys: Use the correct page size "

[RFC 0/6] powerpc/perf: Add json file metric support for the hv_24x7 socket/chip level events
 2020-01-17 12:46 UTC  (7+ messages)
` [RFC 1/6] powerpc/hv-24x7: Add rtas call in hv-24x7 driver to get processor details
` [RFC 2/6] powerpc/hv-24x7: Add sysfs files inside hv-24x7 device to show "
` [RFC 3/6] Documentation/ABI: Add ABI documentation for chips and sockets
` [RFC 4/6] powerpc/hv-24x7: Handle migration case of lpar for proper system information in sysfs
` [RFC 5/6] perf/tools: Enhance JSON/metric infrastructure to handle "?"
` [RFC 6/6] perf/tools/pmu-events/powerpc: Add hv_24x7 socket/chip level metric events

[PATCH RFC v1] mm: is_mem_section_removable() overhaul
 2020-01-17 11:33 UTC  (2+ messages)

[PATCH v4 0/7] Introduce CAP_SYS_PERFMON to secure system performance monitoring and observability
 2020-01-17 10:51 UTC  (3+ messages)
` [PATCH v4 8/9] drivers/perf: open access for CAP_SYS_PERFMON privileged process

[RFC PATCH v4 00/11] powerpc: switch VDSO to C implementation
 2020-01-17  9:26 UTC  (20+ messages)
` [RFC PATCH v4 01/11] powerpc/64: Don't provide time functions in compat VDSO32
` [RFC PATCH v4 02/11] powerpc/vdso: Switch VDSO to generic C implementation
` [RFC PATCH v4 03/11] lib: vdso: only read hrtimer_res when needed in __cvdso_clock_getres()
` [RFC PATCH v4 04/11] powerpc/vdso: simplify __get_datapage()
` [RFC PATCH v4 05/11] lib: vdso: allow arches to provide vdso data pointer
` [RFC PATCH v4 06/11] powerpc/vdso: provide inline alternative to __get_datapage()
` [RFC PATCH v4 07/11] powerpc/vdso: provide vdso data pointer from the ASM caller
` [RFC PATCH v4 08/11] lib: vdso: allow fixed clock mode
` [RFC PATCH v4 09/11] powerpc/vdso: override __arch_vdso_capable()
` [RFC PATCH v4 10/11] lib: vdso: Allow arches to override the ns shift operation
` [RFC PATCH v4 11/11] powerpc/32: provide vdso_shift_ns()

[PATCH V6 0/4] update supported sample format
 2020-01-17  7:11 UTC  (5+ messages)
` [PATCH V6 3/4] ASoC: pcm_dmaengine: Extract snd_dmaengine_pcm_refine_runtime_hwparams
      ` [alsa-devel] "

[PATCH RESEND v4] reboot: support offline CPUs before reboot
 2020-01-17  4:20 UTC  (3+ messages)

[PATCH v3] powerpc/mm: Remove kvm radix prefetch workaround for Power9 DD2.2
 2020-01-17  3:43 UTC  (2+ messages)

[PATCH v4 0/9] Fixup page directory freeing
 2020-01-17  1:46 UTC  (12+ messages)
` [PATCH v4 1/9] powerpc/mmu_gather: Enable RCU_TABLE_FREE even for !SMP case
` [PATCH v4 2/9] mm/mmu_gather: Invalidate TLB correctly on batch allocation failure and flush
` [PATCH v4 3/9] asm-generic/tlb: Avoid potential double flush
` [PATCH v4 4/9] asm-gemeric/tlb: Remove stray function declarations
` [PATCH v4 5/9] asm-generic/tlb: Add missing CONFIG symbol
` [PATCH v4 6/9] asm-generic/tlb: Rename HAVE_RCU_TABLE_FREE
` [PATCH v4 7/9] asm-generic/tlb: Rename HAVE_MMU_GATHER_PAGE_SIZE
` [PATCH v4 8/9] asm-generic/tlb: Rename HAVE_MMU_GATHER_NO_GATHER
` [PATCH v4 9/9] asm-generic/tlb: Provide MMU_GATHER_TABLE_FREE

[PATCH 0/2] Fix some incompatibilites between KASAN and FORTIFY_SOURCE
 2020-01-16 23:52 UTC  (11+ messages)
` [PATCH 1/2] kasan: stop tests being eliminated as dead code with FORTIFY_SOURCE
` [PATCH 2/2] string.h: fix incompatibility between FORTIFY_SOURCE and KASAN

[PATCH 1/3] powerpc/tm: Clear the current thread's MSR[TS] after treclaim
 2020-01-16 22:05 UTC  (3+ messages)
` [PATCH 2/3] selftests/powerpc: Add tm-signal-pagefault test
` [PATCH 3/3] selftests/powerpc: Don't rely on segfault to rerun the test

[PATCH v2] Fix display of Maximum Memory
 2020-01-16 23:52 UTC  (4+ messages)

[PATCH v12 00/22] mm/gup: prereqs to track dma-pinned pages: FOLL_PIN
 2020-01-16 20:30 UTC  (6+ messages)
` [PATCH v12 04/22] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages

[RFC PATCH v3 00/12] powerpc: switch VDSO to C implementation
 2020-01-16 20:22 UTC  (7+ messages)
` [RFC PATCH v3 08/12] lib: vdso: allow arches to provide vdso data pointer

[PATCH] powerpc: Do not consider weak unresolved symbol relocations as bad
 2020-01-16 19:49 UTC  (3+ messages)

[PATCH vdsotest] Use vdso wrapper for gettimeofday()
 2020-01-16 17:59 UTC  (3+ messages)

[PATCH AUTOSEL 4.4 034/174] ASoC: imx-sgtl5000: put of nodes if finding codec fails
 2020-01-16 17:42 UTC  (6+ messages)
` [PATCH AUTOSEL 4.4 070/174] soc/fsl/qe: Fix an error code in qe_pin_request()
` [PATCH AUTOSEL 4.4 077/174] powerpc: vdso: Make vdso32 installation conditional in vdso_install
` [PATCH AUTOSEL 4.4 100/174] powerpc/cacheinfo: add cacheinfo_teardown, cacheinfo_rebuild
` [PATCH AUTOSEL 4.4 115/174] ALSA: aoa: onyx: always initialize register read value
` [PATCH AUTOSEL 4.4 174/174] powerpc/archrandom: fix arch_get_random_seed_int()

z constraint in powerpc inline assembly ?
 2020-01-16 17:42 UTC  (10+ messages)
    ` [PosibleSpam] "

[PATCH AUTOSEL 4.9 043/251] ASoC: imx-sgtl5000: put of nodes if finding codec fails
 2020-01-16 17:36 UTC  (8+ messages)
` [PATCH AUTOSEL 4.9 110/251] soc/fsl/qe: Fix an error code in qe_pin_request()
` [PATCH AUTOSEL 4.9 117/251] powerpc: vdso: Make vdso32 installation conditional in vdso_install
` [PATCH AUTOSEL 4.9 152/251] powerpc/cacheinfo: add cacheinfo_teardown, cacheinfo_rebuild
` [PATCH AUTOSEL 4.9 159/251] perf/ioctl: Add check for the sample_period value
` [PATCH AUTOSEL 4.9 174/251] ALSA: aoa: onyx: always initialize register read value
` [PATCH AUTOSEL 4.9 246/251] powerpc/powernv: Disable native PCIe port management
` [PATCH AUTOSEL 4.9 250/251] powerpc/archrandom: fix arch_get_random_seed_int()

[PATCH AUTOSEL 4.14 062/371] ASoC: imx-sgtl5000: put of nodes if finding codec fails
 2020-01-16 17:24 UTC  (12+ messages)
` [PATCH AUTOSEL 4.14 103/371] KVM: PPC: Release all hardware TCE tables attached to a group
` [PATCH AUTOSEL 4.14 116/371] powerpc/64s: Fix logic when handling unknown CPU features
` [PATCH AUTOSEL 4.14 129/371] powerpc/mm: Check secondary hash page table
` [PATCH AUTOSEL 4.14 155/371] soc/fsl/qe: Fix an error code in qe_pin_request()
` [PATCH AUTOSEL 4.14 166/371] powerpc: vdso: Make vdso32 installation conditional in vdso_install
` [PATCH AUTOSEL 4.14 228/371] powerpc/cacheinfo: add cacheinfo_teardown, cacheinfo_rebuild
` [PATCH AUTOSEL 4.14 229/371] powerpc/pseries/mobility: rebuild cacheinfo hierarchy post-migration
` [PATCH AUTOSEL 4.14 237/371] perf/ioctl: Add check for the sample_period value
` [PATCH AUTOSEL 4.14 257/371] ALSA: aoa: onyx: always initialize register read value
` [PATCH AUTOSEL 4.14 360/371] powerpc/powernv: Disable native PCIe port management
` [PATCH AUTOSEL 4.14 369/371] powerpc/archrandom: fix arch_get_random_seed_int()

[PATCH AUTOSEL 4.14 013/371] powerpc/kgdb: add kgdb_arch_set/remove_breakpoint()
 2020-01-16 17:11 UTC 

[PATCH AUTOSEL 4.19 273/671] soc/fsl/qe: Fix an error code in qe_pin_request()
 2020-01-16 17:05 UTC  (11+ messages)
` [PATCH AUTOSEL 4.19 304/671] powerpc: vdso: Make vdso32 installation conditional in vdso_install
` [PATCH AUTOSEL 4.19 319/671] KVM: PPC: Book3S HV: Fix lockdep warning when entering the guest
` [PATCH AUTOSEL 4.19 415/671] powerpc/cacheinfo: add cacheinfo_teardown, cacheinfo_rebuild
` [PATCH AUTOSEL 4.19 416/671] powerpc/pseries/mobility: rebuild cacheinfo hierarchy post-migration
` [PATCH AUTOSEL 4.19 432/671] perf/ioctl: Add check for the sample_period value
` [PATCH AUTOSEL 4.19 475/671] ALSA: aoa: onyx: always initialize register read value
` [PATCH AUTOSEL 4.19 499/671] powerpc/64s/radix: Fix memory hot-unplug page table split
` [PATCH AUTOSEL 4.19 557/671] powerpc/mm/mce: Keep irqs disabled during lockless page table walk
` [PATCH AUTOSEL 4.19 655/671] powerpc/powernv: Disable native PCIe port management
` [PATCH AUTOSEL 4.19 665/671] powerpc/archrandom: fix arch_get_random_seed_int()

[PATCH AUTOSEL 4.19 122/671] ASoC: imx-sgtl5000: put of nodes if finding codec fails
 2020-01-16 16:52 UTC  (4+ messages)
` [PATCH AUTOSEL 4.19 192/671] KVM: PPC: Release all hardware TCE tables attached to a group
` [PATCH AUTOSEL 4.19 210/671] powerpc/64s: Fix logic when handling unknown CPU features
` [PATCH AUTOSEL 4.19 233/671] powerpc/mm: Check secondary hash page table

[PATCH AUTOSEL 4.19 023/671] usb: gadget: fsl_udc_core: check allocation return value and cleanup on failure
 2020-01-16 16:44 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 034/671] powerpc/pseries/memory-hotplug: Fix return value type of find_aa_index
` [PATCH AUTOSEL 4.19 038/671] powerpc/kgdb: add kgdb_arch_set/remove_breakpoint()

[PATCH AUTOSEL 5.4 072/205] ASoC: fsl_esai: Add spin lock to protect reset, stop and start
 2020-01-16 16:42 UTC  (5+ messages)
` [PATCH AUTOSEL 5.4 099/205] powerpc/security: Fix debugfs data leak on 32-bit
` [PATCH AUTOSEL 5.4 162/205] powerpc/powernv: Disable native PCIe port management
` [PATCH AUTOSEL 5.4 189/205] powerpc/kasan: Fix boot failure with RELOCATABLE && FSL_BOOKE
` [PATCH AUTOSEL 5.4 190/205] powerpc/archrandom: fix arch_get_random_seed_int()

[FSL P5020 P5040 PPC] Onboard SD card doesn't work anymore after the 'mmc-v5.4-2' updates
 2020-01-16 15:46 UTC  (2+ messages)

[PATCH v5] reboot: support offline CPUs before reboot
 2020-01-16 11:10 UTC  (6+ messages)

[PATCH] powerpc: drmem: avoid NULL pointer dereference when drmem is unavailable
 2020-01-16 10:27 UTC 

[PATCH] powerpc/xive: discard ESB load value when interrupt is invalid
 2020-01-16  8:42 UTC  (7+ messages)

[PATCH v5 0/4] KASAN for powerpc64 radix
 2020-01-16  9:34 UTC  (2+ messages)

[Bug 205283] New: BUG: KASAN: global-out-of-bounds in _copy_to_iter+0x3d4/0x5a8
 2020-01-16  9:23 UTC  (2+ messages)
` [Bug 205283] "

(PowerPC) PCI driver writeb() and readb() failures with 'machine check error'
 2020-01-16  7:51 UTC 

[PATCH v15 00/24] selftests, powerpc, x86: Memory Protection Keys
 2020-01-16  8:33 UTC  (4+ messages)
` [PATCH v15 23/23] selftests: vm: pkeys: Use the correct page size on powerpc

[PATCH v2 0/3] Fix some incompatibilites between KASAN and FORTIFY_SOURCE
 2020-01-16  8:11 UTC  (6+ messages)
` [PATCH v2 1/3] kasan: stop tests being eliminated as dead code with FORTIFY_SOURCE
` [PATCH v2 2/3] string.h: fix incompatibility between FORTIFY_SOURCE and KASAN
` [PATCH v2 3/3] kasan: initialise array in kasan_memcmp test

[RFC PATCH] skiboot machine check handler
 2020-01-16  7:03 UTC  (2+ messages)

[PATCH] crypto: vmx/xts - reject inputs that are too short
 2020-01-16  7:28 UTC  (2+ messages)

[PATCH 1/9] powerpc/configs: Drop CONFIG_QLGE which moved to staging
 2020-01-16  7:14 UTC  (20+ messages)
` [PATCH 2/9] powerpc/configs: NET_CADENCE became NET_VENDOR_CADENCE
` [PATCH 3/9] powerpc/configs: Drop NET_VENDOR_HP which moved to staging
` [PATCH 4/9] powerpc/configs/skiroot: Drop HID_LOGITECH
` [PATCH 5/9] powerpc/configs/skiroot: Drop default n CONFIG_CRYPTO_ECHAINIV
` [PATCH 6/9] powerpc/configs/skiroot: Update for symbol movement only
` [PATCH 7/9] powerpc/configs/skiroot: Enable security features
` [RFC PATCH 8/9] powerpc/configs/skiroot: Disable xmon default & enable reboot on panic
` [RFC PATCH 9/9] powerpc/configs/skiroot: Enable some more hardening options

[PATCH 00/18] Initial Prefixed Instruction support
 2020-01-16  6:09 UTC  (4+ messages)
` [PATCH 14/18] powerpc/kprobes: Support kprobes on prefixed instructions

[PATCH v5 0/5] Early node associativity
 2020-01-16  4:58 UTC  (3+ messages)
` [PATCH v5 4/5] powerpc/numa: Early request for home "

[PATCH] evh_bytechan: fix out of bounds accesses
 2020-01-16  2:29 UTC  (10+ messages)

[PATCH 00/12] i2c: convert subsystem to use i2c_new_client_device()
 2020-01-15 19:57 UTC  (2+ messages)

[PATCH] net/wan/fsl_ucc_hdlc: fix out of bounds write on array utdm_info
 2020-01-15 22: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).