All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-11-02 22:56:36 to 2018-11-03 00:15:31 UTC [more...]

[PATCH v3 0/4] Subject: Enable Linux guests on Hyper-V on ARM64
 2018-11-03  0:15 UTC  (10+ messages)
` [PATCH v3 1/4] arm64: hyperv: Add core Hyper-V include files
` [PATCH v3 2/4] arm64: hyperv: Add support for Hyper-V as a hypervisor
` [PATCH v3 3/4] Drivers: hv: vmbus: Add hooks for per-CPU IRQ
` [PATCH v3 4/4] Drivers: hv: Enable CONFIG_HYPERV on ARM64

[Fuego] [PATCH v2] Benchmark.cyclictest: add a warning for rt
 2018-11-03  0:15 UTC  (2+ messages)

Help with the BPF verifier
 2018-11-02 15:02 UTC  (3+ messages)

[git pull] followup fix to work.afs
 2018-11-03  0:06 UTC 

[PATCH 0/3] libtraceevent man pages
 2018-11-02 14:57 UTC  (4+ messages)
` [PATCH 1/3] tools/lib/traceevent: Fix libtraceevent/Documentation Makefile
` [PATCH 2/3] tools/lib/traceevent: Add support for man pages with multiple names
` [PATCH 3/3] tools/lib/traceevent: Implement libtraceevent man pages

[PATCH] copy_{to,from}_user(): fix compile-time sanity checks with gcc -Og
 2018-11-03  0:03 UTC  (2+ messages)

SBI extension proposal
 2018-11-03  0:00 UTC  (11+ messages)

linux-next: Tree for Oct 31
 2018-11-02 23:59 UTC  (9+ messages)
` linux-next: Tree for Oct 31 (vboxguest)

[PATCH v15 00/23] Intel SGX1
 2018-11-02 23:55 UTC  (72+ messages)
` [PATCH v15 01/23] x86/sgx: Update MAINTAINERS
` [PATCH v15 02/23] x86/cpufeatures: Add Intel-defined SGX feature bit
` [PATCH v15 03/23] x86/cpufeatures: Add SGX sub-features (as Linux-defined bits)
` [PATCH v15 04/23] x86/msr: Add IA32_FEATURE_CONTROL.SGX_ENABLE definition
` [PATCH v15 05/23] x86/cpu/intel: Detect SGX support and update caps appropriately
` [PATCH v15 06/23] x86/mm: x86/sgx: Add new 'PF_SGX' page fault error code bit
` [PATCH v15 07/23] x86/mm: x86/sgx: Signal SIGSEGV for userspace #PFs w/ PF_SGX
` [PATCH v15 08/23] x86/sgx: Define SGX1 and SGX2 ENCLS leafs
` [PATCH v15 09/23] x86/sgx: Add ENCLS architectural error codes
` [PATCH v15 10/23] x86/sgx: Add SGX1 and SGX2 architectural data structures
` [PATCH v15 11/23] x86/sgx: Add definitions for SGX's CPUID leaf and variable sub-leafs
` [PATCH v15 12/23] x86/cpufeatures: Add Intel-defined SGX_LC feature bit
` [PATCH v15 13/23] x86/msr: Add SGX Launch Control MSR definitions
` [PATCH v15 14/23] x86/cpu/intel: Clear SGX_LC capability if not enabled in FEATURE_CONTROL
` [PATCH v15 15/23] x86/sgx: Add wrappers for ENCLS leaf functions
` [PATCH v15 16/23] x86/sgx: Enumerate and track EPC sections
` [PATCH v15 17/23] x86/sgx: Add functions to allocate and free EPC pages
` [PATCH v15 18/23] x86/sgx: Add sgx_einit() for initializing enclaves
` [PATCH v15 19/23] platform/x86: Intel SGX driver
` [PATCH v15 20/23] platform/x86: sgx: Add swapping functionality to the "
` [PATCH v15 21/23] x86/sgx: Add a simple swapper for the EPC memory manager
` [PATCH v15 22/23] platform/x86: ptrace() support for the SGX driver
` [PATCH v15 23/23] x86/sgx: Driver documentation

[PATCH] drm/i915/icl: Fix power well 2 wrt. DC-off toggling order
 2018-11-02 23:54 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH][meta-oe] pcsc-lite: fix SRC_URI
 2018-11-02 23:54 UTC  (3+ messages)

[PATCH] staging: greybus: correct SPDX license identifiers
 2018-11-02 23:53 UTC 

[PATCH 00/30] v4l: add support for multiplexed streams
 2018-11-02 14:40 UTC  (8+ messages)
` [PATCH 21/30] v4l: Add bus type to frame descriptors

[PATCH v6 00/25] dom0less step1: boot multiple domains from device tree
 2018-11-02 23:45 UTC  (27+ messages)
