All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-02-02 13:42:51 to 2022-02-02 14:05:20 UTC [more...]

[PATCH v2 0/4] ethdev: introduce IP reassembly offload
 2022-02-02 14:04 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 4/4] security: add IPsec option for IP reassembly
      ` [EXT] "

[PATCH] mm/page_alloc: Don't pass pfn to free_unref_page_commit()
 2022-02-02 14:04 UTC 

[PATCH net-next 0/6] net: page_pool: Add page_pool stat counters
 2022-02-02 14:04 UTC  (4+ messages)

[PATCH v2 00/31] clk: mediatek: Cleanups and Improvements - Part 1
 2022-02-02 13:48 UTC  (71+ messages)
` [PATCH v2 01/31] clk: mediatek: Use %pe to print errors
` [PATCH v2 02/31] clk: mediatek: gate: Consolidate gate type clk related code
` [PATCH v2 03/31] clk: mediatek: gate: Internalize clk implementation
` [PATCH v2 04/31] clk: mediatek: gate: Implement unregister API
` [PATCH v2 05/31] clk: mediatek: gate: Clean up included headers
` [PATCH v2 06/31] clk: mediatek: cpumux: Implement unregister API
` [PATCH v2 07/31] clk: mediatek: cpumux: Internalize struct mtk_clk_cpumux
` [PATCH v2 08/31] clk: mediatek: cpumux: Clean up included headers
` [PATCH v2 09/31] clk: mediatek: mux: Implement unregister API
` [PATCH v2 10/31] clk: mediatek: mux: Internalize struct mtk_clk_mux
` [PATCH v2 11/31] clk: mediatek: mux: Clean up included headers
` [PATCH v2 12/31] clk: mediatek: pll: Split definitions into separate header file
` [PATCH v2 13/31] clk: mediatek: pll: Implement unregister API
` [PATCH v2 14/31] clk: mediatek: pll: Clean up included headers
` [PATCH v2 15/31] clk: mediatek: Implement mtk_clk_unregister_fixed_clks() API
` [PATCH v2 16/31] clk: mediatek: Implement mtk_clk_unregister_factors() API
` [PATCH v2 17/31] clk: mediatek: Implement mtk_clk_unregister_divider_clks() API
` [PATCH v2 18/31] clk: mediatek: Implement mtk_clk_unregister_composites() API
` [PATCH v2 19/31] clk: mediatek: Add mtk_clk_simple_remove()
` [PATCH v2 20/31] clk: mediatek: mtk: Clean up included headers
` [PATCH v2 21/31] clk: mediatek: cpumux: Implement error handling in register API
` [PATCH v2 22/31] clk: mediatek: gate: "
` [PATCH v2 23/31] clk: mediatek: mux: Reverse check for existing clk to reduce nesting level
` [PATCH v2 24/31] clk: mediatek: mux: Implement error handling in register API
` [PATCH v2 25/31] clk: mediatek: pll: "
` [PATCH v2 26/31] clk: mediatek: mtk: Implement error handling in register APIs
` [PATCH v2 27/31] clk: mediatek: Unregister clks in mtk_clk_simple_probe() error path
` [PATCH v2 28/31] clk: mediatek: mt8195: Hook up mtk_clk_simple_remove()
` [PATCH v2 29/31] clk: mediatek: mt8195: Implement error handling in probe functions
` [PATCH v2 30/31] clk: mediatek: mt8195: Implement remove functions
` [PATCH v2 31/31] clk: mediatek: Warn if clk IDs are duplicated

[PATCH v2 net-next 0/3] net/smc: Optimizing performance in
 2022-02-02 14:04 UTC  (7+ messages)
` [PATCH v2 net-next 2/3] net/smc: Limits backlog connections
` [PATCH v2 net-next 3/3] net/smc: Fallback when handshake workqueue congested

[PATCH 0/4] mm/gup: some cleanups
 2022-02-02 14:04 UTC  (3+ messages)
