messages from 2018-01-18 13:34:27 to 2018-01-23 13:22:58 UTC [more...]
[PATCH] powerpc/mm/nohash: do not flush the entire mm when range is a single page
2018-01-23 13:22 UTC
[PATCH v2 0/6] Nintendo Wii GPIO driver
2018-01-23 12:58 UTC (8+ messages)
` [PATCH v2 1/6] resource: Extend the PPC32 reserved memory hack
` [PATCH v2 2/6] powerpc: wii: Explicitly configure GPIO owner for poweroff pin
` [PATCH v2 3/6] gpio: Add GPIO driver for Nintendo Wii
` [PATCH v2 4/6] dt-bindings: gpio: Add binding for Wii GPIO controller
` [PATCH v2 5/6] powerpc: wii.dts: Add ngpios property
` [PATCH v2 6/6] powerpc: wii.dts: Add GPIO line names
[RFC PATCH v2 0/1] of: easier debugging for node life cycle issues
2018-01-23 12:11 UTC (6+ messages)
` [RFC PATCH v2 1/1] of: introduce event tracepoints for dynamic device_node lifecyle
[PATCH v8 1/2] powerpc/powernv: Enable tunneled operations
2018-01-23 12:10 UTC (4+ messages)
` [PATCH v8 2/2] cxl: read PHB indications from the device tree
[PATCH v2 00/13] New driver to support OpenCAPI devices on POWER9
2018-01-23 11:31 UTC (14+ messages)
` [PATCH v2 01/13] powerpc/powernv: Introduce new PHB type for opencapi links
` [PATCH v2 02/13] powerpc/powernv: Set correct configuration space size for opencapi devices
` [PATCH v2 03/13] powerpc/powernv: Add opal calls for opencapi
` [PATCH v2 04/13] powerpc/powernv: Add platform-specific services "
` [PATCH v2 05/13] powerpc/powernv: Capture actag information for the device
` [PATCH v2 06/13] ocxl: Driver code for 'generic' opencapi devices
` [PATCH v2 07/13] ocxl: Add AFU interrupt support
` [PATCH v2 08/13] ocxl: Add a kernel API for other opencapi drivers
` [PATCH v2 09/13] ocxl: Add trace points
` [PATCH v2 10/13] ocxl: Add Makefile and Kconfig
` [PATCH v2 11/13] cxl: Remove support for "Processing accelerators" class
` [PATCH v2 12/13] ocxl: Documentation
` [PATCH v2 13/13] ocxl: add MAINTAINERS entry
[PATCH 00/26] KVM: PPC: Book3S PR: Transaction memory support on PR KVM
2018-01-23 9:44 UTC (29+ messages)
` [PATCH 02/26] KVM: PPC: Book3S PR: add new parameter (guest MSR) for kvmppc_save_tm()/kvmppc_restore_tm()
` [PATCH 04/26] KVM: PPC: Book3S PR: add C function wrapper for _kvmppc_save/restore_tm()
` [PATCH 07/26] KVM: PPC: Book3S PR: add TEXASR related macros
` [PATCH 10/26] KVM: PPC: Book3S PR: set MSR HV bit accordingly for PPC970 and others
` [PATCH 13/26] KVM: PPC: Book3S PR: adds new kvmppc_copyto_vcpu_tm/kvmppc_copyfrom_vcpu_tm API for PR KVM
` [PATCH 16/26] KVM: PPC: Book3S PR: add transaction memory save/restore skeleton "
` [PATCH 17/26] KVM: PPC: Book3S PR: add math support for PR KVM HTM
` [PATCH 18/26] KVM: PPC: Book3S PR: make mtspr/mfspr emulation behavior based on active TM SPRs
` [PATCH 19/26] KVM: PPC: Book3S PR: always fail transaction in guest privilege state
` [PATCH 20/26] KVM: PPC: Book3S PR: enable NV reg restore for reading TM SPR at "
` [PATCH 21/26] KVM: PPC: Book3S PR: adds emulation for treclaim
` [PATCH 22/26] KVM: PPC: Book3S PR: add emulation for trechkpt in PR KVM
` [PATCH 23/26] KVM: PPC: Book3S PR: add emulation for tabort. for privilege guest
Anyone working on the KPTI support for powerpc?
2018-01-23 6:56 UTC (2+ messages)
[PATCH] powerpc: pseries: use irq_of_parse_and_map helper
2018-01-23 6:53 UTC (2+ messages)
[PATCH v10 00/27] powerpc, mm: Memory Protection Keys
2018-01-23 6:37 UTC (34+ messages)
` [PATCH v10 01/27] mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabled
` [PATCH v10 02/27] mm, powerpc, x86: introduce an additional vma bit for powerpc pkey
` [PATCH v10 03/27] powerpc: initial pkey plumbing
` [v10,03/27] "
` [PATCH v10 04/27] powerpc: track allocation status of all pkeys
` [PATCH v10 05/27] powerpc: helper function to read, write AMR, IAMR, UAMOR registers
` [PATCH v10 06/27] powerpc: helper functions to initialize AMR, IAMR and "
` [PATCH v10 07/27] powerpc: cleanup AMR, IAMR when a key is allocated or freed
` [PATCH v10 08/27] powerpc: implementation for arch_set_user_pkey_access()
` [PATCH v10 09/27] powerpc: ability to create execute-disabled pkeys
` [PATCH v10 10/27] powerpc: store and restore the pkey state across context switches
` [PATCH v10 11/27] powerpc: introduce execute-only pkey
` [PATCH v10 12/27] powerpc: ability to associate pkey to a vma
` [PATCH v10 13/27] powerpc: implementation for arch_override_mprotect_pkey()
` [PATCH v10 14/27] powerpc: map vma key-protection bits to pte key bits
` [PATCH v10 15/27] powerpc: Program HPTE key protection bits
` [PATCH v10 16/27] powerpc: helper to validate key-access permissions of a pte
` [PATCH v10 17/27] powerpc: check key protection for user page access
` [PATCH v10 18/27] powerpc: implementation for arch_vma_access_permitted()
` [PATCH v10 19/27] powerpc: Handle exceptions caused by pkey violation
` [PATCH v10 20/27] powerpc: introduce get_mm_addr_key() helper
` [PATCH v10 21/27] powerpc: Deliver SEGV signal on pkey violation
` [PATCH v10 22/27] powerpc/ptrace: Add memory protection key regset
` [PATCH v10 23/27] powerpc: Enable pkey subsystem
` [PATCH v10 24/27] powerpc: sys_pkey_alloc() and sys_pkey_free() system calls
` [PATCH v10 25/27] powerpc: sys_pkey_mprotect() system call
` [PATCH v10 26/27] mm, x86 : introduce arch_pkeys_enabled()
` [PATCH v10 27/27] mm: display pkey in smaps if arch_pkeys_enabled() is true
Pull request: scottwood/linux.git next
2018-01-23 5:24 UTC (2+ messages)
[PATCH v10 00/24] selftests, powerpc, x86 : Memory Protection Keys
2018-01-22 18:52 UTC (25+ messages)
` [PATCH v10 01/24] selftests/x86: Move protecton key selftest to arch neutral directory
` [PATCH v10 02/24] selftests/vm: rename all references to pkru to a generic name
` [PATCH v10 03/24] selftests/vm: move generic definitions to header file
` [PATCH v10 04/24] selftests/vm: typecast the pkey register
` [PATCH v10 05/24] selftests/vm: generic function to handle shadow key register
` [PATCH v10 06/24] selftests/vm: fix the wrong assert in pkey_disable_set()
` [PATCH v10 07/24] selftests/vm: fixed bugs in pkey_disable_clear()
` [PATCH v10 08/24] selftests/vm: clear the bits in shadow reg when a pkey is freed
` [PATCH v10 09/24] selftests/vm: fix alloc_random_pkey() to make it really random
` [PATCH v10 10/24] selftests/vm: introduce two arch independent abstraction
` [PATCH v10 11/24] selftests/vm: pkey register should match shadow pkey
` [PATCH v10 12/24] selftests/vm: generic cleanup
` [PATCH v10 13/24] selftests/vm: powerpc implementation for generic abstraction
` [PATCH v10 14/24] selftests/vm: clear the bits in shadow reg when a pkey is freed
` [PATCH v10 15/24] selftests/vm: powerpc implementation to check support for pkey
` [PATCH v10 16/24] selftests/vm: fix an assertion in test_pkey_alloc_exhaust()
` [PATCH v10 17/24] selftests/vm: associate key on a mapped page and detect access violation
` [PATCH v10 18/24] selftests/vm: associate key on a mapped page and detect write violation
` [PATCH v10 19/24] selftests/vm: detect write violation on a mapped access-denied-key page
` [PATCH v10 20/24] selftests/vm: testcases must restore pkey-permissions
` [PATCH v10 21/24] selftests/vm: sub-page allocator
` [PATCH v10 22/24] selftests/vm: Fix deadlock in protection_keys.c
` [PATCH v10 23/24] selftests/powerpc: Add ptrace tests for Protection Key register
` [PATCH v10 24/24] selftests/powerpc: Add core file test "
[PATCH v10 00/27] powerpc, mm: Memory Protection Keys
2018-01-22 18:33 UTC (4+ messages)
` [PATCH v10 01/27] mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabled
` [PATCH v10 02/27] mm, powerpc, x86: introduce an additional vma bit for powerpc pkey
[PATCH v10 0/2] Documentation, powerpc, x86 : Memory Protection Keys
2018-01-22 18:28 UTC (3+ messages)
` [PATCH v10 1/2] Documentation/x86: Move protecton key documentation to arch neutral directory
` [PATCH v10 2/2] Documentation/vm: PowerPC specific updates to memory protection keys
[PATCH v2] cpufreq: powernv: Add support of frequency domain
2018-01-22 8:30 UTC (3+ messages)
[PATCH v2] powerpc/mm: Fix growth direction for hugepages mmaps with slice
2018-01-22 8:22 UTC (7+ messages)
[PATCH v3] cpufreq: powernv: Add support of frequency domain
2018-01-22 8:17 UTC
[PATCH v2 1/5] powerpc/mm: Enhance 'slice' for supporting PPC32
2018-01-22 7:52 UTC (17+ messages)
` [PATCH v2 2/5] powerpc/32: Fix hugepage allocation on 8xx at hint address
` [PATCH v2 3/5] powerpc/mm: Allow more than 16 low slices
[PATCH 00/13] New driver to support OpenCAPI devices on POWER9
2018-01-22 5:07 UTC (4+ messages)
` [PATCH 02/13] powerpc/powernv: Set correct configuration space size for opencapi devices
[PATCH] powerpc/64s: Fix ps3 build error due to tlbiel_all()
2018-01-22 3:34 UTC (2+ messages)
` "
[PATCH] powerpc/watchdog: remove arch_trigger_cpumask_backtrace
2018-01-22 3:34 UTC (2+ messages)
` "
[PATCH kernel] powerpc/powernv/ioda: Finish removing explicit max window size check
2018-01-22 3:34 UTC (2+ messages)
` [kernel] "
[PATCH] [RESEND] spufs: use timespec64 for timestamps
2018-01-22 3:34 UTC (2+ messages)
` "
[PATCH] [RESEND] powerpc: mpic_timer: avoid struct timeval
2018-01-22 3:34 UTC (2+ messages)
` "
[PATCH 4/6] KVM: PPC: Book3S HV: Improve handling of debug-trigger HMIs on POWER9
2018-01-22 3:34 UTC (2+ messages)
` [4/6] "
[PATCH] powerpc: restore alphabetic order in Kconfig
2018-01-22 3:34 UTC (2+ messages)
` "
[PATCH V7] cxl: Add support for ASB_Notify on POWER9
2018-01-22 3:34 UTC (2+ messages)
` [V7] "
[PATCH 1/2] powerpc/xive: Move definition of ESB bits
2018-01-22 3:34 UTC (2+ messages)
` [1/2] "
[PATCH 1/2] powerpc: Fix old-style function definition
2018-01-22 3:34 UTC (2+ messages)
` [1/2] "
[PATCH 1/2] powerpc/tm: Fix endianness flip on trap
2018-01-22 3:34 UTC (2+ messages)
` [1/2] "
[PATCH] powerpc/xive: Properly use static keyword for inline function
2018-01-22 3:34 UTC (2+ messages)
` "
[PATCH] powerpc/xmon: Do not compute/store the major opcode
2018-01-22 3:34 UTC (2+ messages)
` "
[PATCH v3] powerpc/64s: Improve local TLB flush for boot and MCE on POWER9
2018-01-22 3:34 UTC (2+ messages)
` [v3] "
[PATCH 1/2] powerpc: System reset avoid interleaving oops using die synchronisation
2018-01-22 3:34 UTC (2+ messages)
` [1/2] "
[PATCH v10 02/17] powerpc/64: Add #defines for paca->soft_enabled flags
2018-01-22 3:34 UTC (2+ messages)
` [v10, "
[PATCH 1/9] powerpc/powernv: Remove real mode access limit for early allocations
2018-01-22 3:34 UTC (2+ messages)
` [1/9] "
[PATCH] powerpc/pseries/cpuidle: add polling idle for shared processor guests
2018-01-22 3:34 UTC (2+ messages)
` "
[PATCH v2] platform/powernv: Add debugfs interface for imc-mode and imc-command
2018-01-22 3:34 UTC (2+ messages)
` [v2] "
[PATCH] powerpc: dts: Remove leading 0x and 0s from bindings notation
2018-01-22 3:34 UTC (2+ messages)
` "
[PATCH V2] powerpc/mm: Invalidate subpage_prot() system call on radix platforms
2018-01-22 3:34 UTC (2+ messages)
` [V2] "
[PATCH 1/3] powerpc/perf: Remove thread_imc_pmu global variable from
2018-01-22 3:34 UTC (2+ messages)
` [1/3] "
[PATCH] powerpc/radix: Remove trace_tlbie call from radix__flush_tlb_all
2018-01-22 3:34 UTC (2+ messages)
` "
[PATCH V6 1/4] powerpc/firmware: Add definitions for new drc-info firmware feature
2018-01-22 3:34 UTC (2+ messages)
` [V6, "
[PATCH] powerpc/hash: Skip non initialized page size in init_hpte_page_sizes
2018-01-22 3:34 UTC (2+ messages)
` "
[PATCH] selftest/powerpc: Add additional option to mmap_bench test
2018-01-22 3:34 UTC (2+ messages)
` "
[PATCH v3] powerpc/powernv: Add ppc_pci_reset_phbs parameter to issue a PHB reset
2018-01-22 3:34 UTC (2+ messages)
` [v3] "
[PATCH 1/2] powerpc/lib/code-patching: refactor patch_instruction()
2018-01-22 3:34 UTC (2+ messages)
` [1/2] "
[PATCH 4/4] cpuidle/powernv: avoid double irq enable coming out of idle
2018-01-22 3:34 UTC (2+ messages)
` [4/4] "
[PATCH 3/4] cpuidle/powernv: avoid double irq enable coming out of idle
2018-01-22 3:34 UTC (2+ messages)
` [3/4] "
[PATCH 1/4] powerpc: define __ARCH_IRQ_EXIT_IRQS_DISABLED
2018-01-22 3:34 UTC (2+ messages)
` [1/4] "
[PATCH] powerpc/watchdog: improve watchdog comments
2018-01-22 3:34 UTC (2+ messages)
` "
[PATCH] powerpc/mm: Remove unused flag arg in global_invalidates
2018-01-22 3:34 UTC (2+ messages)
` "
[PATCH] powerpc/perf: Change the data type for the variable 'ncpu' in IMC code
2018-01-22 3:34 UTC (2+ messages)
` "
[PATCH v3 3/6] dt: booting-without-of: DT fix s/#interrupt-cell/#interrupt-cells/
2018-01-22 3:34 UTC (2+ messages)
` [v3, "
[PATCH] powerpc: Expose TSCR via sysfs
2018-01-22 3:34 UTC (2+ messages)
` "
[PATCH] selftests/powerpc: Add alignment handler selftest
2018-01-22 3:34 UTC (2+ messages)
` "
[PATCH] powerpc: Use octal numbers for file permissions
2018-01-22 3:34 UTC (2+ messages)
` "
[PATCH] powerpc/pseries: Don't give a warning when HPT resizing isn't available
2018-01-22 3:34 UTC (2+ messages)
` "
[PATCH] watchdog: core: make sure the watchdog_worker is not deferred
2018-01-20 2:58 UTC (2+ messages)
[PATCH 0/6] Nintendo Wii GPIO driver
2018-01-20 1:47 UTC (4+ messages)
` [PATCH 4/6] dt-bindings: gpio: Add binding for Wii GPIO controller
DPAA Ethernet traffice troubles with Linux kernel
2018-01-19 13:42 UTC (9+ messages)
[PATCH] powerpc/kprobes: Fix call trace due to incorrect preempt count
2018-01-19 11:37 UTC (4+ messages)
[GIT PULL] Please pull powerpc/linux.git powerpc-4.15-8 tag
2018-01-19 11:23 UTC
linux-next: manual merge of the powerpc tree with the powerpc-fixes tree
2018-01-19 11:18 UTC (2+ messages)
[PATCH 0/3] PCI: move DT PCI functions to PCI core
2018-01-19 11:16 UTC (3+ messages)
[PATCH v7 1/2] powerpc/powernv: Enable tunneled operations
2018-01-19 11:00 UTC (3+ messages)
` [PATCH v7 2/2] cxl: read PHB indications from the device tree
linux-next: build failure after merge of the powerpc tree
2018-01-19 5:53 UTC
linux-next: build failure after merge of the powerpc tree
2018-01-18 22:26 UTC
[PATCH 0/5] Implement FTW driver
2018-01-18 16:45 UTC (7+ messages)
` [PATCH 2/5] powerpc/ftw: Define FTW_SETUP ioctl API
` [PATCH 3/5] powerpc/ftw: Implement a simple FTW driver
[PATCH -next] ipmi/powernv: Fix error return code in ipmi_powernv_probe()
2018-01-18 14:05 UTC (3+ messages)
[PATCH v4.14 backport 01/10] powerpc/pseries: Add H_GET_CPU_CHARACTERISTICS flags & wrapper
2018-01-18 13:34 UTC (6+ messages)
` [PATCH v4.14 backport 06/10] powerpc/64s: Convert slb_miss_common to use RFI_TO_USER/KERNEL
` [PATCH v4.14 backport 07/10] powerpc/64s: Add support for RFI flush of L1-D cache
` [PATCH v4.14 backport 08/10] powerpc/64s: Support disabling RFI flush with no_rfi_flush and nopti
` [PATCH v4.14 backport 09/10] powerpc/pseries: Query hypervisor for RFI flush settings
` [PATCH v4.14 backport 10/10] powerpc/powernv: Check device-tree "
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).