All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-05-08 10:29:14 to 2020-05-08 11:19:24 UTC [more...]

[PATCH v3 00/11] Cadence GEM Fixes
 2020-05-08 11:00 UTC  (12+ messages)
` [PATCH v3 01/11] net: cadence_gem: Fix debug statements
` [PATCH v3 02/11] net: cadence_gem: Fix the queue address update during wrap around
` [PATCH v3 03/11] net: cadence_gem: Fix irq update w.r.t queue
` [PATCH v3 04/11] net: cadence_gem: Define access permission for interrupt registers
` [PATCH v3 05/11] net: cadence_gem: Set ISR according to queue in use
` [PATCH v3 06/11] net: cadence_gem: Move tx/rx packet buffert to CadenceGEMState
` [PATCH v3 07/11] net: cadence_gem: Add support for jumbo frames
` [PATCH v3 08/11] net: cadnece_gem: Update irq_read_clear field of designcfg_debug1 reg
` [PATCH v3 09/11] net: cadence_gem: Update the reset value for interrupt mask register
` [PATCH v3 10/11] net: cadence_gem: TX_LAST bit should be set by guest
` [PATCH v3 11/11] net: cadence_gem: Fix RX address filtering

[RFC 0/4] IDLE gating in presence of latency-sensitive tasks
 2020-05-08 11:19 UTC  (7+ messages)
` [RFC 2/4] sched/core: Set nr_lat_sensitive counter at various scheduler entry/exit points
` [RFC 3/4] sched/idle: Disable idle call on least latency requirements

[PATCH v3] tools/bootconfig: fix resource leak in apply_xbc()
 2020-05-08 11:18 UTC  (6+ messages)

[PATCH 0/4] usb: typec: Intel PMC driver changes
 2020-05-08 11:18 UTC  (4+ messages)
` [PATCH 2/4] usb: typec: mux: intel_pmc_mux: Support for static SBU/HSL orientation

[PATCH] audit: Replace zero-length array with flexible-array
 2020-05-08 11:17 UTC  (5+ messages)

[PATCH 00/14] Modularize schedutil
 2020-05-08 11:16 UTC  (4+ messages)

linux-next: Tree for May 8
 2020-05-08 11:15 UTC 

[PATCH] mfd: max77620: Use single-byte writes on MAX77620
 2020-05-08 11:15 UTC  (3+ messages)

[PATCH net v3] net: ethernet: ti: fix build and remove TI_CPTS_MOD workaround
 2020-05-08 11:14 UTC  (3+ messages)

[Intel-gfx] [PATCH v5] drm/i915/dsb: Pre allocate and late cleanup of cmd buffer
 2020-05-08 11:14 UTC  (2+ messages)

[PATCH v2] uapi/drm/drm_fourcc.h: Note on platform specificity for format modifiers
 2020-05-08 11:13 UTC  (4+ messages)

[Intel-gfx] [PATCH 1/9] drm/i915: Ignore submit-fences on the same timeline
 2020-05-08 11:11 UTC  (9+ messages)
` [Intel-gfx] [PATCH 2/9] drm/i915: Pull waiting on an external dma-fence into its routine
` [Intel-gfx] ✓ Fi.CI.BAT: success for series starting with [1/9] drm/i915: Ignore submit-fences on the same timeline

