linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-07-27 15:26:00 to 2019-07-31 06:21:45 UTC [more...]

[PATCH v3 0/2] Memory unplug fixes for radix guests
 2019-07-31  6:19 UTC  (4+ messages)
` [PATCH v3 2/2] powerpc/mm/radix: Free PUD table when freeing pagetable

xilinx_uartps.c: suppress "may be used uninitialised" warning
 2019-07-31  6:05 UTC 

[Bug 204375] New: kernel 5.2.4 w. KASAN enabled fails to boot on a PowerMac G4 3,6 at very early stage
 2019-07-31  6:04 UTC  (5+ messages)
` [Bug 204375] "

[PATCH] powerpc/kasan: fix early boot failure on PPC32
 2019-07-31  6:01 UTC 

linux-next: DTS build warnings
 2019-07-31  5:39 UTC 

[PATCH 0/3] Fix oops in shared-processor spinlocks
 2019-07-31  2:36 UTC  (8+ messages)
` [PATCH 1/3] powerpc/spinlocks: Refactor SHARED_PROCESSOR
` [PATCH 2/3] powerpc/spinlocks: Rename SPLPAR-only spinlocks
` [PATCH 3/3] powerpc/spinlock: Fix oops in shared-processor spinlocks

[PATCH v2 00/10] implement KASLR for powerpc/fsl_booke/32
 2019-07-31  2:06 UTC  (21+ messages)
` [PATCH v2 01/10] powerpc: unify definition of M_IF_NEEDED
` [PATCH v2 02/10] powerpc: move memstart_addr and kernstart_addr to init-common.c
` [PATCH v2 03/10] powerpc: introduce kimage_vaddr to store the kernel base
` [PATCH v2 04/10] powerpc/fsl_booke/32: introduce create_tlb_entry() helper
` [PATCH v2 05/10] powerpc/fsl_booke/32: introduce reloc_kernel_entry() helper
` [PATCH v2 06/10] powerpc/fsl_booke/32: implement KASLR infrastructure
` [PATCH v2 07/10] powerpc/fsl_booke/32: randomize the kernel image offset
` [PATCH v2 08/10] powerpc/fsl_booke/kaslr: clear the original kernel if randomized
` [PATCH v2 09/10] powerpc/fsl_booke/kaslr: support nokaslr cmdline parameter
` [PATCH v2 10/10] powerpc/fsl_booke/kaslr: dump out kernel offset information on panic

[PATCH v2 1/5] powerpc/powernv: Move SCOM access code into powernv platform
 2019-07-31  1:45 UTC  (5+ messages)
` [PATCH v2 5/5] powerpc/configs: Disable SCOM_DEBUGFS in powernv_defconfig

[PATCH v2] powerpc/powernv: Restrict OPAL symbol map to only be readable by root
 2019-07-31  1:44 UTC  (2+ messages)

[PATCH] scsi: ibmvfc: Mark expected switch fall-throughs
 2019-07-31  1:41 UTC  (3+ messages)

[PATCH v2] powerpc: Wire up clone3 syscall
 2019-07-30 22:50 UTC  (2+ messages)

[PATCH v3] powerpc/nvdimm: Pick nearby online node if the device node is not online
 2019-07-30 22:50 UTC  (2+ messages)

[PATCH] powerpc/kvm: Fall through switch case explicitly
 2019-07-30 22:50 UTC  (9+ messages)

[PATCH] powerpc: Support CMDLINE_EXTEND
 2019-07-30 21:10 UTC  (3+ messages)

[PATCH] drivers/macintosh/smu.c: Mark expected switch fall-through
 2019-07-30 20:37 UTC  (6+ messages)

[PATCH v5 14/29] compat_ioctl: use correct compat_ptr() translation in drivers
 2019-07-30 19:55 UTC 

[PATCH] powerpc: workaround clang codegen bug in dcbz
 2019-07-30 19:35 UTC  (16+ messages)

[Bug 204371] BUG kmalloc-4k (Tainted: G W ): Object padding overwritten
 2019-07-30 18:52 UTC  (2+ messages)

[PATCH v2 0/5] PCI: Convert pci_resource_to_user() to a weak function
 2019-07-30 18:25 UTC  (4+ messages)
` [PATCH v2 1/5] PCI: Convert pci_resource_to_user "
` [PATCH v2 4/5] powerpc/PCI: Remove HAVE_ARCH_PCI_RESOURCE_TO_USER

[PATCH v2 0/5] mm: Enable CONFIG_NODES_SPAN_OTHER_NODES by default for NUMA
 2019-07-30 17:31 UTC  (9+ messages)

[PATCH] powerpc/spe: Mark expected switch fall-throughs
 2019-07-30 14:19 UTC 

