linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-15 06:35:59 to 2015-07-18 20:09:25 UTC [more...]

[RFC PATCH 00/17] powerpc/fsl-book3e-64: kexec/kdump support
 2015-07-18 20:08 UTC  (4+ messages)
` [RFC PATCH 01/17] powerpc/85xx: Load all early TLB entries at once
` [RFC PATCH 02/17] powerpc/85xx: Don't use generic timebase sync on 64-bit
` [RFC PATCH 03/17] crypto: caam: Blacklist CAAM when kexec is enabled

[PATCH 1/2] ppc64: Fix warnings
 2015-07-18 19:57 UTC  (2+ messages)
` [PATCH 2/2] ppc64: Add a flag to tell the kernel it's booting from kexec

[PATCH 1/2] powerpc/booke64: Move mb() to __set_pte_at() with kernel-addr test
 2015-07-18 19:24 UTC  (2+ messages)
` [PATCH 2/2] powerpc/fsl: Force coherent memory on e500mc derivatives

BUG: perf error on syscalls for powerpc64
 2015-07-18  2:00 UTC  (9+ messages)

[PATCH 0/3] IRQ trivial clarifications
 2015-07-17 17:50 UTC  (4+ messages)
` [PATCH 1/3] x86, irq: Rename VECTOR_UNDEFINED and VECTOR_RETRIGGERED to IRQ_*

[PATCH][v2] powerpc/fsl-booke: Add T1040D4RDB/T1042D4RDB board support
 2015-07-17 17:07 UTC  (6+ messages)

[PATCH v6 0/3] LED driver for PowerNV platform
 2015-07-17 16:20 UTC  (6+ messages)
` [PATCH v6 1/3] powerpc/powernv: Add OPAL interfaces for accessing and modifying system LED states
` [PATCH v6 2/3] powerpc/powernv: Create LED platform device
` [PATCH v6 3/3] leds/powernv: Add driver for PowerNV platform

[net-next 02/14] freescale: remove incorrect copied comment
 2015-07-17 14:25 UTC 

[PATCH] macintosh/ans-lcd: fix build failure after module_init/exit relocation
 2015-07-17 13:20 UTC 

[PATCH V2 1/2] Documentation/features: Add na key to arch-support.txt
 2015-07-17 10:52 UTC  (2+ messages)
` [PATCH V2 2/2] kprobes: Mark OPTPROBES na for powerpc

[PATCH] powerpc/rtas: Introduce rtas_get_sensor_fast() for IRQ handlers
 2015-07-17 10:46 UTC 

[PATCH] powerpc: Use hardware RNG for arch_get_random_seed_* not arch_get_random_*
 2015-07-17 10:09 UTC  (3+ messages)

[PATCH v2] powerpc: Use hardware RNG for arch_get_random_seed_* not arch_get_random_*
 2015-07-17 10:11 UTC 

[PATCH V3 0/2] powerpc/kexec: Reset endianess before kexec
 2015-07-17  9:59 UTC  (5+ messages)
