linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-08-24 17:14:20 to 2016-08-30 17:45:33 UTC [more...]

[PATCH v7 00/13] kexec_file_load implementation for PowerPC
 2016-08-30 17:44 UTC  (13+ messages)
` [PATCH v7 01/13] kexec_file: Allow arch-specific memory walking for kexec_add_buffer
` [PATCH v7 02/13] kexec_file: Change kexec_add_buffer to take kexec_buf as argument
` [PATCH v7 03/13] kexec_file: Factor out kexec_locate_mem_hole from kexec_add_buffer
` [PATCH v7 04/13] powerpc: Change places using CONFIG_KEXEC to use CONFIG_KEXEC_CORE instead
` [PATCH v7 05/13] powerpc: Factor out relocation code from module_64.c to elf_util_64.c
` [PATCH v7 07/13] powerpc: Adapt elf64_apply_relocate_add for kexec_file_load
` [PATCH v7 08/13] powerpc: Add functions to read ELF files of any endianness
` [PATCH v7 09/13] powerpc: Implement kexec_file_load
` [PATCH v7 10/13] powerpc: Add code to work with device trees in kexec_file_load
` [PATCH v7 11/13] powerpc: Add support for loading ELF kernels with kexec_file_load
` [PATCH v7 12/13] powerpc: Add purgatory for kexec_file_load implementation
` [PATCH v7 13/13] powerpc: Enable CONFIG_KEXEC_FILE in powerpc server defconfigs

[PATCH v4 0/5] kexec_file: Add buffer hand-over for the next kernel
 2016-08-30 17:45 UTC  (6+ messages)
` [PATCH v4 1/5] kexec_file: Add buffer hand-over support "
` [PATCH v4 2/5] powerpc: "
` [PATCH v4 3/5] kexec_file: Allow skipping checksum calculation for some segments
` [PATCH v4 4/5] kexec_file: Add mechanism to update kexec segments
` [PATCH v4 5/5] IMA: Demonstration code for kexec buffer passing

[PATCH] ps3: Remove deprecated create_singlethread_workqueue
 2016-08-30 17:14 UTC 

[PATCH 00/13] Add support for perf_arch_regs
 2016-08-30 16:11 UTC  (19+ messages)
` [PATCH 01/13] perf/core: Add perf_arch_regs and mask to perf_regs structure
` [PATCH 02/13] perf/core: Extend perf_sample_regs_intr() to include perf_arch_regs update
` [PATCH 03/13] perf/core: Update perf_*_sample() to include perf_arch_regs
` [PATCH 04/13] perf/core: Extend perf_output_sample_regs() "
` [PATCH 05/13] powerpc/perf: Define enums for perf_arch_regs registers
` [PATCH 06/13] powerpc/perf: Add support for perf_arch_regs in powerpc
` [PATCH 07/13] powerpc/perf: Add support for perf_arch_regs for Power7 processor
` [PATCH 08/13] powerpc/perf: Add support for perf_arch_regs for newer Power processor
` [PATCH 09/13] powerpc/perf: Add support for perf_arch_regs for PPC970 processor
` [PATCH 10/13] tool/perf: Add support for perf_arch_regs
` [PATCH 11/13] tools/perf: Fix the mask in regs_dump__printf and print_sample_iregs
` [PATCH 12/13] tool/perf: Add perf_arch_reg mask and arch_reg_names structure
` [PATCH 13/13] powerpc/perf: Add support to dump only arch_regs

[PATCH 07/34] mm, vmscan: make kswapd reclaim in terms of nodes
 2016-08-30 15:00 UTC  (4+ messages)

[PATCH 0/2] Support non-ssi cpu-dai for sgtl5000
 2016-08-30 12:31 UTC  (2+ messages)

Setting some clocks back to DUMMY fixes spdif output on imx6q wandboard rev B1
 2016-08-30 11:14 UTC  (3+ messages)

