linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-02-16 22:39:14 to 2017-02-21 04:51:49 UTC [more...]

[PATCH V3 00/10] powerpc/mm/ppc64: Add 128TB support
 2017-02-21  4:51 UTC  (14+ messages)
` [PATCH V3 01/10] powerpc/mm/slice: Convert slice_mask high slice to a bitmap
` [PATCH V3 02/10] powerpc/mm/slice: Update the function prototype
` [PATCH V3 03/10] powerpc/mm/hash: Move kernel context to the starting of context range
` [PATCH V3 04/10] powerpc/mm/hash: Support 68 bit VA
` [PATCH V3 05/10] powerpc/mm: Move copy_mm_to_paca to paca.c
` [PATCH V3 06/10] powerpc/mm: Remove redundant TASK_SIZE_USER64 checks
` [PATCH V3 07/10] powerpc/mm/slice: Use mm task_size as max value of slice index
` [PATCH V3 08/10] powerpc/mm/hash: Increase VA range to 128TB
` [PATCH V3 09/10] powerpc/mm/slice: Move slice_mask struct definition to slice.c
` [PATCH V3 10/10] powerpc/mm/slice: Update slice mask printing to use bitmap printing

[RFC PATCH 0/7] Machine check handling for Power9 with bacward compatibility
 2017-02-21  4:43 UTC  (12+ messages)
` [RFC PATCH 1/7] powerpc/book3s: Move machine check event structure to opal-api.h
` [RFC PATCH 2/7] powerpc/book3s: mce: Call opal mce handler to extract MCE error reason
` [RFC PATCH 3/7] powerpc/book3s: mce: Process the MCE event and recover if possible
` [RFC PATCH 4/7] powerpc/book3s: Print additional MCE errors introduced in power9
` [RFC PATCH 5/7] powerpc/book3s: Don't turn on the MSR[ME] bit until opal processes the reason
` [RFC PATCH 6/7] powerpc/book3s: Display more info for MCE error console log
` [RFC PATCH 7/7] powerpc/book3s: Display task info for MCE error in user mode

[PATCH 1/2] Introduce add_taint variant that does not print warning
 2017-02-21  4:21 UTC  (2+ messages)
` [PATCH 2/2] powerpc/book3s: mce: Use add_taint_no_warn() in machine_check_early()

[PATCH] cxlflash: Enable PCI device ID for future IBM CXL Flash AFU
 2017-02-21  3:22 UTC  (2+ messages)

[PATCH kernel] powerpc/powernv: Fix it_ops::get() callback to return in cpu endian
 2017-02-21  2:52 UTC  (2+ messages)

next-20170217 boot on POWER8 LPAR : WARNING @kernel/jump_label.c:287
 2017-02-21  3:05 UTC  (3+ messages)

[PATCH kernel] powerpc/powernv/npu: Remove dead iommu code
 2017-02-21  2:40 UTC 

[PATCH kernel] powerpc/powernv/ioda2: Update iommu table base on ownership change
 2017-02-21  2:41 UTC 

[PATCH 0/3] powerpc/xmon: improvements and fixes
 2017-02-21  2:01 UTC  (5+ messages)
` [PATCH v2 1/3] powerpc/xmon: Fix an unexpected xmon on/off state change
` [PATCH 2/3] powerpc/xmon: drop the nobt option from xmon plus minor fixes
` [PATCH v2 3/3] powerpc/xmon: add debugfs entry for xmon

[PATCH v2 0/3] powerpc/xmon: improvements and fixes
 2017-02-21  1:58 UTC  (4+ messages)
` [PATCH v3 1/3] powerpc/xmon: Fix an unexpected xmon on/off state change
` [PATCH 2/3] powerpc/xmon: drop the nobt option from xmon plus minor fixes
` [PATCH v3 3/3] powerpc/xmon: add debugfs entry for xmon

[PATCH] powerpc/pseries: advertise Hot Plug Event support to firmware
 2017-02-21  1:12 UTC 

[PATCH v7 0/4] powerpc/pseries: Implement indexed-count memory hotplug
 2017-02-21  1:02 UTC  (8+ messages)
` [PATCH v7 2/4] powerpc/pseries: Revert 'Auto-online hotplugged memory'
` [PATCH v7 3/4] powerpc/pseries: Implement indexed-count hotplug memory add
  ` [v7, "

[next-20170217] WARN @/arch/powerpc/include/asm/xics.h:124 .icp_hv_eoi+0x40/0x140
 2017-02-20 22:18 UTC  (8+ messages)

[PATCH 0/2] Allow configurable stack size (especially 32k on PPC64)
 2017-02-20 20:24 UTC  (3+ messages)
` [PATCH 1/2] powerpc: Move THREAD_SHIFT config to KConfig
` [PATCH 2/2] powerpc64: Allow for THREAD_SIZE > 16k

[PATCH 0/9] MCE handler for POWER9
 2017-02-20 19:44 UTC  (10+ messages)
` [PATCH 1/9] powerpc/64s: machine check print NIP
` [PATCH 2/9] powerpc/64s: allow machine check handler to set severity and initiator
` [PATCH 3/9] powerpc/64s: clean up machine check recovery flushing
` [PATCH 4/9] powerpc/64s: cope with non-synchronous machine checks
` [PATCH 5/9] powerpc/64s: POWER9 machine check handler
` [PATCH 6/9] powerpc/64s: move POWER machine check defines into mce_power.c
` [PATCH 7/9] powerpc/64s: data driven machine check evaluation
` [PATCH 8/9] powerpc/64s: data driven machine check handling
` [PATCH 9/9] powerpc/64s: POWER8 add missing machine check definitions

[PATCH 00/35] treewide trivial patches converting pr_warning to pr_warn
 2017-02-20 19:06 UTC  (15+ messages)
` [PATCH 06/35] powerpc: Convert remaining uses of "
` [PATCH 21/35] drivers/macintosh: "
` [PATCH 31/35] drivers/tty: "
` [PATCH 35/35] sound/soc: "

[PATCH] powerpc/perf: Handle sdar_mode for marked event in power9
 2017-02-20 13:59 UTC 

[PATCH] powerpc/perf: Fix perf_get_data_addr() for power9 DD1
 2017-02-20 13:56 UTC 

[PATCH V2 1/2] powerpc/powernv/opal-dump : Handles opal_dump_info properly
 2017-02-20 13:22 UTC  (2+ messages)
` [PATCH V2 2/2] powerpc/powernv/opal-dump : Use IRQ_HANDLED instead of numbers in interrupt handler

[PATCH 1/2] powerpc/powernv/opal-dump : Handles opal_dump_info properly
 2017-02-20 13:19 UTC  (6+ messages)
` [PATCH 2/2] powerpc/powernv/opal-dump : Use IRQ_HANDLED instead of numbers in interrupt handler

[PATCH 0/2] powerpc: kretprobe updates
 2017-02-20 11:43 UTC  (8+ messages)
      ` PowerMac G5 Quad Strage lspci

next-20170220 failed to build on PowerPC
 2017-02-20 10:55 UTC 

[PATCH 0/4] PCI: dwc: cleanup designware driver
 2017-02-20  8:32 UTC  (3+ messages)
` [PATCH 2/4] PCI: dwc: dra7xx: Populate cpu_addr_fixup ops

[PATCH] powerpc/mm/hugetlb: Filter out hugepage size not supported by page table layout
 2017-02-20  5:36 UTC  (5+ messages)

[PATCH] powernv/opal: Handle OPAL_WRONG_STATE error from OPAL fails
 2017-02-20  5:03 UTC  (7+ messages)

[PATCH] powerpc/xmon: Fix an unexpected xmon onoff state change
 2017-02-20  4:46 UTC  (8+ messages)

[PATCH v4 00/10] IMC Instrumentation Support
 2017-02-20  3:09 UTC  (11+ messages)
` [PATCH v4 01/10] powerpc/powernv: Data structure and macros definitions
` [PATCH v4 02/10] powerpc/powernv: Autoload IMC device driver module
` [PATCH v4 03/10] powerpc/powernv: Detect supported IMC units and its events
` [PATCH v4 04/10] powerpc/perf: Add event attribute and group to IMC pmus
` [PATCH v4 05/10] powerpc/perf: Generic imc pmu event functions
` [PATCH v4 06/10] powerpc/perf: IMC pmu cpumask and cpu hotplug support
` [PATCH v4 07/10] powerpc/powernv: Core IMC events detection
` [PATCH v4 08/10] powerpc/perf: PMU functions for Core IMC and hotplugging
` [PATCH v4 09/10] powerpc/powernv: Thread IMC events detection
` [PATCH v4 10/10] powerpc/perf: Thread IMC PMU functions

[RFC PATCH 1/9] powerpc/47x: Guard 47x cputable entries with CONFIG_PPC_47x
 2017-02-20  2:34 UTC  (10+ messages)
` [RFC PATCH 2/9] powerpc/44x: Simplify CONFIG_44x checks in Makefile
` [RFC PATCH 3/9] powerpc/44x: Move 44x machine check handlers into platforms/44x
` [RFC PATCH 4/9] powerpc/4xx: Create 4xx pseudo-platform in platforms/4xx
` [RFC PATCH 5/9] powerpc/4xx: Move machine_check_4xx() into platforms/4xx
` [RFC PATCH 6/9] powerpc/traps: Inline get_mc_reason()
` [RFC PATCH 7/9] powerpc/traps: machine_check_generic() is only used on 32-bit
` [RFC PATCH 8/9] powerpc/mce: Move 64-bit machine check code into mce.c
` [RFC PATCH 9/9] powerpc/traps: Use SRR1 defines for program check reasons

[PATCH 1/2] powerpc/mm: Refactor page table allocation
 2017-02-20  2:12 UTC  (2+ messages)
` [PATCH 2/2] powerpc/mm: Enable page table accounting

[PATCH] powerpc/powernv: Make PCI non-optional
 2017-02-19 23:11 UTC  (2+ messages)

[PATCH v2] powerpc: Add POWER9 architected mode to cputable
 2017-02-19 11:33 UTC  (8+ messages)
` [v2] "

[PATCH 1/2] powerpc/mm: Convert slb_finish_load[_1T] to local symbols
 2017-02-19 11:33 UTC  (2+ messages)
` [1/2] "

[PATCH 1/3] pci/hotplug/pnv-php: Remove WARN_ON() in pnv_php_put_slot()
 2017-02-19 11:33 UTC  (2+ messages)
` [1/3] "

[PATCHv3 4/4] MAINTAINERS: Remove powerpc's opal match
 2017-02-19 11:33 UTC  (2+ messages)
` [PATCHv3,4/4] "

[PATCH v7 4/4] powerpc/pseries: Implement indexed-count hotplug memory remove
 2017-02-19 11:33 UTC  (2+ messages)
` [v7, "

[PATCH] powerpc/perf: Avoid FAB_*_MATCH checks for power9
 2017-02-19 11:33 UTC  (2+ messages)
`  "

[PATCH v2 1/6] powerpc/perf: Factor of event_alternative function
 2017-02-19 11:33 UTC  (2+ messages)
` [v2,1/6] "

[PATCH v2] powerpc/mm: Fix typo in set_pte_at()
 2017-02-19 11:33 UTC  (2+ messages)
` [v2] "

[PATCH v2] powerpc/kernel: Remove error message in pcibios_setup_phb_resources()
 2017-02-19 11:33 UTC  (2+ messages)
` [v2] "

[PATCH] powerpc/powernv: Remove unused variable in pnv_pci_sriov_disable()
 2017-02-19 11:33 UTC  (2+ messages)
`  "

[PATCH] powerpc: implement clear_bit_unlock_is_negative_byte()
 2017-02-19 11:33 UTC  (3+ messages)
`  "

[PATCH] powerpc/perf: use is_kernel_addr macro in perf_get_misc_flags()
 2017-02-19 11:33 UTC  (2+ messages)
`  "

[PATCH] cxl: Enable PCI device ID for future IBM CXL adapter
 2017-02-19 10:54 UTC  (2+ messages)

[PATCH V3 0/3] Numabalancing preserve write fix
 2017-02-19 10:25 UTC  (5+ messages)
` [PATCH V3 1/3] mm/autonuma: Let architecture override how the write bit should be stashed in a protnone pte
` [PATCH V3 2/3] mm/ksm: Handle protnone saved writes when making page write protect
` [PATCH V3 3/3] powerpc/mm/autonuma: Switch ppc64 to its own implementeation of saved write

[PATCH] powerpc/mm: Add translation mode information in /proc/cpuinfo
 2017-02-19 10:17 UTC 

[PATCH] powerpc/perf: Add PROBENOP macro for debug
 2017-02-18 19:58 UTC 

[PATCH] tools/testing/selftests/powerpc: remove redundant CFLAGS in Makefile: "-Wall -O2 -Wall" -> "-O2 -Wall"
 2017-02-18 14:25 UTC 

[RFC PATCH] powerpc: Fix dubious r0 usage
 2017-02-18  8:06 UTC  (4+ messages)

Pull request: scottwood/linux.git next
 2017-02-18  8:00 UTC  (3+ messages)

[PATCH] tty: hvc: don't allocate a buffer for console print on stack
 2017-02-17 20:42 UTC 

[PATCH] net/wan: add MODULE_LICENSE for fsl_ucc_hdlc
 2017-02-17 20:20 UTC  (2+ messages)

[PATCHv3 0/4] OPAL patches
 2017-02-17 16:40 UTC  (5+ messages)
` [PATCHv3 4/4] MAINTAINERS: Remove powerpc's opal match

[PATCH] powerpc: booke: fix boot crash due to null hugepd
 2017-02-17 12:37 UTC  (5+ messages)

[GIT PULL] Please pull powerpc/linux.git powerpc-4.10-5 tag
 2017-02-17 12:21 UTC 

[PATCH 0/3] pci/hotplug/pnv-php: More bug fixes
 2017-02-17 11:13 UTC  (6+ messages)

[PATCH 0/3] soc/fsl: various fixes for QE support
 2017-02-17 10:29 UTC  (4+ messages)
` [PATCH 1/3] soc/fsl/qe: round brg_freq to 1kHz granularity
` [PATCH 2/3] soc/fsl/qe: only apply QE_General4 workaround on affected SoCs
` [PATCH 3/3] soc/fsl/qe: add EXPORT_SYMBOL for the 2 qe_tdm functions

[PATCH v5 00/15] livepatch: hybrid consistency model
 2017-02-17  8:55 UTC  (6+ messages)
` [PATCH v5 13/15] livepatch: change to a per-task "

[PATCH] powerpc/mpc52xx: Don't select user-visible RTAS_PROC
 2017-02-17  6:31 UTC 

[PATCH] powerpc/fadump: set an upper limit for boot memory size
 2017-02-17  6:24 UTC  (2+ messages)

[PATCH] powerpc: Detect POWER9 architected mode
 2017-02-17  2:44 UTC  (4+ messages)

linux-next: manual merge of the tip tree with the powerpc tree
 2017-02-17  1:48 UTC 

[PATCH 4/4] powerpc/powernv: handle POWER9 machine checks
 2017-02-17  0:36 UTC  (2+ messages)

[PATCH 3/4] powerpc/powernv: cope with non-synchronous machine checks
 2017-02-17  0:04 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).