` [PATCH v6 01/26] xen: allow console_io hypercalls from certain DomUs
` [PATCH v6 02/26] xen/arm: extend device tree based multiboot protocol
` [PATCH v6 03/26] xen/arm: document dom0less
` [PATCH v6 04/26] xen/arm: increase MAX_MODULES
` [PATCH v6 05/26] xen/arm: check for multiboot nodes only under /chosen
` [PATCH v6 06/26] xen/arm: introduce bootcmdlines
` [PATCH v6 07/26] xen/arm: don't add duplicate boot modules, introduce domU flag
` [PATCH v6 08/26] xen/arm: probe domU kernels and initrds
` [PATCH v6 09/26] xen/arm: add start to struct bootcmdline
` [PATCH v6 10/26] xen/arm: rename get_11_allocation_size to get_allocation_size
` [PATCH v6 11/26] xen/arm: rename allocate_memory to allocate_memory_11
` [PATCH v6 12/26] xen/arm: introduce allocate_memory
` [PATCH v6 13/26] xen/arm: refactor construct_dom0
` [PATCH v6 14/26] xen/arm: move unregister_init_virtual_region to init_done
` [PATCH v6 15/26] xen/arm: introduce create_domUs
` [PATCH v6 16/26] xen/arm: implement construct_domU
` [PATCH v6 17/26] xen/arm: generate a simple device tree for domUs
` [PATCH v6 18/26] xen/arm: make set_interrupt_ppi able to handle non-PPI
` [PATCH v6 19/26] xen/arm: generate vpl011 node on device tree for domU
` [PATCH v6 20/26] xen/arm: introduce a union in vpl011
` [PATCH v6 21/26] xen/arm: refactor vpl011_data_avail
` [PATCH v6 22/26] xen: support console_switching between Dom0 and DomUs on ARM
` [PATCH v6 23/26] xen/arm: Allow vpl011 to be used by DomU
` [PATCH v6 24/26] xen/vpl011: buffer out chars when the backend is xen
` [PATCH v6 25/26] xen/arm: move kernel.h to asm-arm/
` [PATCH v6 26/26] xen/arm: split domain_build.c

[PATCH] staging: greybus: remove extra space before tab
 2018-11-02 23:45 UTC 

[qemu-mainline test] 129305: tolerable FAIL - PUSHED
 2018-11-02 23:44 UTC 