` [PATCH V3 2/2] powerpc/kexec: Reset HILE before entering target kernel

[PATCH v3] powerpc/pseries: Limit EPOW reset event warnings
 2015-07-17  9:51 UTC  (6+ messages)
` [RESEND PATCH "
  ` [RESEND,v3] "

[PATCH] ipmi/powernv: Fix potential invalid pointer dereference
 2015-07-17  8:42 UTC  (3+ messages)

[PATCH 0/6] Introduce 64bit accessors and structures required to address y2038 issues in the posix_clock subsystem
 2015-07-17  8:39 UTC  (8+ messages)
` [PATCH 6/6] cputime: Introduce cputime_to_timespec64()/timespec64_to_cputime()

[PATCH 1/2] powerpc/nvram: Add missing kfree in error path
 2015-07-17  7:20 UTC  (2+ messages)
` [PATCH 2/2] powerpc/nvram: Fix function name in some errors messages

[PATCH V9 00/11] VF EEH on Power8
 2015-07-17  6:02 UTC  (12+ messages)
` [PATCH V9 01/11] PCI/IOV: Rename and export virtfn_add/virtfn_remove
` [PATCH V9 02/11] PCI: Add pcibios_bus_add_device() weak function
` [PATCH V9 03/11] powerpc/pci: Cache VF index in pci_dn
` [PATCH V9 04/11] powerpc/pci: Remove VFs prior to PF
` [PATCH V9 05/11] powerpc/eeh: Cache only BARs, not windows or IOV BARs
` [PATCH V9 06/11] powerpc/powernv: EEH device for VF
` [PATCH V9 07/11] powerpc/eeh: Create PE for VFs
` [PATCH V9 08/11] powerpc/powernv: Support EEH reset for VF PE
` [PATCH V9 09/11] powerpc/powernv: Support PCI config restore for VFs
` [PATCH V9 10/11] powerpc/eeh: Support error recovery for VF PE
` [PATCH V9 11/11] powerpc/powernv: compound PE for VFs

[PATCH v5 0/3] LED driver for PowerNV platform
 2015-07-17  5:53 UTC  (8+ messages)
` [PATCH v5 3/3] leds/powernv: Add "

[PATCH] powerpc: Use hardware RNG for arch_get_random_seed_* not arch_get_random_*
 2015-07-17  4:44 UTC  (2+ messages)

[RFC PATCH 01/12] powerpc/kernel: Get pt_regs from r9 before calling do_syscall_trace_enter()
 2015-07-17  4:41 UTC  (20+ messages)
` [RFC PATCH 02/12] powerpc/kernel: Switch to using MAX_ERRNO
` [RFC PATCH 03/12] powerpc/kernel: Change the do_syscall_trace_enter() API
` [RFC PATCH 04/12] powerpc: Drop unused syscall_get_error()
` [RFC PATCH 05/12] powerpc: Don't negate error in syscall_set_return_value()
` [RFC PATCH 06/12] powerpc: Rework syscall_get_arguments() so there is only one loop
` [RFC PATCH 07/12] powerpc: Use orig_gpr3 in syscall_get_arguments()
` [RFC PATCH 08/12] powerpc: Change syscall_get_nr() to return int
` [RFC PATCH 09/12] powerpc/kernel: Add SIG_SYS support for compat tasks
` [RFC PATCH 10/12] powerpc/kernel: Enable seccomp filter
` [RFC PATCH 11/12] selftests/seccomp: Make seccomp tests work on big endian
` [RFC PATCH 12/12] selftests/seccomp: Add powerpc support

[PATCH 0/2] powerpc/powernv: Avoid compound PE for VF
 2015-07-17  0:28 UTC  (4+ messages)
` [PATCH 1/2] powerpc/powernv: Fix alignment for IOV BAR
` [PATCH 2/2] powerpc/powernv: Double VF BAR size for compound PE

[PATCH] powerpc/fsl-booke-64: Allow booting from the secondary thread
 2015-07-16 23:14 UTC 

[PATCH v3 0/8] Implement group-read of events using txn interface
 2015-07-16 22:20 UTC  (10+ messages)
` [PATCH v3 3/8] perf: Add a flags parameter to pmu txn interfaces
` [PATCH v3 5/8] perf: Split perf_event_read_value()
` [PATCH v3 7/8] perf: Define PMU_TXN_READ interface

[PATCH v3 1/1] KVM: PPC: Book3S: correct width in XER handling
 2015-07-16 21:13 UTC  (3+ messages)

[PATCH v2] powerpc/dts: Add and fix 1588 timer node for eTSEC
 2015-07-16 20:38 UTC  (3+ messages)

[PATCH] powerpc/corenet: enable eSDHC
 2015-07-16 20:30 UTC  (6+ messages)
`  "

[PATCH v5 1/2] perf,kvm/ppc: Add kvm_perf.h for powerpc
 2015-07-16 20:10 UTC  (3+ messages)
` [PATCH v5 2/2] perf,kvm/ppc: Add hcall related info to kvm_perf.h

[PATCH] spi: mpc512x-psc: add support for Freescale MPC5125
 2015-07-16 19:35 UTC  (5+ messages)
      ` [PATCH] dt-bindings: powerpc: adapt mpc5121-psc document to reality

BUG: sleeping function called from ras_epow_interrupt context
 2015-07-16 17:39 UTC  (6+ messages)

[PATCH v5 1/2] perf/kvm: Port perf kvm stat to powerpc
 2015-07-16 16:04 UTC  (2+ messages)
` [PATCH v5 2/2] perf/kvm: Support HCALL events

[PATCH V8 00/10] VF EEH on Power8
 2015-07-16 16:00 UTC  (3+ messages)
` [PATCH V8 06/10] powerpc/eeh: Create PE for VFs

[PATCH v2 11/20] tty/hvc: xen: Use xen page definition
 2015-07-16 15:36 UTC  (2+ messages)

[PATCH 13/23] powerpc/time: Migrate to new 'set-state' interface
 2015-07-16 11:26 UTC 

[PATCH v5 0/7]powerpc/powernv: Nest Instrumentation support
 2015-07-16 11:13 UTC  (8+ messages)
` [PATCH v5 1/7] powerpc/powernv: Data structure and macros definition
` [PATCH v5 2/7] powerpc/powernv: Add OPAL support for Nest PMU
` [PATCH v5 3/7] powerpc/powernv: Nest PMU detection and device tree parser
` [PATCH v5 4/7] powerpc/powernv: detect supported nest pmus and its events
` [PATCH v5 5/7] powerpc/powernv: add event attribute and group to nest pmu
` [PATCH v5 6/7] powerpc/powernv: generic nest pmu event functions
` [PATCH v5 7/7] powerpc/powernv: nest pmu cpumask and cpu hotplug support

[PATCH] kprobes: Mark OPTPROBES n/a for powerpc
 2015-07-16 10:56 UTC 

[PATCH 1/3] powerpc/iommu: Remove dma_data union
 2015-07-16 10:01 UTC  (2+ messages)
` [1/3] "

[PATCH v3 1/2] cxl: Add explicit precision specifiers
 2015-07-16  9:59 UTC  (2+ messages)
` [v3,1/2] "

[PATCH] powerpc/powernv: Unfreeze VF PE on releasing it
 2015-07-16  9:55 UTC  (2+ messages)
`  "

[PATCH 1/4] powerpc/powernv: Allow to reserve one PE for multiple times
 2015-07-16  9:54 UTC  (2+ messages)
` [1/4] "

[PATCH] cxl: Destroy cxl_adapter_idr on module_exit
 2015-07-16  9:54 UTC  (2+ messages)
`  "

[PATCH] cxl: Destroy afu->contexts_idr on release of an afu
 2015-07-16  9:54 UTC  (2+ messages)
`  "

[PATCH v9] powerpc/powernv: Add poweroff (EPOW, DPO) events support for PowerNV platform
 2015-07-16  9:54 UTC  (2+ messages)
` [v9] "

[PATCH] powerpc/powernv: Include VF PE in PELTV of PF PE
 2015-07-16  9:54 UTC  (2+ messages)
`  "

[PATCH] powerpc: Remove mtmsrd(), use existing mtmsr()
 2015-07-16  9:54 UTC  (2+ messages)
`  "

[PATCH v5 0/6] powernv: cpufreq: Report frequency throttle by OCC
 2015-07-16  8:04 UTC  (7+ messages)
` [PATCH v5 1/6] cpufreq: powernv: Handle throttling due to Pmax capping at chip level
` [PATCH v5 2/6] powerpc/powernv: Add definition of OPAL_MSG_OCC message type
` [PATCH v5 3/6] cpufreq: powernv: Register for OCC related opal_message notification
` [PATCH v5 4/6] cpufreq: powernv: Call throttle_check() on receiving OCC_THROTTLE
` [PATCH v5 5/6] cpufreq: powernv: Report Psafe only if PMSR.psafe_mode_active bit is set
` [PATCH v5 6/6] cpufreq: powernv: Restore cpu frequency to policy->cur on unthrottling

[PATCH 2/2] powerpc/signal: Add helper function to fetch quad word aligned pointer
 2015-07-16  6:09 UTC  (2+ messages)
` [2/2] "

[RFC v4 00/25] Re-use nvram module
 2015-07-16  6:01 UTC  (6+ messages)
` [RFC v4 17/25] powerpc, fbdev: Use arch_nvram_ops methods instead of nvram_read_byte() and nvram_write_byte()

[PATCH v4 0/6] powernv: cpufreq: Report frequency throttle by OCC
 2015-07-16  5:14 UTC  (5+ messages)
` [PATCH v4 3/6] cpufreq: powernv: Register for OCC related opal_message notification

[patch 00/20] powerpc: Interrupt cleanups and API change preparation
 2015-07-16  4:37 UTC  (2+ messages)

[PATCH net-next] ibmveth: add support for TSO6
 2015-07-16  4:35 UTC  (2+ messages)

[PATCH 3/3] IRQ: Print "unexpected IRQ" messages consistently across architectures
 2015-07-16  4:12 UTC  (4+ messages)
` [3/3] "

[RFC PATCH 1/2] powerpc/numa: fix cpu_to_node() usage during boot
 2015-07-15 22:47 UTC  (8+ messages)
` [RFC,1/2] "

[PATCH 0/6] drivers/nx-842: reduce verbosity of logging
 2015-07-15 14:33 UTC  (10+ messages)
` [PATCH 5/6] [RFC] crypto/testmgr: add null test for 842 algorithm
` [PATCH 6/6] nx-842-platform: if NX842 platform drivers are not modules, don't try to load them

[PATCH v2 1/3] drivers/xen/preempt: use need_resched() instead of should_resched()
 2015-07-15 13:35 UTC  (6+ messages)
` [PATCH v2 2/3] KVM: PPC: Book3S HV: Use "
` [PATCH v2 3/3] sched/preempt: fix cond_resched_lock() and cond_resched_softirq()

[PATCH 0/3] kexec: crash_kexec_post_notifiers boot option related fixes
 2015-07-15 10:49 UTC  (10+ messages)
` [PATCH 1/3] panic: Disable crash_kexec_post_notifiers if kdump is not available

[PATCH v3 00/46] usb: gadget: rework ep matching and claiming mechanism
 2015-07-15  6:32 UTC  (27+ messages)
` [PATCH v3 20/46] usb: gadget: m66592-udc: add ep capabilities support
` [PATCH v3 22/46] usb: gadget: mv_udc_core: "
` [PATCH v3 23/46] usb: gadget: net2272: "
` [PATCH v3 24/46] usb: gadget: net2280: "
` [PATCH v3 25/46] usb: gadget: omap_udc: "
` [PATCH v3 26/46] usb: gadget: pch_ud: "
` [PATCH v3 27/46] usb: gadget: pxa25x_udc: "
` [PATCH v3 28/46] usb: gadget: pxa27x_udc: "
` [PATCH v3 29/46] usb: gadget: r8a66597-udc: "
` [PATCH v3 30/46] usb: gadget: s3c-hsudc: "
` [PATCH v3 31/46] usb: gadget: s3c2410_udc: "
` [PATCH v3 32/46] usb: gadget: udc-xilinx: "
` [PATCH v3 33/46] usb: isp1760: udc: "
` [PATCH v3 34/46] usb: musb: gadget: "
` [PATCH v3 35/46] usb: renesas: "
` [PATCH v3 36/46] usb: gadget: atmel_usba_udc: "
` [PATCH v3 37/46] usb: gadget: epautoconf: add endpoint capabilities flags verification
` [PATCH v3 38/46] usb: gadget: epautoconf: remove pxa quirk from ep_matches()
` [PATCH v3 39/46] usb: gadget: epautoconf: remove ep and desc configuration "
` [PATCH v3 40/46] usb: gadget: epautoconf: rework ep_matches() function
` [PATCH v3 41/46] usb: gadget: add 'ep_match' callback to usb_gadget_ops
` [PATCH v3 42/46] usb: gadget: move ep_matches() from epautoconf to udc-core
` [PATCH v3 43/46] usb: gadget: move find_ep() from epautoconf to gadget.h
` [PATCH v3 44/46] usb: gadget: net2280: add net2280_match_ep() function
` [PATCH v3 45/46] usb: gadget: goku_udc: add goku_match_ep() function
` [PATCH v3 46/46] usb: musb: gadget: add musb_match_ep() 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).