[PATCH v5 0/4] powerpc/papr_scm: Workaround for failure of drc bind after kexec
 2019-07-30 12:06 UTC  (9+ messages)
` [DOC][PATCH v5 1/4] powerpc: Document some HCalls for Storage Class Memory
` [PATCH v5 2/4] powerpc/pseries: Update SCM hcall op-codes in hvcall.h

[PATCH] powerpc/kmcent2: update the ethernet devices' phy properties
 2019-07-30  9:44 UTC  (5+ messages)

remove default fallbacks in dma_map_ops
 2019-07-30  6:26 UTC  (4+ messages)
` [PATCH 4/5] dma-mapping: provide a better default ->get_required_mask

CVE-2019-13648: Linux kernel: powerpc: kernel crash in TM handling triggerable by any local user
 2019-07-30  5:01 UTC 

[PATCH 107/107] perf vendor events power9: Added missing event descriptions
 2019-07-30  2:56 UTC 

[PATCH v2] Fix typo reigster to register
 2019-07-30  2:42 UTC 

[RFC PATCH 00/10] implement KASLR for powerpc/fsl_booke/32
 2019-07-30  0:47 UTC  (31+ messages)
` [RFC PATCH 01/10] powerpc: unify definition of M_IF_NEEDED
` [RFC PATCH 02/10] powerpc: move memstart_addr and kernstart_addr to init-common.c
` [RFC PATCH 03/10] powerpc: introduce kimage_vaddr to store the kernel base
` [RFC PATCH 04/10] powerpc/fsl_booke/32: introduce create_tlb_entry() helper
` [RFC PATCH 05/10] powerpc/fsl_booke/32: introduce reloc_kernel_entry() helper
` [RFC PATCH 06/10] powerpc/fsl_booke/32: implement KASLR infrastructure
` [RFC PATCH 07/10] powerpc/fsl_booke/32: randomize the kernel image offset
` [RFC PATCH 08/10] powerpc/fsl_booke/kaslr: clear the original kernel if randomized
` [RFC PATCH 09/10] powerpc/fsl_booke/kaslr: support nokaslr cmdline parameter
` [RFC PATCH 10/10] powerpc/fsl_booke/kaslr: dump out kernel offset information on panic

[PATCH v2] powerpc: slightly improve cache helpers
 2019-07-29 20:28 UTC  (13+ messages)

[PATCH 00/18] powerpc/64s/exception: cleanup and gas macroify, round 2
 2019-07-29 14:12 UTC  (19+ messages)
` [PATCH 01/18] powerpc/64s/exception: Fix DAR load for handle_page_fault error case
` [PATCH 02/18] powerpc/64s/exception: move head-64.h exception code to exception-64s.S
` [PATCH 03/18] powerpc/64s/exception: Add EXC_HV_OR_STD, for HSRR if HV=1 else SRR
` [PATCH 04/18] powerpc/64s/exception: Fix performance monitor virt handler
` [PATCH 05/18] powerpc/64s/exception: remove 0xb00 handler
` [PATCH 06/18] powerpc/64s/exception: Replace PROLOG macros and EXC helpers with a gas macro
` [PATCH 07/18] powerpc/64s/exception: remove EXCEPTION_PROLOG_0/1, rename _2
` [PATCH 08/18] powerpc/64s/exception: Add the virt variant of the denorm interrupt handler
` [PATCH 09/18] powerpc/64s/exception: INT_HANDLER support HDAR/HDSISR and use it in HDSI
` [PATCH 10/18] powerpc/64s/exception: Add INT_KVM_HANDLER gas macro
` [PATCH 11/18] powerpc/64s/exception: KVM_HANDLER reorder arguments to match other macros
` [PATCH 12/18] powerpc/64s/exception: Merge EXCEPTION_PROLOG_COMMON_2/3
` [PATCH 13/18] powerpc/64s/exception: Add INT_COMMON gas macro to generate common exception code
` [PATCH 14/18] powerpc/64s/exception: Expand EXCEPTION_COMMON macro into caller
` [PATCH 15/18] powerpc/64s/exception: Expand EXCEPTION_PROLOG_COMMON_1 and 2 "
` [PATCH 16/18] powerpc/64s/exception: INT_COMMON add DIR, DSISR, reconcile options
` [PATCH 17/18] powerpc/64s/exception: move interrupt entry code above the common handler
` [PATCH 18/18] powerpc/64s/exception: program check handler do not branch into a macro

[PATCH] powerpc: Use nid as fallback for chip_id
 2019-07-29 12:41 UTC  (2+ messages)

[PATCH v2] powerpc/imc: Dont create debugfs files for cpu-less nodes
 2019-07-29 12:36 UTC  (5+ messages)

[PATCH 1/5] powerpc/64s/radix: Fix memory hotplug section page table creation
 2019-07-29 11:57 UTC  (3+ messages)
` [PATCH 4/5] powerpc/64: Add VIRTUAL_BUG_ON checks for __va and __pa addresses

