All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-11-02 22:28:56 to 2018-11-02 23:45:11 UTC [more...]

[PATCH v6 00/25] dom0less step1: boot multiple domains from device tree
 2018-11-02 23:45 UTC  (20+ 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

SBI extension proposal
 2018-11-02 23:45 UTC  (12+ messages)

[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  (13+ messages)
` [RFC 07/16] xen/arm: p2m: Introduce p2m_is_valid and use it
` [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  (31+ 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 v15 00/23] Intel SGX1
 2018-11-02 23:33 UTC  (69+ 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 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 00/30] v4l: add support for multiplexed streams
 2018-11-02 14:18 UTC  (7+ messages)
` [PATCH 21/30] v4l: Add bus type to frame descriptors

[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)

[PATCH 00/11 v3] x86: load FPU registers on return to userland
 2018-11-02 22:55 UTC  (4+ messages)
` [PATCH 10/11] x86/fpu: prepare copy_fpstate_to_sigframe for TIF_LOAD_FPU

[RFC PATCH v3 00/10] udp: implement GRO support
 2018-11-02 13:44 UTC  (11+ messages)
` [RFC PATCH v3 01/10] udp: implement complete book-keeping for encap_needed
` [RFC PATCH v3 04/10] ip: factor out protocol delivery helper
` [RFC PATCH v3 06/10] udp: cope with UDP GRO packet misdirection

[Buildroot] [PATCH v3] merge_config.sh: merge also buildroot config files
 2018-11-02 22:50 UTC  (10+ messages)
` [Buildroot] [PATCH] merge_config.sh: Fix merging "

FAN_OPEN_EXEC event and ignore mask
 2018-11-02 13:43 UTC  (5+ messages)

[PATCH 4.18 000/150] 4.18.17-stable review
 2018-11-02 22:49 UTC  (2+ messages)

[PATCH 0/5] Make GEN macros more similar
 2018-11-02 22:47 UTC  (9+ messages)
` [PATCH 3/5] drm/i915: merge gen checks to use range

[PATCH 0/2] drm/i915/icl: Fix suspend/resume for TypeC HDMI
 2018-11-02 22:47 UTC  (2+ messages)

INFO: task hung in grab_super
 2018-11-02 22:45 UTC  (11+ messages)

[PATCH] kconfig: merge_config: avoid false positive matches from comment lines
 2018-11-02 22:44 UTC  (2+ messages)

[RFC PATCH] lib: Introduce generic __cmpxchg_u64() and use it where needed
 2018-11-02 13:37 UTC  (11+ messages)

[igt-dev] [PATCH i-g-t] test/kms_dp_dsc: Basic KMS test to validate VESA DSC on DP/eDP
 2018-11-02 22:39 UTC  (2+ messages)

WARNING in kmem_cache_create_usercopy
 2018-11-02 22:39 UTC  (2+ messages)

[PATCH 3/3] Makefile: optionally symlink libexec/git-core binaries to bin/git
 2018-11-02 22:37 UTC  (7+ messages)
` [RFC/PATCH 0/5] stop installing old libexec aliases like "git-init"
` [RFC/PATCH 1/5] Makefile: move long inline shell loops in "install" into helper
` [RFC/PATCH 2/5] Makefile: conform some of the code to our coding standards
` [RFC/PATCH 3/5] Makefile: stop hiding failures during "install"
` [RFC/PATCH 4/5] Makefile: add NO_INSTALL_SYMLINKS_FALLBACK switch
` [RFC/PATCH 5/5] Makefile: Add a NO_INSTALL_BUILTIN_EXECDIR_ALIASES flag

[LTP] [PATCH 1/2] net: Add tst_net_driver helper
 2018-11-02 22:37 UTC  (3+ messages)
` [LTP] [PATCH 2/2] net/ipsec: Add check for xfrm_user

[PATCH 1/3] drm/lease: debug output for lease creation
 2018-11-02 22:37 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for series starting with [1/3] drm/lease: debug output for lease creation (rev2)

[PATCH iproute2] man: ss.8: break and indent long line
 2018-11-02 13:27 UTC 

Code review
 2018-11-02 22:31 UTC 

[PATCH v8 00/19] DSC enabling remaining patches respin
 2018-11-02 22:30 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[Buildroot] [PATCH v3 0/8] init scripts: rewrite S01logging
 2018-11-02 22:30 UTC  (7+ messages)

[U-Boot] [PATCH 0/3] MIPS: fix building and linking of standalone programs
 2018-11-02 22:30 UTC  (7+ messages)
` [U-Boot] [PATCH 1/3] Kbuild: add LDFLAGS_STANDALONE
` [U-Boot] [PATCH 2/3] Kbuild: standalone: do not ignore platform-specific OBJCOPYFLAGS
` [U-Boot] [PATCH 3/3] MIPS: fix linking of standalone programs


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.