linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-06-30 14:35:53 to 2016-07-05 05:32:33 UTC [more...]

[PATCH v2 00/41] Reorganize setup code and merge 32 and 64-bit setup_arch()
 2016-07-05  5:17 UTC  (35+ messages)
` [PATCH 01/41] dt: Add of_device_compatible_match()
` [PATCH 02/41] drm: Fix broken use of _PAGE_NO_CACHE on powerpc
` [PATCH 03/41] powerpc/prom_init: PTRRELOC is not needed
` [PATCH 04/41] powerpc: Make PTRRELOC() 32-bit only
` [PATCH 05/41] powerpc: Factor do_feature_fixup calls
` [PATCH 06/41] powerpc: Move 64-bit feature fixup earlier
` [PATCH 07/41] powerpc: Move 64-bit memory reserves to setup_arch()
` [PATCH 08/41] powerpc: Move epapr_paravirt_early_init() to early_init_devtree()
` [PATCH 09/41] powerpc: Update obsolete comments in setup_32.c about entry conditions
` [PATCH 10/41] powerpc: Add comment explaining the purpose of setup_kdump_trampoline()
` [PATCH 13/41] powerpc: Put exception configuration in a common place
` [PATCH 14/41] powerpc/pmac: Remove early allocation of the SMU command buffer
` [PATCH 15/41] powerpc/64: Move MMU backend selection out of platform code
` [PATCH 16/41] powerpc/pasemi: Remove IOBMAP allocation from platform probe()
` [PATCH 17/41] powerpc/mm/hash: Don't use machine_is() early during boot
` [PATCH 18/41] powerpc/rtas: Don't test for machine type in rtas_initialize()
` [PATCH 19/41] powerpc: Don't test for machine type in smp_setup_cpu_maps()
` [PATCH 20/41] powerpc/mm/hash64: Don't test for machine type to detect HEA special case
` [PATCH 21/41] powerpc/pmac: Remove spurrious machine type test
` [PATCH 23/41] powerpc: Ensure that ppc_md is empty before probing for machine type
` [PATCH 24/41] powerpc: Move 64-bit probe_machine() to later in the boot process
` [PATCH 25/41] powerpc/cell: Don't use flat device-tree after boot
` [PATCH 26/41] powerpc/85xx/ge_imp3a: Don't use the "
` [PATCH 27/41] powerpc/85xx/mpc85xx_ds: "
` [PATCH 28/41] powerpc/85xx/mpc85xx_rdb: "
` [PATCH 29/41] powerpc: Move 32-bit probe() machine to later in the boot process
` [PATCH 30/41] powerpc: Get rid of ppc_md.init_early()
` [PATCH 31/41] powerpc/64: Move the boot time info banner to a separate function
` [PATCH 32/41] powerpc/64: Move setting of {i, d}cache_bsize to initialize_cache_info()
` [PATCH 33/41] powerpc/64: Move the content of setup_system() to setup_arch()
` [PATCH 34/41] powerpc/32: Move cache info inits to a separate function
` [PATCH 35/41] powerpc: Re-order the call to smp_setup_cpu_maps()
` [PATCH 36/41] powerpc: Re-order setup_panic()

[PATCH 2/2] tty/hvc: Use opal irqchip interface if available
 2016-07-05  5:31 UTC  (2+ messages)
` [2/2] "

[PATCH 2/2] spapr: Better handling of ibm,pa-features TM bit
 2016-07-05  5:19 UTC  (5+ messages)
` [PATCH 0/3] Rework spapr: Better handling of ibm, pa-features "
  ` [PATCH 1/3] spapr: Disable ibm, pa-features HTM bit
  ` [PATCH 2/3] Add KVM_CAP_PPC_HTM to linux/kvm.h
  ` [PATCH 3/3] spapr: Set ibm, pa-features HTM from KVM_CAP_PPC_HTM

[v2,1/2] refactor code parsing size based on memory range
 2016-07-05  5:18 UTC  (3+ messages)

[PATCH] powerpc/pci: Fix build with PCI_IOV=y and EEH=n
 2016-07-05  5:16 UTC  (3+ messages)

[PATCH 36/41] powerpc: Re-order setup_panic()
 2016-07-05  5:07 UTC  (6+ messages)
