All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-02-03 12:51:54 to 2020-02-03 13:33:50 UTC [more...]

[Xen-devel] [qemu-mainline test] 146696: regressions - FAIL
 2020-02-03 13:33 UTC 

[PATCH] libsepol: add support for new polcap genfs_seclabel_symlinks
 2020-02-03 13:34 UTC  (2+ messages)

[PATCH] block/backup-top: fix flags handling
 2020-02-03 13:32 UTC  (3+ messages)

[Xen-devel] [PATCH v6 00/11] More Hyper-V infrastructures
 2020-02-03 13:33 UTC  (14+ messages)
` [Xen-devel] [PATCH v6 01/11] x86/hypervisor: make hypervisor_ap_setup return an error code
` [Xen-devel] [PATCH v6 03/11] x86: provide executable fixmap facility
` [Xen-devel] [PATCH v6 04/11] x86/hypervisor: provide hypervisor_fixup_e820
` [Xen-devel] [PATCH v6 05/11] x86/hyperv: setup hypercall page
` [Xen-devel] [PATCH v6 06/11] x86/hyperv: provide Hyper-V hypercall functions

[dpdk-dev] [PATCH 0/6] net/mlx5: move to non-cached mode for flow rules
 2020-02-03 13:32 UTC  (7+ messages)
` [dpdk-dev] [PATCH 1/6] net/mlx5: introduce non-cached flows tailq list
` [dpdk-dev] [PATCH 2/6] net/mlx5: change operations of non-cached flows
` [dpdk-dev] [PATCH 3/6] net/mlx5: flow type check before creating
` [dpdk-dev] [PATCH 4/6] net/mlx5: introduce handle structure for DV flows
` [dpdk-dev] [PATCH 5/6] net/mlx5: remove the DV support macro checking
` [dpdk-dev] [PATCH 6/6] net/mlx5: do not save device flow matcher value

[RFCv2 00/37] KVM: s390: Add support for protected VMs
 2020-02-03 13:32 UTC  (40+ messages)
` [RFCv2 01/37] DOCUMENTATION: protvirt: Protected virtual machine introduction
` [RFCv2 02/37] s390/protvirt: introduce host side setup
` [RFCv2 03/37] s390/protvirt: add ultravisor initialization
` [RFCv2 04/37] mm:gup/writeback: add callbacks for inaccessible pages
` [RFCv2 05/37] s390/mm: provide memory management functions for protected KVM guests
` [RFCv2 06/37] s390: add (non)secure page access exceptions handlers
` [RFCv2 07/37] KVM: s390: add new variants of UV CALL
` [RFCv2 08/37] KVM: s390: protvirt: Add initial lifecycle handling
` [RFCv2 09/37] KVM: s390: protvirt: Add KVM api documentation
` [RFCv2 10/37] KVM: s390: protvirt: Secure memory is not mergeable
` [RFCv2 11/37] KVM: s390/mm: Make pages accessible before destroying the guest
` [RFCv2 12/37] KVM: s390: protvirt: Handle SE notification interceptions
` [RFCv2 13/37] KVM: s390: protvirt: Instruction emulation
` [RFCv2 14/37] KVM: s390: protvirt: Add interruption injection controls
` [RFCv2 15/37] KVM: s390: protvirt: Implement interruption injection
` [RFCv2 16/37] KVM: s390: protvirt: Add SCLP interrupt handling
` [RFCv2 17/37] KVM: s390: protvirt: Add machine-check interruption injection controls
` [RFCv2 18/37] KVM: s390: protvirt: Implement machine-check interruption injection
` [RFCv2 19/37] KVM: s390: protvirt: Handle spec exception loops
` [RFCv2 20/37] KVM: s390: protvirt: Add new gprs location handling
` [RFCv2 21/37] KVM: S390: protvirt: Introduce instruction data area bounce buffer
` [RFCv2 22/37] KVM: s390: protvirt: handle secure guest prefix pages
` [RFCv2 23/37] KVM: s390/mm: handle guest unpin events
` [RFCv2 24/37] KVM: s390: protvirt: Write sthyi data to instruction data area
` [RFCv2 25/37] KVM: s390: protvirt: STSI handling
` [RFCv2 26/37] KVM: s390: protvirt: disallow one_reg
` [RFCv2 27/37] KVM: s390: protvirt: Only sync fmt4 registers
` [RFCv2 28/37] KVM: s390: protvirt: Add program exception injection
` [RFCv2 29/37] DOCUMENTATION: protvirt: Diag 308 IPL
` [RFCv2 30/37] KVM: s390: protvirt: Add diag 308 subcode 8 - 10 handling
` [RFCv2 31/37] KVM: s390: protvirt: UV calls diag308 0, 1
` [RFCv2 32/37] KVM: s390: protvirt: Report CPU state to Ultravisor
` [RFCv2 33/37] KVM: s390: protvirt: Support cmd 5 operation state
` [RFCv2 34/37] KVM: s390: protvirt: Add UV debug trace
` [RFCv2 35/37] KVM: s390: protvirt: Mask PSW interrupt bits for interception 104 and 112
` [RFCv2 36/37] KVM: s390: protvirt: do not inject interrupts after start
` [RFCv2 37/37] KVM: s390: protvirt: Add UV cpu reset calls

