All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-05-18 18:29:48 to 2020-05-18 19:19:19 UTC [more...]

[meta-ti] Build core-image-weston for beaglebone/am335x with GPU SGX530 enabled
 2020-05-18 19:19 UTC  (2+ messages)
`  "

[PATCH v4 0/9] qemu-img: Add convert --bitmaps
 2020-05-18 19:17 UTC  (7+ messages)
` [PATCH v4 6/9] qemu-img: Add bitmap sub-command
` [PATCH v4 7/9] qcow2: Expose bitmaps' size during measure

[kvm:queue 71/177] arch/x86/kvm/vmx/nested.c:5246:3: error: variable 'roots_to_free' is used uninitialized whenever 'if' condition is false
 2020-05-18 19:18 UTC  (4+ messages)

[PATCH v1] cxgb4: Use %pM format specifier for MAC addresses
 2020-05-18 19:18 UTC 

FAILED: patch "[PATCH] bpf: Restrict bpf_trace_printk()'s %s usage and add %pks," failed to apply to 5.4-stable tree
 2020-05-18 19:17 UTC  (2+ messages)

RAID wiped superblock recovery
 2020-05-18 19:17 UTC  (6+ messages)

[PATCH v1 00/15] add basic driver support for broadcom NS3 soc
 2020-05-18 19:16 UTC  (2+ messages)

[PATCH v8 1/2] Driver for TI HDC20x0 humidity and temperature sensors
 2020-05-18 19:15 UTC 

[PATCH v5 00/18] Rework READ_ONCE() to improve codegen
 2020-05-18 19:15 UTC  (9+ messages)
` [PATCH v5 04/18] sparc32: mm: Reduce allocation size for PMD and PTE tables

[RISU 0/9] risu cleanups and improvements
 2020-05-18 19:14 UTC  (3+ messages)

net: netdev_sync_lower_features()
 2020-05-18 19:14 UTC  (2+ messages)

metric expressions including metrics?
 2020-05-18 19:12 UTC 

[RFC][PATCH 0/5] Enable objtool multiarch build
 2020-05-18 19:14 UTC  (7+ messages)
` [RFC][PATCH 1/5] objtool: Exit successfully when requesting help
` [RFC][PATCH 3/5] objtool: Add support for relocations without addends

[Intel-gfx] [PATCH 1/7] drm/i915: Move saturated workload detection back to the context
 2020-05-18 19:13 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/7] "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "

[PATCH v7 1/2] Driver for TI HDC20x0 humidity and temperature sensors
 2020-05-18 19:13 UTC 

[PATCH v6 1/4] m68k: mcf5441x: add support for esdhc mmc controller
 2020-05-18 19:17 UTC  (4+ messages)
` [PATCH v6 2/4] mmc: sdhci: add quirks for be to le byte swapping
` [PATCH v6 3/4] mmc: host: add Coldfire esdhc support
` [PATCH v6 4/4] MAINTAINERS: add myself to maintain M5441X mmc host driver

[PATCH] diff: add config option relative
 2020-05-18 19:12 UTC  (11+ messages)
  ` [PATCH v3] "
      ` [PATCH v4] "
            ` [PATCH v5] "

[PATCH] netfilter/ipvs: expire no destination UDP connections when expire_nodest_conn=1
 2020-05-18 19:10 UTC  (3+ messages)
` [PATCH] netfilter/ipvs: immediately expire UDP connections matching unavailable destination if expire_nodest_conn=1

[ANNOUNCE] Git for Windows 2.27.0-rc0
 2020-05-18  3:04 UTC  (5+ messages)
        ` [git-for-windows] "

[f2fs-dev] [PATCH] f2fs: don't return vmalloc() memory from f2fs_kmalloc()
 2020-05-18 19:10 UTC  (4+ messages)

[PATCH] x86/boot: allow a relocatable kernel to be linked with lld
 2020-05-18 19:10 UTC  (5+ messages)

[PATCH v2 00/15] net: taint when the device driver firmware crashes
 2020-05-18 19:09 UTC  (11+ messages)
` [PATCH v2 12/15] ath10k: use new module_firmware_crashed()

[PATCH] x86/uv/time: Replace one-element array and save heap space
 2020-05-18 19:09 UTC  (2+ messages)

[PATCH 0/2] arm64: dts: qcom: sc7180: Add support for ETMv4 PM and skipping power up
 2020-05-18 19:08 UTC  (7+ messages)
` [PATCH 1/2] arm64: dts: qcom: sc7180: Support ETMv4 power management

