linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-07-05 21:24:00 to 2017-07-12 04:23:55 UTC [more...]

[PATCH v3 00/10] Allow opal-async waiters to get interrupted
 2017-07-12  4:23 UTC  (10+ messages)
` [PATCH v3 01/10] mtd: powernv_flash: Use WARN_ON_ONCE() rather than BUG_ON()
` [PATCH v3 02/10] mtd: powernv_flash: Lock around concurrent access to OPAL
` [PATCH v3 04/10] mtd: powernv_flash: Remove pointless goto in driver init
` [PATCH v3 05/10] powerpc/opal: Make __opal_async_{get, release}_token() static
` [PATCH v3 06/10] powerpc/opal: Rework the opal-async interface
` [PATCH v3 07/10] powernv/opal-sensor: remove not needed lock
` [PATCH v3 08/10] powerpc/opal: Add opal_async_wait_response_interruptible() to opal-async
` [PATCH v3 09/10] powerpc/powernv: Add OPAL_BUSY to opal_error_code()
` [PATCH v3 10/10] mtd: powernv_flash: Use opal_async_wait_response_interruptible()

[RFC v5 00/38] powerpc: Memory Protection Keys
 2017-07-12  3:28 UTC  (48+ messages)
` [RFC v5 01/38] powerpc: Free up four 64K PTE bits in 4K backed HPTE pages
` [RFC v5 02/38] powerpc: Free up four 64K PTE bits in 64K "
` [RFC v5 11/38] mm: introduce an additional vma bit for powerpc pkey
` [RFC v5 12/38] mm: ability to disable execute permission on a key at creation
` [RFC v5 13/38] x86: disallow pkey creation with PKEY_DISABLE_EXECUTE
` [RFC v5 14/38] powerpc: initial plumbing for key management
` [RFC v5 31/38] powerpc: introduce get_pte_pkey() helper
` [RFC v5 32/38] powerpc: capture the violated protection key on fault
` [RFC v5 33/38] powerpc: Deliver SEGV signal on pkey violation
` [RFC v5 34/38] procfs: display the protection-key number associated with a vma
` [RFC v5 36/38] selftest: PowerPC specific test updates to memory protection keys
` [RFC v5 37/38] Documentation: Move protecton key documentation to arch neutral directory
` [RFC v5 38/38] Documentation: PowerPC specific updates to memory protection keys

[PATCH] powerpc: Hande page faults for bad paste and bad AMO
 2017-07-12  3:26 UTC 

[GIT PULL] Please pull JSON files for Power9 PMU events
 2017-07-12  2:08 UTC 

[PATCH 0/3] constify pci attribute_group structures
 2017-07-11 18:55 UTC  (3+ messages)
` [PATCH 3/3] PCI: hotplug: constify "

[PATCH v5 1/2] powerpc/fadump: reduce memory consumption for capture kernel
 2017-07-11 18:30 UTC  (14+ messages)
` [PATCH v5 2/2] powerpc/fadump: update documentation about 'fadump_append=' parameter

[PATCH V8 0/2] powerpc/dlpar: Correct display of hot-add/hot-remove CPUs and memory
 2017-07-11 17:36 UTC  (3+ messages)
` [PATCH V8 1/2] powerpc/hotplug: Ensure enough nodes avail for operations
` [PATCH V8 2/2] powerpc/numa: Update CPU topology when VPHN enabled

[PATCH 0/4] machine check handling improvements
 2017-07-11 17:09 UTC  (5+ messages)
` [PATCH 1/4] powerpc/powernv: handle the platform error reboot in ppc_md.restart

[PATCH] tty: Fix TIOCGPTPEER ioctl definition
 2017-07-11 14:45 UTC  (6+ messages)

[PATCH v1 1/2] mmc/host: add FSP2(ppc476fpe) into depends for sdhci-st
 2017-07-11 14:43 UTC  (2+ messages)

[PATCH 1/2] powerpc/mm/radix: Properly clear process table entry
 2017-07-11 12:48 UTC  (7+ messages)
` [1/2] "