[PATCH 0/3] dmaengine: Stear users towards dma_request_slave_chan()
 2020-02-03 13:32 UTC  (7+ messages)

UCSI:CCG: AMD Platform
 2020-02-03 13:32 UTC  (3+ messages)

[dpdk-dev] [Bug 389] Crash in librte_kni driver due to noncontiguous pages
 2020-02-03 13:32 UTC 

[PATCH v5 1/7] console: Don't perform test for CON_BRL flag
 2020-02-03 13:31 UTC  (7+ messages)
` [PATCH v5 2/7] console: Drop double check for console_drivers being non-NULL
` [PATCH v5 3/7] console: Use for_each_console() helper in unregister_console()
` [PATCH v5 4/7] console: Drop misleading comment
` [PATCH v5 5/7] console: Avoid positive return code from unregister_console()
` [PATCH v5 6/7] console: Don't notify user space when unregister non-listed console
` [PATCH v5 7/7] console: Introduce ->exit() callback

a strange lock
 2020-02-03 13:30 UTC  (2+ messages)

[PATCH 0/3] gpiolib: fix a regression introduced by gpio_do_set_config()
 2020-02-03 13:30 UTC  (4+ messages)
` [PATCH 1/3] Revert "gpiolib: Remove duplicated function gpio_do_set_config()"
` [PATCH 2/3] Revert "gpiolib: remove set but not used variable 'config'"
` [PATCH 3/3] gpiolib: fix gpio_do_set_config()

[PATCH v2 0/6] perf annotate: Misc fixes / improvements
 2020-02-03 13:30 UTC  (5+ messages)
` [PATCH v2 1/6] perf annotate: Remove privsize from symbol__annotate() args

[PATCH v3] target/arm/monitor: query-cpu-model-expansion crashed qemu when using machine type none
 2020-02-03 13:29 UTC  (5+ messages)

[PATCH v4] erofs: convert to use the new mount fs_context api
 2020-02-03 13:28 UTC  (2+ messages)

[Buildroot] [PATCH 1/5] package/refpolicy: remove dependency on policycoreutils
 2020-02-03 13:29 UTC  (5+ messages)
` [Buildroot] [PATCH 2/5] package/refpolicy: bump version to 2.20190609
` [Buildroot] [PATCH 3/5] Move refpolicy policy version selection to libsepol
` [Buildroot] [PATCH 4/5] package/libsepol: change policy version to an int
` [Buildroot] [PATCH 5/5] package/libsepol: set default policy version

[qemu-web PATCH] Update the documentation links to point to our generated docs
 2020-02-03 13:28 UTC  (2+ messages)

[PATCH v2 00/27] Add support for OpenCAPI SCM devices
 2020-02-03 13:23 UTC  (15+ messages)
` [PATCH v2 07/27] ocxl: Add functions to map/unmap LPC memory
` [PATCH v2 08/27] ocxl: Save the device serial number in ocxl_fn
` [PATCH v2 10/27] nvdimm: Add driver for OpenCAPI Storage Class Memory
` [PATCH v2 12/27] nvdimm/ocxl: Read the capability registers & wait for device ready

