messages from 2024-02-21 14:58:59 to 2024-02-21 16:57:51 UTC [more...]
[PATCH] ipmi: kcs: Update OBF poll timeout to reduce latency
2024-02-21 16:57 UTC (5+ messages)
[PATCH v2 0/2] ARM: decompressor: support AUTO_ZRELADDR and appended DTB
2024-02-21 16:57 UTC (2+ messages)
[PATCH RFC net] ps3/gelic: Fix possible NULL pointer dereference
2024-02-21 16:56 UTC
[PATCH 0/6] block atomic writes for XFS
2024-02-21 16:56 UTC (5+ messages)
[PATCH v3 0/4] tracing/user_events: Introduce multi-format events
2024-02-21 16:56 UTC (8+ messages)
` [PATCH v3 1/4] tracing/user_events: Prepare find/delete for same name events
` [PATCH v3 2/4] tracing/user_events: Introduce multi-format events
[PATCH v3] x86/coco: Require seeding RNG with RDRAND on CoCo systems
2024-02-21 16:55 UTC (5+ messages)
[RFC] arm64: syscall: Direct PRNG kstack randomization
2024-02-21 16:54 UTC (5+ messages)
[PATCH] arm64: dts: ti: k3-j721e-evm-pcie0-ep: Extend overlay for PCIE1 in EP Mode
2024-02-21 16:53 UTC (2+ messages)
[PATCH] drm/panfrost: Replace fdinfo's profiling debugfs knob with sysfs
2024-02-21 16:52 UTC (2+ messages)
x86: fortify-string.h:63:33: error: '__builtin_memcmp' specified bound exceeds maximum object size
2024-02-21 16:51 UTC (2+ messages)
[PATCH 0/3] KVM: VMX: MSR intercept/passthrough cleanup and simplification
2024-02-21 16:50 UTC (6+ messages)
` [PATCH 3/3] KVM: VMX: simplify MSR interception enable/disable
[PATCH v2] arm64: defconfig: Enable zram, xfs and loading compressed FW support
2024-02-21 16:50 UTC (14+ messages)
[PATCH 0/3] Handle hugetlb faults under the VMA lock
2024-02-21 16:49 UTC (4+ messages)
` [PATCH 1/3] mm/memory: Change vmf_anon_prepare() to be non-static
[PATCH 00/31] NT synchronization primitive driver
2024-02-21 16:49 UTC (3+ messages)
[PATCH v9 00/24] x86/resctrl: monitored closid+rmid together, separate arch/fs locking
2024-02-21 16:48 UTC (7+ messages)
[PATCH] x86/resctrl: Remove lockdep annotation that triggers false positive
2024-02-21 16:48 UTC (2+ messages)
[PATCH v3 0/1] tcp/dcpp: Un-pin tw_timer
2024-02-21 16:45 UTC (6+ messages)
` [PATCH v3 1/1] "
[PATCH v1] PM: runtime: add tracepoint for runtime_status changes
2024-02-21 16:41 UTC
[PATCH v3 0/8] clk: hisilicon: add support for Hi3798MV200
2024-02-21 16:41 UTC (9+ messages)
` [PATCH v3 1/8] dt-bindings: clock: convert hisi-crg.txt to YAML
` [PATCH v3 2/8] ARM: dts: hisilicon: add missing compatibles to CRG node
` [PATCH v3 3/8] dt-bindings: clock: histb-clock: split into two header files
` [PATCH v3 4/8] arm64: dts: hisilicon: fix include path
` [PATCH v3 5/8] clk: hisilicon: fix include path for crg-hi3798cv200
` [PATCH v3 6/8] dt-bindings: clock: hisilicon,clock-reset-controller: add Hi3798MV200 SoC
` [PATCH v3 7/8] dt-bindings: clock: hisilicon: add clock definitions for Hi3798MV200
` [PATCH v3 8/8] clk: hisilicon: add CRG driver for Hi3798MV200 SoC
[PATCH v4] bpf: Replace bpf_lpm_trie_key 0-length array with flexible array
2024-02-21 16:39 UTC (2+ messages)
[PATCH 0/9] SVM guest shadow stack support
2024-02-21 16:38 UTC (4+ messages)
` [PATCH 6/9] KVM: SVM: Add MSR_IA32_XSS to the GHCB for hypervisor kernel
[PATCH -next] iomap: add pos and dirty_len into trace_iomap_writepage_map
2024-02-21 16:37 UTC (2+ messages)
[PATCH v2 0/5] nvme-fc: fix blktests nvme/041
2024-02-21 16:37 UTC (8+ messages)
` [PATCH v2 1/5] nvme-fc: rename free_ctrl callback to match name pattern
` [PATCH v2 2/5] nvme-fc: do not retry when auth fails or connection is refused
` "
` [PATCH v2 3/5] nvme-fabrics: introduce ref counting for nvmf_ctrl_options
linux-next: build warning after merge of the arm-soc-fixes tree
2024-02-21 16:36 UTC (7+ messages)
ath11k allocation failure on resume breaking wifi until power cycle
2024-02-21 16:34 UTC (2+ messages)
[REGRESSION] 6.8-rc process is unable to exit and consumes a lot of cpu
2024-02-21 16:32 UTC
[PATCH 0/9] Add Chameleon v3 video support
2024-02-21 16:30 UTC (7+ messages)
` [PATCH 7/9] media: dt-bindings: Add Chameleon v3 framebuffer
` [PATCH 8/9] media: dt-bindings: Add Intel Displayport RX IP
[PATCH RFC bpf-next v3 00/16] sleepable bpf_timer (was: allow HID-BPF to do device IOs)
2024-02-21 16:25 UTC (17+ messages)
` [PATCH RFC bpf-next v3 01/16] bpf/verifier: allow more maps in sleepable bpf programs
` [PATCH RFC bpf-next v3 02/16] bpf/verifier: introduce in_sleepable() helper
` [PATCH RFC bpf-next v3 03/16] bpf/verifier: add is_async_callback_calling_insn() helper
` [PATCH RFC bpf-next v3 04/16] bpf/helpers: introduce sleepable bpf_timers
` [PATCH RFC bpf-next v3 05/16] bpf/verifier: add bpf_timer as a kfunc capable type
` [PATCH RFC bpf-next v3 06/16] bpf/helpers: introduce bpf_timer_set_sleepable_cb() kfunc
` [PATCH RFC bpf-next v3 07/16] bpf/helpers: mark the callback of bpf_timer_set_sleepable_cb() as sleepable
` [PATCH RFC bpf-next v3 08/16] bpf/verifier: do_misc_fixups for is_bpf_timer_set_sleepable_cb_kfunc
` [PATCH RFC bpf-next v3 09/16] HID: bpf/dispatch: regroup kfuncs definitions
` [PATCH RFC bpf-next v3 10/16] HID: bpf: export hid_hw_output_report as a BPF kfunc
` [PATCH RFC bpf-next v3 11/16] selftests/hid: Add test for hid_bpf_hw_output_report
` [PATCH RFC bpf-next v3 12/16] HID: bpf: allow to inject HID event from BPF
` [PATCH RFC bpf-next v3 13/16] selftests/hid: add tests for hid_bpf_input_report
` [PATCH RFC bpf-next v3 14/16] HID: bpf: allow to use bpf_timer_set_sleepable_cb() in tracing callbacks
` [PATCH RFC bpf-next v3 15/16] selftests/hid: add test for bpf_timer
` [PATCH RFC bpf-next v3 16/16] selftests/hid: add KASAN to the VM tests
[RFC] cputime: Introduce option to force full dynticks accounting on NOHZ & NOHZ_IDLE CPUs
2024-02-21 16:24 UTC (4+ messages)
CVE-2023-52437: Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d" [resend]
2024-02-21 16:22 UTC (6+ messages)
` CVE-2023-52437: Revert "md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d"
[PATCH 00/23] Rework Nomadik GPIO to add Mobileye EyeQ5 support
2024-02-21 16:22 UTC (16+ messages)
` [PATCH 05/23] gpio: nomadik: extract GPIO platform driver from drivers/pinctrl/nomadik/
` [PATCH 13/23] gpio: nomadik: fix offset bug in nmk_pmx_set()
` [PATCH 18/23] gpio: nomadik: support mobileye,eyeq5-gpio
[PATCH] firmware: tegra: bpmp: Return directly after a failed kzalloc() in get_filename()
2024-02-21 16:21 UTC (2+ messages)
[PATCH bpf] bpf, sockmap: Fix NULL pointer dereference in sk_psock_verdict_data_ready()
2024-02-21 16:20 UTC (2+ messages)
[PATCH v2] fpga: dfl: afu: support Rev 2 of DFL Port feature
2024-02-21 16:14 UTC (10+ messages)
[PATCH net-next] ipv6/sit: Do not allocate stats in the driver
2024-02-21 16:17 UTC
[PATCH v2] iommu: Fix iommu_sva_bind_device to the same domain
2024-02-21 16:17 UTC (3+ messages)
[RFC PATCH v2 0/4] tsm: Runtime measurement registers ABI
2024-02-21 16:16 UTC (3+ messages)
` [RFC PATCH v2 2/4] tsm: Add RTMRs to the configfs-tsm hierarchy
[PATCH 0/3] arch: Remove fbdev dependency from video helpers
2024-02-21 16:05 UTC (4+ messages)
` [PATCH 1/3] arch: Select fbdev helpers with CONFIG_VIDEO
` [PATCH 2/3] arch: Remove struct fb_info from video helpers
` [PATCH 3/3] arch: Rename fbdev header and source files
[PATCH] coredump debugging: add a tracepoint to report the coredumping
2024-02-21 16:00 UTC (7+ messages)
[PATCH] drivers/iommu: Ensure that the queue base address is successfully written during SMMU initialization
2024-02-21 16:08 UTC (3+ messages)
[PATCH v6 00/13] Add support for Mobileye EyeQ5 system controller
2024-02-21 16:08 UTC (4+ messages)
` [PATCH v6 05/13] dt-bindings: pinctrl: mobileye,eyeq5-pinctrl: add bindings
[PATCH RFC bpf-next v2 00/10] allow HID-BPF to do device IOs
2024-02-21 16:06 UTC (6+ messages)
` [PATCH RFC bpf-next v2 02/10] bpf/helpers: introduce sleepable timers
[PATCH] ASoC: qcom: Fix uninitialized pointer dmactl
2024-02-21 16:02 UTC (2+ messages)
[PATCH v2 0/9] Add Chameleon v3 video support
2024-02-21 16:02 UTC (10+ messages)
` [PATCH v2 1/9] media: v4l2-subdev: Add a pad variant of .query_dv_timings()
` [PATCH v2 2/9] media: Add Chameleon v3 framebuffer driver
` [PATCH v2 3/9] drm/dp_mst: Move DRM-independent structures to separate header
` [PATCH v2 4/9] lib: Move DisplayPort CRC functions to common lib
` [PATCH v2 5/9] drm/display: Add mask definitions for DP_PAYLOAD_ALLOCATE_* registers
` [PATCH v2 6/9] media: intel: Add Displayport RX IP driver
` [PATCH v2 7/9] media: dt-bindings: Add Chameleon v3 framebuffer
` [PATCH v2 8/9] media: dt-bindings: Add Intel Displayport RX IP
` [PATCH v2 9/9] ARM: dts: chameleonv3: Add video device nodes
[PATCH] mm/util.c: Added page count to __vm_enough_memory failure warning
2024-02-21 16:02 UTC
[PATCH 6.1 000/206] 6.1.79-rc2 review
2024-02-21 16:02 UTC (2+ messages)
[PATCH v5 00/12] mtd: rawnand: brcmnand: driver and doc updates
2024-02-21 16:01 UTC (6+ messages)
` [PATCH v5 11/12] mtd: rawnand: brcmnand: exec_op helper functions return type fixes
[PATCH v3 1/2] dt-bindings: arm64: mediatek: add Kontron 3.5"-SBC-i1200
2024-02-21 15:59 UTC (2+ messages)
` [PATCH v3 2/2] arm64: dts: "
[PATCH net-next 0/2] Expose netdev name in netdev netlink APIs
2024-02-21 15:57 UTC (3+ messages)
` [PATCH net-next 1/2] netdev-genl: Add ifname for queue and NAPI APIs
` [PATCH net-next 2/2] netdev-genl: spec: Add ifname to netdev nl YAML spec
[PATCH 0/4] arm64: mm: support dynamic vmalloc/pmd configuration
2024-02-21 15:54 UTC (7+ messages)
` [PATCH 2/4] mm: pgalloc: support address-conditional pmd allocation
` [External] "
` [External] Re: [PATCH 0/4] arm64: mm: support dynamic vmalloc/pmd configuration
[PATCH v20 0/9] Add REMOVE_BUF ioctl
2024-02-21 15:54 UTC (10+ messages)
` [PATCH v20 1/9] media: videobuf2: Update vb2_is_busy() logic
` [PATCH v20 2/9] videobuf2: Add min_reqbufs_allocation field to vb2_queue structure
` [PATCH v20 3/9] media: test-drivers: Set REQBUFS minimum number of buffers
` [PATCH v20 4/9] media: core: Rework how create_buf index returned value is computed
` [PATCH v20 5/9] media: core: Add bitmap manage bufs array entries
` [PATCH v20 6/9] media: core: Free range of buffers
` [PATCH v20 7/9] media: v4l2: Add REMOVE_BUFS ioctl
` [PATCH v20 8/9] media: v4l2: Add mem2mem helpers for "
` [PATCH v20 9/9] media: verisilicon: Support removing buffers on capture queue
[PATCH] arm64: defconfig: drop ext2 filesystem and redundant ext3
2024-02-21 15:50 UTC
[PATCH v1] ALSA: memalloc: Fix indefinite hang in non-iommu case
2024-02-21 15:52 UTC (10+ messages)
` Stall at page allocations with __GFP_RETRY_MAYFAIL (Re: [PATCH v1] ALSA: memalloc: Fix indefinite hang in non-iommu case)
` [PATCH] mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL allocations
[PATCH v2 for-next 0/2] RDMA/hns: Support configuring congestion control algorithm with QP granularity
2024-02-21 15:52 UTC (3+ messages)
` [PATCH v2 for-next 2/2] RDMA/hns: Support userspace "
[PATCH] arm64: defconfig: Enable zram, xfs and loading compressed FW support
2024-02-21 15:52 UTC (5+ messages)
[PATCH RFC 0/5] support NUMA emulation for arm64
2024-02-21 15:51 UTC (4+ messages)
` [PATCH v1 0/2] support NUMA emulation for genertic arch
[PATCH -next] arm32: enable HAVE_LD_DEAD_CODE_DATA_ELIMINATION
2024-02-21 15:51 UTC (4+ messages)
[PATCH net-next v6] bonding: rate-limit bonding driver inspect messages
2024-02-21 15:49 UTC (2+ messages)
[PATCH] mm/mmu_gather: change __tlb_remove_tlb_entry() to an inline function
2024-02-21 15:45 UTC
[PATCH] Documentation/ftrace: Correct wording on trace_options sharing
2024-02-21 15:47 UTC (3+ messages)
[PATCH] soc: qcom: spm: fix building with CONFIG_REGULATOR=n
2024-02-21 15:44 UTC
[PATCH v2 0/2] iio: adc: ad7944: new driver
2024-02-21 15:44 UTC (4+ messages)
` [PATCH v2 1/2] dt-bindings: iio: adc: add ad7944 ADCs
[PATCH 0/1] MAINTAINERS: Add S32G SoC maintainer
2024-02-21 15:43 UTC (6+ messages)
` [PATCH 1/1] MAINTAINERS: Add maintainer for NXP S32G boards
[RFC PATCH v2 0/4] Fix force_irqthread + fast triggered edge-type IRQs
2024-02-21 15:41 UTC (6+ messages)
` [RFC PATCH v2 3/4] irq: Introduce IRQ_HANDLED_MANY
[PATCH] iommu/vt-d: Check for non-NULL domain on device release
2024-02-21 15:40 UTC (4+ messages)
[PATCH 6.1 000/197] 6.1.79-rc1 review
2024-02-21 15:39 UTC (2+ messages)
[PATCH v2] mm/mmap: return early if it can't merge in vma_merge()
2024-02-21 15:38 UTC (2+ messages)
[PATCH 6.6 000/331] 6.6.18-rc1 review
2024-02-21 15:37 UTC (2+ messages)
[PATCH v11 00/14] PCI: imx6: Clean up and add imx95 pci support
2024-02-21 15:36 UTC (7+ messages)
` [PATCH v11 07/14] dt-bindings: imx6q-pcie: Clean up irrationality clocks check
` [PATCH v11 10/14] PCI: imx6: Add iMX95 PCIe Root Complex support
[PATCH v2 0/2] iommu/vt-d: Introduce rbtree for probed devices
2024-02-21 15:34 UTC (3+ messages)
` [PATCH v2 2/2] iommu/vt-d: Use device rbtree in iopf reporting path
[PATCH v2] drm/bridge: adv7511: fix crash on irq during probe
2024-02-21 15:32 UTC (2+ messages)
[PATCH 6.7 000/309] 6.7.6-rc1 review
2024-02-21 15:32 UTC (2+ messages)
[PATCH] media: v4l2-mem2mem: fix mem order in last buf
2024-02-21 15:32 UTC (7+ messages)
[PATCH 0/2] iommu/vt-d: Introduce rbtree for probed devices
2024-02-21 15:31 UTC (5+ messages)
` [PATCH 2/2] iommu/vt-d: Use device rbtree in iopf reporting path
[RESEND PATCH v0 0/5] wave5 codec driver
2024-02-21 15:26 UTC (9+ messages)
` [RESEND PATCH v0 3/5] wave5 : Support runtime suspend/resume
[PATCH 1/2] kbuild: change tool coverage variables to take the path relative to $(obj)
2024-02-21 15:24 UTC (5+ messages)
` [PATCH 2/2] kbuild: change DTC_FLAGS_<basetarget>.o "
[PATCH 0/2] mm, slab: two minor cleanups
2024-02-21 15:23 UTC (2+ messages)
[PATCH rc 0/8] Add missing cache flush and dirty tracking set for nested parent domain
2024-02-21 15:19 UTC (3+ messages)
` [PATCH rc 3/8] iommu/vt-d: Add missing iotlb flush for "
[PATCH net 0/2] mptcp: fix another deadlock issue
2024-02-21 15:19 UTC (3+ messages)
` [PATCH net 2/2] selftests: mptcp: explicitly trigger the listener diag code-path
[PATCH] firmware_loader: Suppress warning on FW_OPT_NO_WARN flag
2024-02-21 15:18 UTC (2+ messages)
[PATCH v2 00/20] Omnivision OV4689 refactoring and improvements
2024-02-21 15:02 UTC (2+ messages)
[PATCH 0/1] Always record job cycle and timestamp information
2024-02-21 15:13 UTC (7+ messages)
[PATCH v5 0/5] pwm: meson: dt-bindings fixup
2024-02-21 15:11 UTC (6+ messages)
` [PATCH v5 1/5] dt-bindings: pwm: amlogic: fix s4 bindings
` [PATCH v5 2/5] dt-bindings: pwm: amlogic: Add a new binding for meson8 pwm types
` [PATCH v5 3/5] pwm: meson: generalize 4 inputs clock on meson8 pwm type
` [PATCH v5 4/5] pwm: meson: don't carry internal clock elements around
` [PATCH v5 5/5] pwm: meson: add generic compatible for meson8 to sm1
Running ttm_device_test leads to list_add corruption. prev->next should be next (ffffffffc05cd428), but was 6b6b6b6b6b6b6b6b. (prev=ffffa0b1a5c034f0) (kernel 6.7.5)
2024-02-21 15:09 UTC (7+ messages)
[PATCH net-next v4 00/17] net: Add support for Power over Ethernet (PoE)
2024-02-21 15:06 UTC (5+ messages)
` [PATCH net-next v4 14/17] dt-bindings: net: pse-pd: Add bindings for PD692x0 PSE controller
[LSF TOPIC] statx extensions for subvol/snapshot filesystems & more
2024-02-21 15:06 UTC (2+ messages)
[PATCH 0/9] ALSA: cs35l56: Apply calibration from EFI
2024-02-21 15:05 UTC (10+ messages)
` [PATCH 1/9] ASoC: wm_adsp: Fix missing mutex_lock in wm_adsp_write_ctl()
` [PATCH 2/9] ALSA: hda: hda_cs_dsp_ctl: Only call notify when a control has been added to a card
` [PATCH 3/9] ASoC: wm_adsp: Add wm_adsp_start() and wm_adsp_stop()
` [PATCH 4/9] ASoC: cs-amp-lib: Add helpers for factory calibration data
` [PATCH 5/9] ASoC: cs35l56: Add helper functions for amp calibration
` [PATCH 6/9] ASoC: cs35l56: Apply amp calibration from EFI data
` [PATCH 7/9] ALSA: hda: hda_cs_dsp_ctl: Add helper function to write calibration
` [PATCH 8/9] ALSA: hda: cs35l56: Apply amp calibration from EFI data
` [PATCH 9/9] ASoC: cs-amp-lib: Add KUnit test for calibration helpers
[PATCH net] tun: Fix xdp_rxq_info's queue_index when detaching
2024-02-21 15:03 UTC (4+ messages)
[PATCH] dt-bindings: vendor-prefixes: Add missing prefixes used in compatibles
2024-02-21 15:03 UTC (5+ messages)
[PATCH 5.10/5.15 0/1] Bluetooth: Fix deadlock in vhci_send_frame
2024-02-21 14:57 UTC (2+ messages)
` [PATCH 5.10/5.15 1/1] "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox