linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-04-19 11:07:30 to 2017-04-21 17:28:49 UTC [more...]

[PATCH 1/1] ASoC: fsl_asrc: use dma_transfer_direction enum when calling dmaengine_prep_dma_cyclic
 2017-04-21 17:28 UTC  (2+ messages)
` Applied "ASoC: fsl_asrc_dma: use correct direction enum type" to the asoc tree

[PATCH] hwmon: (ibmpowernv) Add min/max attributes and current sensors
 2017-04-21 12:39 UTC  (3+ messages)

[PATCH v3 0/7] powerpc: a few kprobe fixes and refactoring
 2017-04-21 15:06 UTC  (28+ messages)
` [PATCH v3 1/7] kprobes: convert kprobe_lookup_name() to a function
` [PATCH v3 2/7] powerpc: kprobes: fix handling of function offsets on ABIv2
` [PATCH v3 3/7] kprobes: validate the symbol name length
  ` [PATCH v4 3/7] kprobes: validate the symbol name provided during probe registration
  ` [PATCH v4 4/7] powerpc/kprobes: Use safer string functions in kprobe_lookup_name()
` [PATCH v3 4/7] powerpc: kprobes: use "
` [PATCH v3 5/7] powerpc: kprobes: factor out code to emulate instruction into a helper
` [PATCH v3 6/7] powerpc: kprobes: emulate instructions on kprobe handler re-entry
` [PATCH v3 7/7] powerpc: kprobes: remove duplicate saving of msr

[PATCH] video: console: Remove reference to CONFIG_8xx
 2017-04-21 14:57 UTC  (2+ messages)

Linux 4.11: Reported regressions as of Friday, 2017-04-21
 2017-04-21 14:06 UTC 

[PATCH v2] powerpc/crypto/crct10dif-vpmsum: Fix missing preempt_disable()
 2017-04-21 13:16 UTC  (2+ messages)

[PATCH v2 0/3] powerpc/mm: Fix kernel protection and implement CONFIG_DEBUG_RODATA on PPC32
 2017-04-21 13:32 UTC  (5+ messages)
` [PATCH v2 1/3] powerpc/mm: Ensure change_page_attr() doesn't invalidate pinned TLBs
` [PATCH v2 2/3] powerpc/mm: Fix kernel RAM protection after freeing unused memory on PPC32
` [PATCH v2 3/3] powerpc/mm: Implement CONFIG_DEBUG_RODATA "

[PATCH tip/core/rcu 02/40] rcu: Make arch select smp_mb__after_unlock_lock() strength
 2017-04-21 12:51 UTC  (16+ messages)
  ` powerpc KVM build break in linux-next (was Re: [PATCH tip/core/rcu 40/40] srcu: Parallelize callback handling)

[PATCH v5 0/4] Cleaning printk stuff in NMI context
 2017-04-21 12:06 UTC  (8+ messages)
` [PATCH v5 1/4] printk/nmi: generic solution for safe printk in NMI

[PATCH 0/4] powerpc: Replace some bitops functions by builtin/generic ones
 2017-04-21 11:18 UTC  (5+ messages)
` [PATCH 1/4] powerpc: Discard ffs()/__ffs() function and use builtin functions instead
` [PATCH 2/4] powerpc: Use builtin functions for fls()/__fls()/fls64()
` [PATCH 3/4] powerpc: Replace ffz() by equivalent generic function
` [PATCH 4/4] powerpc: remove __ilog2()s and use generic ones

[PATCH v2] powerpc/mm: Add support for runtime configuration of ASLR limits
 2017-04-21  6:49 UTC  (4+ messages)

[PATCH] powerpc/powernv/pci: Reduce spam when dumping PEST
 2017-04-21  6:10 UTC  (3+ messages)

[PATCH 06/13] powerpc/PCI: Keep resource idx order with bridge register number
 2017-04-21  5:04 UTC  (2+ messages)
` [PATCH 07/13] powerpc/PCI: Add IORESOURCE_MEM_64 for 64-bit resource in OF parsing

[GIT PULL] Please pull powerpc/linux.git powerpc-4.11-8 tag
 2017-04-21  4:51 UTC 

[PATCH] powerpc/64s: Use relon prolog for EXC_VIRT_OOL_MASKABLE_HV handlers
 2017-04-21  4:09 UTC  (2+ messages)
`  "

[PATCH] powerpc/xive: Fix missing check of rc != OPAL_BUSY
 2017-04-21  4:09 UTC  (2+ messages)
`  "

[PATCH v2] powerpc/book3s: mce: Move add_taint() later in virtual mode
 2017-04-21  4:07 UTC  (3+ messages)

[PATCH] of: introduce event tracepoints for dynamic device_node lifecyle
 2017-04-21  1:57 UTC  (25+ messages)

[PATCH v2 1/2] fadump: reduce memory consumption for capture kernel
 2017-04-20 18:49 UTC  (11+ messages)

[PATCH] powerpc/32: Avoid risk of unrecoverable TLBmiss inside entry_32.S
 2017-04-20 15:59 UTC 

linux-next: build failure after merge of the rcu tree
 2017-04-20 14:23 UTC  (2+ messages)

[PATCH 0/2] powerpc: kprobes: blacklist exception vectors
 2017-04-20 12:30 UTC  (6+ messages)
` [PATCH 1/2] powerpc: kprobes: blacklist exception handlers
` [PATCH 2/2] powerpc: kprobes: blacklist exception common handlers

[PATCH] powerpc/32: Move entry_32 functions just after HEAD functions
 2017-04-20 11:43 UTC  (4+ messages)

[PATCH] powerpc/mm: Add support for runtime configuration of ASLR limits
 2017-04-20 11:22 UTC  (5+ messages)
  ` [kernel-hardening] "

[PATCH v6 0/7] perf report: Show branch type
 2017-04-20 12:07 UTC  (9+ messages)
` [PATCH v6 1/7] perf/core: Define the common branch type classification
` [PATCH v6 2/7] perf/x86/intel: Record branch type
` [PATCH v6 3/7] perf record: Create a new option save_type in --branch-filter
` [PATCH v6 4/7] perf report: Refactor the branch info printing code
` [PATCH v6 5/7] perf util: Create branch.c/.h for common branch functions
` [PATCH v6 6/7] perf report: Show branch type statistics for stdio mode
` [PATCH v6 7/7] perf report: Show branch type in callchain entry

[RFC PATCH] powerpc/mm/radix: Optimize tlbiel flush
 2017-04-20  8:23 UTC  (2+ messages)

[PATCH 0/3] powerpc/mm: Fix kernel protection and implement CONFIG_DEBUG_RODATA on PPC32
 2017-04-20  6:04 UTC  (6+ messages)
` [PATCH 3/3] powerpc/mm: Implement "

[PATCH] powerpc/crypto/crct10dif-vpmsum: Fix missing preempt_disable()
 2017-04-20  5:37 UTC  (3+ messages)

[bug report] powerpc/xive: Native exploitation of the XIVE interrupt controller
 2017-04-20  1:28 UTC  (2+ messages)

[PATCH v3 1/2] powerpc/eeh: Avoid use after free in eeh_handle_special_event()
 2017-04-20  1:26 UTC  (8+ messages)
` [PATCH v3 2/2] powerpc/eeh: Clean up and document event handling functions

[PATCH v5 0/7] perf report: Show branch type
 2017-04-20  0:36 UTC  (11+ messages)
` [PATCH v5 4/7] perf report: Refactor the branch info printing code
` [PATCH v5 6/7] perf report: Show branch type statistics for stdio mode
` [PATCH v5 7/7] perf report: Show branch type in callchain entry

[PATCH v3 1/2] powerpc/eeh: Avoid use after free in eeh_handle_special_event()
 2017-04-20  0:35 UTC 

[PATCH v3 00/21] eeprom: at24: Add OF device ID table
 2017-04-20  0:12 UTC  (2+ messages)

[PATCH v3 0/6] powerpc/perf: Export memory hierarchy level
 2017-04-19 22:16 UTC  (7+ messages)
` [PATCH v3 1/6] powerpc/perf: Define big-endian version of perf_mem_data_src
  ` [v3, "

[PATCH] powerpc: POWER9 DD1 remove SAO feature
 2017-04-19 22:04 UTC  (2+ messages)
`  "

[PATCH] powerpc: POWER9 remove ICSWX feature
 2017-04-19 22:04 UTC  (2+ messages)
`  "

[PATCH 1/4] powerpc/64s: Revert setting LPCR LPES0 on POWER9
 2017-04-19 22:04 UTC  (2+ messages)
` [1/4] "

[PATCH V2] powerpc/mm: Update mm context addr limit correctly
 2017-04-19 22:04 UTC  (2+ messages)
` [V2] "

[PATCH] powerpc/64s: Minor fix for MCE TLB flush for radix
 2017-04-19 22:04 UTC  (2+ messages)
`  "

[PATCH] powerpc/mm/radix: Use mm->task_size for boundary checking instead of addr_limit
 2017-04-19 22:04 UTC  (2+ messages)
