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

[PATCH] mm/page_alloc: Add a bulk page allocator -fix -fix -fix
 2021-04-12 11:02 UTC 

[PATCH v2 0/3] media: add vb2_queue_change_type() helper
 2021-04-12 11:02 UTC  (4+ messages)
` [PATCH v2 1/3] media: videobuf2-v4l2.c: "
` [PATCH v2 2/3] media: vivid: remove stream_sliced_vbi_cap field
` [PATCH v2 3/3] media: vivid: use vb2_queue_change_type

[PATCH 09/15] hash: set and copy algo field in struct object_id
 2021-04-12 11:02 UTC  (4+ messages)
` [PATCH 0/2] C99: harder dependency on variadic macros
  ` [PATCH 1/2] git-compat-util.h: clarify comment on GCC-specific code
  ` [PATCH 2/2] C99 support: remove non-HAVE_VARIADIC_MACROS code

[PATCH] powerpc: alignment: Remove unneeded variables
 2021-04-12 11:01 UTC  (3+ messages)

[igt-dev] [PATCH i-g-t] CI HAX: Adding test to fast feedback testlist
 2021-04-12 11:12 UTC 

[PATCH] arm/sbsa-acs: update patch status
 2021-04-12 11:01 UTC 

[PATCH] v4l2-ctrls: fix reference to freed memory
 2021-04-12 11:00 UTC  (2+ messages)

[PATCH 1/6] staging: media: intel-ipu3: replace bit shifts with BIT() macro
 2021-04-12 11:00 UTC  (6+ messages)

[igt-dev] [v5 i-g-t] tests/kms_busy: Limit the execution to two pipes
 2021-04-12 16:57 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for tests/kms_busy: Limit the execution to two pipes (rev5)

[PATCH RESEND 00/12] USB: serial: xr: add support for more device types
 2021-04-12 11:00 UTC  (3+ messages)
` [PATCH 12/12] USB: cdc-acm: add more Maxlinear/Exar models to ignore list

[PATCH] iommu/amd: Fix extended features logging
 2021-04-12 10:59 UTC  (9+ messages)

[PATCH 00/10] USB: serial: clean up the ti drivers
 2021-04-12 10:59 UTC  (2+ messages)

[PATCH 0/9 v6] Introduce a bulk order-0 page allocator with two in-tree users
 2021-04-12 10:59 UTC  (10+ messages)
` [PATCH 2/9] mm/page_alloc: Add a bulk page allocator
` [PATCH 3/9] mm/page_alloc: Add an array-based interface to the "
` [PATCH 4/9] mm/page_alloc: optimize code layout for __alloc_pages_bulk
` [PATCH 5/9] mm/page_alloc: inline __rmqueue_pcplist

[igt-dev] [PATCH i-g-t v31 00/40] Introduce IGT allocator
 2021-04-12 10:59 UTC  (42+ 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
` [igt-dev] ✗ Fi.CI.BUILD: failure for Introduce IGT allocator (rev34)

[PATCH] net: mac802154: fix WARNING in ieee802154_del_device
 2021-04-12 10:58 UTC 

[PATCH v4 for-6.0 00/12] esp: fix asserts/segfaults discovered by fuzzer
 2021-04-12 10:56 UTC  (4+ messages)
` [PATCH v4 for-6.0 05/12] esp: introduce esp_fifo_pop_buf() and use it instead of fifo8_pop_buf()

Newer stable-tools
 2021-04-12 10:58 UTC 

[GIT PULL] usb: changes for v5.13-rc1
 2021-04-12 10:56 UTC  (4+ messages)

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

[PATCH 0/3] sched: Fix remaining balance_push vs hotplug hole
 2021-04-12 10:55 UTC  (4+ messages)
` [PATCH 2/3] cpumask: Introduce DYING mask

[PATCH 1/1] arm: do not copy magic 4 bytes of appended DTB in zImage
 2021-04-12 10:52 UTC  (3+ messages)

consolidate the flock uapi definitions
 2021-04-12 10:53 UTC  (8+ messages)
` [PATCH 5/5] compat: consolidate the compat_flock{,64} definition

[PATCH v1 1/1] leds: as3645a: Keep fwnode reference count balanced
 2021-04-12 10:38 UTC 

[PATCH] platform/x86: pmc_atom: Match all Beckhoff Automation baytrail boards with critclk_systems DMI table
 2021-04-12 10:54 UTC  (4+ messages)

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

[PATCH] mm: memcontrol: fix forget to obtain the ref to objcg in split_page_memcg
 2021-04-12 10:53 UTC  (4+ messages)
  ` [External] "

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

[qemu-mainline test] 160980: regressions - FAIL
 2021-04-12 10:53 UTC 

[PATCH v3 0/4] xen/arm: Prevent Dom0 to be loaded when using dom0less
 2021-04-12 10:52 UTC  (5+ messages)
` [PATCH v3 1/4] xen/arm: Move dom0 creation in domain_build.c
` [PATCH v3 2/4] xen/arm: Handle cases when hardware_domain is NULL
` [PATCH v3 3/4] xen/arm: Reserve domid 0 for Dom0
` [PATCH v3 4/4] xen/arm: Prevent Dom0 to be loaded when using dom0less

[PATCH] gpu: drm: Replace bare "unsigned" with "unsigned int"
 2021-04-12 10:53 UTC  (2+ messages)

[PATCH 00/15] SHA-256 / SHA-1 interop, part 1
 2021-04-12 10:53 UTC  (6+ messages)
` [PATCH 09/15] hash: set and copy algo field in struct object_id

[ext4:dev 11/28] mballoc.c:undefined reference to `atomic64_read_386'
 2021-04-12 10:51 UTC  (2+ messages)

