All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-08 20:10:13 to 2020-09-08 20:29:35 UTC [more...]

[PATCH v2 0/4] arm64: Initial support for Texas Instrument's J7200 Platform
 2020-09-08 11:57 UTC  (3+ messages)
` [PATCH v2 4/4] arm64: dts: ti: Add support for J7200 Common Processor Board

[PATCH printk v4 0/6] printk: reimplement LOG_CONT handling
 2020-09-08 20:28 UTC  (11+ messages)
` [PATCH printk v4 1/6] printk: ringbuffer: relocate get_data()
` [PATCH printk v4 2/6] printk: ringbuffer: add BLK_DATALESS() macro
` [PATCH printk v4 3/6] printk: ringbuffer: clear initial reserved fields
` [PATCH printk v4 4/6] printk: ringbuffer: change representation of states
` [PATCH printk v4 5/6] printk: ringbuffer: add finalization/extension support
` [PATCH printk v4 6/6] printk: reimplement log_cont using record extension

[PATCH v2 0/9] IOASID extensions for guest SVA
 2020-09-08 20:30 UTC  (4+ messages)
` [PATCH v2 4/9] iommu/ioasid: Add reference couting functions

[PATCH] net: tc35815: switch from 'pci_' to 'dma_' API
 2020-09-08 20:27 UTC  (2+ messages)

[PATCH 00/25] ARM: dts: s5pv210: Cleanup - dtschema warnings
 2020-09-08 20:25 UTC  (6+ messages)
