messages from 2019-12-17 07:25:46 to 2019-12-20 11:59:30 UTC [more...]
[Bug 205889] New: CONFIG_PPC_85xx with CONFIG_CORENET_GENERIC outputs uImage instead of zImage
2019-12-20 11:55 UTC (3+ messages)
` [Bug 205889] "
[PATCH v17 06/23] powerpc: mm: Add p?d_leaf() definitions
2019-12-20 11:53 UTC (3+ messages)
pseries on qemu-system-ppc64le crashes in doorbell_core_ipi()
2019-12-20 11:32 UTC (18+ messages)
` [Qemu-ppc] "
[PATCH] powerpc/book3s64: Fix error handling in mm_iommu_do_alloc()
2019-12-20 9:57 UTC (3+ messages)
[PATCH v11 00/25] mm/gup: track dma-pinned pages: FOLL_PIN
2019-12-20 9:21 UTC (23+ messages)
` [PATCH v11 01/25] mm/gup: factor out duplicate code from four routines
` [PATCH v11 04/25] mm: devmap: refactor 1-based refcounting for ZONE_DEVICE pages
` [PATCH v12] "
` [PATCH v11 06/25] mm: fix get_user_pages_remote()'s handling of FOLL_LONGTERM
[PATCH 00/10] crypto/nx: Enable GZIP engine and provide userpace API
2019-12-20 7:41 UTC (5+ messages)
` [PATCH 08/10] crypto/NX: Add NX GZIP user space API
[Bug 205283] New: BUG: KASAN: global-out-of-bounds in _copy_to_iter+0x3d4/0x5a8
2019-12-20 6:07 UTC (2+ messages)
` [Bug 205283] "
[PATCH 00/18] Initial Prefixed Instruction support
2019-12-20 5:40 UTC (14+ messages)
` [PATCH 03/18] powerpc: Add PREFIXED SRR1 bit for future ISA version
` [PATCH 05/18] powerpc sstep: Prepare to support prefixed instructions
` [PATCH 08/18] powerpc sstep: Add support for prefixed VSX load/stores
` [PATCH 18/18] powerpc/fault: Use analyse_instr() to check for store with updates to sp
[PATCH 1/1] kvm/book3s_64: Fixes crash caused by not cleaning vhost IOTLB
2019-12-20 3:35 UTC (4+ messages)
[PATCH] serial: ucc_uart: remove redundant assignment to pointer bdp
2019-12-20 0:10 UTC
[PATCH] powerpc/mpc85xx: also write addr_h to spin table for 64bit boot entry
2019-12-19 23:54 UTC (2+ messages)
[PATCH] powerpc/85xx: Get twr_p102x to compile again
2019-12-19 23:53 UTC (2+ messages)
[PATCH 04/14] powerpc/vas: Setup IRQ mapping and register port for each window
2019-12-19 22:31 UTC (4+ messages)
[PATCH v4 1/2] KVM: PPC: Add skip_page_out parameter
2019-12-19 21:51 UTC (2+ messages)
` [PATCH v4 2/2] KVM: PPC: Implement H_SVM_INIT_ABORT hcall
[PATCH V3 1/2] KVM: PPC: Add skip_page_out parameter
2019-12-19 21:51 UTC (7+ messages)
` [PATCH V3 2/2] KVM: PPC: Implement H_SVM_INIT_ABORT hcall
use generic DMA mapping code in powerpc V4
2019-12-19 13:54 UTC (5+ messages)
[PATCH] powerpc/pseries: Remove redundant select of PPC_DOORBELL
2019-12-19 12:58 UTC
[PATCH v4 0/4] KASAN for powerpc64 radix
2019-12-19 12:21 UTC (11+ messages)
` [PATCH v4 1/4] kasan: define and use MAX_PTRS_PER_* for early shadow tables
` [PATCH v4 2/4] kasan: Document support on 32-bit powerpc
` [PATCH v4 3/4] powerpc/mm/kasan: rename kasan_init_32.c to init_32.c
` [PATCH v4 4/4] powerpc: Book3S 64-bit "heavyweight" KASAN support
[GIT PULL] Please pull powerpc/linux.git powerpc-5.5-2 tag (topic/kasan-bitops)
2019-12-19 12:11 UTC (20+ messages)
` READ_ONCE() + STACKPROTECTOR_STRONG == :/ (was Re: [GIT PULL] Please pull powerpc/linux.git powerpc-5.5-2 tag (topic/kasan-bitops))
[PATCH v15 00/24] selftests, powerpc, x86: Memory Protection Keys
2019-12-19 11:39 UTC (30+ messages)
` [PATCH v15 01/23] selftests/x86/pkeys: Move selftests to arch-neutral directory
` [PATCH v15 02/23] selftests/vm/pkeys: Rename all references to pkru to a generic name
` [PATCH v15 03/23] selftests/vm/pkeys: Move generic definitions to header file
` [PATCH v15 04/23] selftests/vm/pkeys: Move some definitions to arch-specific header
` [PATCH v15 05/23] selftests/vm/pkeys: Make gcc check arguments of sigsafe_printf()
` [PATCH v15 06/23] selftests/vm/pkeys: Typecast the pkey register
` [PATCH v15 07/23] selftests: vm: pkeys: Add helpers for pkey bits
` [PATCH v15 08/23] selftests/vm/pkeys: Fix pkey_disable_clear()
` [PATCH v15 09/23] selftests/vm/pkeys: Fix assertion in pkey_disable_set/clear()
` [PATCH v15 10/23] selftests/vm/pkeys: Fix alloc_random_pkey() to make it really random
` [PATCH v15 11/23] selftests: vm: pkeys: Use the correct huge page size
` [PATCH v15 12/23] selftests/vm/pkeys: Introduce generic pkey abstractions
` [PATCH v15 13/23] selftests/vm/pkeys: Introduce powerpc support
` [PATCH v15 14/23] selftests/vm/pkeys: Fix assertion in test_pkey_alloc_exhaust()
` [PATCH v15 15/23] selftests/vm/pkeys: Improve checks to determine pkey support
` [PATCH v15 16/23] selftests/vm/pkeys: Associate key on a mapped page and detect access violation
` [PATCH v15 17/23] selftests/vm/pkeys: Associate key on a mapped page and detect write violation
` [PATCH v15 18/23] selftests/vm/pkeys: Detect write violation on a mapped access-denied-key page
` [PATCH v15 19/23] selftests/vm/pkeys: Introduce a sub-page allocator
` [PATCH v15 20/23] selftests/vm/pkeys: Test correct behaviour of pkey-0
` [PATCH v15 21/23] selftests/vm/pkeys: Fix number of reserved powerpc pkeys
` [PATCH v15 22/23] selftests/vm/pkeys: Override access right definitions on powerpc
` [PATCH v15 23/23] selftests: vm: pkeys: Use the correct page size "
[PATCH V2] powerpc/setup_64: use DEFINE_DEBUGFS_ATTRIBUTE to define fops_rfi_flush
2019-12-19 11:18 UTC
[PATCH 1/2] powerpc/pseries/svm: Don't access some SPRs
2019-12-19 10:59 UTC (5+ messages)
` [PATCH 2/2] powerpc/pseries/svm: Disable PMUs in SVMs
[PATCH v4 0/7] Introduce CAP_SYS_PERFMON to secure system performance monitoring and observability
2019-12-19 9:10 UTC (12+ messages)
` [PATCH v4 1/9] capabilities: introduce CAP_SYS_PERFMON to kernel and user space
` [PATCH v4 2/9] perf/core: open access for CAP_SYS_PERFMON privileged process
` [PATCH v4 3/9] perf tool: extend Perf tool with CAP_SYS_PERFMON capability support
` [PATCH v4 4/9] drm/i915/perf: open access for CAP_SYS_PERFMON privileged process
` [PATCH v4 5/9] trace/bpf_trace: "
` [PATCH v4 6/9] powerpc/perf: "
` [PATCH v4 7/9] parisc/perf: "
` [PATCH v4 8/9] drivers/perf: "
` [PATCH v4 9/9] drivers/oprofile: "
[PATCH v3] powerpc/32: add support of KASAN_VMALLOC
2019-12-19 7:11 UTC
[PATCH v4 2/2] powerpc/irq: inline call_do_irq() and call_do_softirq()
2019-12-19 6:57 UTC (13+ messages)
"ftrace: Rework event_create_dir()" triggers boot error messages
2019-12-19 6:06 UTC (3+ messages)
[PATCH] powerpc/setup_64: use DEFINE_DEBUGFS_ATTRIBUTE to define fops_rfi_flush
2019-12-19 1:20 UTC (3+ messages)
[PATCH V3 00/13] powerpc/vas: Page fault handling for user space NX requests
2019-12-18 23:15 UTC (4+ messages)
` [PATCH V3 01/13] powerpc/vas: Describe vas-port and interrupts properties
[PATCH v6 00/10] mm/memory_hotplug: Shrink zones before removing memory
2019-12-18 20:16 UTC (6+ messages)
` [PATCH v6 05/10] mm/memory_hotplug: Shrink zones when offlining memory
[PATCH v2 1/3] powerpc/mmu_gather: Enable RCU_TABLE_FREE even for !SMP case
2019-12-18 14:15 UTC (9+ messages)
` [PATCH v2 2/3] mm/mmu_gather: Invalidate TLB correctly on batch allocation failure and flush
` [PATCH v2 3/3] asm-generic/tlb: Avoid potential double flush
[PATCH v3 0/3] KASAN for powerpc64 radix
2019-12-18 13:39 UTC (8+ messages)
` [PATCH v3 3/3] powerpc: Book3S 64-bit "heavyweight" KASAN support
[Bug 205885] New: BUG: KASAN: null-ptr-deref in strncpy+0x3c/0x60
2019-12-18 11:07 UTC (6+ messages)
` [Bug 205885] "
` [Bug 205885] [Bisected] "
[RFC PATCH 1/2] mm/mmu_gather: Invalidate TLB correctly on batch allocation failure and flush
2019-12-18 9:01 UTC (11+ messages)
` [RFC PATCH 2/2] mm/mmu_gather: Avoid multiple page walk cache flush
` [PATCH] asm-generic/tlb: Avoid potential double flush
[PATCH-tty-testing] tty/serial/8250: Add has_sysrq to plat_serial8250_port
2019-12-18 6:50 UTC (2+ messages)
[PATCH v2] powerpc/pseries/cmm: fix managed page counts when migrating pages between zones
2019-12-18 4:05 UTC (2+ messages)
[PATCH v2] powerpc: Fix __clear_user() with KUAP enabled
2019-12-18 4:05 UTC (2+ messages)
[PATCH] powerpc/8xx: fix bogus __init on mmu_mapin_ram_chunk()
2019-12-18 4:05 UTC (2+ messages)
[PATCH] powerpc/irq: fix stack overflow verification
2019-12-18 4:05 UTC (2+ messages)
[PATCH v3] ocxl: Fix potential memory leak on context creation
2019-12-18 4:05 UTC (2+ messages)
[PATCH] powerpc: ensure that swiotlb buffer is allocated from low memory
2019-12-18 4:05 UTC (2+ messages)
[PATCH 01/10] soc: sunxi: convert to devm_platform_ioremap_resource
2019-12-18 2:45 UTC (2+ messages)
[PATCH v3 0/7] Introduce CAP_SYS_PERFMON to secure system performance monitoring and observability
2019-12-17 15:02 UTC (6+ messages)
` [PATCH v3 1/7] capabilities: introduce CAP_SYS_PERFMON to kernel and user space
` [PATCH v3 4/7] drm/i915/perf: open access for CAP_SYS_PERFMON privileged process
` [Intel-gfx] "
[PATCH v11 23/25] mm/gup: track FOLL_PIN pages
2019-12-17 14:19 UTC (2+ messages)
` [PATCH v12 "
[PATCH v9 23/25] mm/gup: track FOLL_PIN pages
2019-12-17 13:56 UTC (4+ messages)
` [RFC PATCH] mm/gup: try_pin_compound_head() can be static
[PATCH v5 0/5] Append new variables to vmcoreinfo (TCR_EL1.T1SZ for arm64 and MAX_PHYSMEM_BITS for all archs)
2019-12-17 13:49 UTC (4+ messages)
[PATCH RFC v1 1/3] powerpc/memtrace: Enforce power of 2 for memory buffer size
2019-12-17 12:42 UTC (4+ messages)
` [PATCH RFC v1 2/3] powerpc/memtrace: Factor out readding memory into memtrace_free_node()
` [PATCH RFC v1 3/3] powerpc/memtrace: Don't offline memory blocks via offline_pages()
` [PATCH RFC v1 0/3] "
[PATCH] drivers: char: tpm: remove unneeded MODULE_VERSION() usage
2019-12-17 11:17 UTC (3+ messages)
[PATCH] powerpc/512x: Use dma_request_chan() instead dma_request_slave_channel()
2019-12-17 7:37 UTC
[PATCH v10 23/25] mm/gup: track FOLL_PIN pages
2019-12-17 7:29 UTC (5+ messages)
` [PATCH v11 "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).