[Intel-gfx] [PATCH] drm/i915/display: Fix NULL-crtc deref in calc_min_cdclk()
 2020-02-03 13:29 UTC  (2+ messages)

[PATCH v13 00/10] VIRTIO-IOMMU device
 2020-02-03 13:28 UTC  (6+ messages)
` [PATCH v13 07/10] virtio-iommu-pci: Add virtio iommu pci support

[Intel-gfx] [PATCH] drm/i915/audio: Skip the cdclk modeset if no pipes attached
 2020-02-03 13:28 UTC  (3+ messages)

[Buildroot] [PATCH 1/1] package/openssh: improve init script
 2020-02-03 13:27 UTC  (2+ messages)

[PATCH 0/2] configure: Check that sphinx-build is using Python 3
 2020-02-03 13:25 UTC  (3+ messages)
` [PATCH 1/2] configure: Allow user to specify sphinx-build binary
` [PATCH 2/2] configure: Check that sphinx-build is using Python 3

[PATCH 0/2] Move the SMBus API documentation to libi2c
 2020-02-03 13:27 UTC  (5+ messages)
` [PATCH 2/2] docs: i2c: dev-interface: document the actual implementation

[Intel-gfx] [PATCH 1/3] drm/i915/display: Defer application of initial chv_phy_control
 2020-02-03 13:26 UTC  (3+ messages)

[PATCH v3 00/12] mm/gup: track FOLL_PIN pages
 2020-02-03 13:26 UTC  (13+ messages)
` [PATCH v3 01/12] mm: dump_page(): better diagnostics for compound pages
` [PATCH v3 02/12] mm/gup: split get_user_pages_remote() into two routines
` [PATCH v3 03/12] mm/gup: pass a flags arg to __gup_device_* functions
` [PATCH v3 04/12] mm: introduce page_ref_sub_return()
` [PATCH v3 05/12] mm/gup: pass gup flags to two more routines
` [PATCH v3 06/12] mm/gup: require FOLL_GET for get_user_pages_fast()

[igt-dev] [PATCH 0/7] Add tests for HDR metadata interfaces and bpc switch
 2020-02-03 13:25 UTC  (4+ messages)
` [igt-dev] [PATCH 4/7] tests/kms_hdr: Add bpc switch subtests

[dpdk-dev] [PATCH v2 00/15] add OCTEONTX2 inline IPsec support
 2020-02-03 13:25 UTC  (7+ messages)
` [dpdk-dev] [PATCH v3 00/15] add OCTEON TX2 "
  ` [dpdk-dev] [PATCH v3 14/15] net/octeontx2: add inline Tx path changes

[dpdk-dev] [PATCH v1 00/38] Introduce mlx5 vDPA driver
 2020-02-03 13:24 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2 00/13] "

Current Linus tree protection fault in __kmalloc
 2020-02-03 13:23 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915/display: Defer application of initial chv_phy_control
 2020-02-03 13:23 UTC  (3+ messages)

[qemu-web PATCH] documentation: update links to readthedocs
 2020-02-03 13:21 UTC  (10+ messages)

[Buildroot] [PATCH 1/1] package/openjdk and package/openjdk-bin: bump version to 13.0.2+8
 2020-02-03 13:22 UTC  (3+ messages)

[Intel-gfx] [V7 0/9] Add support for mipi dsi cmd mode
 2020-02-03 12:47 UTC  (10+ messages)
` [Intel-gfx] [V7 1/9] drm/i915/dsi: Configure transcoder operation for command mode
` [Intel-gfx] [V7 2/9] drm/i915/dsi: Add vblank calculation "
` [Intel-gfx] [V7 3/9] drm/i915/dsi: Add cmd mode flags in display mode private flags
` [Intel-gfx] [V7 4/9] drm/i915/dsi: Add check for periodic command mode
` [Intel-gfx] [V7 5/9] drm/i915/dsi: Use private flags to indicate TE in cmd mode
` [Intel-gfx] [V7 6/9] drm/i915/dsi: Configure TE interrupt for "
` [Intel-gfx] [V7 7/9] drm/i915/dsi: Add TE handler for dsi "
` [Intel-gfx] [V7 8/9] drm/i915/dsi: Initiate fame request in "
` [Intel-gfx] [V7 9/9] drm/i915/dsi: Clear the DSI IIR

