messages from 2018-02-04 10:17:01 to 2018-02-11 23:51:07 UTC [more...]
Regression after commit 19809c2da28a ("mm, vmalloc: use __GFP_HIGHMEM implicitly")
2018-02-11 23:51 UTC (3+ messages)
[git pull] poll annotations - second round
2018-02-11 22:45 UTC (3+ messages)
[PATCH for 4.16] membarrier-sync-core: Document architecture support
2018-02-10 17:00 UTC (6+ messages)
` [PATCH for 4.16] Documentation: Allow comments in arch features files
Hello Beautiful
2018-02-10 10:07 UTC
[PATCH 4.9 56/92] Documentation: Document array_index_nospec
2018-02-09 13:39 UTC (23+ messages)
` [PATCH 4.9 57/92] array_index_nospec: Sanitize speculative array de-references
` [PATCH 4.9 58/92] x86: Implement array_index_mask_nospec
` [PATCH 4.9 59/92] x86: Introduce barrier_nospec
` [PATCH 4.9 60/92] x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospec
` [PATCH 4.9 61/92] x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end}
` [PATCH 4.9 62/92] x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospec
` [PATCH 4.9 63/92] x86/get_user: Use pointer masking to limit speculation
` [PATCH 4.9 64/92] x86/syscall: Sanitize syscall table de-references under speculation
` [PATCH 4.9 65/92] vfs, fdtable: Prevent bounds-check bypass via speculative execution
` [PATCH 4.9 66/92] nl80211: Sanitize array index in parse_txq_params
` [PATCH 4.9 67/92] x86/spectre: Report get_user mitigation for spectre_v1
[GIT PULL tools] Linux kernel memory model
2018-02-09 12:56 UTC (13+ messages)
[PATCH] ACPI/IORT: Remove linker section for IORT entries again
2018-02-08 13:58 UTC (10+ messages)
[PATCH] bug.h: Work around GCC PR82365 in BUG()
2018-02-08 1:20 UTC (14+ messages)
[PATCH v12 0/9] LPC: legacy ISA I/O support
2018-02-08 1:02 UTC (18+ messages)
` [PATCH v12 7/9] ACPI: Translate the I/O range of non-MMIO devices before scanning
[PATCH v11 00/10] Application Data Integrity feature introduced by SPARC M7
2018-02-07 17:42 UTC (9+ messages)
[PATCH v4 00/10] prevent bounds-check bypass via speculative execution
2018-02-07 1:23 UTC (23+ messages)
` [PATCH v4 07/10] x86: narrow out of bounds syscalls to sys_read under speculation
[RFC PATCH] membarrier-sync-core: Document architecture support
2018-02-06 17:00 UTC (2+ messages)
[RFC PATCH] membarrier-sync-core: Document architecture support
2018-02-06 16:58 UTC (2+ messages)
[PATCH/RFC 0/6] Allow compile-testing NO_DMA
2018-02-06 15:24 UTC (24+ messages)
` [PATCH/RFC 2/6] dma-coherent: Add NO_DMA dummies for managed DMA API
` [PATCH/RFC 1/6] dma-mapping: Convert NO_DMA get_dma_ops() into a real dummy
` [PATCH/RFC 3/6] usb: gadget: Add NO_DMA dummies for DMA mapping API
` [PATCH/RFC 4/6] mm: Add NO_DMA dummies for DMA pool API
` [PATCH/RFC 6/6] Treewide: Remove depends on HAS_DMA in case of platform dependency
` [PATCH/RFC 5/6] scsi: Add NO_DMA dummies for SCSI DMA mapping API
[PATCHv2 00/12] ARMv8.3 pointer authentication userspace support
2018-02-06 12:39 UTC (7+ messages)
` [PATCHv2 05/12] arm64: Don't trap host pointer auth use to EL2
` [PATCHv2 09/12] arm64/kvm: preserve host HCR_EL2 value
` [PATCHv2 10/12] arm64/kvm: context-switch ptrauth registers
[PATCH v6 00/36] Andes(nds32) Linux Kernel Port
2018-02-06 8:48 UTC (13+ messages)
` [PATCH v6 19/36] nds32: VDSO support
` [PATCH v6 20/36] nds32: Signal handling support
[PATCH v11 3/3] mm, x86: display pkey in smaps only if arch supports pkeys
2018-02-06 5:51 UTC (5+ messages)
[PATCH for 4.16 v7 02/11] powerpc: membarrier: Skip memory barrier in switch_mm()
2018-02-05 20:32 UTC (5+ messages)
[PATCH 4.15 32/60] Documentation: Document array_index_nospec
2018-02-05 18:23 UTC (22+ messages)
` [PATCH 4.15 33/60] array_index_nospec: Sanitize speculative array de-references
` [PATCH 4.15 34/60] x86: Implement array_index_mask_nospec
` [PATCH 4.15 35/60] x86: Introduce barrier_nospec
` [PATCH 4.15 36/60] x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospec
` [PATCH 4.15 37/60] x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end}
` [PATCH 4.15 38/60] x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospec
` [PATCH 4.15 39/60] x86/get_user: Use pointer masking to limit speculation
` [PATCH 4.15 40/60] x86/syscall: Sanitize syscall table de-references under speculation
` [PATCH 4.15 41/60] vfs, fdtable: Prevent bounds-check bypass via speculative execution
` [PATCH 4.15 42/60] nl80211: Sanitize array index in parse_txq_params
` [PATCH 4.15 43/60] x86/spectre: Report get_user mitigation for spectre_v1
[PATCH 4.14 36/64] Documentation: Document array_index_nospec
2018-02-05 18:23 UTC (23+ messages)
` [PATCH 4.14 37/64] array_index_nospec: Sanitize speculative array de-references
` [PATCH 4.14 38/64] x86: Implement array_index_mask_nospec
` [PATCH 4.14 39/64] x86: Introduce barrier_nospec
` [PATCH 4.14 40/64] x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospec
` [PATCH 4.14 41/64] x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end}
` [PATCH 4.14 42/64] x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospec
` [PATCH 4.14 43/64] x86/get_user: Use pointer masking to limit speculation
` [PATCH 4.14 44/64] x86/syscall: Sanitize syscall table de-references under speculation
` [PATCH 4.14 45/64] vfs, fdtable: Prevent bounds-check bypass via speculative execution
` [PATCH 4.14 46/64] nl80211: Sanitize array index in parse_txq_params
` [PATCH 4.14 47/64] x86/spectre: Report get_user mitigation for spectre_v1
[GIT PULL tools] Linux kernel memory model
2018-02-05 7:19 UTC (8+ messages)
Attention Dear Friend,
2018-02-04 17:52 UTC
你好!你好吗?
2018-02-04 15:12 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).