` [PATCH 02/25] dt-bindings: iio: adc: exynos-adc: require second interrupt with touch screen

[Buildroot] [PATCH] package/cog: add a variant with WebKitGTK
 2020-09-08 20:26 UTC  (2+ messages)

[PATCH] dt-bindings: arm: Add devicetree binding for cpu-performance-dependencies
 2020-09-08 20:26 UTC  (2+ messages)

stable-rc/linux-4.19.y baseline: 165 runs, 1 regressions (v4.19.143-89-g539e30e8c9cd)
 2020-09-08 20:26 UTC 

[PATCH] memory: Convert IOMMUMemoryRegionClass doc comment to kernel-doc
 2020-09-08 20:24 UTC  (2+ messages)

[PATCH v2 0/2] Acceptance Tests: update assets location and cancel tests if missing
 2020-09-08 20:23 UTC  (3+ messages)
` [PATCH v2 1/2] tests: bump avocado version
` [PATCH v2 2/2] tests/acceptance: Add Test.fetch_asset(cancel_on_missing=True)

[Buildroot] [PATCH 1/1] package/wlroots: drop libcap dependency
 2020-09-08 20:25 UTC  (3+ messages)

[dpdk-dev] [PATCH v2 01/41] pipeline: add new SWX pipeline type
 2020-09-08 20:18 UTC  (43+ messages)
` [dpdk-dev] [PATCH v3 00/41] Pipeline alignment with the P4 language
  ` [dpdk-dev] [PATCH v3 01/41] pipeline: add new SWX pipeline type
  ` [dpdk-dev] [PATCH v3 02/41] pipeline: add SWX pipeline input port
  ` [dpdk-dev] [PATCH v3 03/41] pipeline: add SWX pipeline output port
  ` [dpdk-dev] [PATCH v3 04/41] pipeline: add SWX headers and meta-data
  ` [dpdk-dev] [PATCH v3 05/41] pipeline: add SWX extern objects and funcs
  ` [dpdk-dev] [PATCH v3 06/41] pipeline: add SWX pipeline action
  ` [dpdk-dev] [PATCH v3 07/41] pipeline: add SWX pipeline tables
  ` [dpdk-dev] [PATCH v3 08/41] pipeline: add SWX pipeline instructions
  ` [dpdk-dev] [PATCH v3 09/41] pipeline: add SWX rx and extract instructions
  ` [dpdk-dev] [PATCH v3 10/41] pipeline: add SWX tx and emit instructions
  ` [dpdk-dev] [PATCH v3 11/41] pipeline: add header validate and invalidate SWX instructions
  ` [dpdk-dev] [PATCH v3 12/41] pipeline: add SWX mov instruction
  ` [dpdk-dev] [PATCH v3 13/41] pipeline: add SWX dma instruction
  ` [dpdk-dev] [PATCH v3 14/41] pipeline: introduce SWX add instruction
  ` [dpdk-dev] [PATCH v3 15/41] pipeline: introduce SWX sub instruction
  ` [dpdk-dev] [PATCH v3 16/41] pipeline: introduce SWX ckadd instruction
  ` [dpdk-dev] [PATCH v3 17/41] pipeline: introduce SWX cksub instruction
  ` [dpdk-dev] [PATCH v3 18/41] pipeline: introduce SWX and instruction
  ` [dpdk-dev] [PATCH v3 19/41] pipeline: introduce SWX or instruction
  ` [dpdk-dev] [PATCH v3 20/41] pipeline: introduce SWX xor instruction
  ` [dpdk-dev] [PATCH v3 21/41] pipeline: introduce SWX shl instruction
  ` [dpdk-dev] [PATCH v3 22/41] pipeline: introduce SWX shr instruction
  ` [dpdk-dev] [PATCH v3 23/41] pipeline: introduce SWX table instruction
  ` [dpdk-dev] [PATCH v3 24/41] pipeline: introduce SWX extern instruction
  ` [dpdk-dev] [PATCH v3 25/41] pipeline: introduce SWX jmp and return instructions
  ` [dpdk-dev] [PATCH v3 26/41] pipeline: add SWX instruction description
  ` [dpdk-dev] [PATCH v3 27/41] pipeline: add SWX instruction verifier
  ` [dpdk-dev] [PATCH v3 28/41] pipeline: add SWX instruction optimizer
  ` [dpdk-dev] [PATCH v3 29/41] pipeline: add SWX pipeline query API
  ` [dpdk-dev] [PATCH v3 30/41] pipeline: add SWX pipeline flush
  ` [dpdk-dev] [PATCH v3 31/41] pipeline: add SWX table update high level API
  ` [dpdk-dev] [PATCH v3 32/41] pipeline: add SWX pipeline specification file
  ` [dpdk-dev] [PATCH v3 33/41] port: add ethernet device SWX port
  ` [dpdk-dev] [PATCH v3 34/41] port: add source and sink SWX ports
  ` [dpdk-dev] [PATCH v3 35/41] table: add exact match SWX table
  ` [dpdk-dev] [PATCH v3 36/41] examples/pipeline: add new example application
  ` [dpdk-dev] [PATCH v3 37/41] examples/pipeline: add message passing mechanism
  ` [dpdk-dev] [PATCH v3 38/41] examples/pipeline: add configuration commands
  ` [dpdk-dev] [PATCH v3 39/41] examples/pipeline: add l2fwd example
  ` [dpdk-dev] [PATCH v3 40/41] examples/pipeline: add l2fwd with MAC swap example
  ` [dpdk-dev] [PATCH v3 41/41] examples/pipeline: add VXLAN encapsulation example

[PATCH 0/3] phy: amlogic: add MIPI DSI function to analog MIPI+PCIe PHY
 2020-09-08 20:31 UTC  (5+ messages)
` [PATCH 3/3] phy: amlogic: phy-meson-axg-mipi-pcie-analog: add support for MIPI DSI analog

[Buildroot] [git commit] package/wlroots: drop libcap dependency
 2020-09-08 20:24 UTC 

[Buildroot] [PATCH] package/iptables: bump to version 1.8.5
 2020-09-08 20:23 UTC  (2+ messages)

[v1,0/3] PCI: mediatek: Add new generation controller support
 2020-09-08 20:21 UTC  (5+ messages)
` [v1,1/3] dt-bindings: Add YAML schemas for Gen3 PCIe controller

[PATCH 0/4] Acceptance Tests: update assets location and cancel tests if missing
 2020-09-08 20:21 UTC  (3+ messages)

[PATCH 0/8] rtc: expand charge support, implement rx8130 charging
 2020-09-08 20:22 UTC  (3+ messages)
` [PATCH 1/8] dt-bindings: rtc: let aux-voltage-chargeable supersede trickle-diode-disable

