All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-04-12 10:03:09 to 2021-04-12 10:34:24 UTC [more...]

[PULL 0/5] target-arm queue
 2021-04-12 10:31 UTC  (3+ messages)
` [PULL 1/5] hw/arm/virt-acpi-build: Fix GSIV values of the {GERR, Sync} interrupts
` [PULL 2/5] hw/arm/smmuv3: Emulate CFGI_STE_RANGE for an aligned range of StreamIDs

[RFC PATCH 0/13]: qedi tmf fixes
 2021-04-12 10:33 UTC  (16+ messages)
` [PATCH 02/13] scsi: qedi: fix null ref during abort handling
  ` [EXT] "
` [PATCH 04/13] scsi: qedi: fix abort vs cmd re-use race
  ` [EXT] "
` [PATCH 05/13] scsi: qedi: fix use after free during abort cleanup
  ` [EXT] "
` [PATCH 06/13] scsi: qedi: fix tmf tid allocation
  ` [EXT] "
` [PATCH 07/13] scsi: qedi: use GFP_NOIO for tmf allocation
  ` [EXT] "
` [PATCH 09/13] scsi: qedi: fix session block/unblock abuse during tmf handling
  ` [EXT] "
` [PATCH 10/13] scsi: qedi: fix session block/unblock abuse during cleanup
  ` [EXT] "
` [EXT] [RFC PATCH 0/13]: qedi tmf fixes

[RFC v4 net-next 0/4] MT7530 interrupt support
 2021-04-12 10:33 UTC  (3+ messages)
` [RFC v4 net-next 3/4] dt-bindings: net: dsa: add MT7530 interrupt controller binding

[PATCH v2 1/6] dt-bindings: pwm: convert pwm-rockchip.txt to YAML
 2021-04-12 10:33 UTC  (8+ messages)