[PATCH 0/5] dmaengine: dw: Take Baikal-T1 SoC DW DMAC peculiarities into account
 2020-05-08 11:12 UTC  (9+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 1/6] dt-bindings: dma: dw: Convert DW DMAC to DT binding
  ` [PATCH v2 2/6] dt-bindings: dma: dw: Add max burst transaction length property
  ` [PATCH v2 3/6] dmaengine: dw: Set DMA device max segment size parameter
  ` [PATCH v2 4/6] dmaengine: dw: Print warning if multi-block is unsupported
  ` [PATCH v2 5/6] dmaengine: dw: Introduce max burst length hw config
  ` [PATCH v2 6/6] dmaengine: dw: Take HC_LLP flag into account for noLLP auto-config

[PATCH net-next v3 00/33] XDP extend with knowledge of frame size
 2020-05-08 11:11 UTC  (34+ messages)
` [PATCH net-next v3 01/33] xdp: add frame size to xdp_buff
` [PATCH net-next v3 02/33] bnxt: add XDP frame size to driver
` [PATCH net-next v3 03/33] sfc: add XDP frame size
` [PATCH net-next v3 04/33] mvneta: add XDP frame size to driver
` [PATCH net-next v3 05/33] net: netsec: Add support for XDP frame size
` [PATCH net-next v3 06/33] net: XDP-generic determining "
` [PATCH net-next v3 07/33] xdp: xdp_frame add member frame_sz and handle in convert_to_xdp_frame
` [PATCH net-next v3 08/33] xdp: cpumap redirect use frame_sz and increase skb_tailroom
` [PATCH net-next v3 09/33] veth: adjust hard_start offset on redirect XDP frames
` [PATCH net-next v3 10/33] veth: xdp using frame_sz in veth driver
` [PATCH net-next v3 11/33] dpaa2-eth: add XDP frame size
` [PATCH net-next v3 12/33] hv_netvsc: add XDP frame size to driver
` [PATCH net-next v3 13/33] qlogic/qede: "
` [PATCH net-next v3 14/33] net: ethernet: ti: add XDP frame size to driver cpsw
` [PATCH net-next v3 15/33] ena: add XDP frame size to amazon NIC driver
` [PATCH net-next v3 16/33] mlx4: add XDP frame size and adjust max XDP MTU
` [PATCH net-next v3 17/33] net: thunderx: add XDP frame size
` [PATCH net-next v3 18/33] nfp: add XDP frame size to netronome driver
` [PATCH net-next v3 19/33] tun: add XDP frame size
` [PATCH net-next v3 20/33] vhost_net: also populate "
` [PATCH net-next v3 21/33] virtio_net: add XDP frame size in two code paths
` [PATCH net-next v3 22/33] ixgbe: fix XDP redirect on archs with PAGE_SIZE above 4K
` [PATCH net-next v3 23/33] ixgbe: add XDP frame size to driver
` [PATCH net-next v3 24/33] ixgbevf: add XDP frame size to VF driver
` [PATCH net-next v3 25/33] i40e: add XDP frame size to driver
` [PATCH net-next v3 26/33] ice: "
` [PATCH net-next v3 27/33] xdp: for Intel AF_XDP drivers add XDP frame_sz
` [PATCH net-next v3 28/33] mlx5: rx queue setup time determine frame_sz for XDP
` [PATCH net-next v3 29/33] xdp: allow bpf_xdp_adjust_tail() to grow packet size
` [PATCH net-next v3 30/33] xdp: clear grow memory in bpf_xdp_adjust_tail()
` [PATCH net-next v3 31/33] bpf: add xdp.frame_sz in bpf_prog_test_run_xdp()
` [PATCH net-next v3 32/33] selftests/bpf: adjust BPF selftest for xdp_adjust_tail
` [PATCH net-next v3 33/33] selftests/bpf: xdp_adjust_tail add grow tail tests

[Intel-gfx] [PATCH] dma-buf: Use atomic_fetch_add() for the context id
 2020-05-08 11:10 UTC  (2+ messages)
`  "

[PATCH v2 1/4] scripts/checkstack.pl: don't display $dre as different entity
 2020-05-08 11:03 UTC  (4+ messages)
    ` [PATCH v2 2/4] scripts/checkstack.pl: Add argument to print stacks greather than value
    ` [PATCH v2 3/4] scripts/checkstack.pl: add arm push handling for stack usage
    ` [PATCH v2 4/4] scripts/checkstack.pl: fix arm sp regex

[general question] rare silent data corruption when writing data
 2020-05-08 11:10 UTC  (7+ messages)
        ` [linux-lvm] "

[PATCH v10 00/13] media: report camera properties
 2020-05-08 11:09 UTC  (7+ messages)
` [PATCH v10 03/13] dt-bindings: Add media properties
` [PATCH v10 04/13] media: v4l2-ctrl: Document V4L2_CID_CAMERA_ORIENTATION
` [PATCH v10 06/13] media: v4l2-ctrls: Add camera orientation and rotation

[PATCH 00/36] drm: Fareless gem_free_object
 2020-05-08 11:09 UTC  (30+ messages)
` [PATCH 04/36] drm/doc: drop struct_mutex references
` [PATCH 06/36] drm/amdgpu: use the unlocked drm_gem_object_put
` [PATCH 09/36] drm/gem: fold drm_gem_object_put_unlocked and __drm_gem_object_put()
` [PATCH 10/36] drm/gem: add _locked suffix to drm_object_put
` [PATCH 12/36] drm/amd: remove _unlocked suffix in drm_object_put_unlocked
` [PATCH 36/36] drm/gem: "

[linux-next:pending-fixes] BUILD SUCCESS 604da24420e3235abb205b203fa86d3ad13ddf35
 2020-05-08 11:07 UTC 

[v1] mpt3sas: Fix double free warnings
 2020-05-08 11:07 UTC 

[igt-dev] [PATCH i-g-t 0/7] Use device dependant module parameters
 2020-05-08 11:07 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t 4/7] lib/params: add igt_params_open() which will return path

Query regarding pseudo nmi support on GIC V3 and request_nmi()
 2020-05-08 11:06 UTC  (3+ messages)