pull-request: iwlwifi-next 2021-04-12
 2021-04-12 10:52 UTC 

[PATCH] iommu: remove read_msi_from_ire hook
 2021-04-12 10:50 UTC  (2+ messages)

[PATCH] serial: stm32: optimize spin lock usage
 2021-04-12 10:50 UTC 

[PATCH] x86/efi: Do not release sub-1MB memory regions when the crashkernel option is specified
 2021-04-12 10:49 UTC  (5+ messages)

[PATCH] brcmfmac: Add support for BCM43596 PCIe Wi-Fi
 2021-04-12 10:39 UTC  (3+ messages)

[PATCH v2] xen/pci: Refactor PCI MSI interrupts related code
 2021-04-12 10:49 UTC  (2+ messages)

stable-rc/queue/4.9 baseline: 96 runs, 4 regressions (v4.9.266-25-g4d32a2aabc058)
 2021-04-12 10:49 UTC 

[PATCH] x86/cpuid: Advertise no-lmsle unilaterally to hvm guests
 2021-04-12 10:48 UTC  (2+ messages)

[PATCH v5 10/11] KVM: VMX: Enable SGX virtualization for SGX1, SGX2 and LC
 2021-04-12 10:47 UTC  (4+ messages)

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

[PATCH 5.10 000/188] 5.10.30-rc1 review
 2021-04-12 10:45 UTC  (5+ messages)
` [PATCH 5.10 055/188] virtio_net: Do not pull payload in skb->head

[RFC]: can-next 2021-04-06: peak_usb cleanups
 2021-04-12 10:45 UTC  (2+ messages)

[PATCH v2 0/2] staging: vc04_services: cleanup patchset for style issues
 2021-04-12 10:44 UTC  (3+ messages)
` [PATCH v2 1/2] staging: vc04_services: remove trailing whitespace
` [PATCH v2 2/2] staging: vc04_services: rectify spelling mistake

[PATCH] tty: use printk_safe context at tty_msg()
 2021-04-12 10:44 UTC  (8+ messages)
    ` [PATCH v2] tty: use printk_deferred() "
          ` How to handle concurrent access to /dev/ttyprintk ?

[PULL 0/5] target-arm queue
 2021-04-12 10:42 UTC  (7+ 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
` [PULL 3/5] accel/tcg: Preserve PAGE_ANON when changing page permissions
` [PULL 4/5] target/arm: Check PAGE_WRITE_ORG for MTE writeability
` [PULL 5/5] exec: Fix overlap of PAGE_ANON and PAGE_TARGET_1

[PATCH] Documentation: dev-tools: Add Testing Overview
 2021-04-12 10:43 UTC  (3+ messages)

More KCSAN data-race Reports
 2021-04-12 10:42 UTC  (3+ messages)

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

[PATCH RFC net-next 0/3] Multi-CPU DSA support
 2021-04-12  5:04 UTC  (6+ messages)

[PATCH] x86/shadow: adjust callback arrays
 2021-04-12 10:42 UTC 

stable-rc/queue/4.4 baseline: 92 runs, 8 regressions (v4.4.266-20-g75f357a6ebb81)
 2021-04-12 10:41 UTC 

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

[PATCH v3 0/2] VMX: apic access page handling adjustments
 2021-04-12 10:40 UTC  (2+ messages)
` [PATCH v4] VMX: use a single, global APIC access page

[PATCH v7 1/2] platform/x86: dell-privacy: Add support for Dell hardware privacy
 2021-04-12 10:39 UTC  (3+ messages)

[PATCH] openvswitch: perform refragmentation for packets which pass through conntrack
 2021-04-12 10:38 UTC  (6+ messages)
    ` [ovs-dev] "

[PATCH] ASoC: fsl_sai: Don't use devm_regmap_init_mmio_clk
 2021-04-12 10:37 UTC  (4+ messages)

[PATCH V5 00/12] block: support bio based io polling
 2021-04-12 10:37 UTC  (9+ messages)
` [PATCH V5 08/12] block: use per-task poll context to implement "
      ` [dm-devel] "

[dpdk-dev] [PATCH] eal/windows: fix pthreads macros return values
 2021-04-12 10:37 UTC  (4+ messages)
` [dpdk-dev] [PATCH v2] "

[RFC PATCH 0/13]: qedi tmf fixes
 2021-04-12 10:36 UTC  (21+ 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] "
` [PATCH 11/13] scsi: qedi: pass send_iscsi_tmf task to abort
  ` [EXT] "
` [PATCH 12/13] scsi: qedi: make sure tmf works are done before disconnect
  ` [EXT] "
` [PATCH 13/13] scsi: qedi: always wake up if cmd_cleanup_req is set
  ` [EXT] "

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

stable-rc/linux-4.4.y build: 165 builds: 0 failed, 165 passed, 12 warnings (v4.4.266-35-gafa6a544124b7)
 2021-04-12 10:35 UTC 

stable-rc/queue/4.14 build: 198 builds: 0 failed, 198 passed, 68 warnings (v4.14.230-59-g8186e9dd7149)
 2021-04-12 10:35 UTC 

[dpdk-dev] [PATCH 0/3] Fixes for testpmd
 2021-04-12 10:35 UTC  (3+ messages)
` [dpdk-dev] [PATCH 2/3] app/testpmd: remove forwarding config from parsing Rx and Tx

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

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

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 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  (5+ messages)
` [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  (6+ messages)

[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  (8+ 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 v2 0/9] sched: Clean up SCHED_DEBUG
 2021-04-12 10:26 UTC  (3+ messages)
` [PATCH v2 9/9] sched,fair: Alternative sched_slice()

[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

[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 


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.