[PATCH 2/2] powerpc/mm/radix: Synchronize updates to the process table
 2017-07-11 12:48 UTC  (4+ messages)
` [2/2] "

[PATCH] powerpc/powernv: Fix local TLB flush for boot and MCE on POWER9
 2017-07-11 12:48 UTC  (4+ messages)
`  "

[PATCH v2] powerpc/powernv: Tell OPAL about our MMU mode on POWER9
 2017-07-11 12:48 UTC  (2+ messages)
` [v2] "

[PATCH] powerpc/asm: Mark cr0 as clobbered in mftb()
 2017-07-11 12:48 UTC  (6+ messages)
`  "

[PATCH v2] powerpc/kexec: Fix radix to hash kexec
 2017-07-11 12:48 UTC  (2+ messages)
` [v2] "

[PATCH] powerpc/64: Fix atomic64_inc_not_zero() to return an int
 2017-07-11 12:10 UTC 

[PATCH] powerpc/mm/hash: Remove stale comment
 2017-07-11 11:26 UTC 

[PATCH] powerpc/perf: Fix SDAR_MODE value for continous sampling in power9
 2017-07-11 10:57 UTC 

[PATCH v2] powerpc/powernv: Use darn instr for random_seed on p9
 2017-07-11  9:34 UTC  (2+ messages)

[RFC 1/4] libnvdimm: add to_{nvdimm,nd_region}_dev()
 2017-07-11  7:36 UTC  (6+ messages)
` [RFC 3/4] powerpc: Add pmem API support

[PATCH] powerpc: configs: Add Skiroot defconfig
 2017-07-11  5:45 UTC 

[PATCH 0/5] powernv:idle: Cleanup idle states initialization
 2017-07-11  5:04 UTC  (21+ messages)
` [PATCH 1/5] powernv:idle: Move device-tree parsing to one place
` [PATCH 2/5] powernv:idle: Change return type of pnv_probe_idle_states to int
` [PATCH 3/5] powernv:idle: Define idle init function for power8
` [PATCH 4/5] powernv:idle: Move initialization of sibling pacas to pnv_alloc_idle_core_states
` [PATCH 5/5] powernv:idle: Disable LOSE_FULL_CONTEXT states when stop-api fails

[PATCH v2 00/10] Allow opal-async waiters to get interrupted
 2017-07-11  4:19 UTC  (14+ messages)
` [PATCH v2 01/10] mtd: powernv_flash: Use WARN_ON_ONCE() rather than BUG_ON()
` [PATCH v2 02/10] mtd: powernv_flash: Lock around concurrent access to OPAL
` [PATCH v2 03/10] mtd: powernv_flash: Don't treat OPAL_SUCCESS as an error
` [PATCH v2 04/10] mtd: powernv_flash: Remove pointless goto in driver init
` [PATCH v2 05/10] powerpc/opal: Make __opal_async_{get, release}_token() static
` [PATCH v2 06/10] powerpc/opal: Rework the opal-async interface
` [PATCH v2 07/10] powernv/opal-sensor: remove not needed lock
` [PATCH v2 08/10] powerpc/opal: Add opal_async_wait_response_interruptible() to opal-async
` [PATCH v2 09/10] powerpc/powernv: Add OPAL_BUSY to opal_error_code()
` [PATCH v2 10/10] mtd: powernv_flash: Use opal_async_wait_response_interruptible()

[PATCH v6 0/7] perf report: Show branch type
 2017-07-11  3:00 UTC  (21+ messages)
` [PATCH v6 1/7] perf/core: Define the common branch type classification

Today's linux-next build fail on powerpc
 2017-07-10 17:51 UTC  (5+ messages)

[PATCH] ptrace: Add compat PTRACE_{G,S}ETSIGMASK handlers
 2017-07-10 16:24 UTC  (3+ messages)

[PATCH] POWER9 PMU interrupt after idle workaround
 2017-07-10 12:20 UTC  (2+ messages)

