messages from 2018-01-17 13:30:30 to 2018-01-22 18:53:36 UTC [more...]
[PATCH v10 00/24] selftests, powerpc, x86 : Memory Protection Keys
2018-01-22 18:52 UTC (17+ 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 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 v8 1/2] powerpc/powernv: Enable tunneled operations
2018-01-22 13:33 UTC (2+ messages)
` [PATCH v8 2/2] cxl: read PHB indications from the device tree
[RFC PATCH v2 0/1] of: easier debugging for node life cycle issues
2018-01-22 11:49 UTC (5+ messages)
` [RFC PATCH v2 1/1] of: introduce event tracepoints for dynamic device_node lifecyle
[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 v2 0/6] Nintendo Wii GPIO driver
2018-01-22 5:04 UTC (7+ 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
[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 v10 00/27] powerpc, mm: Memory Protection Keys
2018-01-22 3:34 UTC (33+ 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
[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)
` "
Pull request: scottwood/linux.git next
2018-01-21 7:55 UTC
[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 (17+ 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 (4+ messages)
[PATCH v7 1/2] powerpc/powernv: Enable tunneled operations
2018-01-19 11:00 UTC (5+ 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 (5+ messages)
` [PATCH -next v2] "
[PATCH v4.14 backport 01/10] powerpc/pseries: Add H_GET_CPU_CHARACTERISTICS flags & wrapper
2018-01-18 13:34 UTC (10+ messages)
` [PATCH v4.14 backport 02/10] powerpc/64: Add macros for annotating the destination of rfid/hrfid
` [PATCH v4.14 backport 03/10] powerpc/64s: Simple RFI macro conversions
` [PATCH v4.14 backport 04/10] powerpc/64: Convert the syscall exit path to use RFI_TO_USER/KERNEL
` [PATCH v4.14 backport 05/10] powerpc/64: Convert fast_exception_return "
` [PATCH v4.14 backport 06/10] powerpc/64s: Convert slb_miss_common "
` [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 "
DPAA Ethernet problems with mainstream Linux kernels
2018-01-18 7:52 UTC (8+ messages)
[PATCH 0/6] KVM: PPC: Book3S HV: Changes for POWER9 v2.2 support
2018-01-18 1:51 UTC (5+ messages)
` [PATCH 3/6] KVM: PPC: Book3S HV: Allow HPT and radix on the same core for POWER9 v2.2
[PATCH] net: fs_enet: do not call phy_stop() in interrupts
2018-01-17 20:44 UTC (2+ messages)
[PATCH v5 00/17] ASoC: fsl_ssi: Clean up - program flow level
2018-01-17 20:27 UTC (5+ messages)
[PATCH] powerpc/kernel: Fix L1D_SIZE to a non-zero value on missing cache nodes
2018-01-17 19:03 UTC
[PATCH v4 0/7] SR-IOV Enablement on PowerVM
2018-01-17 17:29 UTC (2+ messages)
[PATCH 1/2] powerpc: export thread-tidr interfaces
2018-01-17 17:07 UTC (3+ messages)
[PATCH for 4.16 02/11] powerpc: membarrier: Skip memory barrier in switch_mm() (v7)
2018-01-17 16:54 UTC
[PATCH v6 00/24] Speculative page faults
2018-01-17 15:15 UTC (3+ messages)
[PATCH] powerpc/64s: Improve RFI L1-D cache flush fallback
2018-01-17 13:58 UTC
[PATCH] powerpc/32: book3s - fix compile error with CONFIG_PPC_PTDUMP
2018-01-17 13:32 UTC (2+ messages)
` "
[PATCH] powerpc/8xx: do not select CONFIG_PPC_LIB_RHEAP
2018-01-17 13:30 UTC (2+ messages)
` "
[PATCH 5/5] powerpc: Use the TRAP macro whenever comparing a trap number
2018-01-17 13:30 UTC (2+ messages)
` [5/5] "
[PATCH 4/5] powerpc: Remove useless EXC_COMMON_HV
2018-01-17 13:30 UTC (2+ messages)
` [4/5] "
[PATCH 1/8] powerpc/8xx: Remove CPU6 ERRATA Workaround
2018-01-17 13:30 UTC (2+ messages)
` [1/8] "
[PATCH 1/5] powerpc/xive: Remove incorrect debug code
2018-01-17 13:30 UTC (2+ messages)
` [1/5] "
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).