All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-01-29 14:31:23 to 2020-01-29 15:30:07 UTC [more...]

Using a struct[enum] as an sdbusplus D-Bus method arg?
 2020-01-29 15:08 UTC  (8+ messages)

[PATCH v7 00/26] PCI: Allow BAR movement during boot and hotplug
 2020-01-29 15:29 UTC  (24+ messages)
` [PATCH v7 01/26] PCI: Fix race condition in pci_enable/disable_device()
` [PATCH v7 02/26] PCI: Enable bridge's I/O and MEM access for hotplugged devices
` [PATCH v7 03/26] PCI: hotplug: Initial support of the movable BARs feature
` [PATCH v7 04/26] PCI: Add version of release_child_resources() aware of immovable BARs
` [PATCH v7 05/26] PCI: hotplug: Fix reassigning the released BARs
` [PATCH v7 06/26] PCI: hotplug: Recalculate every bridge window during rescan
` [PATCH v7 07/26] PCI: hotplug: Don't allow hot-added devices to steal resources
` [PATCH v7 08/26] PCI: hotplug: Try to reassign movable BARs only once
` [PATCH v7 09/26] PCI: hotplug: Calculate immovable parts of bridge windows
` [PATCH v7 10/26] PCI: Include fixed and immovable BARs into the bus size calculating
` [PATCH v7 11/26] PCI: hotplug: movable BARs: Compute limits for relocated bridge windows
` [PATCH v7 12/26] PCI: Make sure bridge windows include their fixed BARs
` [PATCH v7 13/26] PCI: hotplug: Add support of immovable BARs to pci_assign_resource()
` [PATCH v7 14/26] PCI: hotplug: Sort immovable BARs before assignment
` [PATCH v7 15/26] PCI: hotplug: Enable the movable BARs feature by default
` [PATCH v7 16/26] PCI: Ignore PCIBIOS_MIN_MEM
` [PATCH v7 17/26] PCI: hotplug: Ignore the MEM BAR offsets from BIOS/bootloader
` [PATCH v7 18/26] PCI: Treat VGA BARs as immovable
` [PATCH v7 19/26] PCI: hotplug: Configure MPS for hot-added bridges during bus rescan
` [PATCH v7 20/26] PNP: Don't reserve BARs for PCI when enabled movable BARs
` [PATCH v7 21/26] PCI: hotplug: Don't disable the released bridge windows immediately
` [PATCH v7 22/26] PCI: pciehp: Trigger a domain rescan on hp events when enabled movable BARs
` [PATCH v7 23/26] PCI: Don't claim immovable BARs

[PATCH] locking/osq_lock: fix a data race in osq_wait_next
 2020-01-29 15:29 UTC  (10+ messages)

[PATCH] riscv: sifive_u: Add a "serial" property for board serial number
 2020-01-29 15:29 UTC  (4+ messages)

Qt sample fails to compile using meta-qt5
 2020-01-29 15:29 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/kdave/linux
 2020-01-29 15:29 UTC 

[Xen-devel] [XEN PATCH v2 00/12] xen: Build system improvements
 2020-01-29 15:28 UTC  (3+ messages)
` [Xen-devel] [XEN PATCH v2 05/12] xen/include: remove include of Config.mk

ERROR: Guest has not initialized the display (yet)
 2020-01-29 15:28 UTC 

[Intel-gfx] [PATCH] drm/i915/gt: Yield the timeslice if caught waiting on a user semaphore
 2020-01-29 15:26 UTC 

[PATCH v17] x86/split_lock: Enable split lock detection by kernel
 2020-01-29 15:24 UTC  (2+ messages)
` [tip: x86/cpu] "

[PATCH 0/5] kdb: Don't implicitly change tasks; plus misc fixups
 2020-01-29 15:23 UTC  (4+ messages)

[alsa-devel] [PATCH v5 2/7] ASoC: tegra: Allow 24bit and 32bit samples
 2020-01-29 15:22 UTC  (16+ messages)
        ` [alsa-devel] [Linux-kernel] "

post-receive: pub/scm/linux/kernel/git/zx2c4/wireguard-linux
 2020-01-29 15:23 UTC 

