linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-03-04 20:34:01 to 2019-03-12 21:21:03 UTC [more...]

[PATCH v2 0/2] Append new variables to vmcoreinfo (PTRS_PER_PGD for arm64 and MAX_PHYSMEM_BITS for all archs)
 2019-03-12 19:47 UTC  (5+ messages)
` [PATCH v2 2/2] crash_core, vmcoreinfo: Append 'MAX_PHYSMEM_BITS' to vmcoreinfo

[PATCH 00/14] entry: preempt_schedule_irq() callers scrub
 2019-03-12 18:18 UTC  (4+ messages)
` [PATCH 08/14] powerpc: entry: Remove unneeded need_resched() loop

[PATCH] powerpc/64s: Include <asm/nmi.h> header file to fix a warning
 2019-03-12 21:11 UTC  (2+ messages)

[PATCH] kmemleak: skip scanning holes in the .bss section
 2019-03-12 21:10 UTC  (3+ messages)

[PATCH] powerpc/64s: Mark 'dummy_copy_buffer' as used
 2019-03-12 21:06 UTC  (2+ messages)

[PATCH] powerpc: sstep: Mark variable `rc` as unused in function 'analyse_instr'
 2019-03-12 20:56 UTC  (2+ messages)

[PATCH] powerpc: Make some functions static
 2019-03-12 20:31 UTC 

[PATCH v2 0/7] FlexTimer Module Quadrature decoder counter
 2019-03-12 19:09 UTC  (15+ messages)
` [PATCH v2 1/7] include/fsl: add common FlexTimer #defines in a separate header
` [PATCH v2 2/7] drivers/pwm: pwm-fsl-ftm: use common header for FlexTimer #defines
` [PATCH v2 3/7] drivers/clocksource: timer-fsl-ftm: "
` [PATCH v2 4/7] dt-bindings: counter: ftm-quaddec
` [PATCH v2 5/7] counter: add FlexTimer Module Quadrature decoder counter driver
` [PATCH v2 6/7] counter: ftm-quaddec: Documentation: Add specific counter sysfs documentation
` [PATCH v2 7/7] LS1021A: dtsi: add ftm quad decoder entries

[PATCH v2 00/16] KVM: PPC: Book3S HV: add XIVE native exploitation mode
 2019-03-12 18:25 UTC  (20+ messages)
` [PATCH v2 01/16] powerpc/xive: add OPAL extensions for the XIVE native exploitation support
` [PATCH v2 02/16] KVM: PPC: Book3S HV: add a new KVM device for the XIVE native exploitation mode
` [PATCH v2 03/16] KVM: PPC: Book3S HV: XIVE: introduce a new capability KVM_CAP_PPC_IRQ_XIVE
` [PATCH v2 04/16] KVM: PPC: Book3S HV: XIVE: add a control to initialize a source
` [PATCH v2 06/16] KVM: PPC: Book3S HV: XIVE: add controls for the EQ configuration

[PATCH v3] powerpc/pseries: Only wait for dying CPU after call to rtas_stop_self()
 2019-03-12 16:30 UTC  (3+ messages)

[PATCH 0/6] ptrace: consolidate PTRACE_SYSEMU handling and add support for arm64
 2019-03-12 12:09 UTC  (10+ messages)