[PATCH 0/5] PCI: Convert pci_resource_to_user() to a weak function
 2019-07-29 10:06 UTC  (6+ messages)
` [PATCH 1/5] PCI: Convert pci_resource_to_user "
  ` [EXTERNAL][PATCH "
` [PATCH 4/5] powerpc/PCI: Remove HAVE_ARCH_PCI_RESOURCE_TO_USER

[PATCH] Fix typo reigster to register
 2019-07-29  9:38 UTC  (2+ messages)

[RFC PATCH v2] powerpc/xmon: restrict when kernel is locked down
 2019-07-29  7:00 UTC  (6+ messages)

[v6 0/6] powerpc: implement machine check safe memcpy
 2019-07-29  4:00 UTC  (7+ messages)
` [v6 1/6] powerpc/mce: Make machine_check_ue_event() static
` [v6 2/6] powerpc/mce: Fix MCE handling for huge pages
` [v6 3/6] extable: Add function to search only kernel exception table
` [v6 4/6] powerpc/memcpy: Add memcpy_mcsafe for pmem
` [v6 5/6] powerpc/mce: Handle UE event for memcpy_mcsafe
` [v6 6/6] powerpc: add machine check safe copy_to_user

[PATCH v11 0/8] namei: openat2(2) path resolution restrictions
 2019-07-28  1:02 UTC  (9+ messages)
` [PATCH v11 1/8] namei: obey trailing magic-link DAC permissions
` [PATCH v11 2/8] procfs: switch magic-link modes to be more sane
` [PATCH v11 3/8] open: O_EMPTYPATH: procfs-less file descriptor re-opening
` [PATCH v11 4/8] namei: O_BENEATH-style path resolution flags
` [PATCH v11 5/8] namei: LOOKUP_IN_ROOT: chroot-like path resolution
` [PATCH v11 6/8] namei: aggressively check for nd->root escape on ".." resolution
` [PATCH v11 7/8] open: openat2(2) syscall
` [PATCH v11 8/8] selftests: add openat2(2) selftests

[Bug 200055] WARNING: CPU: 0 PID: 1 at kernel/locking/lockdep.c:3214 .__lockdep_init_map+0x260/0x270
 2019-07-27 23:00 UTC  (3+ messages)

[PATCH -next 00/34] ASoC: use devm_platform_ioremap_resource() to simplify code
 2019-07-27 15:07 UTC  (28+ messages)
` [PATCH -next 08/34] ASoC: fsl_audmix: "
` [PATCH -next 09/34] ASoC: bcm2835-i2s: "
` [PATCH -next 10/34] ASoC: sirf: "
` [PATCH -next 11/34] ASoC: mxs-saif: "
` [PATCH -next 12/34] ASoC: spear: "
` [PATCH -next 13/34] ASoC: kirkwood-i2s: "
` [PATCH -next 14/34] ASoC: xtfpga-i2s: "
` [PATCH -next 15/34] ASoC: stm32: sai: "
` [PATCH -next 16/34] ASoC: codecs: msm8916-wcd: "
` [PATCH -next 17/34] ASoC: codecs: jz4725b: "
` [PATCH -next 18/34] ASoC: mmp-sspa: "
` [PATCH -next 19/34] ASoC: jz4740: "
` [PATCH -next 20/34] ASoC: inno_rk3036: "
` [PATCH -next 21/34] ASoC: uniphier: evea: "
` [PATCH -next 22/34] ASoC: uniphier: aio-dma: "
` [PATCH -next 23/34] ASoC: psc-ac97: "
` [PATCH -next 24/34] ASoC: au1x: psc-i2s: "
` [PATCH -next 25/34] ASoC: meson: g12a-tohdmitx: "
` [PATCH -next 26/34] ASoC: meson: axg-tdm-formatter: "
` [PATCH -next 27/34] ASoC: meson: axg-pdm: "
` [PATCH -next 28/34] ASoC: meson: axg-spdifin: "
` [PATCH -next 29/34] ASoC: meson: axg-spdifout: "
` [PATCH -next 30/34] ASoC: meson: axg-fifo: "
` [PATCH -next 31/34] ASoC: xlnx: "
` [PATCH -next 32/34] ASoC: sun8i-codec-analog: "
` [PATCH -next 33/34] ASoC: sunxi: sun50i-codec-analog: "
` [PATCH -next 34/34] ASoC: sun8i-codec: "


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