[PATCH v1] dfu: Reset timeout in case of DFU request
 2020-01-29 15:23 UTC 

[PATCH] libceph: drop CEPH_DEFINE_SHOW_FUNC
 2020-01-29 15:22 UTC  (2+ messages)

[Xen-devel] [PATCH v6 0/4] purge free_shared_domheap_page()
 2020-01-29 15:21 UTC  (9+ messages)
` [Xen-devel] [PATCH v6 1/4] x86 / vmx: move teardown from domain_destroy()
` [Xen-devel] [PATCH v6 2/4] mm: modify domain_adjust_tot_pages() to better handle a zero adjustment
` [Xen-devel] [PATCH v6 3/4] mm: make MEMF_no_refcount pages safe to assign
` [Xen-devel] [PATCH v6 4/4] x86 / vmx: use a MEMF_no_refcount domheap page for APIC_DEFAULT_PHYS_BASE

[PATCH v3 00/28] docs: i2c: rework I2C documentation, part I
 2020-01-29 15:19 UTC  (15+ messages)
` [PATCH v3 01/28] docs: i2c: sort index logically
` [PATCH v3 02/28] docs: i2c: summary: extend introduction
` [PATCH v3 03/28] docs: i2c: summary: rewrite the "terminology" section
` [PATCH v3 04/28] docs: i2c: call it "I2C" consistently
` [PATCH v3 05/28] docs: i2c: fix typo
` [PATCH v3 06/28] docs: i2c: replace "I2C-transfer" -> "I2C transfer" consistently
` [PATCH v3 07/28] docs: i2c: i2c-protocol: fix kernel-doc function syntax
` [PATCH v3 08/28] docs: i2c: i2c-protocol: properly name start and stop conditions
` [PATCH v3 09/28] docs: i2c: i2c-protocol: remove unneeded colons from table
` [PATCH v3 10/28] docs: i2c: i2c-protocol: use proper names for ACK and NACK
` [PATCH v3 11/28] docs: i2c: smbus-protocol: fix link syntax
` [PATCH v3 12/28] docs: i2c: smbus-protocol: properly name start and stop conditions
` [PATCH v3 13/28] docs: i2c: smbus-protocol: remove unneeded colons from table
` [PATCH v3 14/28] docs: i2c: smbus-protocol: use proper names for ACK and NACK

post-receive: pub/scm/linux/kernel/git/tip/tip
 2020-01-29 15:20 UTC 

[PULL 0/6] MIPS queue for January 28th, 2020
 2020-01-29 15:18 UTC  (2+ messages)

post-receive: pub/scm/network/iproute2/iproute2-next
 2020-01-29 15:18 UTC 

How to handle write-protect pin of NAND device ?
 2020-01-29 15:17 UTC  (17+ messages)

[PATCH 0/4] crypto: ccree - fixes
 2020-01-29 15:17 UTC  (7+ messages)
` [PATCH 1/4] crypto: ccree - protect against empty or NULL scatterlists
` [PATCH 2/4] crypto: ccree - only try to map auth tag if needed
` [PATCH 3/4] crypto: ccree - fix some reported cipher block sizes
` [PATCH 4/4] crypto: ccree - fix AEAD blocksize registration

[PATCH] xfsprogs: do not redeclare globals provided by libraries
 2020-01-29 15:16 UTC  (2+ messages)
` [PATCH V2] "

[PATCH] staging: exfat: remove 'vol_type' variable
 2020-01-29 15:15 UTC  (3+ messages)

[PATCH v2] libsepol,checkpolicy: support omitting unused initial sid contexts
 2020-01-29 15:15 UTC  (2+ messages)

Including both linux/time.h and linux/input.h causes failure
 2020-01-29 15:14 UTC 

[v3] x86/tsc: Unset TSC_KNOWN_FREQ and TSC_RELIABLE flags on Intel Bay Trail SoC
 2020-01-29 15:14 UTC  (13+ messages)

[PATCH BlueZ v4 0/5] mesh: Add NVM storage of Replay Protection List
 2020-01-29 15:06 UTC  (4+ messages)
` [PATCH BlueZ v4 5/5] mesh: Add NVM storage of Replay Protection