` [PATCH v2 3/6] ARM: dts: rockchip: remove interrupts properties from pwm nodes rv1108.dtsi

[igt-dev] [PATCH i-g-t v31 00/40] Introduce IGT allocator
 2021-04-12 10:31 UTC  (41+ messages)
` [igt-dev] [PATCH i-g-t v31 01/40] lib/igt_list: Add igt_list_del_init()
` [igt-dev] [PATCH i-g-t v31 02/40] lib/igt_list: Add igt_list_for_each_entry_safe_reverse
` [igt-dev] [PATCH i-g-t v31 03/40] lib/igt_map: Adopt Mesa hash table
` [igt-dev] [PATCH i-g-t v31 04/40] lib/igt_core: Track child process pid and tid
` [igt-dev] [PATCH i-g-t v31 05/40] lib/intel_allocator_simple: Add simple allocator
` [igt-dev] [PATCH i-g-t v31 06/40] lib/intel_allocator_reloc: Add reloc allocator
` [igt-dev] [PATCH i-g-t v31 07/40] lib/intel_allocator_random: Add random allocator
` [igt-dev] [PATCH i-g-t v31 08/40] lib/intel_allocator: Add intel_allocator core
` [igt-dev] [PATCH i-g-t v31 09/40] lib/intel_allocator: Try to stop smoothly instead of deinit
` [igt-dev] [PATCH i-g-t v31 10/40] lib/intel_allocator_msgchannel: Scale to 4k of parallel clients
` [igt-dev] [PATCH i-g-t v31 11/40] lib/intel_allocator: Separate allocator multiprocess start
` [igt-dev] [PATCH i-g-t v31 12/40] lib/intel_bufops: Change size from 32->64 bit
` [igt-dev] [PATCH i-g-t v31 13/40] lib/intel_bufops: Add init with handle and size function
` [igt-dev] [PATCH i-g-t v31 14/40] lib/intel_batchbuffer: Integrate intel_bb with allocator
` [igt-dev] [PATCH i-g-t v31 15/40] lib/intel_batchbuffer: Use relocations in intel-bb up to gen12
` [igt-dev] [PATCH i-g-t v31 16/40] lib/intel_batchbuffer: Create bb with strategy / vm ranges
` [igt-dev] [PATCH i-g-t v31 17/40] lib/intel_batchbuffer: Add tracking intel_buf to intel_bb
` [igt-dev] [PATCH i-g-t v31 18/40] lib/intel_batchbuffer: Don't collect relocations for newer gens
` [igt-dev] [PATCH i-g-t v31 19/40] lib/igt_fb: Initialize intel_buf with same size as fb
` [igt-dev] [PATCH i-g-t v31 20/40] tests/api_intel_bb: Remove check-canonical test
` [igt-dev] [PATCH i-g-t v31 21/40] tests/api_intel_bb: Modify test to verify intel_bb with allocator
` [igt-dev] [PATCH i-g-t v31 22/40] tests/api_intel_bb: Add compressed->compressed copy
` [igt-dev] [PATCH i-g-t v31 23/40] tests/api_intel_bb: Add purge-bb test
` [igt-dev] [PATCH i-g-t v31 24/40] tests/api_intel_bb: Add simple intel-bb which uses allocator
` [igt-dev] [PATCH i-g-t v31 25/40] tests/api_intel_bb: Use allocator in delta-check test
` [igt-dev] [PATCH i-g-t v31 26/40] tests/api_intel_bb: Check switching vm in intel-bb
` [igt-dev] [PATCH i-g-t v31 27/40] tests/api_intel_allocator: Simple allocator test suite
` [igt-dev] [PATCH i-g-t v31 28/40] tests/api_intel_allocator: Add execbuf with allocator example
` [igt-dev] [PATCH i-g-t v31 29/40] tests/api_intel_allocator: Verify child can use its standalone allocator
` [igt-dev] [PATCH i-g-t v31 30/40] tests/gem_softpin: Verify allocator and execbuf pair work together
` [igt-dev] [PATCH i-g-t v31 31/40] tests/gem|kms: Remove intel_bb from fixture
` [igt-dev] [PATCH i-g-t v31 32/40] tests/gem_mmap_offset: Use intel_buf wrapper code instead direct
` [igt-dev] [PATCH i-g-t v31 33/40] tests/gem_ppgtt: Adopt test to use intel_bb with allocator
` [igt-dev] [PATCH i-g-t v31 34/40] tests/gem_render_copy_redux: Adopt to use with intel_bb and allocator
` [igt-dev] [PATCH i-g-t v31 35/40] tests/perf.c: Remove buffer from batch
` [igt-dev] [PATCH i-g-t v31 36/40] tests/gem_linear_blits: Use intel allocator
` [igt-dev] [PATCH i-g-t v31 37/40] lib/intel_allocator: drop kill_children()
` [igt-dev] [PATCH i-g-t v31 38/40] lib/intel_allocator: Add alloc function which allows passing strategy argument
` [igt-dev] [PATCH i-g-t v31 39/40] tests/api_intel_allocator: Check alloc with strategy API
` [igt-dev] [PATCH i-g-t v31 40/40] lib/intel_allocator: Wait for allocator thread to be ready

[RFC PATCH-for-6.1 0/9] hw/clock: Strengthen machine (non-qdev) clock propagation
 2021-04-12 10:31 UTC  (6+ messages)

[PATCH 0/3] drm: Add aperture helpers
 2021-04-12 10:31 UTC  (5+ messages)
` [PATCH 1/3] drm/aperture: Add infrastructure for aperture ownership

rdma-core: Minimum supported Debian & Ubuntu releases
 2021-04-12 10:31 UTC 

[PATCH RFC net-next 0/3] Multi-CPU DSA support
 2021-04-12  4:53 UTC  (7+ messages)
