All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-05-06 15:37:36 to 2021-05-06 16:08:11 UTC [more...]

[PATCH v4 00/11] test-lib.sh: new test_commit args, simplification & fixes
 2021-05-06 16:08 UTC  (8+ messages)
` [PATCH v5 "
  ` [PATCH v5 01/11] test-lib: bring $remove_trash out of retirement
  ` [PATCH v5 06/11] describe tests: convert setup to use test_commit
  ` [PATCH v5 07/11] test-lib functions: add --printf option to test_commit

[PATCH v2 0/9] misc: Replace alloca() by g_malloc()
 2021-05-06 16:03 UTC  (12+ messages)
` [PATCH v2 4/9] bsd-user/syscall: Replace alloca() by g_new()

[PATCH v4 0/3] mm: memcg/slab: Fix objcg pointer array handling problem
 2021-05-06 16:07 UTC  (12+ messages)
` [PATCH v4 1/3] mm: memcg/slab: Properly set up gfp flags for objcg pointer array
` [PATCH v4 2/3] mm: memcg/slab: Create a new set of kmalloc-cg-<n> caches
` [PATCH v4 3/3] mm: memcg/slab: Disable cache merging for KMALLOC_NORMAL caches

[PATCH] x86: Do not assign values to unaligned pointer to 128 bits
 2021-05-06 16:01 UTC  (2+ messages)

[PATCH v5 00/25] media: use pm_runtime_resume_and_get() on non-i2c drivers
 2021-05-06 16:06 UTC  (5+ messages)
` [PATCH v5 16/25] media: rcar-fcp: use pm_runtime_resume_and_get()
` [PATCH v5 23/25] media: vsp1: "

QA notification for completed autobuilder build (yocto-3.2.4.rc1)
 2021-05-06 16:05 UTC 

[RFC PATCH v3 0/4] arm64: Stack trace reliability checks in the unwinder
 2021-05-06 15:57 UTC  (13+ messages)
  ` [RFC PATCH v3 3/4] arm64: Handle miscellaneous functions in .text and .init.text

[PATCH 0/3] 9p: add support for root file systems
 2021-05-06 16:04 UTC  (4+ messages)
` [PATCH 1/3] "

[PATCH 4/5] phy: ralink: Kconfig: enable COMPILE_TEST on mt7621-pci-phy driver
 2021-05-06 15:59 UTC  (4+ messages)

[PATCH v3 00/26] virtiofs dax patches
 2021-05-06 16:02 UTC  (13+ messages)
` [PATCH v3 01/26] virtiofs: Fixup printf args
    ` [Virtio-fs] "
` [PATCH v3 02/26] virtiofsd: Don't assume header layout
  ` [Virtio-fs] "
` [PATCH v3 24/26] vhost-user-fs: Extend VhostUserFSSlaveMsg to pass additional info
` [PATCH v3 26/26] virtiofsd: Ask qemu to drop CAP_FSETID if client asked for it
    ` [Virtio-fs] "
  ` [Virtio-fs] [PATCH v3 00/26] virtiofs dax patches

[PATCH V3 1/2] dt-bindings: drm/bridge: ti-sn65dsi83: Add TI SN65DSI83 and SN65DSI84 bindings
 2021-05-06 16:03 UTC  (5+ messages)