` [PATCH 1/4] mm: Fix invalid page pointer returned with FOLL_PIN gups

[PATCH 4.4] Input: i8042 - Fix misplaced backport of "add ASUS Zenbook Flip to noselftest list"
 2022-02-02 14:03 UTC 

[PATCH v3] mm: fix race between MADV_FREE reclaim and blkdev direct IO read
 2022-02-02 14:03 UTC  (2+ messages)

[PATCH] [RFC] apic: fix timer base macro definitions
 2022-02-02 14:02 UTC 

[PATCH v5 1/5] dt-bindings: clock: gcc-msm8998: Add definitions of SSC-related clocks
 2022-02-02 14:02 UTC  (3+ messages)
` [PATCH v5 3/5] dt-bindings: bus: add device tree bindings for qcom,ssc-block-bus

[PATCH v3 0/3] Add STM32MP13 EXTI support
 2022-02-02 14:00 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: interrupt-controller: stm32-exti: document st,stm32mp13-exti
` [PATCH v3 2/3] irqchip/stm32-exti: add STM32MP13 support
` [PATCH v3 3/3] ARM: dts: stm32: Enable EXTI on stm32mp13

[PATCH v2 00/12] Miscellaneous IIO core enhancements
 2022-02-02 14:02 UTC  (13+ messages)
` [PATCH v2 01/12] iio: core: Enhance the kernel doc of modes and currentmodes iio_dev entries
` [PATCH v2 02/12] iio: magnetometer: rm3100: Stop abusing the ->currentmode
` [PATCH v2 03/12] iio: adc: stm32-dfsdm: Avoid dereferencing ->currentmode
` [PATCH v2 04/12] iio: st_sensors: Drop the protection on _avail functions
` [PATCH v2 05/12] iio: st_sensors: Add a local lock for protecting odr
` [PATCH v2 06/12] iio: st_sensors: Stop abusing mlock to ensure internal coherency
` [PATCH v2 07/12] iio: st_sensors: Use iio_device_claim/release_direct_mode() when relevant
` [PATCH v2 08/12] iio: Un-inline iio_buffer_enabled()
` [PATCH v2 09/12] iio: core: Hide read accesses to iio_dev->currentmode
` [PATCH v2 10/12] iio: core: Move the currentmode entry to the opaque structure
` [PATCH v2 11/12] iio: core: Simplify the registration of kfifo buffers
` [PATCH v2 12/12] iio: core: Clarify the modes

[PATCH v5 06/12] dt-bindings: pwm: add microchip corepwm binding
 2022-02-02 14:02 UTC  (6+ messages)

[PATCH v2] arm64: move efi_reboot to restart handler
 2022-02-02 14:01 UTC  (6+ messages)

[PATCH stable 4.4] KVM: x86: Fix misplaced backport of "work around leak of uninitialized stack contents"
 2022-02-02 14:00 UTC  (2+ messages)

[paulmck-rcu:dev.2022.02.01a] BUILD SUCCESS 5721fe42e5e76b24e5a37c4fb5a4807cd4eb925d
 2022-02-02 14:00 UTC 

[bluetooth-next:master] BUILD SUCCESS 5dee595b19df80bda081d6cd27043a876bf25aee
 2022-02-02 14:00 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 4c44843f7a9c642de663b537f77bbfa10aabc4ab
 2022-02-02 14:00 UTC 

[paulmck-rcu:rcu/next] BUILD SUCCESS 8194b9a5e4a00eb738b15093d67d9aee9cf0ba96
 2022-02-02 14:00 UTC 

[PATCH RFC bpf-next v2 2/5] bpf: Introduce inherit list for dir tag
 2022-02-02 14:00 UTC 

[PATCH v2] dma-buf-map: Rename to iosys-map
 2022-02-02 14:00 UTC  (6+ messages)
    ` [Intel-gfx] "

[PATCH v5 00/14] PCI devices passthrough on Arm, part 3
 2022-02-02 13:58 UTC  (9+ messages)
` [PATCH v5 09/14] vpci/header: emulate PCI_COMMAND register for guests
` [PATCH v5 12/14] xen/arm: translate virtual PCI bus topology "

[LTP] [PATCH v3] Add futex_waitv tests
 2022-02-02 14:01 UTC  (2+ messages)

[PATCH v3 0/5] Fix some cache flush bugs
 2022-02-02 13:58 UTC  (4+ messages)
` [PATCH v3 4/5] mm: hugetlb: fix missing cache flush in hugetlb_mcopy_atomic_pte()