` [PATCH RFC net-next 1/3] net: dsa: allow for multiple CPU ports

Add support for Murata SCA3300 Accelerometer
 2021-04-12 10:29 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: iio: accel: Add SCA3300 documentation

[ANNOUNCE] util-linux v2.37-rc1
 2021-04-12 10:30 UTC 

[PATCH V5 00/12] block: support bio based io polling
 2021-04-12 10:29 UTC  (15+ messages)
` [PATCH V5 03/12] block: create io poll context for submission and poll task
  ` [dm-devel] "
` [PATCH V5 07/12] block: prepare for supporting bio_list via other link
  ` [dm-devel] "
` [PATCH V5 08/12] block: use per-task poll context to implement bio based io polling
    ` [dm-devel] "

[PATCH v6 00/10] CoreSight configuration management; ETM strobing
 2021-04-12 10:28 UTC  (4+ messages)
` [PATCH v6 07/10] coresight: etm4x: Add complex configuration handlers to etmv4

[PATCH 00/18] drm/vc4: hdmi: Add Support for the YUV output
 2021-04-12 10:28 UTC  (9+ messages)
` [PATCH 09/18] drm/vc4: hdmi: Remove limited_rgb_range
` [PATCH 10/18] drm/vc4: hdmi: Convert to bridge
` [PATCH 11/18] drm/vc4: hdmi: Move XBAR setup to csc_setup
` [PATCH 12/18] drm/vc4: hdmi: Replace CSC_CTL hardcoded value by defines

[PATCH v2 00/10] KVM: Consolidate and optimize MMU notifiers
 2021-04-12 10:27 UTC  (11+ messages)
` [PATCH v2 03/10] KVM: arm64: Convert to the gfn-based MMU notifier callbacks

[RFC]extension of the anchor API
 2021-04-12  9:58 UTC  (7+ messages)

[PATCH v4] sound: rawmidi: Add framing mode
 2021-04-12 10:26 UTC  (11+ messages)

[PATCH 1/8] iwlwifi: mvm: don't disconnect immediately if we don't hear beacons after CSA
 2021-04-12 10:27 UTC  (2+ messages)

[PATCH] sched/fair: use signed long when compute energy delta in eas
 2021-04-12 10:26 UTC  (9+ messages)

[PATCH v2 0/9] sched: Clean up SCHED_DEBUG
 2021-04-12 10:26 UTC  (11+ messages)
` [PATCH v2 1/9] sched/numa: Allow runtime enabling/disabling of NUMA balance without SCHED_DEBUG
` [PATCH v2 2/9] sched: Remove sched_schedstats sysctl out from under SCHED_DEBUG
` [PATCH v2 3/9] sched: Dont make LATENCYTOP select SCHED_DEBUG
` [PATCH v2 4/9] sched: Move SCHED_DEBUG sysctl to debugfs
` [PATCH v2 5/9] sched,preempt: Move preempt_dynamic to debug.c
` [PATCH v2 6/9] debugfs: Implement debugfs_create_str()
` [PATCH v2 7/9] sched,debug: Convert sysctl sched_domains to debugfs
` [PATCH v2 8/9] sched: Move /proc/sched_debug "
` [PATCH v2 9/9] sched,fair: Alternative sched_slice()

[dpdk-dev] [PATCH] eal/windows: fix pthreads macros return values
 2021-04-12 10:26 UTC  (6+ messages)

[PATCH 01/12] iwlwifi: remove TCM events
 2021-04-12 10:26 UTC  (2+ messages)

[PATCH 0/4] Support pwm driver for aspeed ast26xx
 2021-04-12  9:54 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: Add bindings for aspeed pwm-tach
` [PATCH 2/4] dt-bindings: Add bindings for aspeed pwm
` [PATCH 3/4] pwm: Add Aspeed ast2600 PWM support
` [PATCH 4/4] pwm: Add support for aspeed pwm controller

consolidate the flock uapi definitions
 2021-04-12 10:22 UTC  (7+ messages)

[PATCH 01/12] iwlwifi: mvm: write queue_sync_state only for sync
 2021-04-12 10:24 UTC  (2+ messages)

[bvanassche:scsi-for-next 31/36] drivers/scsi/53c700.c:984:6: error: member reference base type '__u8' (aka 'unsigned char') is not a structure or union
 2021-04-12 10:23 UTC 

[PATCH 0/3] ext4: Fix data corruption when extending DIO write races with buffered read
 2021-04-12 10:23 UTC  (4+ messages)
` [PATCH 1/3] iomap: Pass original DIO size to completion handler
` [PATCH 2/3] ext4: Fix occasional generic/418 failure
` [PATCH 3/3] ext4: Fix overflow in ext4_iomap_alloc()

