linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-08-02 16:26:27 to 2017-08-05 17:03:32 UTC [more...]

[PATCH 00/13] idle and soft-irq improvements and POWER9 idle optimisation
 2017-08-05 17:02 UTC  (12+ messages)
` [PATCH 01/13] powerpc/64s: masked interrupt avoid branch
` [PATCH 02/13] powerpc/64s: masked interrupt avoid instruction
` [PATCH 03/13] powerpc/64s: masked interrupt returns to kernel so avoid r13 restore
` [PATCH 04/13] powerpc/64: cleanup __check_irq_replay
` [PATCH 05/13] powerpc/64s: irq replay merge HV and non-HV paths for doorbell replay
` [PATCH 06/13] powerpc/64s: irq replay external use the HV handler in HV mode on POWER9
` [PATCH 07/13] powerpc/64: remove redundant instruction in interrupt replay
` [PATCH 08/13] powerpc/64s: irq replay remove spurious irq reason
` [PATCH 09/13] powerpc/64: runlatch CTRL[RUN] set optimisation
` [PATCH 10/13] powerpc/64s: idle simplify KVM idle on POWER9
` [PATCH 11/13] powerpc/64s: idle POWER9 can execute stop without ptesync

4.13-rc3: Unrecoverable exception 4100
 2017-08-05 13:39 UTC  (3+ messages)

[PATCH 0/3] Split VGA default selection from VGA arbiter
 2017-08-05  6:57 UTC  (5+ messages)
` [PATCH 1/3] powerpc: simplify and fix VGA default device behaviour
` [PATCH 2/3] Split VGA default device handler out of VGA arbiter
` [PATCH 3/3] powerpc: replace vga_fixup() with generic code

[PATCH] powerpc/64s: Add support for ASB_Notify on POWER9
 2017-08-05  4:28 UTC  (2+ messages)

[PATCH v4 0/7] Appended signatures support for IMA appraisal
 2017-08-04 22:03 UTC  (8+ messages)
` [PATCH v4 1/7] integrity: Introduce struct evm_xattr
` [PATCH v4 2/7] MODSIGN: Export module signature definitions
` [PATCH v4 3/7] PKCS#7: Introduce pkcs7_get_message_sig and verify_pkcs7_message_sig
` [PATCH v4 4/7] integrity: Introduce integrity_keyring_from_id
` [PATCH v4 5/7] integrity: Select CONFIG_KEYS instead of depending on it
` [PATCH v4 6/7] ima: Store measurement after appraisal
` [PATCH v4 7/7] ima: Support module-style appended signatures for appraisal

[PATCH 1/4] powerpc/prom: avoid endian conversions for linux, memory-limit node
 2017-08-04 18:38 UTC  (11+ messages)
` [PATCH 2/4] powerpc/prom: fix early parsing of parameters
` [PATCH 3/4] powerpc/prom: fix early parsing of 'mem=' parameter
` [PATCH 4/4] powerpc/prom: fix early parsing of 'disable_radix' parameter

[PATCH] mtd: nand: Rename nand.h into rawnand.h
 2017-08-04 18:22 UTC  (6+ messages)

[PATCH v3] powerpc/mm: Implemented default_hugepagesz verification for powerpc
 2017-08-04 18:17 UTC  (3+ messages)

[PATCH v3] powerpc/powernv: Use darn instr for random_seed on p9
 2017-08-04 17:06 UTC  (2+ messages)

[PATCH] powernv:idle: Disable LOSE_FULL_CONTEXT states when stop-api fails
 2017-08-04 17:00 UTC  (2+ messages)

[PATCH 0/4] axonram: Adjustments for axon_ram_probe()
 2017-08-04 16:51 UTC  (7+ messages)
` [PATCH 1/4] axonram: Delete an error message for a failed memory allocation in axon_ram_probe()
` [PATCH 2/4] axonram: Improve a size determination "
` [PATCH 3/4] axonram: Return directly after a failed kzalloc() "
` [PATCH 4/4] axonram: Delete an unnecessary variable initialisation "

[PATCH] PCI: Convert to using %pOF instead of full_name
 2017-08-04 16:38 UTC  (3+ messages)

[PATCH] uapi: fix another asm/shmbuf.h userspace compilation error
 2017-08-04 15:22 UTC  (3+ messages)

[PATCH v9 00/14]powerpc: "paca->soft_enabled" based local atomic operation implementation
 2017-08-04 15:18 UTC  (20+ messages)
