messages from 2018-06-12 09:14:53 to 2018-06-15 02:26:50 UTC [more...]
[RFC PATCH 00/23] Implement an HPET-based hardlockup detector
2018-06-15 2:23 UTC (57+ messages)
` [RFC PATCH 01/23] x86/apic: Add a parameter for the APIC delivery mode
` [RFC PATCH 02/23] genirq: Introduce IRQD_DELIVER_AS_NMI
` [RFC PATCH 03/23] genirq: Introduce IRQF_DELIVER_AS_NMI
` [RFC PATCH 04/23] iommu/vt-d/irq_remapping: Add support for IRQCHIP_CAN_DELIVER_AS_NMI
` [RFC PATCH 05/23] x86/msi: "
` [RFC PATCH 06/23] x86/ioapic: Add support for IRQCHIP_CAN_DELIVER_AS_NMI with interrupt remapping
` [RFC PATCH 07/23] x86/hpet: Expose more functions to read and write registers
` [RFC PATCH 08/23] x86/hpet: Calculate ticks-per-second in a separate function
` [RFC PATCH 09/23] x86/hpet: Reserve timer for the HPET hardlockup detector
` [RFC PATCH 10/23] x86/hpet: Relocate flag definitions to a header file
` [RFC PATCH 11/23] x86/hpet: Configure the timer used by the hardlockup detector
` [RFC PATCH 12/23] kernel/watchdog: Introduce a struct for NMI watchdog operations
` [RFC PATCH 13/23] watchdog/hardlockup: Define a generic function to detect hardlockups
` [RFC PATCH 14/23] watchdog/hardlockup: Decouple the hardlockup detector from perf
` [RFC PATCH 15/23] kernel/watchdog: Add a function to obtain the watchdog_allowed_mask
` [RFC PATCH 16/23] watchdog/hardlockup: Add an HPET-based hardlockup detector
` [RFC PATCH 17/23] watchdog/hardlockup/hpet: Convert the timer's interrupt to NMI
` [RFC PATCH 18/23] watchdog/hardlockup/hpet: Add the NMI watchdog operations
` [RFC PATCH 19/23] watchdog/hardlockup: Make arch_touch_nmi_watchdog() to hpet-based implementation
` [RFC PATCH 20/23] watchdog/hardlockup/hpet: Rotate interrupt among all monitored CPUs
` [RFC PATCH 21/23] watchdog/hardlockup/hpet: Adjust timer expiration on the number of "
` [RFC PATCH 22/23] watchdog/hardlockup/hpet: Only enable the HPET watchdog via a boot parameter
` [RFC PATCH 23/23] watchdog/hardlockup: Activate the HPET-based lockup detector
[PATCH v3] powerpc/64s/radix: Fix MADV_[FREE|DONTNEED] TLB flush miss problem with THP
2018-06-15 1:38 UTC
[PATCH v13 00/24] selftests, powerpc, x86 : Memory Protection Keys
2018-06-15 0:58 UTC (27+ messages)
` [PATCH v13 01/24] selftests/x86: Move protecton key selftest to arch neutral directory
` [PATCH v13 02/24] selftests/vm: rename all references to pkru to a generic name
` [PATCH v13 03/24] selftests/vm: move generic definitions to header file
` [PATCH v13 04/24] selftests/vm: move arch-specific definitions to arch-specific header
` [PATCH v13 05/24] selftests/vm: Make gcc check arguments of sigsafe_printf()
` [PATCH v13 06/24] selftests/vm: typecast the pkey register
` [PATCH v13 07/24] selftests/vm: generic function to handle shadow key register
` [PATCH v13 08/24] selftests/vm: fix the wrong assert in pkey_disable_set()
` [PATCH v13 09/24] selftests/vm: fixed bugs in pkey_disable_clear()
` [PATCH v13 10/24] selftests/vm: clear the bits in shadow reg when a pkey is freed
` [PATCH v13 11/24] selftests/vm: fix alloc_random_pkey() to make it really random
` [PATCH v13 12/24] selftests/vm: introduce two arch independent abstraction
` [PATCH v13 13/24] selftests/vm: pkey register should match shadow pkey
` [PATCH v13 14/24] selftests/vm: generic cleanup
` [PATCH v13 15/24] selftests/vm: powerpc implementation for generic abstraction
` [PATCH v13 16/24] selftests/vm: clear the bits in shadow reg when a pkey is freed
` [PATCH v13 17/24] selftests/vm: powerpc implementation to check support for pkey
` [PATCH v13 18/24] selftests/vm: fix an assertion in test_pkey_alloc_exhaust()
` [PATCH v13 19/24] selftests/vm: associate key on a mapped page and detect access violation
` [PATCH v13 20/24] selftests/vm: associate key on a mapped page and detect write violation
` [PATCH v13 21/24] selftests/vm: detect write violation on a mapped access-denied-key page
` [PATCH v13 22/24] selftests/vm: testcases must restore pkey-permissions
` [PATCH v13 23/24] selftests/vm: sub-page allocator
` [PATCH v13 24/24] selftests/vm: test correct behavior of pkey-0
[PATCH v6 1/4] selftests/powerpc: add test for 32 bits memcmp
2018-06-14 21:51 UTC (8+ messages)
` [PATCH v6 2/4] selftests/powerpc: Add test for strlen()
` [PATCH v6 3/4] powerpc/lib: implement strlen() in assembly
` [PATCH v6 4/4] selftests/powerpc: update strlen() test to test the new assembly function
[PATCH] mm: convert return type of handle_mm_fault() caller to vm_fault_t
2018-06-14 21:31 UTC (2+ messages)
powerpc: use time64_t in read_persistent_clock
2018-06-14 19:03 UTC (3+ messages)
[PATCH] misc: ocxl: Change return type for fault handler
2018-06-14 16:06 UTC (2+ messages)
[PATCH] powerpc/e500mc: Set assembler machine type to e500mc
2018-06-14 15:27 UTC
[RFC PATCH 0/5] powerpc: Misc. ptrace regset fixes
2018-06-14 13:55 UTC (8+ messages)
` [RFC PATCH 1/5] powerpc: Fix inverted active predicate for setting the EBB regset
` [RFC PATCH 2/5] powerpc: Flush checkpointed gpr state for 32-bit processes in ptrace
[PATCH kernel 0/6] powerpc/powernv/iommu: Optimize memory use
2018-06-14 12:35 UTC (5+ messages)
` [PATCH kernel 6/6] powerpc/powernv/ioda: Allocate indirect TCE levels on demand
[PATCH v2 0/6] powerpc/pkeys: fixes to pkeys
2018-06-14 12:15 UTC (8+ messages)
` [PATCH v2 1/6] powerpc/pkeys: Enable all user-allocatable pkeys at init
` [PATCH v2 2/6] powerpc/pkeys: Save the pkey registers before fork
` [PATCH v2 3/6] powerpc/pkeys: fix calculation of total pkeys
` [PATCH v2 4/6] powerpc/pkeys: Preallocate execute-only key
` [PATCH v2 5/6] powerpc/pkeys: make protection key 0 less special
` [PATCH v2 6/6] powerpc/pkeys: Deny read/write/execute by default
stacktrace.c:(.text+0x1b0): undefined reference to `.smp_send_safe_nmi_ipi'
2018-06-14 11:46 UTC (4+ messages)
[PATCH] powerpc/mm/hash/4k: Free hugetlb page table caches correctly
2018-06-14 10:31 UTC
[PATCH v2] powerpc/64s/radix: Fix MADV_[FREE|DONTNEED] TLB flush miss problem with THP
2018-06-14 6:54 UTC (4+ messages)
[RFC PATCH 0/3] couple of TLB flush optimisations
2018-06-14 6:51 UTC (19+ messages)
` [RFC PATCH 1/3] Revert "mm: always flush VMA ranges affected by zap_page_range"
` [RFC PATCH 2/3] mm: mmu_gather track of invalidated TLB ranges explicitly for more precise flushing
` [RFC PATCH 3/3] powerpc/64s/radix: optimise TLB flush with precise TLB ranges in mmu_gather
[PATCH] powerpc/64s/radix: Fix MADV_[FREE|DONTNEED] TLB flush miss problem with THP
2018-06-14 0:35 UTC (2+ messages)
[RFC PATCH 00/12] Deal with TM on kernel entry and exit
2018-06-13 22:38 UTC (2+ messages)
` [RFC,00/12] "
[PATCH] powerpc/64s: Report SLB multi-hit rather than parity error
2018-06-13 14:40 UTC (2+ messages)
[PATCH] powerpc/64s: Fix DT CPU features Power9 DD2.1 logic
2018-06-13 14:31 UTC (2+ messages)
[RFC V2] virtio: Add platform specific DMA API translation for virito devices
2018-06-13 14:23 UTC (19+ messages)
[patchV2 0/2] shpchp: no claim on pcie port device
2018-06-13 13:13 UTC (6+ messages)
` [patchV2 1/2] pci: introduce an extra method for matching in pci_driver
` [patchV2 2/2] pci/shpchp: no claim on pcie port device
UBSAN: Undefined behaviour in ../include/linux/percpu_counter.h:137:13
2018-06-13 11:41 UTC (4+ messages)
[PATCH v3 00/12] macintosh: Resolve various PMU driver problems
2018-06-13 10:38 UTC (13+ messages)
` [PATCH v3 02/12] macintosh/via-pmu: Add missing mmio accessors
` [PATCH v3 01/12] macintosh/via-pmu: Fix section mismatch warning
` [PATCH v3 04/12] macintosh/via-pmu: Enhance state machine with new 'uninitialized' state
` [PATCH v3 05/12] macintosh/via-pmu: Replace via pointer with via1 and via2 pointers
` [PATCH v3 08/12] macintosh/via-pmu68k: Don't load driver on unsupported hardware
` [PATCH v3 07/12] macintosh/via-pmu: Make CONFIG_PPC_PMAC Kconfig deps explicit
` [PATCH v3 06/12] macintosh/via-pmu: Add support for m68k PowerBooks
` [PATCH v3 03/12] macintosh/via-pmu: Don't clear shift register interrupt flag twice
` [PATCH v3 09/12] macintosh/via-pmu: Replace via-pmu68k driver with via-pmu driver
` [PATCH v3 10/12] macintosh: Use common code to access RTC
` [PATCH v3 12/12] macintosh/via-pmu: Disambiguate interrupt statistics
` [PATCH v3 11/12] macintosh/via-pmu: Clean up "
[RFC PATCH 1/4] powerpc/64: Save stack pointer when we hard disable interrupts
2018-06-13 7:32 UTC (3+ messages)
` [RFC PATCH 3/4] powerpc/64s: Wire up arch_trigger_cpumask_backtrace()
4.17.0-10146-gf0dc7f9c6dd9: hw csum failure on powerpc+sungem
2018-06-13 7:38 UTC (5+ messages)
[PATCH V3 2/2] crypto/nx: Initialize 842 high and normal RxFIFO control registers
2018-06-13 7:32 UTC
[PATCH V3 1/2] powerpc/powernv: Export opal_check_token symbol
2018-06-13 7:28 UTC
[PATCH v5 2/4] resource: Use list_head to link sibling resource
2018-06-13 6:55 UTC (2+ messages)
[powerpc/powervmc]kernel BUG at arch/powerpc/mm/pgtable-book3s64.c:414!
2018-06-13 6:24 UTC
[RFC PATCH] powerpc/64s/radix: Fix MADV_[FREE|DONTNEED] TLB flush miss problem with THP
2018-06-13 6:05 UTC
[v3 PATCH 0/5] powerpc/pseries: Machien check handler improvements
2018-06-13 4:06 UTC (7+ messages)
` [v3 PATCH 4/5] powerpc/pseries: Dump and flush SLB contents on SLB MCE errors
[RFC PATCH] powerpc/64s: remove POWER9 DD1 support
2018-06-13 3:56 UTC (2+ messages)
[PATCH v2 00/12] macintosh: Resolve various PMU driver problems
2018-06-12 20:12 UTC (10+ messages)
` [PATCH v2 08/12] macintosh/via-pmu68k: Don't load driver on unsupported hardware
[v3, 00/10] Support DPAA PTP clock and timestamping
2018-06-12 14:27 UTC (2+ messages)
[PATCH v5 0/4] resource: Use list_head to link sibling resource
2018-06-12 14:24 UTC (7+ messages)
` [PATCH v5 1/4] resource: Move reparent_resources() to kernel/resource.c and make it public
[PATCH 0/5] powerpc/pkeys: fixes to pkeys
2018-06-12 12:18 UTC (3+ messages)
` [PATCH 5/5] powerpc/pkeys: make protection key 0 less special
pkeys on POWER: Access rights not reset on execve
2018-06-12 12:17 UTC (12+ messages)
[powerpc/powervm]kernel BUG at mm/memory_hotplug.c:1864!
2018-06-12 10:28 UTC (6+ messages)
[PATCH v2 0/3] powerpc/fsl: Speculation barrier for NXP PowerPC Book3E
2018-06-12 10:07 UTC (4+ messages)
` [PATCH v2 3/3] powerpc/fsl: Implement cpu_show_spectre_v1/v2 "
[PATCH] powerpc/64s/radix: Fix radix_kvm_prefetch_workaround paca access of not possible CPU
2018-06-12 9: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).