[PATCH] x86/cpuid: Advertise no-lmsle unilaterally to hvm guests
 2021-04-12 10:22 UTC 

[Outreachy kernel] [PATCH] staging: rtl8192u: Remove variable set but not used
 2021-04-12 10:23 UTC  (3+ messages)

[PATCH 0/4] CAN TRANSCEIVER: Add support for CAN transceivers
 2021-04-12 10:22 UTC  (10+ messages)
` [PATCH 1/4] dt-bindings: phy: Add binding for TI TCAN104x "
` [PATCH 2/4] phy: phy-can-transceiver: Add support for generic CAN transceiver driver
` [PATCH 4/4] can: m_can_platform: Add support for transceiver as phy

[PATCH 00/12] iwlwifi: updates intended for v5.13 2021-03-31
 2021-04-12 10:22 UTC  (3+ messages)
` [PATCH 05/12] iwlwifi: pcie: try to grab NIC access early

[PATCH] HID: hid-sensor-custom: remove useless variable
 2021-04-12 10:20 UTC  (5+ messages)

[Outreachy kernel] [PATCH] staging: rtl8192u: Remove function
 2021-04-12 10:22 UTC  (4+ messages)

[PATCH 0/9 v6] Introduce a bulk order-0 page allocator with two in-tree users
 2021-04-12 10:21 UTC  (5+ messages)
` [PATCH 1/9] mm/page_alloc: Rename alloced to allocated
` [PATCH 2/9] mm/page_alloc: Add a bulk page allocator

[SPDK] Re: NVMe Multipath subsystem controller IDs
 2021-04-12 10:21 UTC 

[PATCH v3 0/3] Generic SMMU Bindings
 2021-04-12 10:20 UTC  (5+ messages)

[PATCH] lightnvm: deprecated OCSSD support and schedule it for removal in Linux 5.15
 2021-04-12 10:20 UTC  (6+ messages)

[PATCH v2] tee: amdtee: unload TA only when its refcount becomes 0
 2021-04-12 10:19 UTC  (5+ messages)

[PATCH v2] iio: adis16480: support burst read function
 2021-04-12 10:18 UTC  (4+ messages)

[PATCH v1 1/1] iio: adc: ad7768-1: Keep fwnode reference count balanced
 2021-04-12 10:19 UTC 

[RESEND PATCH 0/3] MAINTAINERS: update STMicroelectronics email
 2021-04-12 10:19 UTC  (3+ messages)
  ` [Linux-stm32] "

[PATCH RFC net] igb: Fix XDP with PTP enabled
 2021-04-12 10:17 UTC  (2+ messages)
` [Intel-wired-lan] "

[PATCH 1/6] staging: media: intel-ipu3: replace bit shifts with BIT() macro
 2021-04-12 10:17 UTC  (5+ messages)
      ` [Outreachy kernel] "

[PATCH] iio: light: gp2ap002: Fix rumtime PM imbalance on error
 2021-04-12 10:15 UTC  (4+ messages)

[PATCH -next] ALSA: virtio: use module_virtio_driver() to simplify the code
 2021-04-12 10:15 UTC  (3+ messages)

[PATCH v2] Behringer UFX1604 / UFX1204: get rid of unneeded implicit feedback and pops and clicks while on 96000hz
 2021-04-12 10:14 UTC  (4+ messages)

[PATCH v1 2/2] Bluetooth: Support the vendor specific debug events
 2021-04-12 10:12 UTC  (3+ messages)

[PATCH v3] perf: build reproducibility improvements
 2021-04-12 10:13 UTC  (3+ messages)

Commit moratorium on staging-4.15
 2021-04-12 10:14 UTC  (3+ messages)
  ` Commit moratorium on staging-4.15 lifited