[PATCH rc3 00/30] target/avr merger
 2020-01-29 15:11 UTC  (4+ messages)
` [PATCH rc3 02/30] target/avr: Introduce AVR CPU class object

[PATCH 3/3][v2] btrfs: do not do delalloc reservation under page lock
 2020-01-29 15:12 UTC  (3+ messages)
` [PATCH][v3] "

[PATCH v3 1/5] console: Don't perform test for CON_BRL flag
 2020-01-29 15:12 UTC  (7+ messages)
` [PATCH v3 5/5] console: Introduce ->exit() callback

U-Boot PCI driver for mx6sxsabresd
 2020-01-29 15:12 UTC  (3+ messages)

[PATCH v2] docs: add virtiofsd(1) man page
 2020-01-29 15:11 UTC 

[PATCH 0/3] fixup work fixes
 2020-01-29 15:11 UTC  (2+ messages)

[PATCH 0/2] dell-smm-hwmon: Add XPS 13 9360 to supported devices list
 2020-01-29 15:08 UTC  (3+ messages)
` [PATCH 1/2] dell-smm-hwmon: add "
` [PATCH 2/2] dell-smm-hwmon: add XPS 13 9360 to fan control whitelist

[Buildroot] [PATCH v1 1/1] package/libtalloc: update to add libtalloc
 2020-01-29 15:08 UTC 

[PATCH] KVM: x86: Mark CR4.UMIP as reserved based on associated CPUID bit
 2020-01-29 15:08 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/gt: Hook up CS_MASTER_ERROR_INTERRUPT
 2020-01-29 15:07 UTC  (2+ messages)

KASAN: slab-out-of-bounds Write in vgacon_scroll
 2020-01-29 15:06 UTC  (11+ messages)

[PATCH] gpio: bd71828: Remove unneeded defines for GPIO_LINE_DIRECTION_IN/OUT
 2020-01-29 15:06 UTC  (2+ messages)

[PATCH] kbuild: allow symbol whitelisting with TRIM_UNUSED_KSYMS
 2020-01-29 15:06 UTC 

[PATCHv2] btrfs: Introduce new BTRFS_IOC_SNAP_DESTROY_V2 ioctl
 2020-01-29 15:07 UTC  (3+ messages)

[PATCH v2] NFS: Revalidate once when holding a delegation
 2020-01-29 15:04 UTC  (8+ messages)

[PATCH v2 0/4] tracing: Improve error messages for histogram sorting
 2020-01-29 15:02 UTC  (6+ messages)
` [PATCH v2 4/4] tracing: Add new testcases for hist trigger parsing errors

[PATCH v2] brcmfmac: add the BRCM 4364 found in MacBook Pro 15,2
 2020-01-29 15:02 UTC  (5+ messages)

[igt-dev] [PATCH 0/7] Add tests for HDR metadata interfaces and bpc switch
 2020-01-29 15:02 UTC  (3+ messages)
` [igt-dev] [PATCH 5/7] tests/kms_hdr: Add function to check HDR panel

[PATCH v11 2/2] mailbox: introduce ARM SMC based mailbox
 2020-01-29 15:01 UTC  (3+ messages)

[PATCH] kcsan: Address missing case with KCSAN_REPORT_VALUE_CHANGE_ONLY
 2020-01-29 15:01 UTC 

[PATCHv1 0/6] git-p4: wait() for child processes better
 2020-01-29 15:00 UTC  (6+ messages)
` [PATCHv1 1/6] git-p4: make closeStreams() idempotent
  ` [PATCHv1 2/6] git-p4: add P4CommandException to report errors talking to Perforce
    ` [PATCHv1 3/6] git-p4: disable some pylint warnings, to get pylint output to something manageable
      ` [PATCHv1 4/6] git-p4: create helper function importRevisions()

[PATCH v4 0/6] GPIO & Hierarchy IRQ support for HiFive Unleashed
 2020-01-29 15:00 UTC  (4+ messages)

post-receive: pub/scm/linux/kernel/git/riscv/linux
 2020-01-29 15:00 UTC 

post-receive: pub/scm/linux/kernel/git/riscv/linux
 2020-01-29 15:00 UTC 

[PATCH v5 09/17] soundwire: intel: remove platform devices and use 'Master Devices' instead
 2020-01-29 14:59 UTC  (9+ messages)
` [alsa-devel] "