[PATCH 00/24] efi/libstub: Add printf implementation
 2020-05-18 19:07 UTC  (25+ messages)
` [PATCH 01/24] efi/libstub: Include dependencies of efistub.h
` [PATCH 02/24] efi/libstub: Rename efi_[char16_]printk to efi_[char16_]puts
` [PATCH 03/24] efi/libstub: Buffer output of efi_puts
` [PATCH 04/24] efi/libstub: Add a basic printf implementation
` [PATCH 05/24] efi/libstub: Optimize for size instead of speed
` [PATCH 06/24] efi/printf: Drop %n format and L qualifier
` [PATCH 07/24] efi/printf: Add 64-bit and 8-bit integer support
` [PATCH 08/24] efi/printf: Factor out flags parsing and handle '%' earlier
` [PATCH 09/24] efi/printf: Fix minor bug in precision handling
` [PATCH 10/24] efi/printf: Merge 'p' with the integer formats
` [PATCH 11/24] efi/printf: Factor out width/precision parsing
` [PATCH 12/24] efi/printf: Factor out integer argument retrieval
` [PATCH 13/24] efi/printf: Handle null string input
` [PATCH 14/24] efi/printf: Refactor code to consolidate padding and output
` [PATCH 15/24] efi/printf: Abort on invalid format
` [PATCH 16/24] efi/printf: Turn vsprintf into vsnprintf
` [PATCH 17/24] efi/libstub: Implement printk-style logging
` [PATCH 18/24] efi/libstub: Add definitions for console input and events
` [PATCH 19/24] efi/gop: Add an option to list out the available GOP modes
` [PATCH 20/24] efi/printf: Add support for wchar_t (UTF-16)
` [PATCH 21/24] efi/libstub: Add UTF-8 decoding to efi_puts
` [PATCH 22/24] efi/libstub: Use %ls for filename
` [PATCH 23/24] efi/libstub: Get the exact UTF-8 length
` [PATCH 24/24] efi/libstub: Use snprintf with %ls to convert the command line

[PATCH v8 00/18] Add AMD SEV guest live migration support
 2020-05-18 19:07 UTC  (2+ messages)

PRINTF(3) Miswriting
 2020-05-18 19:01 UTC  (3+ messages)

[PATCH] iscsi: Fix deadlock on recovery path during GFP_IO reclaim
 2020-05-18 19:05 UTC  (4+ messages)

[igt-dev] [PATCH i-g-t] lib/debugfs: Sanity check even discarded CRCs
 2020-05-18 19:06 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t v2] "

[PATCH] libsepol/cil: Initialize the multiple_decls field of the cil db
 2020-05-18 19:05 UTC  (3+ messages)

[PULL 0/8] Vga 20200518 patches
 2020-05-18 19:04 UTC  (2+ messages)

[next-queue RFC 0/4] ethtool: Add support for frame preemption
 2020-05-18 19:05 UTC  (6+ messages)
        ` [Intel-wired-lan] "

[renesas-devel:master] BUILD SUCCESS f98b28a0b3b080fbf6e12410681c05f9f8c7dc73
 2020-05-18 19:02 UTC 

FAILED: patch "[PATCH] KVM: x86: Fix pkru save/restore when guest CR4.PKE=0, move it" failed to apply to 5.4-stable tree
 2020-05-18 19:01 UTC  (3+ messages)

[PATCH v2 0/9] Add shared workqueue support for idxd driver
 2020-05-18 18:54 UTC  (10+ messages)
` [PATCH v2 1/9] x86/cpufeatures: Enumerate ENQCMD and ENQCMDS instructions
` [PATCH v2 2/9] x86/asm: move the raw asm in iosubmit_cmds512() to special_insns.h
` [PATCH v2 3/9] x86/asm: add enqcmds() to support ENQCMDS instruction
` [PATCH v2 4/9] dmaengine: idxd: add work queue drain support
` [PATCH v2 5/9] dmaengine: idxd: move submission to sbitmap_queue
` [PATCH v2 6/9] dmaengine: idxd: add shared workqueue support
` [PATCH v2 7/9] dmaengine: idxd: clean up descriptors with fault error
` [PATCH v2 8/9] dmaengine: idxd: add leading / for sysfspath in ABI documentation
` [PATCH v2 9/9] dmaengine: idxd: add ABI documentation for shared wq