`  "

[PATCH kernel v2] powerpc/iommu: Do not call PageTransHuge() on tail pages
 2017-04-19 22:04 UTC  (2+ messages)
` [kernel, "

[PATCH v2] cxl: Enable PCI device IDs for future IBM CXL adapters
 2017-04-19 22:04 UTC  (2+ messages)
` [v2] "

[PATCH v7 07/10] powerpc/perf: PMU functions for Core IMC and hotplugging
 2017-04-19 21:44 UTC  (2+ messages)

[PATCH v2 00/11] soc/fsl/qbman: Enable QBMan on ARM Platforms
 2017-04-19 20:48 UTC  (12+ messages)
` [PATCH v2 01/11] soc/fsl/qbman: Use shared-dma-pool for BMan private memory allocations
` [PATCH v2 02/11] soc/fsl/qbman: Use shared-dma-pool for QMan "
` [PATCH v2 03/11] dt-bindings: soc/fsl: Update reserved memory binding for QBMan
` [PATCH v2 04/11] soc/fsl/qbman: Drop set/clear_bits usage
` [PATCH v2 05/11] soc/fsl/qbman: Drop L1_CACHE_BYTES compile time check
` [PATCH v2 06/11] soc/fsl/qbman: Fix ARM32 typo
` [PATCH v2 07/11] soc/fsl/qbman: Rework ioremap() calls for ARM/PPC
` [PATCH v2 08/11] soc/fsl/qbman: add QMAN_REV32
` [PATCH v2 09/11] soc/fsl/qbman: different register offsets on ARM
` [PATCH v2 10/11] soc/fsl/qbman: Add missing headers "
` [PATCH v2 11/11] fsl/soc/qbman: Enable FSL_LAYERSCAPE config "

[PATCH v11 0/7] PCI: Introduce a way to enforce all MMIO BARs not to share PAGE_SIZE
 2017-04-19 17:53 UTC  (6+ messages)
` [PATCH v11 4/7] powerpc/powernv: Override pcibios_default_alignment() to force PCI devices to be page aligned

[PATCH v3 tip/core/rcu 02/40] rcu: Make arch select smp_mb__after_unlock_lock() strength
 2017-04-19 16:57 UTC 

[PATCH v7 06/10] powerpc/powernv: Core IMC events detection
 2017-04-19 14:40 UTC  (2+ messages)

[PATCH] powerpc/configs: Enable function trace by default
 2017-04-19 13:46 UTC  (6+ messages)

[PATCH v2 0/9] idle fixes and changes for POWER8 and POWER9
 2017-04-19 13:05 UTC  (10+ messages)
` [PATCH 1/9] powerpc/64s: Remove unnecessary relocation branch from idle handler
` [PATCH 2/9] powerpc/64s: move remaining system reset idle code into idle_book3s.S
` [PATCH 3/9] powerpc/64s: stop using bit in HSPRG0 to test winkle
` [PATCH 4/9] powerpc/64s: use alternative feature patching
` [PATCH 5/9] powerpc/64s: fix POWER9 machine check handler from stop state
` [PATCH 6/9] powerpc/64s: idle expand core idle state bits
` [PATCH 7/9] powerpc/64s: idle do not hold reservation longer than required
` [PATCH 8/9] powerpc/64s: idle POWER8 avoid full state loss recovery where possible
` [PATCH 9/9] powerpc/64s: Simplify POWER9 DD1 idle workaround code

[PATCH 0/5] powerpc/mm: some cleanup of do_page_fault()
 2017-04-19 12:56 UTC  (6+ messages)
` [PATCH 1/5] powerpc/mm: only call store_updates_sp() on stores in do_page_fault()
` [PATCH 2/5] powerpc/mm: split store_updates_sp() in two parts "
` [PATCH 3/5] powerpc/mm: remove a redundant test "
` [PATCH 4/5] powerpc/mm: Evaluate user_mode(regs) only once "
` [PATCH 5/5] powerpc/mm: The 8xx doesn't call do_page_fault() for breakpoints

[PATCH v4 0/6] powerpc: add support for KPROBES_ON_FTRACE
 2017-04-19 12:52 UTC  (7+ messages)
  ` [PATCH v4 1/6] powerpc: ftrace: minor cleanup
  ` [PATCH v4 2/6] powerpc: ftrace: restore LR from pt_regs
  ` [PATCH v4 3/6] kprobes: Skip preparing optprobe if the probe is ftrace-based
  ` [PATCH v4 4/6] powerpc: kprobes: add support for KPROBES_ON_FTRACE
  ` [PATCH v4 5/6] powerpc: introduce a new helper to obtain function entry points
  ` [PATCH v4 6/6] powerpc: kprobes: prefer ftrace when probing function entry

[PATCH v2 0/5] powerpc: a few kprobe fixes and refactoring
 2017-04-19 11:07 UTC  (6+ messages)
` [PATCH v2 1/5] kprobes: convert kprobe_lookup_name() to a function


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