` [PATCH v9 01/14] powerpc: Add #defs for paca->soft_enabled flags
` [PATCH v9 02/14] powerpc: move set_soft_enabled() and rename
` [PATCH v9 03/14] powerpc: Use soft_enabled_set api to update paca->soft_enabled
` [PATCH v9 04/14] powerpc: Add soft_enabled manipulation functions
` [PATCH v9 05/14] powerpc/irq: Cleanup hard_irq_disable() macro
` [PATCH v9 06/14] powerpc/irq: Fix arch_local_irq_disable() in book3s
` [PATCH v9 07/14] powerpc: Modify soft_enable from flag to mask
` [PATCH v9 08/14] powerpc: Rename soft_enabled to soft_disable_mask
` [PATCH v9 09/14] powerpc: Avoid using EXCEPTION_PROLOG_1 macro in MASKABLE_*
` [PATCH v9 10/14] powerpc: Add support to take additional parameter in MASKABLE_* macro
` [PATCH v9 11/14] Add support to mask perf interrupts and replay them
` [PATCH v9 12/14] powerpc:Add new kconfig IRQ_DEBUG_SUPPORT
` [PATCH v9 13/14] powerpc: Add new set of soft_disable_mask_ functions
` [PATCH v9 14/14] powerpc: rewrite local_t using soft_irq

[PATCH] powerpc/eeh: Delete an error message for a failed memory allocation in two functions
 2017-08-04 14:46 UTC 

Is SPARSE_IRQ really needed for all powerpcs ?
 2017-08-04 14:18 UTC 

[v5 00/15] complete deferred page initialization
 2017-08-04 14:01 UTC  (20+ messages)
` [v5 01/15] x86/mm: reserve only exiting low pages
` [v5 02/15] x86/mm: setting fields in deferred pages
` [v5 03/15] sparc64/mm: "
` [v5 04/15] mm: discard memblock data later
` [v5 05/15] mm: don't accessed uninitialized struct pages
` [v5 06/15] sparc64: simplify vmemmap_populate
` [v5 07/15] mm: defining memblock_virt_alloc_try_nid_raw
` [v5 08/15] mm: zero struct pages during initialization
` [v5 09/15] sparc64: optimized struct page zeroing
` [v5 10/15] x86/kasan: explicitly zero kasan shadow memory
` [v5 11/15] arm64/kasan: "
` [v5 12/15] mm: explicitly zero pagetable memory
` [v5 13/15] mm: stop zeroing memory during allocation in vmemmap
` [v5 14/15] mm: optimize early system hash allocations
` [v5 15/15] mm: debug for raw alloctor

4.13-rc3: Unrecoverable exception 4100
 2017-08-04 13:00 UTC  (2+ messages)

[PATCH 1/6] powerpc/mm: Move pgdir setting into a helper
 2017-08-04 12:58 UTC  (4+ messages)
` [PATCH 5/6] powerpc/mm: Optimize detection of thread local mm's

[GIT PULL] Please pull powerpc/linux.git powerpc-4.13-5 tag
 2017-08-04 10:03 UTC 

[PATCH v4] powerpc/powernv: Enable PCI peer-to-peer
 2017-08-04  9:55 UTC 

[PATCH v9 0/4] this patchset is to remove PPCisms for QEIC
 2017-08-04  7:31 UTC  (6+ messages)
` [PATCH v9 1/4] irqchip/qeic: move qeic driver from drivers/soc/fsl/qe
` [PATCH v9 2/4] irqchip/qeic: merge qeic init code from platforms to a common function
` [PATCH v9 3/4] irqchip/qeic: merge qeic_of_init into qe_ic_init
` [PATCH v9 4/4] irqchip/qeic: remove PPCisms for QEIC

[PATCH v1 0/3] Implement set_memory_xx for ppc64 book3s
 2017-08-04  3:53 UTC  (6+ messages)
` [PATCH v1 1/3] arch/powerpc/set_memory: Implement set_memory_xx routines

[PATCH] powerpc/mm: Invalidate partition table cache on host proc tbl base update
 2017-08-04  3:49 UTC  (8+ messages)

[v6 1/2] raid6/altivec: Add vpermxor implementation for raid6 Q syndrome
 2017-08-04  3:42 UTC  (2+ messages)
` [v6 2/2] lib/raid6: Build proper raid6test files on powerpc

[v5 1/2] lib/raid6: Build proper files on corresponding arch
 2017-08-04  1:40 UTC  (7+ messages)
` [v5 2/2] raid6/altivec: Add vpermxor implementation for raid6 Q syndrome

[PATCH v2] powerpc/powernv: Use darn instr for random_seed on p9
 2017-08-04  1:10 UTC  (4+ messages)

[PATCH 1/3] PCI: dwc: Handle host_init failures
 2017-08-03 21:19 UTC  (2+ messages)

[PATCH v3 0/7] Appended signatures support for IMA appraisal
 2017-08-03 21:01 UTC  (10+ messages)
` [PATCH v3 1/7] integrity: Introduce struct evm_hmac_xattr
` [PATCH v3 7/7] ima: Support module-style appended signatures for appraisal

[PATCH] powerpc/xive: fix the fuzz value in xive_pick_irq_target()
 2017-08-03 12:55 UTC  (9+ messages)

[PATCH] powerpc/fsl/dts: fix the i2c-mux compatible for t104xqds
 2017-08-03 12:59 UTC 

[PATCH] mpc832x_rdb: fix of_irq_to_resource() error check
 2017-08-03 10:19 UTC  (2+ messages)
`  "