[PATCH 0/6] multipath: path validation library prep work
 2020-05-18 19:02 UTC  (8+ messages)
` [PATCH 3/6] multipath: centralize validation code
` [PATCH 4/6] Unit tests for is_path_valid()

[PATCH v2 0/2] nvmet: fixup processing async events
 2020-05-18 18:59 UTC  (3+ messages)
` [PATCH v2 1/2] nvmet: check command slot before pulling and freeing aen
` [PATCH v2 2/2] nvmet: avoid memleak by freeing any remaining aens in nvmet_async_events_free

[PATCH] crypto: caam - make soc match data optional
 2020-05-18 18:59 UTC  (2+ messages)

[PATCH 5/9] blk-mq: don't set data->ctx and data->hctx in blk_mq_alloc_request_hctx
 2020-05-18 18:59 UTC  (10+ messages)

[PATCH] firmware: arm_sdei: Put the SDEI table after using it
 2020-05-18 18:59 UTC  (2+ messages)

[PATCH] Add restorecon -x to not cross FS boundaries
 2020-05-18 18:58 UTC  (3+ messages)

[meta-arm][PATCH] Add support for booting qemu with TFA and optee
 2020-05-18 18:58 UTC  (7+ messages)
` [meta-arm][PATCH v2 0/3] "
  ` [meta-arm][PATCH v2 2/3] optee-client: Add sysVinit service

[PATCH 1/2] ASoC: fsl_micfil: Remove unneeded ifdef's
 2020-05-18 18:54 UTC  (2+ messages)
` [PATCH 2/2] ASoC: fsl_micfil: Do not pass irq numbers in comments

[GIT PULL] integrity subsystem fixes for v5.7
 2020-05-18 18:55 UTC  (2+ messages)

[patch V6 00/37] x86/entry: Rework leftovers and merge plan
 2020-05-18 18:53 UTC  (3+ messages)

[PATCH, RFCRAP] xfs: handle ENOSPC quota return in xfs_file_buffered_aio_write
 2020-05-18 18:54 UTC  (4+ messages)

[PATCH] x86: mmiotrace: Use cpumask_available for cpumask_var_t variables
 2020-05-18 18:52 UTC  (4+ messages)

[PATCH 0/SEVERAL] xfs, xfstests, xfsprogs: quota timer updates
 2020-05-18 18:52 UTC  (8+ messages)
` [PATCH 0/6] xfs: quota timer enhancements
  ` [PATCH 1/6] xfs: group quota should return EDQUOT when prj quota enabled
  ` [PATCH 2/6] xfs: always return -ENOSPC on project quota reservation failure
  ` [PATCH 3/6] xfs: fix up some whitespace in quota code
  ` [PATCH 4/6] xfs: pass xfs_dquot to xfs_qm_adjust_dqtimers
  ` [PATCH 5/6] xfs: per-type quota timers and warn limits
  ` [PATCH 6/6] xfs: allow individual quota grace period extension

[PATCH 00/18] [PULL REQUEST] iommu/vt-d: patches for v5.8
 2020-05-18 18:50 UTC  (2+ messages)

[PATCH V3 07/15] arch/kunmap_atomic: Consolidate duplicate code
 2020-05-18 18:48 UTC  (7+ messages)
` [PATCH] arch/{mips, sparc, microblaze, powerpc}: Don't enable pagefault/preempt twice
  ` [PATCH] arch/{mips,sparc,microblaze,powerpc}: "

[PATCH net-next v2 0/4] Implement classifier-action terse dump mode
 2020-05-18 18:50 UTC  (6+ messages)

[virtio-comment] [RFC PATCH v2 1/2] virtio-gpu: add resource create blob
 2020-05-18 18:48 UTC  (11+ messages)
` [virtio-comment] "

[RFC/PATCH for 3.16] spi: spi-dw: Add lock protect dw_spi rx/tx to prevent concurrent calls
 2020-05-18 18:48 UTC  (2+ messages)

[RFC v2] migration: Add migrate-set-bitmap-node-mapping
 2020-05-18 18:47 UTC  (5+ messages)

[RFC PATCH bpf-next 0/1] bpf, x64: optimize JIT prologue/epilogue generation
 2020-05-18 18:44 UTC  (6+ messages)
      ` getting bpf_tail_call to work with bpf function calls. Was: "