[Xen-devel] Xen-unstable: pci-passthrough regression bisected to: x86/smp: use APIC ALLBUT destination shorthand when possible
 2020-02-03 13:21 UTC  (6+ messages)

[Buildroot] [PATCH] package/lld: Bump lld version to 9.0.1
 2020-02-03 13:21 UTC  (2+ messages)

[PATCH] security/integrity: Include __func__ in messages for easier debug
 2020-02-03 13:21 UTC  (3+ messages)

[PATCH 1/1] media: si470x-i2c: Move free() past last use of 'radio'
 2020-02-03 13:21 UTC  (2+ messages)

[virtio-comment] [PATCH v2] virtio-net: Define per-packet hash reporting feature
 2020-02-03 13:20 UTC  (4+ messages)

[Buildroot] [git commit] package/lld: bump to version 9.0.1
 2020-02-03 13:21 UTC 

[Buildroot] [PATCH] package/kexec-lite: Bump version
 2020-02-03 13:20 UTC  (2+ messages)

[PATCH v2 0/3] gpio: intel_gpio: Fix Intel gpio driver
 2020-02-03 13:19 UTC  (3+ messages)
  ` Antwort: "

[igt-dev] [PATCH] [PATCH i-g-t]tests/i915/gem_exec_fence:Added __for_each_physical_engine to utilize all available engines
 2020-02-03 13:19 UTC  (2+ messages)
` [igt-dev] ✗ GitLab.Pipeline: failure for tests/i915/gem_exec_fence:Added "

[PATCH v2 0/2] TSO bug fixes
 2020-02-03 13:18 UTC  (3+ messages)
` [PATCH v2 1/2] net: macb: Remove unnecessary alignment check for TSO
` [PATCH v2 2/2] net: macb: Limit maximum GEM TX length in TSO

[PATCH v2 0/7] Introduce bus firewall controller framework
 2020-02-03 13:16 UTC  (10+ messages)

stable-rc/linux-4.4.y build: 151 builds: 1 failed, 150 passed, 2 errors, 9 warnings (v4.4.212)
 2020-02-03 13:16 UTC 

[PATCH v1] printk: Declare log_wait as external variable
 2020-02-03 13:15 UTC 

Lint for nftables
 2020-02-03 13:14 UTC  (2+ messages)

[PATCH] libfdt: Remove special handling for unaligned reads
 2020-02-03 13:14 UTC  (12+ messages)

SELinux issue with 'keys-acl' patch in kernel.org's 'linux-next' tree
 2020-02-03 13:13 UTC  (7+ messages)
` SELinux: How to split permissions for keys?

[Buildroot] [git commit] package/kexec-lite: bump version
 2020-02-03 13:12 UTC 

[Buildroot] [git commit] package/{openjdk, openjdk-bin}: bump version to 13.0.2+8
 2020-02-03 13:12 UTC 

[igt-dev] [PATCH i-g-t] lib: Kill residual children at the end of a subtest
 2020-02-03 13:11 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t v2] "
` [igt-dev] [PATCH i-g-t v3] "

[PATCH v2 0/6] Add RSC power domain support
 2020-02-03 13:11 UTC  (4+ messages)
` [PATCH v2 4/6] drivers: qcom: rpmh-rsc: "

Balloon pressuring page cache
 2020-02-03 13:11 UTC  (8+ messages)

[PATCH 00/23][v2] Convert data reservations to the ticketing infrastructure
 2020-02-03 13:10 UTC  (3+ messages)
` [PATCH 11/23] btrfs: check tickets after waiting on ordered extents

[PATCH v3 00/17] Add Allwinner H3 SoC and Orange Pi PC Machine
 2020-02-03 13:10 UTC  (6+ messages)
` [PATCH v3 07/17] hw/arm/allwinner: add Security Identifier device

[dpdk-dev] [PATCH] add ABI checks
 2020-02-03 13:09 UTC  (8+ messages)
` [dpdk-dev] [PATCH v2 4/4] "