[PATCH] selftests/seccomp: Add test for unknown SECCOMP_RET kill behavior
 2020-09-08 20:21 UTC  (2+ messages)

[PULL 00/34] QOM boilerplate cleanup (v2)
 2020-09-08 20:20 UTC  (17+ messages)
` [PULL 09/34] Move QOM typedefs and add missing includes
` [PULL 15/34] chardev: Rename TYPE_CHARDEV_* to TYPE_*_CHARDEV
` [PULL 19/34] vmgenid: Rename VMGENID_DEVICE to TYPE_VMGENID
` [PULL 20/34] ahci: Rename ICH_AHCI to ICH9_AHCI
` [PULL 24/34] sabre: Rename SABRE_DEVICE to SABRE
` [PULL 25/34] usb: Rename USB_SERIAL_DEV to USB_SERIAL
` [PULL 26/34] vfio: Rename PCI_VFIO to VFIO_PCI
` [PULL 27/34] pc87312: Rename TYPE_PC87312_SUPERIO to TYPE_PC87312
` [PULL 28/34] tusb6010: Rename TUSB to TUSB6010
` [PULL 29/34] xilinx_axidma: Use typedef name for instance_size
` [PULL 30/34] omap_intc: "
` [PULL 31/34] lpc_ich9: "
` [PULL 32/34] xilinx_axienet: "
` [PULL 33/34] vhost-user-vga: "
` [PULL 34/34] virtio-vga: "

[PATCH 0/5] migration/postcopy: Sync faulted addresses after network recovered
 2020-09-08 20:20 UTC  (4+ messages)
` [PATCH 2/5] migration: Introduce migrate_send_rp_message_req_pages()

[Buildroot] [git commit] package/iptables: bump to version 1.8.5
 2020-09-08 20:21 UTC 

Patchwork housekeeping for: spi-devel-general
 2020-09-08 20:20 UTC 

[PATCH 00/11] Remove assumptions of THP size
 2020-09-08 19:55 UTC  (7+ messages)
` [PATCH 03/11] mm/page_owner: Change split_page_owner to take a count
` [PATCH 07/11] mm/huge_memory: Fix can_split_huge_page assumption of THP size
` [PATCH 08/11] mm/rmap: Fix assumptions "
` [PATCH 09/11] mm/truncate: Fix truncation for pages of arbitrary size
` [PATCH 10/11] mm/page-writeback: Support tail pages in wait_for_stable_page
` [PATCH 11/11] mm/vmscan: Allow arbitrary sized pages to be paged out

[radeon-alex:drm-next-5.10 606/607] drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c:272:15: warning: initializer overrides prior initialization of this subobject
 2020-09-08 20:19 UTC  (2+ messages)

[PATCH] platform/x86: Add Driver to set up lid GPEs on MS Surface device
 2020-09-08 20:19 UTC  (3+ messages)

[PATCH v7 0/5] Warn on orphan section placement
 2020-09-08 20:17 UTC  (5+ messages)
` [PATCH v7 4/5] x86/build: "

Problem with endianess of pahole BTF output for vmlinux
 2020-09-08 20:18 UTC  (3+ messages)

[PATCH v2 00/11] TRACE_IRQFLAGS wreckage
 2020-09-08 14:22 UTC  (7+ messages)
` [PATCH v2 10/11] lockdep: Only trace IRQ edges

[PATCH nf-next v3 3/3] netfilter: Introduce egress hook
 2020-09-08 13:27 UTC  (6+ messages)

[dpdk-dev] [PATCH 0/2] ethdev: tunnel offload model
 2020-09-08 20:15 UTC  (6+ messages)
