All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-03-18 21:07:56 to 2020-03-18 21:49:42 UTC [more...]

[PATCH v2 00/11] PCI/ATS: Device-tree support and other improvements
 2020-03-18 21:49 UTC  (5+ messages)
` [PATCH v2 07/11] iommu/arm-smmu-v3: Use pci_ats_supported()

PROBLEM: mmc_select_hs400es failed, error -110
 2020-03-18 21:49 UTC 

[Buildroot] [PATCH 1/3] Makefile: don't hang the build if there are no file lists
 2020-03-18 21:49 UTC  (2+ messages)

[PATCH] nvmet-fc: fix typo in comment
 2020-03-18 21:48 UTC  (2+ messages)

[PATCH ghak90 V8 00/16] audit: implement container identifier
 2020-03-18 21:47 UTC  (33+ messages)
` [PATCH ghak90 V8 13/16] audit: track container nesting
` [PATCH ghak90 V8 07/16] audit: add contid support for signalling the audit daemon

[PATCH v9 0/2] drm: bridge: Add NWL MIPI DSI host controller support
 2020-03-18 21:47 UTC  (9+ messages)
` [PATCH v9 1/2] dt-bindings: display/bridge: Add binding for NWL mipi dsi host controller
` [PATCH v9 2/2] drm/bridge: Add NWL MIPI DSI host controller support

[Buildroot] [git commit] package/llvm: remove outdated variables disabling bindings
 2020-03-18 21:46 UTC 

[Intel-gfx] [PATCH 1/2] drm/i915/execlists: Force single submission for sentinels
 2020-03-18 21:46 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for series starting with [1/2] "

[Buildroot] [git commit] package/llvm: specify LLVM_ENABLE_BINDINGS=OFF
 2020-03-18 21:46 UTC 

Applied "ASoC: codecs: wsa881x: remove soundwire stream handling" to the asoc tree
 2020-03-18 21:41 UTC  (2+ messages)

[PATCH 2/3] ASoC: stm32: spdifrx: manage rebind issue
 2020-03-18 21:41 UTC  (4+ messages)
` Applied "ASoC: stm32: spdifrx: manage rebind issue" to the asoc tree

[Buildroot] [PATCH] fs/initramfs: fix show-info
 2020-03-18 21:44 UTC  (2+ messages)

[PATCH 3/3] ASoC: stm32: i2s: manage rebind issue
 2020-03-18 21:41 UTC  (4+ messages)
` Applied "ASoC: stm32: i2s: manage rebind issue" to the asoc tree

[Buildroot] [git commit] fs/initramfs: fix show-info
 2020-03-18 21:44 UTC 

[Buildroot] [PATCH 1/1] package/ccache: bump to version 3.7.8
 2020-03-18 21:44 UTC  (2+ messages)

[PATCH v2 1/2] ASoC: qcom: sdm845: handle soundwire stream
 2020-03-18 21:41 UTC  (3+ messages)
` Applied "ASoC: qcom: sdm845: handle soundwire stream" to the asoc tree

[MODERATED] [PATCH 0/3] v4 more sampling fun 0
 2020-03-18 21:27 UTC  (4+ messages)
` [MODERATED] [PATCH 2/3] v4 more sampling fun 2
` [MODERATED] [PATCH 3/3] v4 more sampling fun 3
` [MODERATED] [PATCH 1/3] v4 more sampling fun 1

[Buildroot] [git commit] package/ccache: bump to version 3.7.8
 2020-03-18 21:43 UTC 

[PATCH 2/2] ASoC: rt5682: remove noisy debug messages
 2020-03-18 21:41 UTC  (2+ messages)
` Applied "ASoC: rt5682: remove noisy debug messages" to the asoc tree

[Xen-devel] [PATCH] xen/x86: Move microcode into its own directory
 2020-03-18 21:42 UTC  (3+ messages)