` [PATCH V3 2/2] drm/bridge: ti-sn65dsi83: Add TI SN65DSI83 and SN65DSI84 driver

[GIT PULL] hexagon changes for v5.13
 2021-05-06 16:03 UTC  (2+ messages)

[PATCH 00/42] PCI: aardvark: Various driver fixes
 2021-05-06 15:31 UTC  (37+ messages)
` [PATCH 07/42] PCI: aardvark: Fix link training
` [PATCH 08/42] PCI: Add PCI_EXP_DEVCTL_PAYLOAD_* macros
` [PATCH 09/42] PCI: aardvark: Fix PCIe Max Payload Size setting
` [PATCH 10/42] PCI: aardvark: Implement workaround for the readback value of VEND_ID
` [PATCH 11/42] PCI: aardvark: Do not touch status bits of masked interrupts in interrupt handler
` [PATCH 12/42] PCI: aardvark: Check for virq mapping when processing INTx IRQ
` [PATCH 13/42] PCI: aardvark: Remove irq_mask_ack callback for INTx interrupts
` [PATCH 14/42] PCI: aardvark: Don't mask irq when mapping
` [PATCH 15/42] PCI: aardvark: Change name of INTx irq_chip to advk-INT
` [PATCH 16/42] PCI: aardvark: Remove unneeded goto
` [PATCH 17/42] PCI: aardvark: Fix support for MSI interrupts
` [PATCH 18/42] PCI: aardvark: Correctly clear and unmask all "
` [PATCH 19/42] PCI: aardvark: Fix setting MSI address
` [PATCH 20/42] PCI: aardvark: Add support for more than 32 MSI interrupts
` [PATCH 21/42] PCI: aardvark: Add support for masking "
` [PATCH 22/42] PCI: aardvark: Enable MSI-X support
` [PATCH 23/42] PCI: aardvark: Fix support for ERR interrupt on emulated bridge
` [PATCH 24/42] PCI: aardvark: Fix support for PME "
` [PATCH 25/42] PCI: aardvark: Fix support for PME requester "
` [PATCH 26/42] PCI: aardvark: Fix support for bus mastering and PCI_COMMAND "
` [PATCH 27/42] PCI: aardvark: Disable bus mastering and mask all interrupts when unbinding driver
` [PATCH 28/42] PCI: aardvark: Free config space for emulated root bridge when unbinding driver to fix memory leak
` [PATCH 29/42] PCI: aardvark: Reset PCIe card and disable PHY when unbinding driver
` [PATCH 30/42] PCI: aardvark: Rewrite irq code to chained irq handler
` [PATCH 31/42] PCI: aardvark: Use separate INTA interrupt for emulated root bridge
` [PATCH 32/42] PCI: pci-bridge-emul: Add description for class_revision field
` [PATCH 33/42] PCI: pci-bridge-emul: Add definitions for missing capabilities registers
` [PATCH 34/42] PCI: aardvark: Add support for DEVCAP2, DEVCTL2, LNKCAP2 and LNKCTL2 registers on emulated bridge
` [PATCH 35/42] PCI: aardvark: Add support for PCI_BRIDGE_CTL_BUS_RESET "
` [PATCH 36/42] PCI: aardvark: Replace custom PCIE_CORE_ERR_CAPCTL_* macros by linux/pci_regs.h macros
` [PATCH 37/42] PCI: aardvark: Replace custom PCIE_CORE_INT_* macros by linux PCI_INTERRUPT_* values
` [PATCH 38/42] PCI: aardvark: Cleanup some register macros
` [PATCH 39/42] PCI: aardvark: Add comments for OB_WIN_ENABLE and ADDR_WIN_DISABLE
` [PATCH 40/42] PCI: pci-bridge-emul: re-arrange register tests
` [PATCH 41/42] PCI: pci-bridge-emul: add support for PCIe extended capabilities
` [PATCH 42/42] PCI: aardvark: Add support for Advanced Error Reporting registers on emulated bridge

[Intel-gfx] [PATCH i-g-t v4] lib/i915/perf: Fix non-card0 processing
 2021-05-06 16:03 UTC  (6+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for lib/i915/perf: Fix non-card0 processing (rev5)
` [igt-dev] ✗ Fi.CI.IGT: failure for lib/i915/perf: Fix non-card0 processing (rev4)
` [igt-dev] ✓ Fi.CI.IGT: success "

[PATCH] block/snapshot: Clarify goto fallback behavior
 2021-05-06 15:57 UTC  (5+ messages)

Sphinx parallel build error: UnicodeEncodeError: 'latin-1' codec can't encode characters in position 18-20: ordinal not in range(256)
 2021-05-06 15:57 UTC  (2+ messages)

[Buildroot] [Bug 13781] New: isc dhcp-server package don't create file /usr/bin/dhcpd
 2021-05-06 16:03 UTC  (2+ messages)
` [Buildroot] [Bug 13781] "

[PATCH 0/2] virtiofsd: Enable xattr if xattrmap is used
 2021-05-06 15:55 UTC  (5+ messages)
  ` [Virtio-fs] "

[PATCH v2] nvme-tcp: Check if request has started before processing it
 2021-05-06 15:36 UTC  (10+ messages)

[PATCH 0/3] MT6358 PMIC button support
 2021-05-06 15:37 UTC  (12+ messages)
` [PATCH 1/3] Input: mtk-pmic-keys - use get_irq_byname() instead of index
` [PATCH 2/3] dt-bindings: input: mtk-pmic-keys: add MT6358 binding definition
` [PATCH 3/3] Input: mtk-pmic-keys - add support for MT6358

[PATCH 1/1] Add 'Transport Interface' (triface) option. This can be used to specify the IP interface to use for the connection. The driver uses that to set SO_BINDTODEVICE on the socket before connecting
 2021-05-06 15:46 UTC  (7+ messages)

[PATCHv3] nvme-mpath: delete disk after last connection
 2021-05-06 15:54 UTC  (9+ messages)

[PATCH] usb: dwc3: gadget: Free gadget structure only after freeing endpoints
 2021-05-06 16:02 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] platform/x86: think-lmi: Add WMI interface support on Lenovo platforms
 2021-05-06 16:02 UTC  (3+ messages)