XZ compressed zImage support
 2016-08-30  8:10 UTC  (7+ messages)
` [PATCH 1/6] powerpc/boot: add sed script
` [PATCH 2/6] powerpc/boot: Use CONFIG_KERNEL_GZIP
` [PATCH 3/6] powerpc/boot: use the preboot decompression API
` [PATCH 4/6] powerpc/boot: remove legacy gzip wrapper
` [PATCH 5/6] powerpc/boot: add xz support to the wrapper script
` [PATCH 6/6] powerpc/boot: Add support for XZ compression

[PATCH] hwrng: pasemi_rng.c: Migrate to managed API
 2016-08-30  7:16 UTC  (5+ messages)
    `  "

[PATCH] cxl: use pcibios_free_controller_deferred() when removing vPHBs
 2016-08-30  2:36 UTC  (3+ messages)

[PATCH v3 0/3] Account reserved memory when allocating system hash
 2016-08-29 23:08 UTC  (6+ messages)
` [PATCH v3 1/3] mm: Introduce arch_reserved_kernel_pages()
` [PATCH v3 2/3] mm/memblock: Expose total reserved memory
` [PATCH v3 3/3] powerpc: Implement arch_reserved_kernel_pages

[GIT PULL] Please pull powerpc/linux.git powerpc-4.8-4 tag
 2016-08-29 22:08 UTC  (3+ messages)

[PATCH kernel 00/15] powerpc/kvm/vfio: Enable in-kernel acceleration
 2016-08-29 13:27 UTC  (13+ messages)
` [PATCH kernel 14/15] vfio/spapr_tce: Export container API for external users

[PATCH V2 1/2] mm/page_alloc: Replace set_dma_reserve to set_memory_reserve
 2016-08-29 13:12 UTC  (4+ messages)
` [PATCH V2 2/2] fadump: Register the memory reserved by fadump

[PATCH 0/6] KVM: PPC: e500: Fine-tuning for two function implementations
 2016-08-29 11:13 UTC  (16+ messages)
  ` [PATCH 1/6] KVM: PPC: e500: Use kmalloc_array() in kvm_vcpu_ioctl_config_tlb()
  ` [PATCH 2/6] KVM: PPC: e500: Less function calls in kvm_vcpu_ioctl_config_tlb() after error detection
  ` [PATCH 3/6] KVM: PPC: e500: Delete an unnecessary initialisation in kvm_vcpu_ioctl_config_tlb()
  ` [PATCH 4/6] KVM: PPC: e500: Replace kzalloc() calls by kcalloc() in two functions
  ` [PATCH 5/6] KVM: PPC: e500: Use kmalloc_array() in kvmppc_e500_tlb_init()
  ` [PATCH 6/6] KVM: PPC: e500: Rename jump labels "
` [PATCH 0/5] PowerPC: Fine-tuning for three function implementations
  ` [PATCH 1/5] powerpc-mpic: Use kmalloc_array() in mpic_init()
  ` [PATCH 2/5] powerpc-MSI: Use kmalloc_array() in ppc4xx_setup_msi_irqs()
  ` [PATCH 3/5] powerpc-MSI-HSTA: Use kmalloc_array() in hsta_msi_probe()
  ` [PATCH 4/5] powerpc-MSI-HSTA: Rename jump labels "
  ` [PATCH 5/5] powerpc-MSI-HSTA: Move three assignments "

[PATCH] powerpc: Use kmalloc_array() in grow()
 2016-08-29  6:00 UTC 

[RFC PATCH v4 00/12] powerpc: "paca->soft_enabled" based local atomic operation implementation
 2016-08-29  5:58 UTC  (17+ messages)