` [Xen-devel] [PATCH 2/n] x86/microcode: Move interface from processor.h to microcode.h

sign-file: full functionality with modern LibreSSL
 2020-03-18 21:31 UTC  (2+ messages)

[PATCH] nvme-fcloop: Fix deallocation of working context
 2020-03-18 21:41 UTC 

linux-next build error (8)
 2020-03-18 21:41 UTC  (3+ messages)

[Intel-gfx] [PATCH v3] drm/i915/tgl: Add definitions for VRR registers and bits
 2020-03-18 21:42 UTC  (2+ messages)

[patch] mm, oom: prevent soft lockup on memcg oom for UP systems
 2020-03-18 21:40 UTC  (8+ messages)
      ` [patch v2] "

[dpdk-dev] [PATCH v1 00/26] graph: introduce graph subsystem
 2020-03-18 21:35 UTC  (27+ messages)
` [dpdk-dev] [PATCH v1 01/26] graph: define the public API for graph support
` [dpdk-dev] [PATCH v1 02/26] graph: implement node registration
` [dpdk-dev] [PATCH v1 03/26] graph: implement node operations
` [dpdk-dev] [PATCH v1 04/26] graph: implement node debug routines
` [dpdk-dev] [PATCH v1 05/26] graph: implement internal graph operation helpers
` [dpdk-dev] [PATCH v1 06/26] graph: populate fastpath memory for graph reel
` [dpdk-dev] [PATCH v1 07/26] graph: implement create and destroy APIs
` [dpdk-dev] [PATCH v1 08/26] graph: implement graph operation APIs
` [dpdk-dev] [PATCH v1 09/26] graph: implement Graphviz export
` [dpdk-dev] [PATCH v1 10/26] graph: implement debug routines
` [dpdk-dev] [PATCH v1 11/26] graph: implement stats support
` [dpdk-dev] [PATCH v1 12/26] graph: implement fastpath API routines
` [dpdk-dev] [PATCH v1 13/26] graph: add unit test case
` [dpdk-dev] [PATCH v1 14/26] graph: add performance testcase
` [dpdk-dev] [PATCH v1 15/26] node: add log infra and null node
` [dpdk-dev] [PATCH v1 16/26] node: add ethdev Rx node
` [dpdk-dev] [PATCH v1 17/26] node: add ethdev Tx node
` [dpdk-dev] [PATCH v1 18/26] node: add ethdev Rx and Tx node ctrl API
` [dpdk-dev] [PATCH v1 19/26] node: ipv4 lookup for arm64
` [dpdk-dev] [PATCH v1 20/26] node: ipv4 lookup for x86
` [dpdk-dev] [PATCH v1 21/26] node: add ipv4 rewrite node
` [dpdk-dev] [PATCH v1 22/26] node: add ipv4 rewrite and lookup ctrl API
` [dpdk-dev] [PATCH v1 23/26] node: add pkt drop node
` [dpdk-dev] [PATCH v1 24/26] l3fwd-graph: add graph based l3fwd skeleton
` [dpdk-dev] [PATCH v1 25/26] l3fwd-graph: add ethdev configuration changes
` [dpdk-dev] [PATCH v1 26/26] l3fwd-graph: add graph config and main loop

[Buildroot] [PATCH 1/1] package/ytree: bump version to 2.02
 2020-03-18 21:39 UTC 

[Intel-gfx] [PATCH 00/13] drm/i915: Port sync for skl+
 2020-03-18 21:39 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: Port sync for skl+ (rev3)

RFH with debugging suspend issues
 2020-03-18 21:37 UTC  (2+ messages)

[bigeasy-staging:lockdep-nesting 6/15] include/linux/fs.h:1422:29: error: array type has incomplete element type 'struct percpu_rw_semaphore'
 2020-03-18 21:35 UTC 

Advantage(s) of static over dynamic nftables sets?
 2020-03-18 21:35 UTC  (2+ messages)

[PATCH v5.6] iwlwifi: don't send GEO_TX_POWER_LIMIT if no wgds table
 2020-03-18 21:34 UTC  (2+ messages)

[Buildroot] [PATCH] boot/arm-trusted-firmware: add optional host-dtc dependency
 2020-03-18 21:34 UTC  (2+ messages)

[PATCH 00/15] powerpc/watchpoint: Preparation for more than one watchpoint
 2020-03-18 21:27 UTC  (7+ messages)