[PATCH] checkpatch: warn about direct use of send_sig_info and force_sig_info
 2021-05-06 16:02 UTC  (3+ messages)

stable-rc/linux-4.4.y baseline: 49 runs, 6 regressions (v4.4.268-8-g51bb9ac7f0113)
 2021-05-06 16:01 UTC 

[PATCH 0/7] replace all use of strftime() with g_date_time_format()
 2021-05-06 16:00 UTC  (4+ messages)
` [PATCH 7/7] virtiofsd: use GDateTime for formatting timestamp for debug messages
    ` [Virtio-fs] "

[PATCH 0/7] usb: isp1760: extend support for isp1763
 2021-05-06 15:59 UTC  (8+ messages)
` [PATCH 1/7] usb: isp1760: move to regmap for register access

Add phosphor-fan configuration for the fan which added by dbus-sensor
 2021-05-06 15:59 UTC  (3+ messages)

kp's and mem corruption?
 2021-05-06 15:59 UTC  (13+ messages)

`quirk_usb_handoff_xhci` takes 60 ms with ASM1042
 2021-05-06 15:59 UTC  (3+ messages)

[PATCH v3 1/3] ext4: add flags argument to jbd2_journal_flush
 2021-05-06 15:58 UTC  (5+ messages)
` [PATCH v3 2/3] ext4: add ioctl EXT4_IOC_CHECKPOINT

[meta-virtualization][PATCH] xen-tools: Pass -Wno-vla-parameter to workaround when compiling with gcc-11
 2021-05-06 15:57 UTC  (4+ messages)

[PATCH] virtiofsd: Fix side-effect in assert()
 2021-05-06 15:46 UTC  (3+ messages)
  ` [Virtio-fs] "

[PATCH] virtio-blk: Convert QEMUBH callback to "bitops.h" API
 2021-05-06 15:54 UTC 

[PATCH] ptest-packagelists: Add expat-ptest to fast ptests
 2021-05-06 15:56 UTC 

[linux-stable-rc:linux-4.19.y 2397/4040] arch/powerpc/kernel/process.c:1285:6: error: no previous prototype for 'show_user_instructions'
 2021-05-06 15:56 UTC 

[usb:usb-testing 7/9] drivers/usb/isp1760/isp1760-regs.h:286:21: warning: initializer overrides prior initialization of this subobject
 2021-05-06 15:56 UTC  (4+ messages)

[PATCH net 0/4] udp: more FRAGLIST fixes
 2021-05-06 15:55 UTC  (8+ messages)
` [PATCH net 1/4] net: fix double-free on fraglist GSO skbs

[PATCH] yocto-check-layer: Only note a layer without a conf/layer.conf (versus error)
 2021-05-06 15:54 UTC 

[PATCH 1/2] regmap: add regmap_might_sleep()
 2021-05-06 15:53 UTC  (8+ messages)

[PULL 0/7] s390x update
 2021-05-06 15:44 UTC  (8+ messages)
` [PULL 1/7] target/s390x: Fix translation exception on illegal instruction
` [PULL 2/7] target/arm: Make sure that commpage's tb->size != 0
` [PULL 3/7] target/xtensa: Make sure that "
` [PULL 4/7] accel/tcg: Assert that tb->size != 0 after translation
` [PULL 5/7] vfio-ccw: Permit missing IRQs
` [PULL 6/7] hw/s390x/ccw: Register qbus type in abstract TYPE_CCW_DEVICE parent
` [PULL 7/7] vfio-ccw: Attempt to clean up all IRQs on error

[PATCH] net-next: openvswitch: IPv6: Add IPv6 extension header support
 2021-05-06 15:53 UTC  (5+ messages)

[Buildroot] Load device tree overlay file (dts / dtb)
 2021-05-06 15:52 UTC 

[linux-stable-rc:linux-5.4.y 5600/6105] drivers/vfio/vfio_iommu_type1.c:366:22: error: implicit declaration of function 'pte_write'
 2021-05-06 15:51 UTC 

Aw: Re: Flowtable with ppp/bridge
 2021-05-06 15:51 UTC  (11+ messages)
  `  "
    ` Aw: "
      `  "
        ` Aw: "
          `  "
            ` Aw: "
              `  "
                ` Aw: "
                  `  "

[PATCH 1/2] arm-autonomy/fvp-base: Make usage of wic images
 2021-05-06 15:50 UTC  (2+ messages)