[PATCH] systemd: allow to create directory whose path contains symlink
 2022-02-02 13:57 UTC 

[PATCH v3 0/2] tests/9pfs: Fix leak and add some more g_auto* annotations
 2022-02-02 13:31 UTC  (2+ messages)

[PATCH v3 1/1] virtio: fix the condition for iommu_platform not supported
 2022-02-02 13:24 UTC  (8+ messages)

[PATCH 00/12] i2c-hid: fixes for unnumbered reports and other improvements
 2022-02-02 13:56 UTC  (2+ messages)

[PATCH v4 0/3] Fix regression introduced by disabling accelerated scrolling in fbcon
 2022-02-02 13:55 UTC  (4+ messages)
` [PATCH v4 1/3] Revert "fbdev: Garbage collect fbdev scrolling acceleration, part 1 (from TODO list)"
` [PATCH v4 2/3] Revert "fbcon: Disable accelerated scrolling"
` [PATCH v4 3/3] fbcon: Add option to enable legacy hardware acceleration

IGC build issue with devtoolset-8 (GNU 8.3.1)
 2022-02-02 13:54 UTC 

[RFC PATCH] drm/i915: Fix vma lifetime
 2022-02-02 13:55 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[kvm-unit-tests v2 PATCH] vmx: Fix EPT accessed and dirty flag test
 2022-02-02 13:55 UTC 

[PATCH v2 0/2] EFI: Reset system after capsule-on-disk
 2022-02-02 13:54 UTC  (3+ messages)
` [PATCH v2 1/2] efi_loader: use efi_update_capsule_firmware() for capsule on disk
` [PATCH v2 2/2] efi_loader: Reset system after CapsuleUpdate "

[PATCH] libata: Don't issue ATA_LOG_DIRECTORY to SATADOM-ML 3ME
 2022-02-02 13:54 UTC  (6+ messages)

[PATCH 0/8] bpf: Add fprobe link
 2022-02-02 13:53 UTC  (9+ messages)
` [PATCH 1/8] bpf: Add support to attach kprobe program with fprobe
` [PATCH 2/8] bpf: Add bpf_get_func_ip kprobe helper for fprobe link
` [PATCH 3/8] bpf: Add bpf_cookie support to fprobe
` [PATCH 4/8] libbpf: Add libbpf__kallsyms_parse function
` [PATCH 5/8] libbpf: Add bpf_link_create support for multi kprobes
` [PATCH 6/8] libbpf: Add bpf_program__attach_kprobe_opts "
` [PATCH 7/8] selftest/bpf: Add fprobe attach test
` [PATCH 8/8] selftest/bpf: Add fprobe test for bpf_cookie values

[PATCH v2] drivers: net: Replace acpi_bus_get_device()
 2022-02-02 13:54 UTC  (3+ messages)

[PATCH v2 0/3] drm/panel: Add MIPI DBI compatible SPI driver
 2022-02-02 13:53 UTC  (7+ messages)
` [PATCH v2 3/3] "

[PATCH v3] vhost: cache avail index in vhost_enable_notify()
 2022-02-02 13:53 UTC  (5+ messages)

[PATCH] fs/binfmt_elf: fix PT_LOAD p_align values for loaders
 2022-02-02 13:52 UTC  (2+ messages)

[PATCH v2] soc: renesas: Add support for reading product revision for RZ/G2L family
 2022-02-02 13:51 UTC  (7+ messages)

[PATCH v3 1/2] dt-bindings: display: Turn lvds.yaml into a generic schema
 2022-02-02 13:50 UTC  (12+ messages)
` [PATCH v3 2/2] dt-bindings: panel: Introduce a panel-lvds binding

[PATCH 1/4] mm/kasan: Add CONFIG_KASAN_SOFTWARE
 2022-02-02 13:50 UTC  (3+ messages)

[PATCH wpan-next v2 0/5] ieee802154: Improve durations handling
 2022-02-02 13:50 UTC  (7+ messages)
` [PATCH wpan-next v2 5/5] net: ieee802154: Drop duration settings when the core does it already