` [PATCH 12/15] powerpc/watchpoint: Prepare handler to handle more than one watcnhpoint

[PATCH] mm/shuffle.c: optimize add_to_free_area_random()
 2020-03-18 21:34 UTC  (7+ messages)
      ` [PATCH v2] mm/shuffle.c: Fix races in add_to_free_area_random()
        ` [PATCH v3] "

[PATCH ghak25 v3 0/3] Address NETFILTER_CFG issues
 2020-03-18 21:33 UTC  (7+ messages)
` [PATCH ghak25 v3 3/3] audit: add subj creds to NETFILTER_CFG record to cover async unregister

[Buildroot] [PATCH 1/1] package/x265: bump version to 3.3
 2020-03-18 21:33 UTC 

[PATCH -next] mm/hugetlb.c: fix printk format warning for 32-bit phys_addr_t
 2020-03-18 21:33 UTC 

[PATCH 1/2 v2] mmc: t210: Add autocal and tap/trim updates for SDMMC1/3
 2020-03-18 21:33 UTC 

[patch V2 02/15] pci/switchtec: Replace completion wait queue usage for poll
 2020-03-18 21:26 UTC  (3+ messages)

[PATCH net-next 0/3] net: phy: add and use phy_check_downshift
 2020-03-18 21:31 UTC  (4+ messages)
` [PATCH net-next 1/3] "
` [PATCH net-next 2/3] net: phy: marvell: remove downshift warning now that phylib takes care
` [PATCH net-next 3/3] net: phy: aquantia: "

[PATCH 1/2] piglit: move to meta-oe
 2020-03-18 21:31 UTC  (7+ messages)

[patch V2 01/15] PCI/switchtec: Fix init_completion race condition with poll_wait()
 2020-03-18 21:25 UTC  (3+ messages)

[PATCH 0/2] v4l-utils: media-ctl: Print media graph completes if available
 2020-03-18 21:31 UTC  (3+ messages)
` [PATCH 1/2] [DNI] v4l-utils: Add flags filed to media_device_info in media.h
` [PATCH 2/2] media-ctl: Print media graph completes if available

[RFC 0/5] media-device: Report if graph is complete or not
 2020-03-18 21:30 UTC  (6+ messages)
` [RFC 1/5] uapi/linux/media.h: add flag field to struct media_device_info
` [RFC 2/5] media-device: Add a graph_complete callback to struct media_device_ops
` [RFC 3/5] mc-device.c: If graph completes status is available report it to user-space
` [RFC 4/5] rcar-vin: Report the completeness of the media graph
` [RFC 5/5] rcar-vin: Do not unregister video device when a subdevice is unbound

[PATCH] x86/sgx: Fix deadlock and race conditions between fork() and EPC reclaim
 2020-03-18 21:30 UTC  (7+ messages)

incoming
 2020-03-18 21:30 UTC  (8+ messages)
` + ocfs2-use-scnprintf-for-avoiding-potential-buffer-overflow.patch added to -mm tree
` + mm-memcg-make-memoryoomgroup-tolerable-to-task-migration.patch "
` [to-be-updated] mm-swap-make-page_evictable-inline.patch removed from "
` [to-be-updated] mm-swap-use-smp_mb__after_atomic-to-order-lru-bit-set.patch "
` + memremap-remove-stale-comments.patch added to "
` + hugetlbfs-use-i_mmap_rwsem-for-more-pmd-sharing-synchronization.patch "
` + hugetlbfs-use-i_mmap_rwsem-to-address-page-fault-truncate-race.patch "

[PATCH RFC] cpuidle: consolidate calls to time capture
 2020-03-18 21:29 UTC  (5+ messages)

[driver-core:driver-core-testing] BUILD SUCCESS 8ba88804bb3b877c841bc1864a8605111580cd0b
 2020-03-18 21:29 UTC 

[PATCH] drm/amdgpu/sriov : Don't resume RLCG for SRIOV guest
 2020-03-18 21:29 UTC  (2+ messages)

[PATCH AUTOSEL 4.4 01/12] bnxt_en: reinitialize IRQs when MTU is modified
 2020-03-18 20:56 UTC  (2+ messages)
` [PATCH AUTOSEL 4.4 07/12] dt-bindings: net: FMan erratum A050385

[PATCH v5 0/4] Introduce SoC sleep stats driver
 2020-03-18 21:29 UTC  (3+ messages)