` [PATCH 37/41] powerpc/64: Make a few boot functions __init
` [PATCH 38/41] powerpc: Merge 32-bit and 64-bit setup_arch()
` [PATCH 39/41] powerpc/mm: Fix build of Book3E/64 with 64K pages
` [PATCH 40/41] powerpc/pci: Fix build of Book3E/64 without EEH
` [PATCH 41/41] powerpc: Fix build with CONFIG_MEMORY_HOTPLUG on some configs

[PATCH 1/2] qe/ic: move qe_ic_init from platforms to irqchip
 2016-07-05  3:51 UTC  (4+ messages)
` [PATCH 2/2] qe/ic: refactor qe_ic to simplify

[PATCH v2] cxl: Refine slice error debug messages
 2016-07-05  4:06 UTC  (4+ messages)

[PATCH 1/6] powerpc/perf: factor out power8 pmu macros and defines
 2016-07-05  4:05 UTC  (4+ messages)
` [PATCH 5/6] powerpc/perf: Power9 PMU support

[PATCH] powerpc: fix oops in pcibios_release_device() after pcibios_free_controller()
 2016-07-05  2:55 UTC  (2+ messages)

powerpc / cxl: Add support for the Mellanox CX4 in cxl mode
 2016-07-05  2:10 UTC  (18+ messages)
` [PATCH 01/14] powerpc/powernv: Split cxl code out into a separate file
` [PATCH 02/14] cxl: Add cxl_slot_is_supported API
` [PATCH 03/14] cxl: Enable bus mastering for devices using CAPP DMA mode
` [PATCH 04/14] cxl: Move cxl_afu_get / cxl_afu_put to base
` [PATCH 05/14] cxl: Allow a default context to be associated with an external pci_dev
` [PATCH 06/14] powerpc/powernv: Add support for the cxl kernel api on the real phb
` [PATCH 07/14] cxl: Add support for using the kernel API with a real PHB
` [PATCH 08/14] cxl: Add kernel APIs to get & set the max irqs per context
` [PATCH 09/14] cxl: Add preliminary workaround for CX4 interrupt limitation
` [PATCH 10/14] cxl: Add support for interrupts on the Mellanox CX4
` [PATCH 11/14] cxl: Workaround PE=0 hardware limitation in "
` [PATCH 12/14] PCI/hotplug: pnv_php: export symbols and move struct types needed by cxl
` [PATCH 13/14] PCI/hotplug: pnv_php: handle OPAL_PCI_SLOT_OFFLINE power state
` [PATCH 14/14] cxl: Add cxl_check_and_switch_mode() API to switch bi-modal cards

[PATCH V2] powerpc/mm: Add validation for platform reserved memory ranges
 2016-07-05  1:55 UTC  (2+ messages)

[PATCH v2] powerpc/mm: Add a parameter to disable 1TB segs
 2016-07-05  1:43 UTC 

[PATCH v3 0/4] perf annotate: Enable cross arch annotate
 2016-07-05  1:28 UTC  (7+ messages)
` [PATCH v3 3/4] perf annotate: add powerpc support

[RFC] arm64: kexec_file_load support
 2016-07-05  1:25 UTC  (4+ messages)

[PATCH v3 0/9] kexec_file_load implementation for PowerPC
 2016-07-05  0:55 UTC  (19+ messages)
` [PATCH v3 2/9] kexec_file: Generalize kexec_add_buffer
` [PATCH v3 3/9] kexec_file: Factor out kexec_locate_mem_hole from kexec_add_buffer

[PATCH] powerpc/mm: Add a parameter to disable 1TB segs
 2016-07-05  0:53 UTC  (5+ messages)
`  "

[PATCH] perf/core: Fix the mask in perf_output_sample_regs
 2016-07-04 22:41 UTC  (3+ messages)

[PATCH][v2] driver/memory: Update dependency of IFC for Layerscape
 2016-07-04  9:53 UTC  (3+ messages)

[PATCH] cxl: remove dead Kconfig options
 2016-07-04 13:16 UTC  (2+ messages)

[PATCH v5] cpuidle: Fix last_residency division
 2016-07-04 12:20 UTC  (4+ messages)

[PATCH 1/6] powerpc/kvm: Clarify __user annotations
 2016-07-04 10:20 UTC  (13+ messages)
` [PATCH 2/6] powerpc/kernel: Drop annotation for generic, unannotated function
` [PATCH 3/6] powerpc/xics: Fully qualify cast to silence sparse
` [PATCH 4/6] powerpc/kernel: Clean up some sparse warnings
` [PATCH 5/6] powerpc/sparse: Pass endianness to sparse
` [PATCH 6/6] powerpc/sparse: Make ppc_md.{halt, restart} __noreturn