[OSSTEST PATCH] README.hardware-acquisition
 2018-11-02 23:44 UTC  (17+ messages)
        ` [OSSTEST PATCH] README.hardware-acquisition [and 1 more messages]
            ` [OSSTEST PATCH] README.hardware-acquisition [and 1 more messages] [and 2 "
                        ` [OSSTEST PATCH] README.hardware-acquisition [and 1 more messages] [and 2 "

[RFC 00/16] xen/arm: Implement Set/Way operations
 2018-11-02 23:44 UTC  (9+ messages)
` [RFC 09/16] xen/arm: p2m: Introduce a function to resolve translation fault
` [RFC 12/16] xen/arm: Rework p2m_cache_flush to take a range [begin, end)
` [RFC 13/16] xen/arm: p2m: Allow to flush cache on any RAM region
` [RFC 14/16] xen/arm: p2m: Extend p2m_get_entry to return the value of bit[0] (valid bit)

[sumo][PATCH 0/1] wic/isoimage-isohybrid.py: fix booting from removable media
 2018-11-02 23:43 UTC  (3+ messages)
` [sumo][PATCH 1/1] "

[PATCH] EDAC: skx_edac: add ACPI dependency
 2018-11-02 23:42 UTC  (5+ messages)
      `  "

[PATCH 1/4] drm/i915: Reuse the aux_domain cached
 2018-11-02 23:41 UTC  (4+ messages)
` [PATCH 3/4] drm/i915/icl: Only grab TC ports when using it

[PATCH] staging: greybus: Add extra space around OR operator
 2018-11-02 23:39 UTC 

[PATCH 00/10] steal tasks to improve CPU utilization
 2018-11-02 23:39 UTC  (2+ messages)

[PATCH 1/2] drm/msm: use common display thread for dispatching vblank events
 2018-11-02 23:38 UTC  (6+ messages)
` [PATCH 2/2] drm/msm: subclass work object for "
  ` [Freedreno] [PATCH 1/2] drm/msm: use common display thread for dispatching "

RFC: userspace exception fixups
 2018-11-02 23:36 UTC  (20+ messages)

[GIT PULL] vfs: fix many problems in vfs clone/dedupe implementation
 2018-11-02 23:36 UTC  (3+ messages)

[PATCH 2/3] sim800: add documentation and modify AUTHORS file
 2018-11-02 23:36 UTC  (2+ messages)

[PATCH] iommu/dma: Zero pages manually in a length of scatterlist
 2018-11-02 23:36 UTC  (3+ messages)

[PATCH v3 0/7] x86/alternatives: text_poke() fixes
 2018-11-02 23:29 UTC  (8+ messages)
` [PATCH v3 1/7] Fix "x86/alternatives: Lockdep-enforce text_mutex in text_poke*()"
` [PATCH v3 2/7] x86/jump_label: Use text_poke_early() during early_init
` [PATCH v3 3/7] x86/mm: temporary mm struct
` [PATCH v3 4/7] fork: provide a function for copying init_mm
` [PATCH v3 5/7] x86/alternatives: initializing temporary mm for patching
` [PATCH v3 6/7] x86/alternatives: use temporary mm for text poking
` [PATCH v3 7/7] x86/alternatives: remove text_poke() return value

[PATCH] staging: greybus: remove multiple blank lines
 2018-11-02 23:31 UTC 

[PATCH 1/3] sim800: add support for sim800 modem
 2018-11-02 23:31 UTC  (2+ messages)

[PATCH] build: disable compiler AVX512F support
 2018-11-02 23:31 UTC  (6+ messages)
` [dpdk-stable] "

[PATCH 0/4] Update DF/SMN access and k10temp for AMD F17h M30h
 2018-11-02 23:29 UTC  (4+ messages)
` [PATCH 2/4] x86/amd_nb: add support for newer PCI topologies

[PATCH v3 00/13] net/mlx5: e-switch VXLAN encap/decap hardware offload
 2018-11-02 23:29 UTC  (5+ messages)
` [PATCH v4 "
  ` [PATCH v4 08/13] net/mlx5: add VXLAN support to flow translate routine

[PATCH 4.14 000/143] 4.14.79-stable review
 2018-11-02 23:28 UTC  (7+ messages)
` [PATCH 4.14 053/143] x86/power: Fix some ordering bugs in __restore_processor_context()
` [PATCH 4.14 106/143] sch_netem: restore skb->dev after dequeuing from the rbtree

wireguard dkms systemd
 2018-11-02 23:27 UTC  (5+ messages)

Kernel 4.19 network performance - forwarding/routing normal users traffic
 2018-11-02 14:20 UTC  (9+ messages)

[PATCH 0/6] RFC: gup+dma: tracking dma-pinned pages
 2018-11-02 23:27 UTC  (7+ messages)
` [PATCH 4/6] mm: introduce page->dma_pinned_flags, _count

[Bug 201139] New: amdgpu: [drm] enabling link 1 failed: 15 (vega)
 2018-11-02 23:26 UTC  (2+ messages)
` [Bug 201139] "

[PATCH] staging: greybus: cleanup long line in gb_uart_probe()
 2018-11-02 23:25 UTC 

[ovmf baseline-only test] 75561: tolerable FAIL
 2018-11-02 23:23 UTC 

[PATCH v2 0/3] Huawei laptops WMI & sound fixes
 2018-11-02 23:21 UTC  (7+ messages)
` [PATCH v2 1/3] x86: add support for Huawei WMI hotkeys
` [PATCH v2 3/3] ALSA: hda: add support for Huawei WMI MicMute LED

[PATCH] staging: greybus Remove space before tab
 2018-11-02 23:20 UTC 

kernel BUG at security/keys/keyring.c:LINE!
 2018-11-02 23:15 UTC  (3+ messages)
` [PATCH] KEYS: always initialize keyring_index_key::desc_len

[PATCH 2/2] uapi: fix more linux/kfd_ioctl.h userspace compilation errors
 2018-11-02 23:14 UTC  (2+ messages)

[PATCH] nvmet: don't try to add ns to p2p map unless it actually uses it
 2018-11-02 23:12 UTC 

[PATCH v7 00/16] Intel IPU3 ImgU patchset
 2018-11-02 14:04 UTC  (4+ messages)
` [PATCH v7 03/16] v4l: Add Intel IPU3 meta data uAPI

[PATCH] staging: greybus Insert empty line after struct
 2018-11-02 23:11 UTC 

[PATCH] staging: greybus Remove multiple blank lines
 2018-11-02 23:09 UTC 

[PATCH] perf: replace automatic const char[] variables by statics
 2018-11-02 23:06 UTC 

[PATCH v2 2/2] hwmon: add generic GPIO brownout support
 2018-11-02 23:05 UTC  (12+ messages)

[PATCH v3 0/4] MAX9286 GMSL Support
 2018-11-02 13:56 UTC  (7+ messages)
` [PATCH v3 1/4] dt-bindings: media: i2c: Add bindings for Maxim Integrated MAX9286

[PATCH 0/5] drm/i915/icl: Fix combo PHY HW context loss
 2018-11-02 23:02 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[GIT PULL] timer for tip/urgent
 2018-11-02 22:59 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] xerces: fix static linking with mbedtls
 2018-11-02 22:56 UTC  (3+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.