` [PATCH v5 1/4] dt-bindings: Introduce SoC sleep stats bindings

[PATCH v2 0/2] integrate classzone_idx and high_zoneidx
 2020-03-18 21:29 UTC  (4+ messages)
` [PATCH v2 1/2] mm/page_alloc: use ac->high_zoneidx for classzone_idx

Allowing only blob filtering was: [TOPIC 5/17] Partial Clone
 2020-03-18 21:28 UTC  (9+ messages)
` [RFC PATCH 0/2] upload-pack.c: limit allowed filter choices
  ` [RFC PATCH 2/2] upload-pack.c: allow banning certain object filter(s)

[Buildroot] [PATCH 1/1] package/dav1d: bump version to 0.6.0
 2020-03-18 21:28 UTC 

[PATCH AUTOSEL 4.9 01/15] batman-adv: Don't schedule OGM for disabled interface
 2020-03-18 20:56 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 09/15] dt-bindings: net: FMan erratum A050385

[PATCH 1/3 v2] perf/amd/uncore: Prepare L3 thread mask code for Family 19h support
 2020-03-18 21:26 UTC  (5+ messages)

[Buildroot] [git commit] boot/arm-trusted-firmware: add optional host-dtc dependency
 2020-03-18 21:24 UTC 

[Buildroot] [PATCH 1/1] package/boinc: bump version to 7.16.5
 2020-03-18 21:23 UTC 

[Buildroot] [PATCH v2] package/ed: Bump to version 1.16
 2020-03-18 21:23 UTC  (2+ messages)

[PATCH RFC v1 00/15] XDP extend with knowledge of frame size
 2020-03-18 21:23 UTC  (4+ messages)
` [PATCH RFC v1 05/15] ixgbe: add XDP frame size to driver

[Buildroot] [PATCH 1/1] package/luvi: bump to version 2.11.0
 2020-03-18 21:23 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/luv: bump to version 1.34.2-2
 2020-03-18 21:23 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/libuv: bump to version 1.35.0
 2020-03-18 21:23 UTC  (2+ messages)

[patch V2 00/15] Lock ordering documentation and annotation for lockdep
 2020-03-18 20:43 UTC  (6+ messages)
` [patch V2 03/15] usb: gadget: Use completion interface instead of open coding it
` [patch V2 05/15] acpi: Remove header dependency
` [patch V2 08/15] Documentation: Add lock ordering and nesting documentation
` [patch V2 10/15] sched/swait: Prepare usage in completions
` [patch V2 11/15] completion: Use simple wait queues

[PATCH 1/3] drm/amdgpu: fix typo for vcn1 idle check
 2020-03-18 21:21 UTC  (4+ messages)
` [PATCH 2/3] drm/amdgpu: fix typo for vcn2/jpeg2 "
` [PATCH 3/3] drm/amdgpu: fix typo for vcn2.5/jpeg2.5 "

[Buildroot] [PATCH 1/1] package/tor: security bump version to 0.4.2.7
 2020-03-18 21:21 UTC 

[Buildroot] [git commit] package/ed: bump to version 1.16
 2020-03-18 21:21 UTC 

[Buildroot] [git commit] package/luvi: bump to version 2.11.0
 2020-03-18 21:20 UTC 

[Buildroot] [git commit] package/libuv: bump to version 1.35.0
 2020-03-18 21:20 UTC 

[PATCH v2 bpf-next] bpf: sharing bpf runtime stats with /dev/bpf_stats
 2020-03-18 21:20 UTC  (10+ messages)

[PATCH] btrfs-progs: add RAID5/6 support to btrfs fi us
 2020-03-18 21:11 UTC  (2+ messages)
` [PATCH] Add support for the raid5/6 profiles in the btrfs fi us command

[RFC PATCH] dynamic_debug: Add config option of DYNAMIC_DEBUG_CORE
 2020-03-18 21:18 UTC  (2+ messages)

[PATCH] RelNotes/2.26.0: fix various typos
 2020-03-18 21:18 UTC 

[RFC 2/3] media: dvb_dummy_fe.c: lose TS lock on bad snr
 2020-03-18 21:15 UTC  (3+ messages)
` [RFC PATCH] media: dvb_dummy_fe.c: poll_snr_handler() can be static