[PATCH] kconfig: show compiler version text in the top comment
 2020-05-18 18:48 UTC 

[REPOST PATCH v2] drm/bridge: ti-sn65dsi86: Implement lane reordering + polarity
 2020-05-18 18:47 UTC  (2+ messages)

[PATCH V2] arm64/cpufeature: Drop open encodings while extracting parange
 2020-05-18 18:46 UTC  (6+ messages)

[PATCH 0/3] iio: magnetometer: ak8975: Add gpio reset support
 2020-05-18 18:46 UTC  (8+ messages)
` [PATCH 3/3] "

[virtio-comment] [RFC PATCH v4 1/2] virtio-gpu: add resource create blob
 2020-05-18 18:46 UTC  (2+ messages)
` [virtio-comment] [RFC PATCH v4 2/2] virtio-gpu: add support for mapping/unmapping blob resources

[PATCH 0/4] bootefi fixes for aarch64/layerscape
 2020-05-18 18:45 UTC  (7+ messages)
` [PATCH 4/4] efi_loader: call smp_kick_all_cpus()

[PATCH v2] t4210: detect REG_ILLSEQ dynamically
 2020-05-18 18:44 UTC  (4+ messages)
` [PATCH v3 0/2] auto detect REG_ILLSEQ
  ` [PATCH v3 1/2] t/helper: teach test-regex to report pattern errors (like REG_ILLSEQ)
  ` [PATCH v3 2/2] t4210: detect REG_ILLSEQ dynamically and skip affected tests

[PATCH v9 2/4] media: i2c: Add MAX9286 driver
 2020-05-18 18:44 UTC  (3+ messages)
` [PATCH] fixes! [max9286]: Validate link formats

[PATCH 0/6] remote-curl: partial fix for a deadlock with stateless rpc
 2020-05-18 18:44 UTC  (9+ messages)
` [PATCH v2 0/7] remote-curl: fix deadlocks when remote server disconnects
  ` [PATCH v2 2/7] remote-curl: remove label indentation
  ` [PATCH v2 3/7] transport: extract common fetch_pack() call
  ` [PATCH v2 4/7] pkt-line: extern packet_length()

[dpdk-dev] [PATCH] eal: fix lcore state bug
 2020-05-18 18:43 UTC  (4+ messages)

[PATCH v2 1/2] drm/bridge: ti-sn65dsi86: Implement lane reordering + polarity
 2020-05-18 18:42 UTC  (5+ messages)

[PATCH 0/4] sc16is7xx: Add IrDA mode and threaded IRQ
 2020-05-18 18:41 UTC  (4+ messages)
` [PATCH 1/4] dt-bindings: sc16is7xx: Add flag to activate IrDA mode

[PATCH] interconnect: Disallow interconnect core to be built as a module
 2020-05-18 18:40 UTC  (5+ messages)

[PATCH 0/7] Documentation fixes for v2.27.0-rc0
 2020-05-18 18:37 UTC  (4+ messages)
` [PATCH 7/7] rev-list-options.txt

[PATCH v7 0/4] ADD interconnect support for Qualcomm DWC3 driver
 2020-05-18 18:35 UTC  (10+ messages)
` [PATCH v7 2/4] usb: dwc3: qcom: Add interconnect support in dwc3 driver

[PATCH 0/3] iotests: enable logging prior to notrun() invocation
 2020-05-18 18:33 UTC  (3+ messages)

[PATCH] drm/bridge: ti-sn65dsi86: Fix off-by-one error in clock choice
 2020-05-18 18:35 UTC  (5+ messages)

[PATCH 0/3] tracing: histogram internals doc, hist_debug, and misc
 2020-05-18 18:35 UTC  (2+ messages)

[PATCH v3 00/17] mtd: spi-nor-core: add xSPI Octal DTR support
 2020-05-18 18:33 UTC  (4+ messages)
` [PATCH v3 10/17] mtd: spi-nor-core: Get command opcode extension type from BFPT

[Buildroot] [NEXT][PATCH 1/1] package/feh: bump to version 3.4
 2020-05-18 18:33 UTC 

[PATCH] scsi: qla2xxx: Keep initiator ports after RSCN
 2020-05-18 18:31 UTC  (2+ messages)

[PATCH v4 0/5] Micron SLC NAND filling block
 2020-05-18 18:32 UTC  (4+ messages)
` [PATCH v4 5/5] mtd: rawnand: micron: "

