messages from 2018-02-14 14:35:49 to 2018-02-22 10:42:08 UTC [more...]
[PATCH RFC tools/lkmm 0/12] Miscellaneous fixes
2018-02-22 10:45 UTC (33+ messages)
` [PATCH RFC tools/lkmm 01/12] tools/memory-model: Clarify the origin/scope of the tool name
` [PATCH RFC tools/lkmm 02/12] MAINTAINERS: Add the Memory Consistency Model subsystem
` [PATCH RFC tools/lkmm 03/12] MAINTAINERS: List file memory-barriers.txt within the LKMM entry
` [PATCH RFC tools/lkmm 04/12] EXP litmus_tests: Add comments explaining tests' purposes
` [PATCH RFC tools/lkmm 05/12] README: Fix a couple of punctuation errors
` [PATCH RFC tools/lkmm 06/12] MAINTAINERS: Add Akira Yokosawa as an LKMM reviewer
` [PATCH RFC tools/lkmm 07/12] Documentation/memory-barriers.txt: Cross-reference "tools/memory-model/"
` [PATCH RFC tools/lkmm 08/12] memory-barriers: Fix description of data dependency barriers
` [PATCH RFC tools/lkmm 09/12] tools/memory-model: Add required herd7 version to README file
` [PATCH RFC tools/lkmm 10/12] tools/memory-model: Add a S lock-based external-view litmus test
` [PATCH RFC tools/lkmm 11/12] tools/memory-model: Convert underscores to hyphens
` [PATCH RFC tools/lkmm 12/12] tools/memory-model: Remove rb-dep, smp_read_barrier_depends, and lockless_dereference
[PATCH v14 0/9] LPC: legacy ISA I/O support
2018-02-22 10:10 UTC (21+ messages)
` [PATCH v14 1/9] LIB: Introduce a generic PIO mapping method
` [PATCH v14 2/9] PCI: Remove unused __weak attribute in pci_register_io_range()
` [PATCH v14 3/9] PCI: Add fwnode handler as input param of pci_register_io_range()
` [PATCH v14 4/9] PCI: Apply the new generic I/O management on PCI IO hosts
` [PATCH v14 5/9] OF: Add missing I/O range exception for indirect-IO devices
` [PATCH v14 6/9] HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings
` [PATCH v14 7/9] ACPI / scan: do not enumerate Indirect IO host children
` [PATCH v14 8/9] HISI LPC: Add ACPI support
` [PATCH v14 9/9] MAINTAINERS: Add maintainer for HiSilicon LPC driver
[PATCH v12 00/22] selftests, powerpc, x86 : Memory Protection Keys
2018-02-22 5:51 UTC (48+ messages)
` [PATCH v12 01/22] selftests/x86: Move protecton key selftest to arch neutral directory
` [PATCH v12 02/22] selftests/vm: rename all references to pkru to a generic name
` [PATCH v12 03/22] selftests/vm: move generic definitions to header file
` [PATCH v12 04/22] selftests/vm: typecast the pkey register
` [PATCH v12 05/22] selftests/vm: generic function to handle shadow key register
` [PATCH v12 06/22] selftests/vm: fix the wrong assert in pkey_disable_set()
` [PATCH v12 07/22] selftests/vm: fixed bugs in pkey_disable_clear()
` [PATCH v12 08/22] selftests/vm: clear the bits in shadow reg when a pkey is freed
` [PATCH v12 09/22] selftests/vm: fix alloc_random_pkey() to make it really random
` [PATCH v12 10/22] selftests/vm: introduce two arch independent abstraction
` [PATCH v12 11/22] selftests/vm: pkey register should match shadow pkey
` [PATCH v12 12/22] selftests/vm: generic cleanup
` [PATCH v12 13/22] selftests/vm: powerpc implementation for generic abstraction
` [PATCH v12 14/22] selftests/vm: clear the bits in shadow reg when a pkey is freed
` [PATCH v12 15/22] selftests/vm: powerpc implementation to check support for pkey
` [PATCH v12 16/22] selftests/vm: fix an assertion in test_pkey_alloc_exhaust()
` [PATCH v12 17/22] selftests/vm: associate key on a mapped page and detect access violation
` [PATCH v12 18/22] selftests/vm: associate key on a mapped page and detect write violation
` [PATCH v12 19/22] selftests/vm: detect write violation on a mapped access-denied-key page
` [PATCH v12 20/22] selftests/vm: testcases must restore pkey-permissions
` [PATCH v12 21/22] selftests/vm: sub-page allocator
` [PATCH v12 22/22] selftests/vm: Fix deadlock in protection_keys.c
[PATCH v12 0/3] mm, x86, powerpc: Enhancements to Memory Protection Keys
2018-02-21 23:52 UTC (8+ messages)
` [PATCH v12 1/3] mm, powerpc, x86: define VM_PKEY_BITx bits if CONFIG_ARCH_HAS_PKEYS is enabled
` [PATCH v12 2/3] mm, powerpc, x86: introduce an additional vma bit for powerpc pkey
` [PATCH v12 3/3] mm, x86, powerpc: display pkey in smaps only if arch supports pkeys
[PATCH] bug.h: Work around GCC PR82365 in BUG()
2018-02-21 21:23 UTC (12+ messages)
[PATCH v12 00/11] Application Data Integrity feature introduced by SPARC M7
2018-02-21 20:58 UTC (5+ messages)
` [PATCH v12 01/11] signals, sparc: Add signal codes for ADI violations
` [PATCH v12 02/11] mm, swap: Add infrastructure for saving page metadata on swap
[PATCH 0/3] arm64: Fix invalid si_codes for fault signals
2018-02-21 16:02 UTC (8+ messages)
` [PATCH 1/3] signal: Add FPE_FLTUNK si_code for undiagnosable fp exceptions
` [PATCH 2/3] arm64: fpsimd: Fix bad si_code for undiagnosed SIGFPE
` [PATCH 3/3] arm64: signal: Ensure si_code is valid for all fault signals
[PATCH v7 00/37] Andes(nds32) Linux Kernel Port
2018-02-21 12:27 UTC (12+ messages)
` [PATCH v7 03/37] sparc: io: To use the define of ioremap_[nocache|wc|wb] in asm-generic/io.h
` [PATCH v7 04/37] earlycon: add reg-offset to physical address before mapping
` [PATCH v7 07/37] nds32: Kernel booting and initialization
[PATCH v7 02/37] asm-generic/io.h: move ioremap_nocache/ioremap_uc/ioremap_wc/ioremap_wt out of ifndef CONFIG_MMU
2018-02-21 12:02 UTC (7+ messages)
[RESEND][PATCH 0/3] exec: Pin stack limit during exec
2018-02-20 13:46 UTC (9+ messages)
` [PATCH 1/3] exec: Pass stack rlimit into mm layout functions
` [PATCH 2/3] exec: Introduce finalize_exec() before start_thread()
` [PATCH 3/3] exec: Pin stack limit during exec
[PATCH 0/3] nospec: Various fix-ups for include/linux/nospec.h
2018-02-16 21:20 UTC (7+ messages)
` [PATCH 1/3] nospec: Kill array_index_nospec_mask_check()
` [PATCH 2/3] nospec: Allow index argument to have const-qualified type
` [PATCH 3/3] nospec: Include asm/barrier.h dependency
[PATCH v13 0/9] LPC: legacy ISA I/O support
2018-02-16 14:48 UTC (40+ messages)
` [PATCH v13 1/9] LIB: Introduce a generic PIO mapping method
` [PATCH v13 4/9] PCI: Apply the new generic I/O management on PCI IO hosts
` [PATCH v13 7/9] ACPI: Translate the I/O range of non-MMIO devices before scanning
arc: mm->mmap_sem gets locked in do_page_fault() in case of OOM killer invocation
2018-02-16 12:40 UTC
[PATCH v6 00/13] spectre variant1 mitigations for tip/x86/pti
2018-02-16 8:55 UTC (4+ messages)
` [PATCH v6 02/13] array_index_nospec: sanitize speculative array de-references
[PATCH/RFC] headers: drop 2 #included headers from <linux/interrupt.h>
2018-02-16 7:59 UTC (4+ messages)
[PATCH/RFC 0/6] Allow compile-testing NO_DMA
2018-02-15 13:19 UTC (7+ messages)
` [PATCH/RFC 3/6] usb: gadget: Add NO_DMA dummies for DMA mapping API
` [PATCH/RFC 6/6] Treewide: Remove depends on HAS_DMA in case of platform dependency
[PATCH v4 00/36] Andes(nds32) Linux Kernel
2018-02-14 14:56 UTC (3+ messages)
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).