` [PATCH 3/6] x86: clean up _TIF_SYSCALL_EMU handling using ptrace_syscall_enter hook

[RFCv2 PATCH 0/4] powerpc: KASAN for 64-bit Book3E
 2019-03-12  8:30 UTC  (6+ messages)
` [RFCv2 PATCH 1/4] kasan: do not open-code addr_has_shadow
` [RFCv2 PATCH 2/4] kasan: allow architectures to manage the memory-to-shadow mapping
` [RFCv2 PATCH 3/4] kasan: allow architectures to provide an outline readiness check
` [RFCv2 PATCH 4/4] powerpc: KASAN for 64bit Book3E

[PATCH kernel] powerpc/powernv: Fix compile without CONFIG_TRACEPOINTS
 2019-03-12  5:07 UTC 

[PATCH 19/20] [Bionic] (upstream) KVM: PPC: Book3S HV: Don't use compound_order to determine host mapping size
 2019-03-11 21:40 UTC 

[PATCH] arch: powerpc: Kconfig: pedantic formatting
 2019-03-11 15:53 UTC 

[PATCH] sound: oao: Kconfig: pedantic formatting
 2019-03-11 13:43 UTC 

[PATCH v2] powerpc/pseries: Only wait for dying CPU after call to rtas_stop_self()
 2019-03-11 19:29 UTC  (3+ messages)

[PATCH 19/20] KVM: PPC: Book3S HV: Don't use compound_order to determine host mapping size
 2019-03-11 16:50 UTC 

[PATCH RFC v4 00/21] PCI: Allow BAR movement during hotplug
 2019-03-11 13:31 UTC  (22+ messages)
` [PATCH RFC v4 01/21] PCI: Fix writing invalid BARs during pci_restore_state()
` [PATCH RFC v4 02/21] PCI: Fix race condition in pci_enable/disable_device()
` [PATCH RFC v4 03/21] PCI: Enable bridge's I/O and MEM access for hotplugged devices
` [PATCH RFC v4 04/21] PCI: Define PCI-specific version of the release_child_resources()
` [PATCH RFC v4 05/21] PCI: hotplug: Add a flag for the movable BARs feature
` [PATCH RFC v4 06/21] PCI: Pause the devices with movable BARs during rescan
` [PATCH RFC v4 07/21] PCI: Wake up bridges during rescan when movable BARs enabled
` [PATCH RFC v4 08/21] nvme-pci: Handle movable BARs
` [PATCH RFC v4 09/21] PCI: Mark immovable BARs with PCI_FIXED
` [PATCH RFC v4 10/21] PCI: Fix assigning of fixed prefetchable resources
` [PATCH RFC v4 11/21] PCI: Release and reassign the root bridge resources during rescan
` [PATCH RFC v4 12/21] PCI: Don't allow hotplugged devices to steal resources
` [PATCH RFC v4 13/21] PCI: Include fixed BARs into the bus size calculating
` [PATCH RFC v4 14/21] PCI: Don't reserve memory for hotplug when enabled movable BARs
` [PATCH RFC v4 15/21] PCI: Allow the failed resources to be reassigned later
` [PATCH RFC v4 16/21] PCI: Calculate fixed areas of bridge windows based on fixed BARs
` [PATCH RFC v4 17/21] PCI: Calculate boundaries for bridge windows
` [PATCH RFC v4 18/21] PCI: Make sure bridge windows include their fixed BARs
` [PATCH RFC v4 19/21] PCI: Prioritize fixed BAR assigning over the movable ones
` [PATCH RFC v4 20/21] PCI: pciehp: Add support for the movable BARs feature
` [PATCH RFC v4 21/21] powerpc/pci: Fix crash with enabled movable BARs

[PATCH] powerpc: fix mistake in arch_get_random_seed_int()
 2019-03-10 17:33 UTC 

[PATCH v5 0/8] powerpc/powernv/pci: Make hotplug self-sufficient, independent of FW and DT
 2019-03-11 11:52 UTC  (9+ messages)
` [PATCH v5 1/8] powerpc/pci: Access PCI config space directly w/o pci_dn
` [PATCH v5 2/8] powerpc/powernv/pci: Suppress an EEH error when reading an empty slot
` [PATCH v5 3/8] powerpc/pci: Create pci_dn on demand
` [PATCH v5 4/8] powerpc/pci: Reduce code duplication in pci_add_device_node_info
` [PATCH v5 5/8] powerpc/pci/IOV: Add support for runtime enabling the VFs
` [PATCH v5 6/8] powerpc/pci: Don't rely on DT is the PCI_REASSIGN_ALL_BUS is set
` [PATCH v5 7/8] powerpc/powernv/pci: Hook up the writes to PCI_SECONDARY_BUS register
` [PATCH v5 8/8] powerpc/powernv/pci: Enable reassigning the bus numbers

