All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-05-21 19:35:29 to 2020-05-21 20:23:34 UTC [more...]

post-receive: pub/scm/linux/kernel/git/helgaas/pci
 2020-05-21 20:23 UTC 

[PATCH 1/3] Revert "drm/amdgpu: off by one in amdgpu_device_attr_create_groups() error handling"
 2020-05-21 20:23 UTC  (3+ messages)
` [PATCH 2/3] Revert "drm/amdgpu: cleanup unnecessary virt sriov check in amdgpu attribute"
` [PATCH 3/3] Revert "drm/amdgpu: optimize amdgpu device attribute code"

[PATCH] PCI/switchtec: Correct bool variable type assignment
 2020-05-21 20:23 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/helgaas/pci
 2020-05-21 20:23 UTC 

devlink interface for asynchronous event/messages from firmware?
 2020-05-21 20:22 UTC  (3+ messages)

[PATCH 3.16 00/99] 3.16.84-rc1 review
 2020-05-21 20:22 UTC  (6+ messages)

Question about projects bugzilla and personal tags not being so personal
 2020-05-21 20:21 UTC  (2+ messages)

[PATCH -tip v3 00/11] Fix KCSAN for new ONCE (require Clang 11)
 2020-05-21 20:21 UTC  (3+ messages)
` [PATCH -tip v3 09/11] data_race: Avoid nested statement expression

post-receive: pub/scm/linux/kernel/git/tmlind/linux-omap
 2020-05-21 20:20 UTC 

[PATCH] PCI: shpchp: Remove surplus variable and ineffectual error check
 2020-05-21 20:20 UTC  (2+ messages)

[RFC PATCH 00/13] Core scheduling v5
 2020-05-21 20:20 UTC  (5+ messages)
` [PATCH RFC] sched: Add a per-thread core scheduling interface

post-receive: pub/scm/linux/kernel/git/helgaas/pci
 2020-05-21 20:20 UTC 

[PATCH] can: mcp251x: convert to half-duplex SPI
 2020-05-21 20:19 UTC  (7+ messages)

[PATCH 2/4] hw/riscv: spike: Allow creating multiple sockets
 2020-05-21 20:16 UTC  (3+ messages)

[PATCH 00/10] fix swiotlb-xen for RPi4
 2020-05-21 20:17 UTC  (7+ messages)
` [PATCH 09/10] xen/arm: introduce phys/dma translations in xen_dma_sync_for_*

[PATCH 4/4] hw/riscv: virt: Allow creating multiple sockets
 2020-05-21 20:16 UTC  (3+ messages)

[PATCH 3/4] hw/riscv: Allow creating multiple instances of PLIC
 2020-05-21 20:16 UTC  (3+ messages)

[PATCH v6 00/19] mtd: spi-nor: add xSPI Octal DTR support
 2020-05-21 20:16 UTC  (15+ messages)
` [PATCH v6 04/19] spi: spi-mem: allow specifying a command's extension

[PATCH 1/4] hw/riscv: Allow creating multiple instances of CLINT
 2020-05-21 20:16 UTC  (3+ messages)

FIB filtering (comments, please) (reformatted)
 2020-05-21 20:16 UTC 

[PATCH] iommu/dma: limit iova free size to unmmaped iova
 2020-05-21 20:16 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/helgaas/pci
 2020-05-21 20:16 UTC 

[PATCH v2 for-4.14 0/3] Remove the 1GB limitation on Rasberry Pi 4
 2020-05-21 20:14 UTC  (2+ messages)

[PATCH] wireless: Use linux/stddef.h instead of stddef.h
 2020-05-21 20:14 UTC 

[PATCH] smp: generic ipi_raise tracepoint
 2020-05-21 20:11 UTC  (3+ messages)

[PATCH] audio: fix wavcapture segfault
 2020-05-21 20:09 UTC  (2+ messages)

FIB filtering (comments, please)
 2020-05-21 20:10 UTC 

[net-next v4 00/12][pull request] 100GbE Intel Wired LAN Driver Updates 2020-05-19
 2020-05-21 20:10 UTC  (5+ messages)
` [net-next v4 01/12] Implementation of Virtual Bus

[dpdk-dev] mlx5 & pdump: convert HW timestamps to nanoseconds
 2020-05-21 20:09 UTC  (4+ messages)

[PULL 0/1] qemu-openbios queue 20200521
 2020-05-21 20:07 UTC  (2+ messages)
` [PULL 1/1] Update OpenBIOS images to 4704d9eb built from submodule