[PATCH 00/13] Reconcile NUMA balancing decisions with the load balancer v6
 2020-05-08 11:05 UTC  (9+ messages)

MSI interrupt for xhci still lost on 5.6-rc6 after cpu hotplug
 2020-05-08 11:04 UTC 

[PATCH v7 0/5] powerpc/papr_scm: Add support for reporting nvdimm health
 2020-05-08 10:49 UTC  (18+ messages)
` [PATCH v7 1/5] powerpc: Document details on H_SCM_HEALTH hcall
` [PATCH v7 2/5] seq_buf: Export seq_buf_printf() to external modules
` [PATCH v7 3/5] powerpc/papr_scm: Fetch nvdimm health information from PHYP
` [PATCH v7 4/5] ndctl/papr_scm, uapi: Add support for PAPR nvdimm specific methods
  ` [PATCH v7 4/5] ndctl/papr_scm,uapi: "
` [PATCH v7 5/5] powerpc/papr_scm: Implement support for PAPR_SCM_PDSM_HEALTH

[PATCH 1/2] libva: upgrade 2.6.1 -> 2.7.1
 2020-05-08 11:03 UTC  (3+ messages)
` ✗ patchtest: failure for "libva: upgrade 2.6.1 -> 2.7.1..." and 1 more
` [PATCH 2/2] libva-utils: upgrade 2.6.0 -> 2.7.1

[PATCH 1/3] dt-bindings: mfd: Document the RTC present on MAX77620
 2020-05-08 11:02 UTC  (7+ messages)

[PATCH v2] char-socket: initialize reconnect timer only when the timer doesn't start
 2020-05-08 11:00 UTC  (3+ messages)
  ` [PATCH v3 2/2] "

[dpdk-dev] [dpdk-stable] [PATCH v1 2/3] net/ring: fix eth_dev device pointer on allocation
 2020-05-08 11:00 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH] vfio-ccw: document possible errors
 2020-05-08 10:59 UTC  (4+ messages)

[PATCH v3] accel: Move Xen accelerator code under accel/xen/
 2020-05-08 10:58 UTC  (3+ messages)

[RFC PATCH v3 0/3] Add scheduler overview documentation
 2020-05-08 10:58 UTC  (4+ messages)
` [RFC PATCH v3 2/3] docs: scheduler: "

[PATCH] x86: Use RDRAND and RDSEED mnemonics in archrandom.h
 2020-05-08 10:58 UTC 

[PATCH V3 00/14] KVM: MIPS: Add Loongson-3 support (Host Side)
 2020-05-08 10:55 UTC  (13+ messages)
` [PATCH V3 05/14] KVM: MIPS: Use lddir/ldpte instructions to lookup gpa_mm.pgd
` [PATCH V3 06/14] KVM: MIPS: Introduce and use cpu_guest_has_ldpte
` [PATCH V3 07/14] KVM: MIPS: Use root tlb to control guest's CCA for Loongson-3
` [PATCH V3 08/14] KVM: MIPS: Let indexed cacheops cause guest exit on Loongson-3

[meta-oe][PATCH] php: fix opcache link error in 7.4
 2020-05-08 10:56 UTC  (2+ messages)
` [oe] "

[PATCH v3 2/4] arm64: dts: rockchip: Add RGA support to the PX30
 2020-05-08 10:55 UTC  (6+ messages)

linux-next: build warning after merge of the xfs tree
 2020-05-08 10:55 UTC  (2+ messages)
` [PATCH] xfs: fix unused variable warning in buffer completion on !DEBUG

[RFC] seq_buf: Export symbols to external modules
 2020-05-08 10:54 UTC  (5+ messages)

[Bug 200695] New: Blank screen on RX 580 with amdgpu.dc=1 enabled (no displays detected)
 2020-05-08 10:55 UTC  (2+ messages)
` [Bug 200695] "

[PATCH v3 0/9] perf: support enable and disable commands in stat and record modes
 2020-05-08 10:54 UTC  (10+ messages)
` [PATCH v3 1/9] perf evlist: introduce control file descriptors
` [PATCH v3 2/9] perf evlist: implement control command handling functions
` [PATCH v3 3/9] perf stat: factor out event handling loop into a function
` [PATCH v3 4/9] perf stat: extend -D,--delay option with -1 value
` [PATCH v3 5/9] perf stat: implement control commands handling
` [PATCH v3 6/9] perf stat: introduce --ctl-fd[-ack] options
` [PATCH v3 7/9] perf record: extend -D,--delay option with -1 value
` [PATCH v3 8/9] perf record: implement control commands handling
` [PATCH v3 9/9] perf record: introduce --ctl-fd[-ack] options

