messages from 2017-07-13 03:26:12 to 2017-07-18 03:20:08 UTC [more...]
[PATCH v3 00/10] Allow opal-async waiters to get interrupted
2017-07-18 3:20 UTC (18+ 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 03/10] mtd: powernv_flash: Don't treat OPAL_SUCCESS as an error
` [PATCH v3 06/10] powerpc/opal: Rework the opal-async interface
[PATCH 1/3] powerpc/mm/radix: Refactor radix__mark_rodata_ro()
2017-07-18 1:05 UTC (6+ messages)
` [PATCH 2/3] powerpc/mm/hash: Refactor hash__mark_rodata_ro()
` [PATCH 3/3] powerpc/mm: Mark __init memory no-execute when STRICT_KERNEL_RWX=y
[PATCH v3] powerpc/powernv: Enable PCI peer-to-peer
2017-07-17 23:50 UTC
[PATCH V2 6/6] crypto/nx: Add P9 NX support for 842 compression engine
2017-07-17 23:50 UTC
[PATCH V2 5/6] crypto/nx: Add P9 NX specific error codes for 842 engine
2017-07-17 23:49 UTC
[PATCH V2 4/6] crypto/nx: Add nx842_add_coprocs_list function
2017-07-17 23:48 UTC
[PATCH V2 3/6] crypto/nx: Create nx842_delete_coprocs function
2017-07-17 23:47 UTC
[PATCH V2 2/6] crypto/nx: Create nx842_configure_crb function
2017-07-17 23:46 UTC
[PATCH V2 1/6] crypto/nx842: Rename nx842_powernv_function as icswx function
2017-07-17 23:45 UTC
[PATCH V2 0/6] Enable NX 842 compression engine on Power9
2017-07-17 23:43 UTC
[PATCH 1/3] PCI: dwc: Handle host_init failures
2017-07-17 19:28 UTC (3+ messages)
[PATCH] ASoC: fsl_spdif: constify snd_soc_dai_ops structure
2017-07-17 16:05 UTC (2+ messages)
` Applied "ASoC: fsl_spdif: constify snd_soc_dai_ops structure" to the asoc tree
[PATCH] ASoC: fsl_esai: constify snd_soc_dai_ops structure
2017-07-17 16:05 UTC (2+ messages)
` Applied "ASoC: fsl_esai: constify snd_soc_dai_ops structure" to the asoc tree
[PATCH] ASoC: fsl_asrc: constify snd_soc_dai_ops structure
2017-07-17 16:05 UTC (12+ messages)
` [alsa-devel] "
` Applied "ASoC: fsl_asrc: constify snd_soc_dai_ops structure" to the asoc tree
[PATCH] ptrace: Add compat PTRACE_{G,S}ETSIGMASK handlers
2017-07-17 15:54 UTC (3+ messages)
[PATCH] [PING] Fix TIOCGPTPEER ioctl definition
2017-07-17 13:47 UTC (2+ messages)
[PATCH v2] powerpc: allow compiling with GENERIC_MSI_IRQ_DOMAIN
2017-07-17 13:12 UTC
Kernel build issues with upstream binutils
2017-07-17 13:05 UTC (3+ messages)
[PATCH 1/4] powerpc/mm/radix: Don't iterate all sets when flushing the PWC
2017-07-17 12:12 UTC (15+ messages)
` [PATCH 2/4] powerpc/mm/radix: Improve TLB/PWC flushes
` [PATCH 3/4] powerpc/mm/radix: Avoid flushing the PWC on every flush_tlb_range
` [PATCH 4/4] powerpc/mm/radix: Workaround prefetch issue with KVM
` [PATCH v2] "
[PATCH/RFC] powerpc: Better handle "error" type page faults on book3s64
2017-07-17 12:02 UTC (3+ messages)
[PATCH] powerpc/powernv: Fix boot on Power8 bare metal due to opal_configure_cores()
2017-07-17 11:52 UTC (2+ messages)
[linux-next][bisected 1c0eaf0f] Today's next kernel fails to boot on ppc bare-metal
2017-07-17 6:07 UTC (3+ messages)
[PATCH] machintosh: select defaults for cooling
2017-07-17 2:02 UTC (5+ messages)
440EP NOR Flash Mapping with DTS
2017-07-17 0:58 UTC (2+ messages)
[RFC v6 00/62] powerpc: Memory Protection Keys
2017-07-16 3:57 UTC (63+ messages)
` [RFC v6 01/62] powerpc: Free up four 64K PTE bits in 4K backed HPTE pages
` [RFC v6 02/62] powerpc: Free up four 64K PTE bits in 64K "
` [RFC v6 03/62] powerpc: introduce pte_set_hash_slot() helper
` [RFC v6 04/62] powerpc: introduce pte_get_hash_gslot() helper
` [RFC v6 05/62] powerpc: capture the PTE format changes in the dump pte report
` [RFC v6 06/62] powerpc: use helper functions in __hash_page_64K() for 64K PTE
` [RFC v6 07/62] powerpc: use helper functions in __hash_page_huge() "
` [RFC v6 08/62] powerpc: use helper functions in __hash_page_4K() "
` [RFC v6 09/62] powerpc: use helper functions in __hash_page_4K() for 4K PTE
` [RFC v6 10/62] powerpc: use helper functions in flush_hash_page()
` [RFC v6 11/62] powerpc: initial pkey plumbing
` [RFC v6 12/62] mm: introduce an additional vma bit for powerpc pkey
` [RFC v6 13/62] powerpc: track allocation status of all pkeys
` [RFC v6 14/62] powerpc: helper function to read, write AMR, IAMR, UAMOR registers
` [RFC v6 15/62] powerpc: helper functions to initialize AMR, IAMR and UMOR registers
` [RFC v6 16/62] powerpc: cleaup AMR, iAMR when a key is allocated or freed
` [RFC v6 17/62] powerpc: implementation for arch_set_user_pkey_access()
` [RFC v6 18/62] powerpc: sys_pkey_alloc() and sys_pkey_free() system calls
` [RFC v6 19/62] powerpc: ability to create execute-disabled pkeys
` [RFC v6 20/62] powerpc: store and restore the pkey state across context switches
` [RFC v6 21/62] powerpc: introduce execute-only pkey
` [RFC v6 22/62] powerpc: ability to associate pkey to a vma
` [RFC v6 23/62] powerpc: implementation for arch_override_mprotect_pkey()
` [RFC v6 24/62] powerpc: map vma key-protection bits to pte key bits
` [RFC v6 25/62] powerpc: sys_pkey_mprotect() system call
` [RFC v6 26/62] powerpc: Program HPTE key protection bits
` [RFC v6 27/62] powerpc: helper to validate key-access permissions of a pte
` [RFC v6 28/62] powerpc: check key protection for user page access
` [RFC v6 29/62] powerpc: Macro the mask used for checking DSI exception
` [RFC v6 30/62] powerpc: implementation for arch_vma_access_permitted()
` [RFC v6 31/62] powerpc: Handle exceptions caused by pkey violation
` [RFC v6 32/62] powerpc: capture AMR register content on "
` [RFC v6 33/62] powerpc: introduce get_pte_pkey() helper
` [RFC v6 34/62] powerpc: capture the violated protection key on fault
` [RFC v6 35/62] powerpc: Deliver SEGV signal on pkey violation
` [RFC v6 36/62] mm: introduce arch_pkeys_enabled()
` [RFC v6 37/62] x86: implementation for arch_pkeys_enabled()
` [RFC v6 38/62] powerpc: "
` [RFC v6 39/62] mm: display pkey in smaps if arch_pkeys_enabled() is true
` [RFC v6 40/62] x86: delete arch_show_smap()
` [RFC v6 41/62] selftest/x86: Move protecton key selftest to arch neutral directory
` [RFC v6 42/62] selftest/vm: rename all references to pkru to a generic name
` [RFC v6 43/62] selftest/vm: move generic definitions to header file
` [RFC v6 44/62] selftest/vm: typecast the pkey register
` [RFC v6 45/62] selftest/vm: generics function to handle shadow key register
` [RFC v6 46/62] selftest/vm: fix the wrong assert in pkey_disable_set()
` [RFC v6 47/62] selftest/vm: fixed bugs in pkey_disable_clear()
` [RFC v6 48/62] selftest/vm: clear the bits in shadow reg when a pkey is freed
` [RFC v6 49/62] selftest/vm: fix alloc_random_pkey() to make it really random
` [RFC v6 50/62] selftest/vm: introduce two arch independent abstraction
` [RFC v6 51/62] selftest/vm: pkey register should match shadow pkey
` [RFC v6 52/62] selftest/vm: generic cleanup
` [RFC v6 53/62] selftest/vm: powerpc implementation for generic abstraction
` [RFC v6 54/62] selftest/vm: fix an assertion in test_pkey_alloc_exhaust()
` [RFC v6 55/62] selftest/vm: associate key on a mapped page and detect access violation
` [RFC v6 56/62] selftest/vm: detect no key violation on a freed key
` [RFC v6 57/62] selftest/vm: associate key on a mapped page and detect write violation
` [RFC v6 58/62] selftest/vm: detect no write key-violation on a freed key
` [RFC v6 59/62] selftest/vm: detect write violation on a mapped access-denied-key page
` [RFC v6 60/62] selftest/vm: sub-page allocator
` [RFC v6 61/62] Documentation/x86: Move protecton key documentation to arch neutral directory
` [RFC v6 62/62] Documentation/vm: PowerPC specific updates to memory protection keys
[PATCH] powerpc/44x/fsp2: correct dtb reg property for /sdhci@020c0000
2017-07-15 9:03 UTC
[PATCH 1/5] powerpc/lib/sstep: Add cmpb instruction emulation
2017-07-14 19:02 UTC (17+ messages)
` [PATCH 3/5] powerpc/lib/sstep: Add bpermd "
` [PATCH 4/5] powerpc/lib/sstep: Add prty "
` [PATCH 5/5] powerpc/lib/sstep: Add isel "
[GIT PULL] Please pull powerpc/linux.git powerpc-4.13-2 tag
2017-07-14 11:52 UTC
[PATCH] POWER9 PMU interrupt after idle workaround
2017-07-14 11:41 UTC (2+ messages)
[bug] KVM: Unrecoverable TM Unavailable Exception f60
2017-07-14 6:28 UTC (6+ messages)
[RFC v5 00/38] powerpc: Memory Protection Keys
2017-07-13 23:29 UTC (29+ messages)
` [RFC v5 02/38] powerpc: Free up four 64K PTE bits in 64K backed HPTE pages
` [RFC v5 14/38] powerpc: initial plumbing for key management
` [RFC v5 15/38] powerpc: helper function to read, write AMR, IAMR, UAMOR registers
` [RFC v5 15/38] powerpc: helper function to read,write AMR,IAMR,UAMOR registers
` [RFC v5 34/38] procfs: display the protection-key number associated with a vma
` [RFC v5 38/38] Documentation: PowerPC specific updates to memory protection keys
[PATCH] powerpc/time: use get_tb instead of get_vtb in running_clock
2017-07-13 20:50 UTC (4+ messages)
[PATCH v3 0/2] [media] videobuf2-dc: Add support for cacheable MMAP
2017-07-13 13:36 UTC
[PATCH] powerpc/64: Fix atomic64_inc_not_zero() to return an int
2017-07-13 12:46 UTC (2+ messages)
` "
[PATCH] powerpc/perf: Fix SDAR_MODE value for continous sampling in power9
2017-07-13 12:46 UTC (2+ messages)
` "
[PATCH] powerpc/perf: Add POWER9 alternate PM_RUN_CYC and PM_RUN_INST_CMPL events
2017-07-13 12:46 UTC (2+ messages)
` "
[PATCH 2/2] powerpc: Fix emulation of mfocrf in emulate_step()
2017-07-13 12:46 UTC (2+ messages)
` [2/2] "
[PATCH 1/2] powerpc: Fix emulation of mcrf in emulate_step()
2017-07-13 12:46 UTC (2+ messages)
` [1/2] "
[BUG][cramfs] Kernel Oops while fuzz testing cramfs on mainline kernel
2017-07-13 10:15 UTC
[PATCH 2/2] powerpc: use spin loop primitives in some functions
2017-07-13 10:09 UTC (5+ messages)
` issue with kernel 4.12.rc6 addnote -kernel dont build
[mainline][ext2] fsfuzzer triggered WARNING: CPU: 1 PID: 72688 at fs/super.c:1244 mount_fs+0x200/0x220
2017-07-13 9:52 UTC
[GIT PULL] Please pull JSON files for Power9 PMU events
2017-07-13 9:50 UTC (8+ messages)
[PATCH 1/2] KVM: PPC: e500: fix some NULL dereferences on error
2017-07-13 7:38 UTC
[PATCH 2/2] KVM: PPC: e500mc: Fix a NULL dereference
2017-07-13 7:38 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).