[PATCH] Input: iqs269a - add missing I2C dependency
 2020-05-18 18:32 UTC  (2+ messages)

[Bug 1856335] [NEW] Cache Layout wrong on many Zen Arch CPUs
 2020-05-18 18:21 UTC  (2+ messages)
` [Bug 1856335] "

[dpdk-dev] [PATCH] meter: provide experimental alias of API for old apps
 2020-05-18 18:32 UTC  (6+ messages)
` [dpdk-dev] [PATCH v6] abi: "
` [dpdk-dev] [PATCH v5] meter: "

[PATCH 4.4 00/86] 4.4.224-rc1 review
 2020-05-18 17:36 UTC  (25+ messages)
` [PATCH 4.4 12/86] Revert "IB/ipoib: Update broadcast object if PKey value was changed in index 0"
` [PATCH 4.4 13/86] USB: uas: add quirk for LaCie 2Big Quadra
` [PATCH 4.4 14/86] USB: serial: garmin_gps: add sanity checking for data length
` [PATCH 4.4 18/86] phy: micrel: Ensure interrupts are reenabled on resume
` [PATCH 4.4 19/86] binfmt_elf: Do not move brk for INTERP-less ET_EXEC
` [PATCH 4.4 27/86] blktrace: fix dereference after null check
` [PATCH 4.4 31/86] chardev: add helper function to register char devs with a struct device
` [PATCH 4.4 33/86] ptp: fix the race between the release of ptp_clock and cdev
` [PATCH 4.4 39/86] scsi: sg: add sg_remove_request in sg_write
` [PATCH 4.4 44/86] dmaengine: mmp_tdma: Reset channel error on release
` [PATCH 4.4 47/86] net: openvswitch: fix csum updates for MPLS actions
` [PATCH 4.4 48/86] gre: do not keep the GRE header around in collect medata mode
` [PATCH 4.4 49/86] mm/memory_hotplug.c: fix overflow in test_pages_in_a_zone()
` [PATCH 4.4 52/86] net/mlx5: Fix driver load error flow when firmware is stuck
` [PATCH 4.4 60/86] gcc-10: disable array-bounds warning for now
` [PATCH 4.4 62/86] gcc-10: disable restrict "
` [PATCH 4.4 66/86] blk-mq: Allow blocking queue tag iter callbacks
` [PATCH 4.4 67/86] x86/paravirt: Remove the unused irq_enable_sysexit pv op
` [PATCH 4.4 72/86] ALSA: hda/realtek - Limit int mic boost for Thinkpad T530
` [PATCH 4.4 73/86] ALSA: rawmidi: Fix racy buffer resize under concurrent accesses
` [PATCH 4.4 76/86] ARM: dts: imx27-phytec-phycard-s-rdk: Fix the I2C1 pinctrl entries
` [PATCH 4.4 78/86] exec: Move would_dump into flush_old_exec
` [PATCH 4.4 79/86] usb: gadget: net2272: Fix a memory leak in an error handling path in net2272_plat_probe()
` [PATCH 4.4 80/86] usb: gadget: audio: Fix a missing error return value in audio_bind()

[RFC v1 0/3] Add QTI QFPROM-Efuse driver support
 2020-05-18 18:31 UTC  (8+ messages)
` [RFC v1 2/3] drivers: nvmem: Add driver for QTI qfprom-efuse support

[PATCH v10 00/14] iotests: use python logging
 2020-05-18 18:29 UTC  (8+ messages)
` [PATCH v10 14/14] iotests: use python logging for iotests.log()

[RESEND PATCH 0/3] Convert mtk-dpi to drm_bridge API
 2020-05-18 17:39 UTC  (2+ messages)
` [RESEND PATCH 3/3] drm/mediatek: mtk_dpi: Use simple encoder

[PATCH] sysctl: const-ify ngroups_max
 2020-05-18 18:30 UTC  (5+ messages)

[PATCH v1] dt-bindings: serial: qca,ar9330-uart: Convert to json-schema
 2020-05-18 18:29 UTC  (2+ messages)

[LTP] [COMMITTED][PATCH 1/1] ebizzy: guard mallocopt() with __GLIBC__
 2020-05-18 18:29 UTC 


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.