` [RFC PATCH v4 01/12] powerpc: Add #defs for paca->soft_enabled flags
` [RFC PATCH v4 02/12] powerpc: Cleanup to use IRQ_DISABLE_MASK_* macros for paca->soft_enabled update
` [RFC PATCH v4 03/12] powerpc: move set_soft_enabled()
` [RFC PATCH v4 04/12] powerpc: Use set_soft_enabled api to update paca->soft_enabled
` [RFC PATCH v4 05/12] powerpc: reverse the soft_enable logic
` [RFC PATCH v4 06/12] powerpc: Avoid using EXCEPTION_PROLOG_1 macro in MASKABLE_*
` [RFC PATCH v4 07/12] powerpc: Add new _EXCEPTION_PROLOG_1 macro
` [RFC PATCH v4 08/12] powerpc: Introduce new mask bit for soft_enabled
` [RFC PATCH v4 09/12] powerpc: Add "bitmask" paramater to MASKABLE_* macros
` [RFC PATCH v4 10/12] powerpc: Add support to mask perf interrupts and replay
` [RFC PATCH v4 11/12] powerpc: Add a Kconfig and a function to set new soft_enabled mask
` [RFC PATCH v4 12/12] powerpc: rewrite local_t using soft_irq

[PATCH] wan/fsl_ucc_hdlc: fix spelling mistake "prameter" -> "parameter"
 2016-08-29  3:42 UTC  (2+ messages)

[PATCH] net: ucc_geth: fix spelling mistake "propperty" -> "property"
 2016-08-29  3:42 UTC  (2+ messages)

Linux 4.8: Reported regressions as of Sunday, 2016-08-28
 2016-08-28 17:02 UTC  (2+ messages)

[PATCH] powerpc/ps3: fix spelling mistake in function name
 2016-08-28 10:59 UTC 

[PATCH v3 0/5] kexec_file: Add buffer hand-over for the next kernel
 2016-08-28  3:59 UTC  (9+ messages)
` [PATCH v3 1/5] kexec_file: Add buffer hand-over support "
` [PATCH v3 2/5] powerpc: "
` [PATCH v3 3/5] kexec_file: Allow skipping checksum calculation for some segments
` [PATCH v3 4/5] kexec_file: Add mechanism to update kexec segments
` [PATCH v3 5/5] IMA: Demonstration code for kexec buffer passing

[PATCH 0/5] ppc32: use the default of_platform_default_populate_init() for 83xx boards
 2016-08-27  7:40 UTC  (4+ messages)
` [PATCH 3/5] of/platform: introduce a generic way to declare a platform bus

[PATCH v6 0/7] perf: Cross arch annotate + few miscellaneous fixes
 2016-08-27  0:40 UTC  (8+ messages)
` [PATCH v6 2/7] perf annotate: Add cross arch annotate support
          ` [PATCH] perf annotate: cross arch annotate support fixes for ARM

[PATCH 0/3] powerpc/pseries: Manage single copy of ibm, dynamic-memory
 2016-08-26 21:04 UTC  (4+ messages)
` [PATCH 1/3] powerpc/pseries: maintain single copy of ibm, dynamic-memory property
` [PATCH 2/3] powerpc/pseries: Remove no longer needed rtas_hp_event flag
` [PATCH 3/3] powerpc/pseries: Add bitmap to track updated LMBs

[PATCH] powerpc/32: fix again csum_partial_copy_generic()
 2016-08-26 14:45 UTC 

Suspected regression?
 2016-08-26 14:20 UTC  (9+ messages)

[PATCH] powerpc/fsl_pci: Size upper inbound window based on RAM size
 2016-08-26  7:05 UTC  (2+ messages)

[PATCH 00/44] usb: don't print on ENOMEM
 2016-08-26  6:27 UTC  (3+ messages)
` [PATCH 11/44] usb: gadget: udc: fsl_qe_udc: "

[RFC PATCH] powerpc: fsl_pci: fix inbound ATMU entries for systems with >4G RAM
 2016-08-26  6:41 UTC  (5+ messages)

Kernel Oops on 4.8.0-rc3 while running trinity tests
 2016-08-26  6:32 UTC 