Bug in Dash's unquoting of backslashes within backquoted strings
 2020-05-21 20:06 UTC 

[PATCH v2] arm: dts: am335x-boneblack: add gpio-line-names
 2020-05-21 20:09 UTC 

[bpf-next PATCH v2 0/4] ] verifier, improve ptr is_branch_taken logic
 2020-05-21 20:08 UTC  (5+ messages)
` [bpf-next PATCH v2 1/4] bpf: verifier track null pointer branch_taken with JNE and JEQ
` [bpf-next PATCH v2 2/4] bpf: selftests, verifier case for non null pointer check branch taken
` [bpf-next PATCH v2 3/4] bpf: selftests, verifier case for non null pointer map value branch
` [bpf-next PATCH v2 4/4] bpf: selftests, add printk to test_sk_lookup_kern to encode null ptr check

[PATCH v3 00/11] accel: Allow targets to use Kconfig, disable semihosting by default
 2020-05-21 19:59 UTC  (24+ messages)
` [PATCH v3 01/11] MAINTAINERS: Fix KVM path expansion glob
` [PATCH v3 02/11] MAINTAINERS: Add an 'overall' entry for accelerators
` [PATCH v3 03/11] MAINTAINERS: Add an entry for the HAX accelerator
` [PATCH v3 04/11] accel/tcg: Add stub for probe_access()
` [PATCH v3 05/11] Makefile: Remove dangerous EOL trailing backslash
` [PATCH v3 06/11] Makefile: Write MINIKCONF variables as one entry per line
` [PATCH v3 07/11] accel/Kconfig: Extract accel selectors into their own config
` [PATCH v3 08/11] accel/Kconfig: Add the TCG selector
` [PATCH v3 09/11] rules.mak: Add base-arch() rule
` [PATCH v3 10/11] Makefile: Allow target-specific optional Kconfig
` [PATCH v3 11/11] hw/semihosting: Make the feature depend of TCG, and allow to disable it

mm: mkfs.ext4 invoked oom-killer on i386 - pagecache_get_page
 2020-05-21 20:06 UTC  (14+ messages)
                  ` [f2fs-dev] "

[PATCH v2 0/3] Venus dynamic debug
 2020-05-21 20:06 UTC  (4+ messages)
` [PATCH v2 2/3] venus: Make debug infrastructure more flexible
    ` [RFC] Make dynamic "

[PATCH 3/3] target: rename target_setup_cmd_from_cdb() to target_parse_cdb()
 2020-05-21 20:06 UTC  (3+ messages)

[PATCH 0/5] Dedicated CLINT timer driver
 2020-05-21 20:05 UTC  (3+ messages)
` [PATCH 5/5] dt-bindings: timer: Add CLINT bindings

[PATCH net] r8169: fix OCP access on RTL8117
 2020-05-21 20:03 UTC 

post-receive: pub/scm/linux/kernel/git/helgaas/pci
 2020-05-21 20:01 UTC 

post-receive: pub/scm/linux/kernel/git/tglx/devel
 2020-05-21 20:01 UTC 

[PATCH 5/9] blk-mq: don't set data->ctx and data->hctx in blk_mq_alloc_request_hctx
 2020-05-21 20:00 UTC  (14+ messages)
  ` io_uring vs CPU hotplug, was "

[PATCH 1/1] rnbd/rtrs: pass max segment size from blk user to the rdma library
 2020-05-21 20:00 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v4 0/2] mfd: Add ENE KB3930 Embedded Controller driver
 2020-05-21 20:00 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: mfd: Add ENE KB3930 Embedded Controller binding

post-receive: pub/scm/linux/kernel/git/tglx/devel
 2020-05-21 20:00 UTC 

[PATCH v2 0/9] Function Granular KASLR
 2020-05-21 20:00 UTC  (5+ messages)
` [PATCH v2 4/9] x86: Makefile: Add build and config option for CONFIG_FG_KASLR
` [PATCH v2 6/9] x86/tools: Add relative relocs for randomized functions

[PATCH v8 0/5] mainline Protonic boards
 2020-05-21 20:00 UTC  (4+ messages)
` [PATCH v8 5/5] dt-bindings: arm: fsl: add different "

[PATCH 0/7] Latest COLO tree queued patches
 2020-05-21 19:54 UTC  (6+ messages)

post-receive: pub/scm/linux/kernel/git/rdma/rdma
 2020-05-21 19:59 UTC 

[PATCH v12 0/3] i2c: npcm7xx: add NPCM i2c controller driver
 2020-05-21 19:58 UTC  (4+ messages)
` [PATCH v12 1/3] dt-bindings: i2c: npcm7xx: add NPCM I2C controller