[PATCH v5 01/10] powerpc/powernv/idle: Restore IAMR after idle
 2019-03-11  9:12 UTC  (16+ messages)
` [PATCH v5 02/10] powerpc/powernv/idle: Restore AMR/UAMOR/AMOR "
` [PATCH v5 03/10] powerpc: Add framework for Kernel Userspace Protection
` [PATCH v5 04/10] powerpc: Add skeleton for Kernel Userspace Execution Prevention
` [PATCH v5 05/10] powerpc: Add a framework for Kernel Userspace Access Protection
` [PATCH v5 06/10] powerpc/64: Setup KUP on secondary CPUs
` [PATCH v5 07/10] powerpc/mm/radix: Use KUEP API for Radix MMU
` [PATCH v5 08/10] powerpc/lib: Refactor __patch_instruction() to use __put_user_asm()
` [PATCH v5 09/10] powerpc/64s: Implement KUAP for Radix MMU
` [PATCH v5 10/10] powerpc/mm: Detect bad KUAP faults

[PATCH v2 00/10] Kernel Userspace protection for PPC32
 2019-03-11  8:30 UTC  (11+ messages)
` [PATCH v2 01/10] powerpc/6xx: fix setup and use of SPRN_SPRG_PGDIR for hash32
` [PATCH v2 02/10] powerpc/mm: Detect bad KUAP faults (Squash of v5 series)
` [PATCH v2 03/10] powerpc/32: Remove MSR_PR test when returning from syscall
` [PATCH v2 04/10] powerpc/32: Prepare for Kernel Userspace Access Protection
` [PATCH v2 05/10] powerpc/8xx: Only define APG0 and APG1
` [PATCH v2 06/10] powerpc/8xx: Add Kernel Userspace Execution Prevention
` [PATCH v2 07/10] powerpc/8xx: Add Kernel Userspace Access Protection
` [PATCH v2 08/10] powerpc/32s: Implement Kernel Userspace Execution Prevention
` [PATCH v2 09/10] powerpc/32s: Prepare Kernel Userspace Access Protection
` [PATCH v2 10/10] powerpc/32s: Implement "

[PATCH] powerpc/irq: drop __irq_offset_value
 2019-03-09 17:47 UTC 

[PATCH 0/7] Kernel Userspace protection for PPC32
 2019-03-09 13:04 UTC  (9+ messages)
` [PATCH 1/7] powerpc/64s: Implement KUAP for Radix MMU (SQUASH)
` [PATCH 2/7] powerpc/8xx: Only define APG0 and APG1
` [PATCH 3/7] powerpc/8xx: Add Kernel Userspace Execution Prevention
` [PATCH 4/7] powerpc/32: Prepare for Kernel Userspace Access Protection
` [PATCH 5/7] powerpc/8xx: Add "
` [PATCH 6/7] powerpc/book3s32: Prepare "
` [PATCH 7/7] powerpc/book3s32: Implement "

[PATCH v2] fs/dax: deposit pagetable even when installing zero page
 2019-03-09 12:07 UTC 

[PATCH v6 0/4] Fix free/allocation of runtime gigantic pages
 2019-03-09  9:32 UTC  (7+ messages)
` [PATCH v6 1/4] sh: Advertise gigantic page support
` [PATCH v6 2/4] sparc: "
` [PATCH v6 3/4] mm: Simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOC
` [PATCH v6 4/4] hugetlb: allow to free gigantic pages regardless of the configuration

[PATCH] powerpc/powernv: Fix no return statement issue in __opal_call_trace()
 2019-03-08 18:22 UTC 

[PATCH 19/20] KVM: PPC: Book3S HV: Don't use compound_order to determine host mapping size
 2019-03-08 16:35 UTC 

[PATCH] powerpc/6xx: fix setup and use of SPRN_PGDIR for hash32
 2019-03-08 16:06 UTC  (3+ messages)