[PATCH v2 00/30] media: atmel: atmel-isc: add support for xisc
 2021-04-12 10:12 UTC  (10+ messages)
` [PATCH v2 04/30] media: atmel: atmel-isc: specialize max width and max height
` [PATCH v2 28/30] dt-bindings: media: atmel: add microchip-xisc binding

[PATCH v2 1/1] serial: sh-sci: Respect deferred probe when getting IRQ
 2021-04-12 10:11 UTC  (3+ messages)

[linux-next:master 9184/11648] drivers/net/ethernet/stmicro/stmmac/stmmac_main.c:4388 stmmac_xdp_run_prog() error: (-2147483647) too low for ERR_PTR
 2021-04-12 10:12 UTC 

[PATCH 01/12] iwlwifi: mvm: enable TX on new CSA channel before disconnecting
 2021-04-12 10:09 UTC  (2+ messages)

[PATCH] v4l2-ctrls: fix reference to freed memory
 2021-04-12 10:10 UTC 

[PATCH v4 1/1] docs/devel: Add VFIO device migration documentation
 2021-04-12 10:10 UTC  (2+ messages)

[PATCH] Staging: Remove line to fix checkpatch error
 2021-04-12 10:10 UTC  (3+ messages)
` [Outreachy kernel] "

[PATCH v3 0/2] clean up dt_binding_check and dtbs_check warnings of renesas,rsnd.yaml
 2021-04-12 10:06 UTC  (6+ messages)
` [PATCH v3 0/2] clean up dt_binding_check and dtbs_check warnings of renesas, rsnd.yaml
` [PATCH v3 1/2] ASoC: dt-bindings: renesas, rsnd: Clear warning 'dais' is a required property
` [PATCH v3 2/2] ASoC: dt-bindings: renesas, rsnd: Clear warning 'ports' does not match any of the regexes

main - tests: race on md raid still being hit on 5.12-rc6
 2021-04-12 10:08 UTC 

[RFC/PATCH] powerpc/smp: Add SD_SHARE_PKG_RESOURCES flag to MC sched-domain
 2021-04-12 10:06 UTC  (5+ messages)

[PATCH 0/2] x86: is_pv*domain() adjustments
 2021-04-12 10:07 UTC  (4+ messages)
` [PATCH 1/2] x86: correct is_pv_domain() when !CONFIG_PV

[dpdk-dev] [PATCH 0/3] Increase test compatibility with PA IOVA
 2021-04-12 10:06 UTC  (4+ messages)
` [dpdk-dev] [PATCH 1/3] test: disable no-huge test "
` [dpdk-dev] [PATCH 2/3] test: disable no-huge where it's not necessary
` [dpdk-dev] [PATCH 3/3] test: fix the -n unit test description

kernel BUG at mm/huge_memory.c:2736(linux 5.10.29)
 2021-04-12 10:07 UTC 

[PATCH v2 net-next] net: multipath routing: configurable seed
 2021-04-12 10:02 UTC 

[PATCH] phy: nxp-c45: add driver for tja1103
 2021-04-12 10:02 UTC  (3+ messages)

[PATCH 0/2] USB: serial: cp210x: provide gpio valid mask
 2021-04-12 10:00 UTC  (3+ messages)

[PATCH v6 00/10] Introduce VDUSE - vDPA Device in Userspace
 2021-04-12  9:59 UTC  (10+ messages)
` [PATCH v6 09/10] vduse: "
    `  "

[PATCH] md/bitmap: wait for bitmap writes to complete during the tear down sequence
 2021-04-12  9:59 UTC  (7+ messages)

stable-rc/linux-5.4.y build: 199 builds: 0 failed, 199 passed, 120 warnings (v5.4.111-112-gf9b2de2cddd46)
 2021-04-12  9:58 UTC 

[PATCH] powerpc: alignment: Remove unneeded variables
 2021-04-12  9:59 UTC 

incoming
 2021-04-12  9:56 UTC  (5+ messages)
` [patch 05/16] kasan: fix hwasan build for gcc


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.