linux-next: build warnings after merge of the kbuild tree
 2016-08-26  6:21 UTC  (10+ messages)

[PATCH] powerpc: Clean up tm_abort duplication in hash_utils_64.c
 2016-08-26  3:50 UTC 

[PATCH 0/2] ibmvfc: FC-TAPE Support
 2016-08-26  3:26 UTC  (2+ messages)

[PATCH v3 0/2] powerpc/fadump: support memory range syntax for fadump memory reservation
 2016-08-26  3:22 UTC  (5+ messages)
` [PATCH v3 2/2] powerpc/fadump: parse fadump reserve memory size based on memory range

[RFC PATCH v3 00/12] powerpc: "paca->soft_enabled" based local atomic operation implementation
 2016-08-26  1:31 UTC  (19+ messages)
` [RFC PATCH v3 01/12] powerpc: Add #defs for paca->soft_enabled flags
` [RFC PATCH v3 02/12] powerpc: Cleanup to use IRQ_DISABLE_MASK_* macros for paca->soft_enabled update
` [RFC PATCH v3 03/12] powerpc: move set_soft_enabled()
` [RFC PATCH v3 04/12] powerpc: Use set_soft_enabled api to update paca->soft_enabled
` [RFC PATCH v3 05/12] powerpc: reverse the soft_enable logic
` [RFC PATCH v3 06/12] powerpc: Avoid using EXCEPTION_PROLOG_1 macro in MASKABLE_*
` [RFC PATCH v3 07/12] powerpc: Add new _EXCEPTION_PROLOG_1 macro
` [RFC PATCH v3 08/12] powerpc: Introduce new mask bit for soft_enabled
` [RFC PATCH v3 09/12] powerpc: Add "bitmask" paramater to MASKABLE_* macros
` [RFC PATCH v3 10/12] powerpc: Add support to mask perf interrupts
` [RFC PATCH v3 11/12] powerpc: Support to replay PMIs
` [RFC PATCH v3 12/12] powerpc: rewrite local_t using soft_irq

[PATCH -next] ibmvnic: convert to use simple_open()
 2016-08-25 23:50 UTC  (2+ messages)

[PATCH -next] ibmvnic: fix error return code in ibmvnic_probe()
 2016-08-25 23:41 UTC  (2+ messages)

[PATCH v2 2/5] firmware: annotate thou shalt not request fw on init or probe
 2016-08-25 20:30 UTC  (8+ messages)

[RFCv3 00/17] PAPR HPT resizing, guest & host side
 2016-08-25 17:57 UTC  (3+ messages)

[PATCH] powerpc/powernv/pci: Use kmalloc_array() in two functions
 2016-08-25 17:51 UTC  (2+ messages)

[PATCH] ALSA: snd-aoa: enable sound on PowerBook G4 12"
 2016-08-25 14:49 UTC  (4+ messages)
    ` [alsa-devel] "

[RFC/PATCH 0/2] powernv:cpuidle: Enable winkle idle state
 2016-08-25 14:07 UTC  (7+ messages)
` [RFC/PATCH 1/2] cpuidle: Allow idle-states to be disabled at start

[PATCH] powerpc: Remove suspect CONFIG_PPC_BOOK3E #ifdefs in nohash/64/pgtable.h
 2016-08-25 13:47 UTC  (2+ messages)

PowerPC agpmode issues
 2016-08-25 10:54 UTC  (5+ messages)

[PATCH 1/1] pci: host: pci-layerscape: add missing of_node_put after calling of_parse_phandle
 2016-08-25  9:02 UTC  (3+ messages)

[PATCH] powerpc/ptrace: Fix cppcheck issue in gpr32_set_common/gpr32_get_common
 2016-08-25  1:06 UTC  (4+ messages)

[PATCH 0/3] Optimisation of fs_enet ethernet driver
 2016-08-24 17:14 UTC  (3+ messages)
` [PATCH 3/3] net: fs_enet: make rx_copybreak value configurable


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