[PATCH 0/9] DT: Improve validation for Marvell SoCs
 2020-05-21 19:57 UTC  (3+ messages)
` [PATCH v2 2/9] dt-bindings: gpio: Convert mrvl-gpio to json-schema

[PATCH v2 0/7] Misc display/sm501 clean ups and fixes
 2020-05-21 19:39 UTC  (8+ messages)
` [PATCH v2 5/7] sm501: Replace hand written implementation with pixman where possible
` [PATCH v2 6/7] sm501: Optimize small overlapping blits
` [PATCH v2 3/7] sm501: Use BIT(x) macro to shorten constant
` [PATCH v2 1/7] sm501: Convert printf + abort to qemu_log_mask
` [PATCH v2 2/7] sm501: Shorten long variable names in sm501_2d_operation
` [PATCH v2 4/7] sm501: Clean up local variables "
` [PATCH v2 7/7] sm501: Remove obsolete changelog and todo comment

[PATCH v2 00/10] accel: Allow targets to use Kconfig, disable semihosting by default
 2020-05-21 19:55 UTC  (4+ messages)
` [PATCH v2 10/10] hw/semihosting: Make the feature depend of TCG, and allow to disable it

[PATCH 08/12] of/irq: make of_msi_map_get_device_domain() bus agnostic
 2020-05-21 19:57 UTC  (4+ messages)

[PATCH] scsi: st: convert convert get_user_pages() --> pin_user_pages()
 2020-05-21 19:57 UTC  (3+ messages)

[PATCH v9 1/2] PCI: Microchip: Add host driver for Microchip PCIe controller
 2020-05-21 19:56 UTC  (2+ messages)

[PATCH 02/12] ACPI/IORT: Make iort_get_device_domain IRQ domain agnostic
 2020-05-21 19:56 UTC  (4+ messages)

[PATCH v3 for-next 00/16] New hfi1 feature: Accelerated IP
 2020-05-21 19:55 UTC  (2+ messages)

Anyone know what is creating commits with bogus dates?
 2020-05-21 19:55 UTC  (4+ messages)

incoming
 2020-05-21 19:55 UTC  (2+ messages)
` + mm-memcontrol-make-swap-tracking-an-integral-part-of-memory-control-fix.patch added to -mm tree

[linux-nvme:nvme-5.8 26/33] io-cmd-bdev.c:undefined reference to `t10_pi_type1_crc'
 2020-05-21 19:55 UTC  (3+ messages)

Travis CI: Run selinux-testsuite
 2020-05-21 19:54 UTC  (4+ messages)
` [v2] "
  ` [PATCH v2] ci: run SELinux kernel test suite

post-receive: pub/scm/linux/kernel/git/jlayton/linux
 2020-05-21 19:53 UTC 

[PATCH] drm/amd/amdgpu: Fix the CGCG setting is overwritten for SRIOV
 2020-05-21 19:53 UTC 

[oe-core][PATCH 1/1] terminal.py: do not stop searching for auto
 2020-05-21 19:52 UTC  (2+ messages)

[PATCH 0/4] Update K3 DSP remoteproc driver for C71x DSPs
 2020-05-21 19:52 UTC  (14+ messages)
` [PATCH 2/4] remoteproc: introduce version element into resource type field
` [PATCH 3/4] remoteproc: add support for a new 64-bit trace version

[V6, 0/2] media: i2c: Add support for DW9768 VCM driver
 2020-05-21 19:51 UTC  (5+ messages)
` [V6, 2/2] media: i2c: dw9768: Add "

[PATCH v2 0/3] revert 9pfs reply truncation, wait for free room to reply
 2020-05-21 19:26 UTC  (4+ messages)