[PATCH 2/2] powerpc: use spin loop primitives in some functions
 2017-07-10 11:01 UTC  (4+ messages)
  ` issue with kernel 4.12.rc6 addnote -kernel dont build

[PATCH] powerpc/powernv/idle: Put pnv_cpu_offline behind HOTPLUG_CPU
 2017-07-10 10:52 UTC  (2+ messages)

[RESEND PATCH v5 00/16] eeprom: at24: Add OF device ID table
 2017-07-10  7:47 UTC  (2+ messages)

[PATCH] soc/qbman: Simplify bman_release()
 2017-07-10  7:28 UTC 

[PATCH] usb: gadget: fsl_udc_core: compress return logic into one line
 2017-07-10  3:15 UTC 

linux-next: build failure after merge of the vfs tree
 2017-07-10  2:34 UTC  (2+ messages)

[PATCH 0/5] Allow opal-async waiters to get interrupted
 2017-07-09 23:58 UTC  (5+ messages)
` [PATCH 5/5] mtd: powernv_flash: Use opal_async_wait_response_interruptible()

[next-20170609] Oops while running CPU off-on (cpuset.c/cpuset_can_attach)
 2017-07-08 11:46 UTC  (6+ messages)
        ` [PATCH cgroup/for-4.13-fixes] cgroup: don't call migration methods if there are no tasks to migrate

[git pull] vfs.git part 1
 2017-07-07 22:55 UTC  (7+ messages)

[PATCH v2 0/4] A fix and a few new tests for kprobe tracer
 2017-07-07 16:09 UTC  (5+ messages)
` [PATCH v2 2/4] selftests/ftrace: Add a test to probe module functions

[PATCH] fs/fcntl: Fix F_GET/SETLK etc. for compat processes
 2017-07-07 15:22 UTC  (2+ messages)

[PATCH] ASoC: imx-ssi: add check on platform_get_irq return value
 2017-07-07 12:51 UTC  (2+ messages)
` Applied "ASoC: imx-ssi: add check on platform_get_irq return value" to the asoc tree

[GIT PULL] Please pull powerpc/linux.git powerpc-4.13-1 tag
 2017-07-07 13:03 UTC 

[linux-next] cpus stalls detected few hours after booting next kernel
 2017-07-07 11:06 UTC  (7+ messages)

[PATCH v2 0/5] powerpc/mm: Fix kernel protection and implement STRICT_KERNEL_RWX on PPC32
 2017-07-07 10:06 UTC  (6+ messages)
` [PATCH v2 1/5] powerpc/mm: Ensure change_page_attr() doesn't invalidate pinned TLBs
` [PATCH v2 2/5] powerpc/mm: Fix kernel RAM protection after freeing unused memory on PPC32
` [PATCH v2 3/5] powerpc/mm: Implement STRICT_KERNEL_RWX "
` [PATCH v2 4/5] powerpc/mm: declare some local functions static
` [PATCH v2 5/5] powerpc/mm: Simplify __set_fixmap()

[PATCH v12 00/10] IMC Instrumentation Support
 2017-07-07  9:26 UTC  (7+ messages)
` [PATCH v12 01/10] powerpc/powernv: Data structure and macros definitions for IMC
` [PATCH v12 02/10] powerpc/powernv: Autoload IMC device driver module
` [PATCH v12 03/10] powerpc/powernv: Detect supported IMC units and its events

[RFC PATCH] powerpc/powernv: report error messages from opal
 2017-07-07  0:54 UTC  (6+ messages)
    ` [Skiboot] "

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

[PATCH 4/4] powerpc: machine check interrupt is a non-maskable interrupt
 2017-07-06 18:13 UTC  (2+ messages)

[PATCH] cxl: Fix is_page_fault() for POWER9
 2017-07-06 11:08 UTC  (2+ messages)

[PATCH RFC 21/26] powerpc: Remove spin_unlock_wait() arch-specific definitions
 2017-07-05 23:57 UTC  (3+ 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).