` [PATCH 2/2] arm-autonomy/sysvinit-inittab: Fix console login for host and guest

[RFC PATCH 0/7] Memory hotplug/hotremove at subsection size
 2021-05-06 15:50 UTC  (21+ messages)
` [RFC PATCH 2/7] mm: set pageblock_order to the max of HUGETLB_PAGE_ORDER and MAX_ORDER-1
` [RFC PATCH 3/7] mm: memory_hotplug: decouple memory_block size with section size
` [RFC PATCH 4/7] mm: pageblock: allow set/unset migratetype for partial pageblock
` [RFC PATCH 5/7] mm: memory_hotplug, sparse: enable memory hotplug/hotremove subsections
` [RFC PATCH 7/7] [not for merge] mm: increase SECTION_SIZE_BITS to 31

[RFC PATCH v1 0/1] add commandline support for Transmitter Delay Compensation (TDC) in iproute
 2021-05-06 15:50 UTC  (3+ messages)
` [RFC PATCH v1 1/1] iplink_can: add new CAN FD bittiming parameters: Transmitter Delay Compensation (TDC)

[PATCH] qemurunner: change warning to info
 2021-05-06 15:48 UTC  (2+ messages)

[PATCH] trace-cmd report: Have --align-ts ignore empty CPU buffers
 2021-05-06 15:48 UTC 

[PATCH 00/69] "Revert and fix properly" patch series based on umn.edu re-review
 2021-05-06 15:47 UTC  (10+ messages)
` [PATCH 27/69] cdrom: gdrom: deallocate struct gdrom_unit fields in remove_gdrom
          ` [PATCH] cdrom: gdrom: initialize global variable at init time

IORING_OP_POLL_ADD/IORING_OP_POLL_REMOVE questions
 2021-05-06 15:46 UTC  (5+ messages)

Kernel Oops: kernel BUG at block/bio.c:52
 2021-05-06 15:46 UTC  (4+ messages)

[Bug 212955] New: Possible kernel regression USB2 (not USB3) port EDIROL UA-101 (in USB 1.1 mode, not USB2) error -110
 2021-05-06 15:45 UTC  (2+ messages)
` [Bug 212955] "

[PATCH 0/2] x86: Disable kexec for SEV-ES guests
 2021-05-06 15:43 UTC  (4+ messages)
` [PATCH 1/2] kexec: Allow architecture code to opt-out at runtime

[PATCH] manuals: reduce verbosity with "worry about" expression
 2021-05-06 15:43 UTC  (3+ messages)
` [docs] "

CI build for quanta/gbs
 2021-05-06 15:37 UTC  (6+ messages)

What's cooking in git.git (Apr 2021, #06; Thu, 29)
 2021-05-06 15:36 UTC  (5+ messages)

[Intel-wired-lan] [PATCH S59 01/13] ice: use static inline for dummy functions
 2021-05-06 15:40 UTC  (13+ messages)
` [Intel-wired-lan] [PATCH S59 02/13] ice: add extack when unable to read device caps
` [Intel-wired-lan] [PATCH S59 03/13] ice: add error message when pldmfw_flash_image fails
` [Intel-wired-lan] [PATCH S59 04/13] ice: wait for reset before reporting devlink info
` [Intel-wired-lan] [PATCH S59 05/13] ice: (re)initialize NVM fields when rebuilding
` [Intel-wired-lan] [PATCH S59 06/13] ice: Detect and report unsupported module power levels
` [Intel-wired-lan] [PATCH S59 07/13] ice: Remove boolean vlan_promisc flag from function
` [Intel-wired-lan] [PATCH S59 08/13] ice: Fix replacing VF hardware MAC to existing MAC filter
` [Intel-wired-lan] [PATCH S59 09/13] ice: fix incorrect payload indicator on PTYPE
` [Intel-wired-lan] [PATCH S59 10/13] ice: mark PTYPE 2 as reserved
` [Intel-wired-lan] [PATCH S59 11/13] ice: downgrade error print to debug print
` [Intel-wired-lan] [PATCH S59 12/13] ice: reduce scope of variables
` [Intel-wired-lan] [PATCH S59 13/13] ice: remove local variable

[GIT PULL] ACPI fixes for v5.13-rc1
 2021-05-06 15:39 UTC 

[usb:usb-testing 7/9] drivers/usb/isp1760/isp1760-hcd.c:485:42: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2021-05-06 15:37 UTC 

[dpdk-dev] Minutes of Technical Board Meeting, 2021-04-07
 2021-05-06 15:38 UTC 

[PATCH v4 0/2] mm,hwpoison: fix sending SIGBUS for Action Required MCE
 2021-05-06 15:34 UTC  (4+ messages)
` [PATCH v4 1/2] mm/memory-failure: Use a mutex to avoid memory_failure() races

Fair Pay: Bit of info on my homepage
 2021-05-06 15:33 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.