IORING_REGISTER_CREDS[_UPDATE]() and credfd_create()?
 2020-01-29 14:59 UTC  (25+ messages)

[Xen-devel] [PATCH v4 0/7] More Hyper-V infrastructure
 2020-01-29 14:59 UTC  (7+ messages)
` [Xen-devel] [PATCH v4 1/7] x86: provide executable fixmap facility

[Xen-devel] [PATCH v6 5/9] x86/mem_sharing: use default_access in add_to_physmap
 2020-01-29 14:56 UTC  (7+ messages)

[dpdk-dev] [RFC] meter: fix ABI break due to experimental tag removal
 2020-01-29 14:57 UTC  (3+ messages)

[PATCH] gpio: Let DM_74X164 be built without CONFIG_SPL_GPIO
 2020-01-29 14:57 UTC  (3+ messages)

[PATCH iproute2] ip-xfrm: Fix help messages
 2020-01-29 14:56 UTC 

[PATCH v2 0/9] Huge page-table entries for TTM
 2020-01-29 14:55 UTC  (4+ messages)
` [PATCH 5/9] mm, drm/ttm, drm/vmwgfx: Support huge TTM pagefaults

[Xen-devel] [PATCH] iommu/arm: Don't allow the same micro-TLB to be shared between domains
 2020-01-29 14:55 UTC 

[PATCH net 0/4] mptcp: fix sockopt crash and lockdep splats
 2020-01-29 14:54 UTC  (5+ messages)
` [PATCH net 1/4] mptcp: defer freeing of cached ext until last moment
` [PATCH net 2/4] mptcp: fix panic on user pointer access
` [PATCH net 3/4] mptcp: avoid a lockdep splat when mcast group was joined
` [PATCH net 4/4] mptcp: handle tcp fallback when using syn cookies

[LTP] [PATCH v2 1/1] ioctl, pty Add: fallback definition of struct termio
 2020-01-29 14:53 UTC  (2+ messages)

[PATCH] seqlock: fix seqlock_write_unlock_impl function
 2020-01-29 14:49 UTC 

[PATCH 4/4] GPIO: creg-snps: fixed a typo
 2020-01-29 14:52 UTC  (2+ messages)

[PATCH] tests/acceptance: Add boot tests for some of the QEMU advent calendar images
 2020-01-29 14:49 UTC  (3+ messages)

[PATCH v2 1/5] cmd: mvebu: bubt: add A38x support
 2020-01-29 14:50 UTC  (5+ messages)
` [PATCH v2 2/5] cmd: mvebu: bubt: correct U-Boot spelling
` [PATCH v2 3/5] cmd: mvebu: bubt: verify A38x target device type
` [PATCH v2 4/5] arm: mvebu: clearfog: enable bubt command
` [PATCH v2 5/5] cmd: mvebu: bubt: show image boot device

[LTP] [PATCH 0/3] LVM support scripts for OpenQA
 2020-01-29 14:49 UTC  (4+ messages)
` [LTP] [PATCH 1/3] Fix releasing loop devices in shell API
` [LTP] [PATCH 2/3] Allow acquiring multiple loop devices
` [LTP] [PATCH 3/3] Add LVM support scripts

[PATCH 1/3] mx7dsabre: Remove warning about DM_SPI_FLASH
 2020-01-29 14:48 UTC  (15+ messages)
` [PATCH 2/3] mx7dsabre: Enable DM_ETH

[Intel-gfx] [PATCH] drm/i915/hdcp: move update pipe code to hdcp
 2020-01-29 14:48 UTC  (3+ messages)

[Xen-devel] [PATCH v4 0/2] docs: Migration design documents
 2020-01-29 14:47 UTC  (3+ messages)