[PATCH 1/2] drm/amdgpu: decode the ctxid for SMC to host IH
 2020-05-08 10:53 UTC  (2+ messages)

[xenomai-images ][ PATCH v2 0/4] ci: Add configuration to run on gitlab.com
 2020-05-08 10:51 UTC  (2+ messages)

[PATCH] cpus: Fix botched configure_icount() error API violation fix
 2020-05-08 10:49 UTC 

[Intel-wired-lan] [PATCH net-next v2 00/33] XDP extend with knowledge of frame size
 2020-05-08 10:49 UTC  (6+ messages)
` [PATCH net-next v2 28/33] mlx5: rx queue setup time determine frame_sz for XDP

[alsa-devel] [alsa-lib][RFC PATCH] ucm: reset config id of condition items
 2020-05-08 10:47 UTC  (7+ messages)

[PATCH v4 0/1] vfio-ccw: Enable transparent CCW IPL from DASD
 2020-05-08 10:47 UTC  (3+ messages)
` [PATCH v4 1/1] "

[PATCH bpf-next 00/17] Run a BPF program on socket lookup
 2020-05-08 10:45 UTC  (5+ messages)
` [PATCH bpf-next 02/17] bpf: Introduce SK_LOOKUP program type with a dedicated attach point

[PATCH] mpt3sas: Fix double free warnings
 2020-05-08 10:42 UTC  (2+ messages)

[Intel-gfx] [PATCH] drm/i915/gt: Improve precision on defer_request assert
 2020-05-08 10:42 UTC 

[PATCH] powerpc/spufs: adjust list element pointer type
 2020-05-08 10:40 UTC  (5+ messages)

[Buildroot] [git commit branch/2020.02.x] package/paho-mqtt-c: disable tests and cpack docs
 2020-05-08 10:38 UTC 

mmotm 2020-05-05-15-28 uploaded
 2020-05-08 10:38 UTC  (3+ messages)
` mmotm 2020-05-05-15-28 uploaded (objtool warning)

[Buildroot] [git commit branch/2020.02.x] package/wireguard-linux-compat: bump version to 1.0.20200413
 2020-05-08 10:37 UTC 

git apply -3 doesn't work
 2020-05-08 10:35 UTC 

[PATCH v6 0/3] drm: LogiCVC display controller support
 2020-05-08 10:32 UTC  (6+ messages)
` [PATCH v6 2/3] drm: Add support for the LogiCVC display controller

[PATCH v3 0/3] media: rkvdec: Add a VP9 backend
 2020-05-08 10:34 UTC  (3+ messages)
` [PATCH v3 3/3] media: rkvdec: Add the "

[PATCH] mm: vmscan: consistent update to pgsteal and pgscan
 2020-05-08 10:34 UTC  (3+ messages)

[PATCH] mtd: Replace zero-length array with flexible-array
 2020-05-08 10:33 UTC  (3+ messages)

[Buildroot] [PATCH 1/2] toolchain/toolchain-buildroot: enable uclibc for riscv64
 2020-05-08 10:33 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] support/config-fragments: add RISC-V 64-bit uclibc autobuild config

[dpdk-dev] [RFC] net/mlx5: add reclaim_mem_mode devarg
 2020-05-08 10:33 UTC 

[PATCH v2 0/3] block: drive-by cleanups for block cgroup
 2020-05-08 10:33 UTC  (2+ messages)

[PATCH v2] tools/bootconfig: fix resource leak in apply_xbc()
 2020-05-08 10:32 UTC  (4+ messages)

[PATCH 00/17] mtd: rawnand: cafe: Convert to exec_op() (and more)
 2020-05-08 10:32 UTC  (3+ messages)

KASAN: slab-out-of-bounds Read in hfa384x_usbin_callback
 2020-05-08 10:31 UTC  (7+ messages)

[PATCH 0/5] i2c: tegra: Various fixes and improvements
 2020-05-08 10:31 UTC  (5+ messages)
` [PATCH 2/5] i2c: tegra: Restore pinmux on system resume

[dpdk-dev] [PATCH] net/ixgbe: fix link state timing issue on fiber ports
 2020-05-08 10:31 UTC  (5+ messages)
` [dpdk-dev] [PATCH v2] "

[PATCH -next] ASoC: SOF: Intel: Mark cht_debugfs as __maybe_unused
 2020-05-08 10:28 UTC  (3+ messages)
` [PATCH v2 -next] ASoC: SOF: Intel: Fix unused variable warning

[PATCH] ASoC: soc-core: Replace zero-length array with flexible-array
 2020-05-08 10:29 UTC  (2+ messages)

[PATCH] coresight: platform: use dev_warn instead of dev_warn_once
 2020-05-08 10:28 UTC  (2+ messages)


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.