[PATCH] mm: Add MREMAP_DONTUNMAP to mremap()
 2020-02-03 13:09 UTC  (7+ messages)
` [PATCH v2] "

[GIT PULL] Backlight for v5.6
 2020-02-03 13:08 UTC 

[Buildroot] [PATCH v1 1/2] package/qt5webkit: convert patch to git format and re-number
 2020-02-03 13:08 UTC  (4+ messages)
` [Buildroot] [PATCH v1 2/2] package/qt5webkit: add patch to fix ICU related compile failure

[Buildroot] [git commit] package/qt5webkit: add patch to fix ICU related compile failure
 2020-02-03 13:07 UTC 

[Buildroot] [git commit] package/qt5webkit: convert patch to git format and re-number
 2020-02-03 13:07 UTC 

[Buildroot] [PATCH 1/1] package/libmodsecurity: needs threads
 2020-02-03 13:06 UTC  (2+ messages)

[PATCH 1/2] x86: itss: Add a Kconfig option to enable/disable ITSS driver
 2020-02-03 13:06 UTC  (2+ messages)
` [PATCH 2/2] x86: apl: Include "

[Buildroot] [git commit] package/libmodsecurity: needs threads
 2020-02-03 13:06 UTC 

[PULL 0/8] docs queue
 2020-02-03 13:04 UTC  (2+ messages)

[PATCH qemu v6 0/6] spapr: Kill SLOF
 2020-02-03 13:03 UTC  (3+ messages)
` [PATCH qemu v6 6/6] spapr: Implement Open Firmware client interface

[GIT PULL] MFD for v5.6
 2020-02-03 13:05 UTC 

[igt-dev] [PATCH i-g-t] i915/gem_eio: Don't mix INVALID_CS and the cmdparser
 2020-02-03 13:04 UTC  (2+ messages)
` [Intel-gfx] "

stable-rc/linux-5.4.y build: 159 builds: 0 failed, 159 passed, 88 warnings (v5.4.17)
 2020-02-03 13:02 UTC 

[PATCH] tcg: gdbstub: Fix missing breakpoint issue
 2020-02-03 12:58 UTC  (2+ messages)

[PATCH v2] dracut: Verify multipath config_dir option
 2020-02-03 12:59 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] tests/kms_frontbuffer_tracking: fix fbc checking rules
 2020-02-03 12:58 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[PATCH v1 0/4] Increase default virtqueue size to improve performance
 2020-02-03 12:56 UTC  (6+ messages)
` [PATCH v1 1/4] virtio: introduce VIRTQUEUE_DEFUALT_SIZE instead of hardcoded constants

[Regression 5.5-rc1] Extremely low GPU performance on NVIDIA Tegra20/30
 2020-02-03 12:56 UTC  (10+ messages)

[PATCH V5 0/6] blk-mq: improvement CPU hotplug
 2020-02-03 12:56 UTC  (15+ messages)

[PATCH 6/6] GPIO: it87: fixed a typo
 2020-02-03 12:55 UTC 

[PATCH 00/61] KVM: x86: Introduce KVM cpu caps
 2020-02-03 12:55 UTC  (3+ messages)
` [PATCH 01/61] KVM: x86: Return -E2BIG when KVM_GET_SUPPORTED_CPUID hits max entries

[PATCH v2 00/14] git-p4: python3 compatibility
 2020-02-03 12:54 UTC  (5+ messages)

[PATCH v2 0/4] virtio-pci: enable blk and scsi multi-queue by default
 2020-02-03 12:53 UTC  (10+ messages)
` [PATCH v2 2/4] virtio-scsi: default num_queues to -smp N

[dpdk-dev] [RFC] meter: fix ABI break due to experimental tag removal
 2020-02-03 12:53 UTC  (3+ messages)

[PATCH 5/6] gpio: ich: fixed a typo
 2020-02-03 12:52 UTC 

[PULL v3 00/18] virtio, pc: fixes, features
 2020-02-03 12:50 UTC  (7+ messages)
` [PULL v3 17/18] i386:acpi: Remove _HID from the SMBus ACPI entry


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.