[PATCH] powerpc/opal: Wake up kopald polling thread before waiting for events
 2016-07-04  9:45 UTC  (4+ messages)
`  "

[PATCH v2 RFC] pasemi: Fix boot failure on 4.7-rc1
 2016-07-04  6:58 UTC  (5+ messages)
  `  "
` [v2,RFC] "

[PATCH 1/2] powerpc: define FUNC_START/FUNC_END
 2016-07-04  5:57 UTC  (4+ messages)
` [PATCH 2/2] crypto: powerpc: Add POWER8 optimised crc32c

device tree passing feature
 2016-07-04  3:26 UTC  (2+ messages)

[PATCH v2] cxl: Ignore CAPI adapters misplaced in switched slots
 2016-07-04  1:51 UTC  (3+ messages)

[PATCH] cxl: make base more explicitly non-modular
 2016-07-04  1:49 UTC  (2+ messages)

[PATCH v7] powerpc/pci: Assign fixed PHB number based on device-tree properties
 2016-07-03  5:47 UTC  (2+ messages)

[GIT PULL] Please pull powerpc/linux.git powerpc-4.7-5 tag
 2016-07-02 23:38 UTC 

Linux 4.7: Reported regressions as of Saturday, 2016-07-02
 2016-07-02 19:47 UTC 

[PATCH v3 0/7] PCI: Add support for enforcing all MMIO BARs not to share PAGE_SIZE
 2016-07-02  0:37 UTC  (20+ messages)
` [PATCH v3 1/7] PCI: Ignore enforced alignment when kernel uses existing firmware setup
` [PATCH v3 2/7] PCI: Ignore enforced alignment to VF BARs
` [PATCH v3 3/7] PCI: Do not disable memory decoding in pci_reassigndev_resource_alignment()
` [PATCH v3 4/7] PCI: Add a new option for resource_alignment to reassign alignment
` [PATCH v3 5/7] PCI: Do not use IORESOURCE_STARTALIGN to identify bridge resources

[PATCH v3 1/2] clk: Add consumer APIs for discovering possible parent clocks
 2016-07-01 20:57 UTC  (7+ messages)

[PATCH v4] cpuidle: Fix last_residency division
 2016-07-01 14:16 UTC  (8+ messages)

linux-next: build failure after merge of the powerpc tree
 2016-07-01  8:59 UTC  (2+ messages)

[PATCH] cxl: Ignore CAPI adapters misplaced in switched slots
 2016-07-01  8:53 UTC  (3+ messages)

[PATCH 1/2] cxl: Fix bug where AFU disable operation had no effect
 2016-07-01  8:09 UTC  (7+ messages)
` [PATCH v2] "

[PATCH v6] powerpc/timer - large decrementer support
 2016-07-01  6:20 UTC 

[PATCH][V2] powerpc/fadump: trivial fix of spelling mistake, clean up message
 2016-07-01  2:31 UTC  (2+ messages)
` [PATCH] powerpc/fadump: Fix compile error due to missing semicolon

[PATCH v2 00/12] gendisk: Generate uevent after attribute available
 2016-07-01  1:29 UTC  (11+ messages)
` [PATCH v2 04/12] axonrom: "
` [PATCH v2 05/12] aoeblk: "

[PATCH] linuxppc/devtree: Parse new DRC mem/cpu/dev device tree elements
 2016-06-30 21:44 UTC 

[PATCH 0/2] powerpc/pseries: Implemented indexed-count hotplug memory management
 2016-06-30 19:24 UTC  (3+ messages)
` [PATCH 1/2] powerpc/pseries: Implemented indexed-count hotplug memory add
` [PATCH 2/2] powerpc/pseries: Implemented indexed-count hotplug memory remove

[PATCH] cpuidle: Fix last_residency division
 2016-06-30 15:28 UTC  (3+ messages)

[PATCH v3] powerpc/boot: Add OPAL console to epapr wrappers
 2016-06-30 14:34 UTC 


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