[PATCH] powerpc/64: Fix __check_irq_replay missing decrementer interrupt
 2017-08-03 10:19 UTC  (2+ messages)
`  "

[PATCH] powerpc/64s: watchdog fix stack setup
 2017-08-03 10:19 UTC  (2+ messages)
`  "

[PATCH] POWER9 PMU stops after idle workaround
 2017-08-03 10:19 UTC  (2+ messages)
`  "

[PATCH V3 2/6] crypto/nx: Create nx842_configure_crb function
 2017-08-03 10:09 UTC  (4+ messages)

[PATCH v3 0/5] powerpc/mm: Fix kernel protection and implement STRICT_KERNEL_RWX on PPC32
 2017-08-03  7:24 UTC  (2+ messages)

[PATCH v3 0/3] powerpc/mm: Mark memory contexts requiring global TLBIs
 2017-08-03  7:22 UTC  (6+ messages)
` [PATCH v3 1/3] powerpc/mm: Add marker for contexts requiring global TLB invalidations
` [PATCH v3 2/3] cxl: Mark context requiring global TLBIs
` [PATCH v3 3/3] cxl: Add memory barrier to guarantee TLBI scope

[v4 00/15] complete deferred page initialization
 2017-08-03  5:15 UTC  (20+ messages)
` [v4 01/15] x86/mm: reserve only exiting low pages
` [v4 02/15] x86/mm: setting fields in deferred pages
` [v4 03/15] sparc64/mm: "
` [v4 04/15] mm: discard memblock data later
` [v4 05/15] mm: don't accessed uninitialized struct pages
` [v4 06/15] sparc64: simplify vmemmap_populate
` [v4 07/15] mm: defining memblock_virt_alloc_try_nid_raw
` [v4 08/15] mm: zero struct pages during initialization
` [v4 09/15] sparc64: optimized struct page zeroing
` [v4 10/15] x86/kasan: explicitly zero kasan shadow memory
` [v4 11/15] arm64/kasan: "
` [v4 12/15] mm: explicitly zero pagetable memory
` [v4 13/15] mm: stop zeroing memory during allocation in vmemmap
` [v4 14/15] mm: optimize early system hash allocations
` [v4 15/15] mm: debug for raw alloctor

[PATCH 01/24] powerpc/mm: Move exception_enter/exit to a do_page_fault wrapper
 2017-08-03  1:00 UTC  (4+ messages)
` [PATCH 03/24] powerpc/6xx: Handle DABR match before calling do_page_fault

[PATCH] powerpc: xive: ensure active irqd when setting affinity
 2017-08-03  1:38 UTC 

[PATCH] perf/python: Add ppc64le to audit uname list
 2017-08-03  0:03 UTC  (4+ messages)

[PATCH 1/3] powerpc/mm/book3s64: Make KERN_IO_START a variable
 2017-08-03  0:00 UTC  (5+ messages)
` [PATCH 3/3] powerpc/mm/hash64: Make vmalloc 56T on hash

[PATCH] powerpc/macintosh: constify wf_sensor_ops structures
 2017-08-02 21:01 UTC 

[PATCH v3 1/2] powerpc/xmon: Dump ftrace buffers for the current CPU only
 2017-08-02 20:14 UTC  (2+ messages)
` [PATCH v3 2/2] powerpc/xmon: Disable tracing when entering xmon

[PATCH] usb: gadget: fsl_qe_udc: constify qe_ep0_desc
 2017-08-02 18:54 UTC  (2+ messages)

[GIT PULL] Please pull JSON files for Power9 PMU events
 2017-08-02 18:35 UTC  (2+ messages)

[PATCH] powerpc/xmon: Exclude all of xmon/ from ftrace
 2017-08-02 18:25 UTC 

[PATCH] powerpc/pseries: Check memory device state before onlining/offlining
 2017-08-02 18:03 UTC 

[PATCH v6 0/4] of: remove *phandle properties from expanded device tree
 2017-08-02 18:16 UTC  (4+ messages)
` [PATCH v6 1/4] "

[PATCH] powerpc: add const to bin_attribute structures
 2017-08-02 18:07 UTC 

RCU lockup issues when CONFIG_SOFTLOCKUP_DETECTOR=n - any one else seeing this?
 2017-08-02 16:25 UTC  (11+ 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).