messages from 2024-03-27 21:45:16 to 2024-03-28 00:47:04 UTC [more...]
[PATCH net-next v4 0/3] make skip_sw actually skip software
2024-03-28 0:46 UTC (7+ messages)
` [PATCH net-next v4 1/3] net: sched: cls_api: add skip_sw counter
` [PATCH net-next v4 2/3] net: sched: cls_api: add filter counter
` [PATCH net-next v4 3/3] net: sched: make skip_sw actually skip software
[PATCH 0/1] sched/fair: allow disabling newidle_balance with sched_relax_domain_level
2024-03-28 0:30 UTC (2+ messages)
` [PATCH 1/1] "
[PATCH] uprobes: reduce contention on uprobes_tree access
2024-03-28 0:45 UTC (7+ messages)
[PATCH v19 000/130] KVM TDX basic feature support
2024-03-28 0:45 UTC (50+ messages)
` [PATCH v19 038/130] KVM: TDX: create/destroy VM structure
` [PATCH v19 044/130] KVM: TDX: Do TDX specific vcpu initialization
` [PATCH v19 046/130] KVM: x86/mmu: Add address conversion functions for TDX shared bit of GPA
` [PATCH v19 052/130] KVM: x86/mmu: Track shadow MMIO value on a per-VM basis
` [PATCH v19 058/130] KVM: x86/mmu: Add a private pointer to struct kvm_mmu_page
` [PATCH v19 059/130] KVM: x86/tdp_mmu: Don't zap private pages for unsupported cases
` [PATCH v19 062/130] KVM: x86/tdp_mmu: Support TDX private mapping for TDP MMU
[PATCH 00/23] v2: imx258 improvement series
2024-03-28 0:44 UTC (26+ messages)
` [PATCH 01/23] media: i2c: imx258: Remove unused defines
` [PATCH 02/23] media: i2c: imx258: Make image geometry meet sensor requirements
` [PATCH 03/23] media: i2c: imx258: Disable digital cropping on binned modes
` [PATCH 04/23] media: i2c: imx258: Remove redundant I2C writes
` [PATCH 05/23] media: i2c: imx258: Add regulator control
` [PATCH 06/23] media: i2c: imx258: Make V4L2_CID_VBLANK configurable
` [PATCH 07/23] media: i2c: imx258: Split out common registers from the mode based ones
` [PATCH 08/23] media: i2c: imx258: Add support for 24MHz clock
` [PATCH 09/23] media: i2c: imx258: Add support for running on 2 CSI data lanes
` [PATCH 10/23] media: i2c: imx258: Follow normal V4L2 behaviours for clipping exposure
` [PATCH 11/23] media: i2c: imx258: Add get_selection for pixel array information
` [PATCH 12/23] media: i2c: imx258: Allow configuration of clock lane behaviour
` [PATCH 13/23] media: i2c: imx258: Correct max FRM_LENGTH_LINES value
` [PATCH 14/23] media: i2c: imx258: Issue reset before starting streaming
` [PATCH 15/23] media: i2c: imx258: Set pixel_rate range to the same as the value
` [PATCH 16/23] media: i2c: imx258: Support faster pixel rate on binned modes
` [PATCH 17/23] dt-bindings: media: imx258: Rename to include vendor prefix
` [PATCH 18/23] dt-bindings: media: imx258: Add alternate compatible strings
` [PATCH 19/23] media: i2c: imx258: Change register settings for variants of the sensor
` [PATCH 20/23] media: i2c: imx258: Make HFLIP and VFLIP controls writable
` [PATCH 21/23] drivers: media: i2c: imx258: Use macros
` [PATCH 22/23] drivers: media: i2c: imx258: Add support for powerdown gpio
` [PATCH 23/23] drivers: media: i2c: imx258: Add support for reset gpio
[PATCH 0/3] Add sy7802 flash led driver
2024-03-28 0:44 UTC (5+ messages)
` [PATCH 1/3] dt-bindings: leds: Add Silergy SY7802 flash LED
` [PATCH 2/3] leds: sy7802: Add support for Silergy SY7802 flash LED controller
` [PATCH 3/3] arm64: dts: qcom: msm8939-longcheer-l9100: Add rear flash
[PATCH v19 RESEND 0/5] Introducing trace buffer mapping by user-space
2024-03-28 0:32 UTC (3+ messages)
` [PATCH v19 RESEND 4/5] Documentation: tracing: Add ring-buffer mapping
ARM SVE ABI: kernel dropping SVE/SME state on syscalls
2024-03-28 0:30 UTC
[PATCH v2 0/2] vhost: Fix stale available ring entries
2024-03-28 0:27 UTC (10+ messages)
` [PATCH v2 1/2] vhost: Add smp_rmb() in vhost_vq_avail_empty()
[PATCH v9 00/15] Add Cgroup support for SGX EPC memory
2024-03-28 0:24 UTC (8+ messages)
` [PATCH v9 08/15] x86/sgx: Implement EPC reclamation flows for cgroup
[PATCH 0/3] dmaengine: xilinx: xdma: Various fixes for xdma
2024-03-28 0:23 UTC (4+ messages)
` [PATCH 2/3] dmaengine: xilinx: xdma: Fix synchronization issue
[PATCH v10 00/14] Add Cgroup support for SGX EPC memory
2024-03-28 0:22 UTC (15+ messages)
` [PATCH v10 01/14] x86/sgx: Replace boolean parameters with enums
` [PATCH v10 02/14] cgroup/misc: Add per resource callbacks for CSS events
` [PATCH v10 03/14] cgroup/misc: Export APIs for SGX driver
` [PATCH v10 04/14] cgroup/misc: Add SGX EPC resource type
` [PATCH v10 05/14] x86/sgx: Implement basic EPC misc cgroup functionality
` [PATCH v10 06/14] x86/sgx: Add sgx_epc_lru_list to encapsulate LRU list
` [PATCH v10 07/14] x86/sgx: Abstract tracking reclaimable pages in LRU
` [PATCH v10 08/14] x86/sgx: Add basic EPC reclamation flow for cgroup
` [PATCH v10 09/14] x86/sgx: Implement async reclamation "
` [PATCH v10 10/14] x86/sgx: Charge mem_cgroup for per-cgroup reclamation
` [PATCH v10 11/14] x86/sgx: Abstract check for global reclaimable pages
` [PATCH v10 12/14] x86/sgx: Turn on per-cgroup EPC reclamation
` [PATCH v10 13/14] Docs/x86/sgx: Add description for cgroup support
` [PATCH v10 14/14] selftests/sgx: Add scripts for EPC cgroup testing
[PATCH v3 0/3] vhost: Fix stale available ring entries
2024-03-28 0:21 UTC (4+ messages)
` [PATCH v3 1/3] vhost: Add smp_rmb() in vhost_vq_avail_empty()
` [PATCH v3 2/3] vhost: Add smp_rmb() in vhost_enable_notify()
` [PATCH v3 3/3] vhost: Improve vhost_get_avail_idx() with smp_rmb()
linux-next: build failure after merge of the scsi-mkp tree
2024-03-28 0:18 UTC (2+ messages)
[PATCH] ata: pata_macio: drop driver owner assignment
2024-03-28 0:17 UTC (2+ messages)
[PATCH 00/12] kbuild: enable some -Wextra warnings by default
2024-03-28 0:14 UTC (5+ messages)
` [PATCH 10/12] sata: sx4: fix pdc20621_get_from_dimm() on 64-bit
[syzbot] [bpf?] possible deadlock in kvfree_call_rcu
2024-03-28 0:12 UTC (6+ messages)
` false positive deadlock? Was: "
[PATCH] selinux: use u32 as bit type in ebitmap code
2024-03-28 0:08 UTC (2+ messages)
[BUG] seltests/iommu: runaway ./iommufd consuming 99% CPU after a failed assert()
2024-03-28 0:05 UTC (10+ messages)
[PATCH 0/4] kprobes: permit use without modules
2024-03-27 23:47 UTC (7+ messages)
` [PATCH 4/4] kprobes: Remove core dependency on modules
NMIs reported by console_blast.sh with 6.6.20-rt25
2024-03-27 23:44 UTC (3+ messages)
[PATCH v2 1/1] vhost: Added pad cleanup if vnet_hdr is not present
2024-03-27 23:18 UTC
[PATCH] LANDLOCK: use kmem_cache for landlock_object
2024-03-27 23:43 UTC (2+ messages)
[syzbot] [bpf?] [net?] KMSAN: uninit-value in dev_map_lookup_elem
2024-03-27 23:41 UTC (3+ messages)
` [syzbot] "
[WIP 0/3] Memory model and atomic API in Rust
2024-03-27 23:35 UTC (19+ messages)
[PATCH v12] platform/x86: add lenovo WMI camera button driver
2024-03-27 23:35 UTC (2+ messages)
[PATCH v1 1/1] platform/x86: quickstart: Miscellaneous improvements
2024-03-27 23:35 UTC (2+ messages)
[PATCH v4 0/3] arm64: dts: qcom: apq8016: Add Schneider HMIBSC board DTS
2024-03-27 23:34 UTC (4+ messages)
` [PATCH v4 3/3] "
[PATCH] pci: ivtv: Add check for DMA map result
2024-03-27 23:32 UTC
[PATCH] kunit: configs: Enable CONFIG_DAMON_DBGFS_DEPRECATED for --alltests
2024-03-27 23:32 UTC (2+ messages)
[PATCH] soc: qcom: cmd-db: map shared memory as WT, not WB
2024-03-27 23:29 UTC (5+ messages)
[PATCH v2 2/2] selinux: improve symtab string hashing
2024-03-27 23:26 UTC (2+ messages)
[PATCH v2 1/2] selinux: dump statistics for more hash tables
2024-03-27 23:26 UTC (2+ messages)
(no subject)
2024-03-27 23:22 UTC
[PATCH 1/4] drm/tiny: ili9225: drop driver owner assignment
2024-03-27 23:15 UTC (4+ messages)
` [PATCH 4/4] drm/tiny: st7586: "
[PATCH RFC 0/7] regulator: new APIs for voltage reference supplies
2024-03-27 23:18 UTC (8+ messages)
` [PATCH RFC 1/7] regulator: devres: add APIs for "
` [PATCH RFC 2/7] hwmon: (adc128d818) Use devm_regulator_get_optional_enable_get_voltage()
` [PATCH RFC 3/7] hwmon: (da9052) Use devm_regulator_get_enable_get_voltage()
` [PATCH RFC 4/7] iio: addac: ad74115: "
` [PATCH RFC 5/7] iio: frequency: admv1013: "
` [PATCH RFC 6/7] staging: iio: impedance-analyzer: "
` [PATCH RFC 7/7] Input: mpr121: "
[PATCH net-next] net: create a dummy net_device allocator
2024-03-27 23:17 UTC (2+ messages)
[PATCH] drm/prime: Unbreak virtgpu dma-buf export
2024-03-27 23:15 UTC (3+ messages)
[PATCH] usb: typec: ucsi: Wait 20ms before retrying reset
2024-03-27 23:12 UTC (5+ messages)
[syzbot] [bpf?] possible deadlock in trie_update_elem
2024-03-27 23:12 UTC
[PATCH v3] mtd: limit OTP NVMEM Cell parse to non Nand devices
2024-03-27 22:15 UTC (5+ messages)
[PATCH v5 0/3] selftests/resctrl: Simplify test cleanup functions
2024-03-27 23:08 UTC (3+ messages)
[PATCH] ACPI: thermal_lib: Continue registering thermal zones even if trip points fail validation
2024-03-27 23:04 UTC (3+ messages)
[PATCH] x86/resctrl: Fix mbm_setup_overflow_handler() when last CPU goes offline
2024-03-27 23:01 UTC (3+ messages)
[RFC PATCH bpf-next 0/3] bpf: freeze a task cgroup from bpf
2024-03-27 22:53 UTC (4+ messages)
` [RFC PATCH bpf-next 1/3] cgroup: add cgroup_freeze_no_kn() to freeze a "
` [RFC PATCH bpf-next 2/3] bpf: add bpf_task_freeze_cgroup() to freeze the cgroup of a task
` [RFC PATCH bpf-next 3/3] selftests/bpf: add selftest for bpf_task_freeze_cgroup
[syzbot] [bpf?] [net?] general protection fault in dev_map_enqueue
2024-03-27 22:55 UTC (2+ messages)
[PATCH 5/5] clocksource/drivers/timer-clint: Add T-Head C9xx clint support
2024-03-27 22:53 UTC (2+ messages)
[RFC PATCH v3 0/8] mm: workingset reporting
2024-03-27 22:53 UTC (3+ messages)
[PATCH v3 0/6] Add Synopsys DesignWare HDMI RX Controller
2024-03-27 22:50 UTC (7+ messages)
` [PATCH v3 1/6] dt-bindings: reset: Define reset id used for HDMI Receiver
` [PATCH v3 2/6] clk: rockchip: rst-rk3588: Add reset line "
` [PATCH v3 3/6] dt-bindings: media: Document HDMI RX Controller
` [PATCH v3 4/6] arm64: dts: rockchip: Add device tree support for "
` [PATCH v3 5/6] media: platform: synopsys: Add support for hdmi input driver
` [PATCH v3 6/6] MAINTAINERS: Add entry for Synopsys DesignWare HDMI RX Driver
[PATCH 0/3] usb: typec: ucsi: Ack connector change early
2024-03-27 22:45 UTC (4+ messages)
` [PATCH 1/3] usb: typec: ucsi: Stop abuse of bit definitions from ucsi.h
` [PATCH 2/3] usb: typec: ucsi: Never send a lone connector change ack
` [PATCH 3/3] usb: typec: ucsi_acpi: Remove Dell quirk
[PATCH] smp: Use str_plural() to fix Coccinelle warnings
2024-03-27 22:42 UTC
[PATCH v2 0/3] usb: typec: Implement UCSI driver for ChromeOS
2024-03-27 22:40 UTC (4+ messages)
` [PATCH v2 2/3] usb: typec: ucsi: Import interface for UCSI transport
[RFC PATCH 0/9] zswap: store zero-filled pages more efficiently
2024-03-27 22:38 UTC (16+ messages)
` [RFC PATCH 2/9] mm: zswap: refactor storing to the tree out of zswap_store()
` [RFC PATCH 3/9] mm: zswap: refactor limit checking from zswap_store()
` [RFC PATCH 4/9] mm: zswap: move more same-filled pages checks outside of zswap_store()
` [RFC PATCH 5/9] mm: zswap: remove zswap_same_filled_pages_enabled
` [RFC PATCH 6/9] mm: zswap: drop support for non-zero same-filled pages handling
[PATCH v4 0/2] Update mce_record tracepoint
2024-03-27 22:35 UTC (4+ messages)
` [PATCH v4 2/2] tracing: Include Microcode Revision in "
[PATCH 00/26] DCD: Add support for Dynamic Capacity Devices (DCD)
2024-03-27 22:34 UTC (3+ messages)
` [PATCH 16/26] cxl/extent: Realize extent devices
[PATCH 00/23] v2: imx258 improvement series
2024-03-27 22:20 UTC (11+ messages)
` [PATCH 01/23] media: i2c: imx258: Remove unused defines
` [PATCH 02/23] media: i2c: imx258: Make image geometry meet sensor requirements
` [PATCH 03/23] media: i2c: imx258: Disable digital cropping on binned modes
` [PATCH 04/23] media: i2c: imx258: Remove redundant I2C writes
` [PATCH 05/23] media: i2c: imx258: Add regulator control
` [PATCH 06/23] media: i2c: imx258: Make V4L2_CID_VBLANK configurable
` [PATCH 07/23] media: i2c: imx258: Split out common registers from the mode based ones
` [PATCH 08/23] media: i2c: imx258: Add support for 24MHz clock
` [PATCH 09/23] media: i2c: imx258: Add support for running on 2 CSI data lanes
` [PATCH 10/23] media: i2c: imx258: Follow normal V4L2 behaviours for clipping exposure
[PATCH] crypto: jitter - Use kvfree_sensitive() to fix Coccinelle warning
2024-03-27 22:25 UTC
[PATCH 2/2] selinux: make more use of current_sid()
2024-03-27 22:25 UTC (2+ messages)
[PATCH] input/touchscreen: synaptics_tcm_oncell: add driver
2024-03-27 22:19 UTC (2+ messages)
[PATCH] fix array-index-out-of-bounds in bpf_prog_select_runtime
2024-03-27 22:14 UTC (2+ messages)
linux-next: build warning after merge of the mm tree
2024-03-27 22:13 UTC
[PATCH v3 00/14] Unified cross-architecture kernel-mode FPU API
2024-03-27 22:08 UTC (4+ messages)
` [PATCH v3 12/14] drm/amd/display: Use ARCH_HAS_KERNEL_FPU_SUPPORT
[PATCH v3] selinux: optimize ebitmap_and()
2024-03-27 22:07 UTC (2+ messages)
[PATCH -next v5 0/3] minor improvements for x86 mce processing
2024-03-27 22:05 UTC (5+ messages)
` [PATCH -next v5 2/3] x86/mce: set MCE_IN_KERNEL_COPYIN for DEFAULT_MCE_SAFE exception
[PATCH v5 0/7] iio: accel: adxl345: Add spi-3wire feature
2024-03-27 22:03 UTC (8+ messages)
` [PATCH v5 1/7] iio: accel: adxl345: Make data_range obsolete
` [PATCH v5 2/7] iio: accel: adxl345: Group bus configuration
` [PATCH v5 3/7] iio: accel: adxl345: Move defines to header
` [PATCH v5 4/7] dt-bindings: iio: accel: adxl345: Add spi-3wire
` [PATCH v5 5/7] iio: accel: adxl345: Pass function pointer to core
` [PATCH v5 6/7] iio: accel: adxl345: Add comment to probe
` [PATCH v5 7/7] iio: accel: adxl345: Add spi-3wire option
[PATCH v2 0/2] mfd: rohm-bd71828: Add power off
2024-03-27 22:02 UTC (6+ messages)
` [PATCH v2 2/2] mfd: rohm-bd71828: Add power off functionality
[PATCH v2][next] wifi: wil6210: wmi: Use __counted_by() in struct wmi_set_link_monitor_cmd and avoid -Wfamnae warning
2024-03-27 21:57 UTC (2+ messages)
[PATCH v4 0/2] of: populate of_root_node if not set (alternate)
2024-03-27 21:56 UTC (12+ messages)
` [PATCH v4 1/2] of: create of_root if no dtb provided
[GIT PULL] fs/9p: fixes for 6.9-rc1
2024-03-27 21:57 UTC (2+ messages)
[GIT PULL] Btrfs fixes for 6.9-rc2
2024-03-27 21:57 UTC (2+ messages)
[PATCH v2][next] wifi: wil6210: cfg80211: Use __counted_by() in struct wmi_start_scan_cmd and avoid some -Wfamnae warnings
2024-03-27 21:56 UTC (2+ messages)
[RFC] staging: pi433: Proposal to remove unused driver
2024-03-27 21:55 UTC
[PATCH] PCI: Update pci_find_capability() stub return values
2024-03-27 21:49 UTC (2+ messages)
[PATCH 0/2] mmc: sdhci-pci-gli: Remove unnecessary device-dependent code
2024-03-27 21:48 UTC (3+ messages)
` [PATCH 1/2] mmc: sdhci-pci-gli: Use PCI AER definitions, not hard-coded values
` [PATCH 2/2] mmc: sdhci-pci-gli: Use pci_set_power_state(), not direct PMCSR writes
[syzbot] [openvswitch?] KASAN: slab-use-after-free Read in ovs_ct_exit
2024-03-27 21:46 UTC
[PATCH] platform/x86: quickstart: Fix race condition when reporting input event
2024-03-27 21:45 UTC
[PATCH net-next v2 0/3] Minor cleanups to skb frag ref/unref
2024-03-27 21:45 UTC (4+ messages)
` [PATCH net-next v2 1/3] net: make napi_frag_unref reuse skb_page_unref
` [PATCH net-next v2 2/3] net: mirror skb frag ref/unref helpers
` [PATCH net-next v2 3/3] net: remove napi_frag_unref
FAILED: Patch "btrfs: do not skip re-registration for the mounted device" failed to apply to 6.8-stable tree
2024-03-27 21:37 UTC (2+ messages)
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