[RFC v2] pdc: Introduce irq_set_wake call
 2020-03-18 21:14 UTC  (5+ messages)
` [RFC v2] irqchip: qcom: "

[tip:master] BUILD SUCCESS 51565924ebd9dce938be77b1d5601c890075bb3b
 2020-03-18 21:13 UTC 

[android-goldfish:android-4.14 1/3] fs/incfs/integrity.c:138:9-16: WARNING: ERR_CAST can be used with hash_alg
 2020-03-18 21:13 UTC  (2+ messages)
` [PATCH] ANDROID: fix err_cast.cocci warnings

[Buildroot] [git commit] package/luv: bump to version 1.34.2-2
 2020-03-18 21:13 UTC 

[Buildroot] [PATCH 1/1] package/rcw : bump to LSDK-19.09
 2020-03-18 21:12 UTC  (2+ messages)

[PATCH v2] staging: rtl8192u: Corrects 'Avoid CamelCase' for variables
 2020-03-18 21:12 UTC  (2+ messages)

[PATCH v2 1/6] PCI/ATS: Export symbols of PASID functions
 2020-03-18 21:12 UTC  (5+ messages)

[PATCH AUTOSEL 5.5 01/84] cgroup-v1: cgroup_pidlist_next should update position index
 2020-03-18 20:52 UTC  (5+ messages)
` [PATCH AUTOSEL 5.5 03/84] iwlwifi: mvm: Do not require PHY_SKU NVM section for 3168 devices
` [PATCH AUTOSEL 5.5 06/84] pinctrl: meson-gxl: fix GPIOX sdio pins
` [PATCH AUTOSEL 5.5 07/84] pinctrl: imx: scu: Align imx sc msg structs to 4
` [PATCH AUTOSEL 5.5 08/84] nfs: add minor version to nfs_server_key for fscache

[PATCH v2 2/3] PCI: Add DMA configuration for virtual platforms
 2020-03-18 21:10 UTC  (3+ messages)

[PATCH AUTOSEL 5.4 01/73] cgroup-v1: cgroup_pidlist_next should update position index
 2020-03-18 20:52 UTC  (16+ messages)
` [PATCH AUTOSEL 5.4 03/73] clk: imx8mn: Fix incorrect clock defines
` [PATCH AUTOSEL 5.4 05/73] pinctrl: meson-gxl: fix GPIOX sdio pins
` [PATCH AUTOSEL 5.4 06/73] pinctrl: imx: scu: Align imx sc msg structs to 4
` [PATCH AUTOSEL 5.4 08/73] pinctrl: core: Remove extra kref_get which blocks hogs being freed
` [PATCH AUTOSEL 5.4 10/73] net: dsa: mv88e6xxx: fix lockup on warm boot
` [PATCH AUTOSEL 5.4 13/73] bnxt_en: fix error handling when flashing from file
` [PATCH AUTOSEL 5.4 14/73] cpupower: avoid multiple definition with gcc -fno-common
` [PATCH AUTOSEL 5.4 15/73] fib: add missing attribute validation for tun_id
` [PATCH AUTOSEL 5.4 17/73] macsec: add missing attribute validation for port
` [PATCH AUTOSEL 5.4 18/73] team: add missing attribute validation for port ifindex
` [PATCH AUTOSEL 5.4 21/73] netfilter: nft_payload: add missing attribute validation for payload csum flags
` [PATCH AUTOSEL 5.4 22/73] netfilter: nft_tunnel: add missing attribute validation for tunnels
` [PATCH AUTOSEL 5.4 23/73] net: phy: bcm63xx: fix OOPS due to missing driver name
` [PATCH AUTOSEL 5.4 24/73] drivers/of/of_mdio.c:fix of_mdiobus_register()
` [PATCH AUTOSEL 5.4 26/73] netfilter: nf_tables: dump NFTA_CHAIN_FLAGS attribute

SGI Software User List
 2020-03-18 21:03 UTC 

[PATCH] drm/amdgpu: Initialize shadow to false in gfx_v9_0_rlcg_wreg
 2020-03-18 21:07 UTC  (3+ messages)
` [PATCH v2] drm/amdgpu: Remove unnecessary variable shadow "


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.