` [Xen-devel] [PATCH v4 1/2] docs/designs: Add a design document for non-cooperative live migration
` [Xen-devel] [PATCH v4 2/2] docs/designs: Add a design document for migration of xenstore data

[Xen-devel] [PATCH v3 1/8] golang/xenlight: Don't try to marshall zero-length arrays in fromC
 2020-01-29 14:46 UTC  (6+ messages)
` [Xen-devel] [PATCH v3 8/8] RFC: Sketch constructors, DomainCreateNew

[Xen-devel] [PATCH v2 0/2] nvmx: implement support for MSR bitmaps
 2020-01-29 14:45 UTC  (3+ messages)
` [Xen-devel] [PATCH v2 1/2] "
` [Xen-devel] [PATCH v2 2/2] nvmx: always trap accesses to x2APIC MSRs

[PATCH 5.4 000/104] 5.4.16-stable review
 2020-01-29 14:43 UTC  (2+ messages)

soft_spi does not get probed in DM
 2020-01-29 14:43 UTC  (4+ messages)

[PATCH 4.19 00/92] 4.19.100-stable review
 2020-01-29 14:43 UTC  (2+ messages)

[PATCH 4.14 00/46] 4.14.169-stable review
 2020-01-29 14:42 UTC  (2+ messages)

[dpdk-dev] [PATCH 00/14] add eventmode to ipsec-secgw
 2020-01-29 14:40 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2 00/12] "
  ` [dpdk-dev] [PATCH v2 12/12] examples/ipsec-secgw: add cmd line option for bufs

[alsa-devel] Question about the right fix for a sparse warning
 2020-01-29 14:39 UTC  (3+ messages)

[PATCH v2] usb: dwc3: trace: print enqueue/dequeue pointers too
 2020-01-29 14:39 UTC 

[PATCH v2 00/12] Harden the sparse-checkout builtin
 2020-01-29 14:39 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 10/12] sparse-checkout: write escaped patterns in cone mode

[PATCH v5 00/14] NVIDIA Tegra APB DMA driver fixes and improvements
 2020-01-29 14:39 UTC  (9+ messages)
` [PATCH v5 01/14] dmaengine: tegra-apb: Fix use-after-free
` [PATCH v5 05/14] dmaengine: tegra-apb: Prevent race conditions of tasklet vs free list

[for-next][PATCH 0/5] tracing: A few more older patches pulled in for 5.6
 2020-01-29 14:38 UTC  (6+ messages)
` [for-next][PATCH 1/5] docs: tracing: Fix a broken label
` [for-next][PATCH 2/5] tracing: Simplify assignment parsing for hist triggers
` [for-next][PATCH 3/5] tracing: Add hist trigger error messages for sort specification
` [for-next][PATCH 4/5] tracing: Add hist: to hist trigger error log error string
` [for-next][PATCH 5/5] tracing: Add new testcases for hist trigger parsing errors

[dpdk-dev] [PATCH] ring: fix namespace prefix of inline functions
 2020-01-29 14:38 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/rostedt/linux-trace
 2020-01-29 14:38 UTC 

Re: [PATCH v2 0/9] Introduce Data Access MONitor (DAMON)
 2020-01-29 14:37 UTC  (2+ messages)
`  "

[RFC v3 00/10] DDR/L3 Scaling support on SDM845 and SC7180 SoCs
 2020-01-29 14:37 UTC  (3+ messages)

[PATCH net-next 0/2] net: phy: aquantia: indicate rate adaptation
 2020-01-29 14:36 UTC  (11+ messages)
` [PATCH net-next 1/2] net: phy: aquantia: add rate_adaptation indication

post-receive: pub/scm/linux/kernel/git/pablo/nf
 2020-01-29 14:34 UTC 

[PATCH iproute2] ip link: xstats: fix TX IGMP reports string
 2020-01-29 14:31 UTC 

[RFC v2 0/4] Introduce i3c device userspace interface
 2020-01-29 14:30 UTC  (3+ messages)
` [RFC v2 4/4] i3c: add i3cdev module to expose i3c dev in /dev


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.