[PATCH v4 0/9] Test the new fanotify FAN_FS_ERROR event
 2022-02-02 13:49 UTC  (4+ messages)
  ` [LTP] "

[RFC PATCH 1/3] Introduce per thread group current virtual cpu id
 2022-02-02 13:48 UTC  (3+ messages)

[Buildroot] [PATCHv2] package/glibc: allow runing on kernels older than used for the headers
 2022-02-02 13:48 UTC 

[PATCH] common: handle old versions of modprobe which don't support --help
 2022-02-02 13:48 UTC  (2+ messages)

[PATCH] HID: i2c-hid: goodix: Fix a lockdep splat
 2022-02-02 13:48 UTC  (3+ messages)

[PATCH 00/21] some fbcon patches, mostly locking
 2022-02-02 13:48 UTC  (6+ messages)
` [PATCH 01/21] MAINTAINERS: Add entry for fbdev core
      ` [Intel-gfx] "

[PATCH RFC v1] drivers/base/node: consolidate node device subsystem initialization in node_dev_init()
 2022-02-02 13:45 UTC  (6+ messages)
  ` [PATCH RFC v1] drivers/base/node: consolidate node device subsystem initialization in node_dev_i

can't get BTF: type .rodata.cst32: not found
 2022-02-02 13:47 UTC  (8+ messages)

[PATCH 1/9] drm/ttm: add common accounting to the resource mgr v3
 2022-02-02 13:46 UTC  (9+ messages)
` [PATCH 2/9] drm/ttm: move the LRU into resource handling v3
` [PATCH 3/9] drm/ttm: add resource iterator
` [PATCH 4/9] drm/radeon: remove resource accounting
` [PATCH 5/9] drm/amdgpu: remove GTT accounting
` [PATCH 6/9] drm/amdgpu: remove VRAM accounting
` [PATCH 7/9] drm/amdgpu: drop amdgpu_gtt_node v2
` [PATCH 8/9] drm/ttm: allow bulk moves for all domains
` [PATCH 9/9] drm/ttm: rework bulk move handling v2

[PATCH 00/10] Light core IIO enhancements
 2022-02-02 13:46 UTC  (4+ messages)
` [PATCH 10/10] iio: core: Clarify the modes

[PATCH] thunderbolt: Replace acpi_bus_get_device()
 2022-02-02 13:46 UTC  (3+ messages)

[PATCH v2 0/4] virtio-iommu: Support VIRTIO_IOMMU_F_BYPASS_CONFIG
 2022-02-02 13:21 UTC  (5+ messages)
` [PATCH v2 3/4] virtio-iommu: Support bypass domain

[PATCH] hwtracing: coresight: Replace acpi_bus_get_device()
 2022-02-02 13:44 UTC  (3+ messages)

[PATCH net 0/2] net: fix issues when uncloning an skb dst+metadata
 2022-02-02 13:44 UTC  (4+ messages)
` [PATCH net 1/2] net: do not keep the dst cache when uncloning an skb dst and its metadata

[PATCH v5 0/7] DAX poison recovery
 2022-02-02 13:44 UTC  (7+ messages)
` [PATCH v5 5/7] pmem: add pmem_recovery_write() dax op
  ` [dm-devel] "
` [PATCH v5 6/7] dax: add recovery_write to dax_iomap_iter in failure path
  ` [dm-devel] "

[PATCH 00/12] Update gstreamer recipes to 1.19.90
 2022-02-02 13:42 UTC  (13+ messages)
` [PATCH 01/12] gstreamer1.0: 1.18.5 -> 1.19.90
` [PATCH 02/12] gstreamer1.0-plugins-base: "
` [PATCH 03/12] gstreamer1.0-plugins-good: "
` [PATCH 04/12] gstreamer1.0-plugins-bad: "
` [PATCH 05/12] gstreamer1.0-plugins-ugly: "
` [PATCH 06/12] gstreamer1.0-libav: "
` [PATCH 07/12] gstreamer1.0-python: "
` [PATCH 08/12] gstreamer1.0-omx: "
` [PATCH 09/12] gstreamer1.0-vaapi: "
` [PATCH 10/12] gstreamer1.0-rtsp-server: "
` [PATCH 11/12] gst-examples: "
` [PATCH 12/12] gst-devtools: "


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.