` [dpdk-dev] [PATCH v2 0/4] Tunnel Offload API
  ` [dpdk-dev] [PATCH v2 1/4] ethdev: allow negative values in flow rule types
  ` [dpdk-dev] [PATCH v2 2/4] ethdev: tunnel offload model
  ` [dpdk-dev] [PATCH v2 3/4] net/mlx5: implement tunnel offload API
  ` [dpdk-dev] [PATCH v2 4/4] app/testpmd: support "

[PATCH v8 3/3] binder: add transaction latency tracer
 2020-09-08 14:06 UTC  (2+ messages)
` [PATCH v9] binder: transaction latency tracking for user build

[PATCHv3] soc: qcom: llcc: Support chipsets that can write to llcc registers
 2020-09-08 15:00 UTC  (2+ messages)

[Bug 208825] New: lspci triggers NULL pointer dereference on AMD Renoir 4800H/5600M laptop
 2020-09-08 20:16 UTC  (2+ messages)
` [Bug 208825] "

[PATCH 0/3] xfs: fix a few realtime bugs
 2020-09-08 14:58 UTC  (3+ messages)
` [PATCH 2/3] xfs: make sure the rt allocator doesn't run off the end

WARNING: can't access registers at asm_sysvec_call_function_single
 2020-09-08 20:16 UTC 

[PATCH v4.14.y 1/3] vfio/type1: Support faulting PFNMAP vmas
 2020-09-08 14:29 UTC  (3+ messages)
` [PATCH v4.14.y 0/3] vfio: Fix for CVE-2020-12888

[PATCH v4.9.y 1/3] vfio/type1: Support faulting PFNMAP vmas
 2020-09-08 14:29 UTC  (3+ messages)
` [PATCH v4.9.y 0/3] vfio: Fix for CVE-2020-12888

[PATCH 0/5] Netfilter fixes for net
 2020-09-08 15:09 UTC  (3+ messages)
` [PATCH 1/5] netfilter: ctnetlink: add a range check for l3/l4 protonum
` [PATCH 2/5] netfilter: nf_tables: coalesce multiple notifications into one skbuff

[PATCH v12 0/8] xfs: Delayed Attributes
 2020-09-08 14:43 UTC  (9+ messages)
` [PATCH v12 1/8] xfs: Add delay ready attr remove routines

[PATCH] dt-bindings: mfd: Convert rn5t618 to json-schema
 2020-09-08 20:13 UTC 

[PATCH v2 0/6] arm64: dts: ti: Add USB support for J7200 EVM
 2020-09-08 12:30 UTC  (3+ messages)
` [PATCH v2 2/6] arm64: dts: ti: k3-j7200-main: Add SERDES lane control mux

[GIT PULL] SCSI fixes for 5.9-rc4
 2020-09-08 20:15 UTC  (2+ messages)

gcc crashes with general protection faults in 5.9.0-rc3-00091-ge28f0104343d
 2020-09-08 12:25 UTC  (2+ messages)

[PATCH 0/2] Fix silent write loss in iomap
 2020-09-08 14:59 UTC  (3+ messages)
` [PATCH 1/2] iomap: Clear page error before beginning a write

[PATCH v5 00/21] kprobes: Unify kretprobe trampoline handlers and make kretprobe lockless
 2020-09-08 15:09 UTC  (11+ messages)

[PATCH v2 0/7] mm/memory_hotplug: selective merging of system ram resources
 2020-09-08 20:10 UTC  (26+ messages)
` [PATCH v2 1/7] kernel/resource: make release_mem_region_adjustable() never fail
` [PATCH v2 2/7] kernel/resource: move and rename IORESOURCE_MEM_DRIVER_MANAGED
` [PATCH v2 3/7] mm/memory_hotplug: prepare passing flags to add_memory() and friends
` [PATCH v2 4/7] mm/memory_hotplug: MEMHP_MERGE_RESOURCE to specify merging of System RAM resources
` [PATCH v2 5/7] virtio-mem: try to merge system ram resources
` [PATCH v2 6/7] xen/balloon: "
` [PATCH v2 7/7] hv_balloon: "

linux-next: Tree for Sep 8
 2020-09-08 14:47 UTC  (2+ messages)