[PATCH] pseries/energy: Use OF accessor functions to read ibm, drc-indexes
 2019-03-08 16:01 UTC  (2+ messages)
` [PATCH] pseries/energy: Use OF accessor functions to read ibm,drc-indexes

[PATCH v2] powerpc/mm: move warning from resize_hpt_for_hotplug()
 2019-03-08 10:56 UTC  (2+ messages)

[PATCH v4 04/19] powerpc: mm: Add p?d_large() definitions
 2019-03-08 10:50 UTC  (3+ messages)

[PATCH v2] powerpc: silence unused-but-set-variable warnings
 2019-03-08  7:08 UTC  (2+ messages)

[PATCH v9 00/11] KASAN for powerpc/32
 2019-03-08  4:49 UTC  (7+ messages)
` [PATCH v9 02/11] powerpc: prepare string/mem functions for KASAN

[PATCH] powerpc/mm: move warning from resize_hpt_for_hotplug()
 2019-03-08  0:09 UTC  (2+ messages)

[GIT PULL] Please pull powerpc/linux.git powerpc-5.1-1 tag
 2019-03-07 21:40 UTC  (2+ messages)

[PATCH v2 00/10] Optimise TLB miss handlers on 6xx (603/e300)
 2019-03-07 19:10 UTC  (6+ messages)
` [PATCH v2 03/10] powerpc/6xx: Store PGDIR physical address in a SPRG

[PATCH] powerpc/highmem: change BUG_ON() to WARN_ON()
 2019-03-07  9:47 UTC 

[5.0.0-next-20190306] [powerpc] kernel BUG at mm/page_alloc.c:3124 while running stress
 2019-03-07  8:09 UTC 

[PATCH] powerpc: silence unused-but-set-variable warnings
 2019-03-07  6:34 UTC  (2+ messages)

[PATCH] Disable kcov for slb routines
 2019-03-07  4:37 UTC  (3+ messages)

[PATCH v5 0/4] Fix free/allocation of runtime gigantic pages
 2019-03-06 21:17 UTC  (13+ messages)
` [PATCH v5 1/4] sh: Advertise gigantic page support
` [PATCH v5 2/4] sparc: "
` [PATCH v5 3/4] mm: Simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOC
` [PATCH v5 4/4] hugetlb: allow to free gigantic pages regardless of the configuration

[PATCH] tools: testing: selftests: Remove duplicate headers
 2019-03-06 18:06 UTC  (5+ messages)

[PATCH 1/2] fs/dax: deposit pagetable even when installing zero page
 2019-03-06 13:06 UTC  (8+ messages)
` [PATCH 2/2] mm/dax: Don't enable huge dax mapping by default

[PATCH] powerpc: Add barrier_nospec to raw_copy_in_user()
 2019-03-06  1:10 UTC 

[PATCH 0/2] PCI/AER: Consistently use _OSC to determine who owns AER
 2019-03-05 23:16 UTC  (2+ messages)

[PATCH RFC v4 0/9] powerpc/powernv/pci: Make hotplug self-sufficient, independent of FW and DT
 2019-03-05 16:50 UTC  (7+ messages)
` [PATCH RFC v4 2/9] powerpc/powernv/pci: Suppress an EEH error when reading an empty slot
` [PATCH RFC v4 3/9] powerpc/pci: Create pci_dn on demand

REPOST [PATCH v04] powerpc/numa: Perform full re-add of CPU for PRRN/VPHN topology update
 2019-03-05 15:13 UTC 

[PATCH v2] powerpc: Disable kcov for slb routines
 2019-03-05 12:06 UTC 

[RFC v3] sched/topology: fix kernel crash when a CPU is hotplugged in a memoryless node
 2019-03-05 11:59 UTC  (2+ messages)

Printing of machine check severity
 2019-03-05  6:57 UTC 

[PATCH] powerpc: config: Sync skiroot defconfig
 2019-03-05  4:46 UTC 

[PATCH RESEND v5 1/3] ASoC: fsl: Add Audio Mixer CPU DAI driver
 2019-03-04 20:31 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).