` [PATCH v2 1/3] Revert "9p: init_in_iov_from_pdu can truncate the size"
` [PATCH v2 2/3] xen/9pfs: yield when there isn't enough room on the ring
` [PATCH v2 3/3] xen/9pfs: increase max ring order to 9

[PATCH] USB: cdc-wdm: Call wake_up_all() when clearing WDM_IN_USE bit
 2020-05-21 19:50 UTC  (4+ messages)

[PATCH] arm: dts: am335x-boneblack: add gpio-line-names
 2020-05-21 19:50 UTC 

[PATCH v3] submodule: port subcommand 'set-branch' from shell to C
 2020-05-21 19:50 UTC  (4+ messages)

[RISU PATCH v2 00/22] Add risu patterns for SVE2 instructions
 2020-05-21 19:25 UTC  (19+ messages)
` [RISU PATCH v2 01/22] sve2.risu: Add patterns for floating-point pairwise ops
` [RISU PATCH v2 02/22] sve2.risu: Add patterns for integer multiply (unpredicated) ops
` [RISU PATCH v2 03/22] sve2.risu: Add patterns for integer (predicated) ops
` [RISU PATCH v2 05/22] sve2.risu: Add patterns for misc ops
` [RISU PATCH v2 09/22] sve2.risu: Add patterns for histogram computation ops
` [RISU PATCH v2 10/22] sve2.risu: Add patterns for crypto operations
` [RISU PATCH v2 11/22] sve2.risu: Add patterns for bitwise shift (unpredicated) ops
` [RISU PATCH v2 12/22] sve2.risu: Add patterns for fp convert precision odd elems insns
` [RISU PATCH v2 13/22] sve2.risu: Add patterns for bitwise logical (unpredicated) ops
` [RISU PATCH v2 14/22] sve2.risu: Add patterns for fp unary ops (predicated)
` [RISU PATCH v2 15/22] sve2.risu: Add patterns for table lookup insns
` [RISU PATCH v2 16/22] sve2.risu: Add patterns for integer multiply-add (unpredicated) ops
` [RISU PATCH v2 17/22] sve2.risu: Add patterns for multiply (indexed) ops
` [RISU PATCH v2 18/22] sve2.risu: Add patterns for permute vector ops
` [RISU PATCH v2 19/22] sve2.risu: Add patterns for integer compare ops
` [RISU PATCH v2 20/22] sve2.risu: Add patterns for fp widening multiply-add ops
` [RISU PATCH v2 21/22] sve2.risu: Add patterns for gather load insns
` [RISU PATCH v2 22/22] sve2.risu: Add patterns for scatter store insns

'HEAD' is not a commit (according to git-checkout)
 2020-05-21 19:49 UTC  (2+ messages)

[PATCH mmotm] mm/vmstat: Add events for PMD based THP migration without split fix
 2020-05-21 19:48 UTC  (3+ messages)

[PATCH] nvme: set dma alignment to qword
 2020-05-21 19:46 UTC  (7+ messages)

post-receive: pub/scm/linux/kernel/git/gustavoars/linux
 2020-05-21 19:46 UTC 

[PATCH][next] media: atomisp: fix a handful of spelling mistakes
 2020-05-21 19:44 UTC  (3+ messages)

[PATCH QEMU v23 00/18] Add migration support for VFIO devices
 2020-05-21 19:35 UTC  (9+ messages)
` [PATCH QEMU v23 04/18] vfio: Add save and load functions for VFIO PCI devices
` [PATCH QEMU v23 08/18] vfio: Register SaveVMHandlers for VFIO device

[PATCH 0/3] sparc: port to copy_thread_tls() and struct kernel_clone_args
 2020-05-21 19:42 UTC  (2+ messages)

[PATCH] x86/xen: drop an unused parameter gsi_override
 2020-05-21 19:41 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/gustavoars/linux
 2020-05-21 19:41 UTC 

[PATCH] ethernet: i825xx: sun3_82586: Replace zero-length array with flexible-array
 2020-05-21 19:44 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/helgaas/pci
 2020-05-21 19:39 UTC 

WARNING in media_create_pad_link
 2020-05-21 19:38 UTC  (2+ messages)

[PATCH v6 0/5] qemu-img: Add convert --bitmaps
 2020-05-21 19:21 UTC  (4+ messages)
` [PATCH v6 2/5] qcow2: Expose bitmaps' size during measure
` [PATCH v6 4/5] qemu-img: Add convert --bitmaps option
` [PATCH v6 5/5] iotests: Add test 291 to for qemu-img bitmap coverage

[PATCH 1/2] serial: Add riscv_sbi console support
 2020-05-21 19:37 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/jwboyer/fedora
 2020-05-21 19:36 UTC 

post-receive: pub/scm/linux/kernel/git/jwboyer/fedora
 2020-05-21 19:36 UTC 

[V8, 0/2] media: i2c: Add support for OV02A10 sensor
 2020-05-21 19:35 UTC  (6+ messages)
` [V8, 1/2] media: dt-bindings: media: i2c: Document OV02A10 bindings

[PATCH 00/15] PCI: brcmstb: enable PCIe for STB chips
 2020-05-21 19:35 UTC  (4+ messages)
` [PATCH 04/15] PCI: brcmstb: Add compatibily of other chips


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.