` linux-next: Tree for Sep 8 (sched/topology.c)

[PATCH] phy: tegra: xusb: fix xusb backwards compatibility
 2020-09-08 15:01 UTC 

[PATCH 0/7] Add CPUFreq support for SM8250 SoC
 2020-09-08 15:10 UTC  (7+ messages)
` [PATCH 1/7] dt-bindings: cpufreq: cpufreq-qcom-hw: Document SM8250 compatible
` [PATCH 4/7] cpufreq: qcom-hw: Make use of of_match data for offsets and row size

PCIe hot-plug issue: Failed to check link status
 2020-09-08 14:57 UTC 

[PATCH 1/7] dt-bindings: power: bq27xxx: add bq34z100
 2020-09-08 20:13 UTC  (7+ messages)
` [PATCH 2/7] power: supply: bq27xxx: report "not charging" on all types
` [PATCH 3/7] power: supply: bq27xxx: adjust whitespace
` [PATCH 4/7] power: supply: bq27xxx: use BIT() for bit flags
` [PATCH 5/7] power: supply: bq27xxx: add separate flag for single SoC register
` [PATCH 6/7] power: supply: bq27xxx: add separate flag for capacity inaccurate
` [PATCH 7/7] power: supply: bq27xxx: add support for TI bq34z100

[PATCH v2] mm: memcg: yield cpu when we fail to charge pages
 2020-09-08 20:14 UTC 

[PATCH v2 00/10] arm64: renesas: enable HDMI Display/Sound on R-Car M3-W+ Salvator-XS
 2020-09-08 14:56 UTC  (10+ messages)
` [PATCH v2 02/10] dt-bindings: display: renesas: dw-hdmi: tidyup example compatible
` [PATCH v2 04/10] drm: rcar-du: Add r8a77961 support
` [PATCH v2 06/10] arm64: dts: renesas: r8a77961: Add VSP device nodes

[PATCH rdma-next v1 0/3] Fix in-kernel active_speed type
 2020-09-08 14:46 UTC  (7+ messages)
` [PATCH rdma-next v1 3/3] RDMA: Fix link active_speed size

[PATCH 1/8] ARM: dts: imx6qdl: Correct interrupt flags in examples
 2020-09-08 15:02 UTC  (3+ messages)
` [PATCH 2/8] ARM: dts: rk3188: "
` [PATCH 8/8] arm64: dts: imx8mm-var-som-symphony: Drop unused gpioledgrp

[PATCH] dt-bindings: mfd: Correct interrupt flags in examples
 2020-09-08 14:59 UTC 

[PATCH] Revert "block: revert back to synchronous request_queue removal"
 2020-09-08 14:21 UTC  (2+ messages)

[PATCH] soundwire: qcom: fix SLIBMUS/SLIMBUS typo
 2020-09-08 14:54 UTC  (2+ messages)

[PATCH v2] scsi: target: tcmu: add compat mode for 32bit userspace on 64bit kernel
 2020-09-08 14:31 UTC  (3+ messages)

stable-rc/linux-4.14.y baseline: 135 runs, 1 regressions (v4.14.196-66-gd520aac0cd79)
 2020-09-08 20:10 UTC 

[PATCH] perf tools: Do not use deprecated bpf_program__title
 2020-09-08 20:11 UTC  (2+ messages)

[hch-misc:dma-remove-exports 7/7] ERROR: modpost: "debug_dma_map_single" undefined!
 2020-09-08 20:11 UTC 

[PATCH 1/2] drm/msm/dpu: move vblank events to complete_commit()
 2020-09-08 20:11 UTC  (4+ messages)
` [PATCH 2/2] drm/msm/dpu: clean up some impossibilities

[PATCH 0/7] soundwire: filter out invalid PARITY errors
 2020-09-08 15:14 UTC  (9+ messages)
` [PATCH 1/7] soundwire: bus: use property to set interrupt masks

[ANNOUNCE] v5.9-rc3-rt3
 2020-09-08 15:06 UTC  (5+ messages)
` v5.9-rc3-rt3 boot time networking lockdep splat

[f2fs-dev] [PATCH v3 1/2] f2fs: change i_compr_blocks of inode to atomic value
 2020-09-08 14:55 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.