public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-11-14 16:44:09 to 2024-11-14 20:03:24 UTC [more...]

[PATCH v15 00/19] media: uvcvideo: Implement UVC v1.5 ROI
 2024-11-14 20:03 UTC  (22+ messages)
` [PATCH v15 01/19] media: uvcvideo: Fix event flags in uvc_ctrl_send_events
` [PATCH v15 02/19] media: v4l2_ctrl: Add V4L2_CTRL_TYPE_RECT
` [PATCH v15 03/19] media: v4l2-ctrls: add support for V4L2_CTRL_WHICH_MIN/MAX_VAL
` [PATCH v15 04/19] media: vivid: Add a rectangle control
` [PATCH v15 05/19] media: uvcvideo: Handle uvc menu translation inside uvc_get_le_value
` [PATCH v15 06/19] media: uvcvideo: Handle uvc menu translation inside uvc_set_le_value
` [PATCH v15 07/19] media: uvcvideo: refactor uvc_ioctl_g_ext_ctrls
` [PATCH v15 08/19] media: uvcvideo: uvc_ioctl_(g|s)_ext_ctrls: handle NoP case
` [PATCH v15 09/19] media: uvcvideo: Support any size for mapping get/set
` [PATCH v15 10/19] media: uvcvideo: Factor out clamping from uvc_ctrl_set
` [PATCH v15 11/19] media: uvcvideo: add support for compound controls
` [PATCH v15 12/19] media: uvcvideo: Factor out query_boundaries from query_ctrl
` [PATCH v15 13/19] media: uvcvideo: support V4L2_CTRL_WHICH_MIN/MAX_VAL
` [PATCH v15 14/19] media: uvcvideo: Use the camera to clamp compound controls
` [PATCH v15 15/19] media: uvcvideo: let v4l2_query_v4l2_ctrl() work with v4l2_query_ext_ctrl
` [PATCH v15 16/19] media: uvcvideo: Introduce uvc_mapping_v4l2_size
` [PATCH v15 17/19] media: uvcvideo: Add sanity check to uvc_ioctl_xu_ctrl_map
` [PATCH v15 18/19] media: uvcvideo: implement UVC v1.5 ROI
` [PATCH v15 19/19] media: uvcvideo: document "

[PATCH] dt-bindings: mmc: marvell,xenon-sdhci: Simplify Armada 3700 if/then schema
 2024-11-14 20:02 UTC  (2+ messages)

[PATCH] irqchip/riscv-aplic: Fix crash when MSI domain is missing
 2024-11-14 20:01 UTC 

[PATCH] dt-bindings: Unify "fsl,liodn" type definitions
 2024-11-14 20:01 UTC  (2+ messages)

x86/amd late microcode thread loading slows down boot
 2024-11-14 20:01 UTC  (6+ messages)

[PATCH v2 0/3] Add new time property for battery charger type detection
 2024-11-14 19:59 UTC  (3+ messages)
` [PATCH v2 3/3] usb: typec: tcpm: Add support for sink-bc12-completion-time-ms DT property

[PATCH] block: add larger order folio instead of pages for passthrough I/O
 2024-11-14 19:59 UTC  (3+ messages)

[PATCH] dt-bindings: mtd: fixed-partitions: Fix "compression" typo
 2024-11-14 19:59 UTC  (2+ messages)

[PATCH net-next] dt-bindings: net: dsa: microchip,ksz: Drop undocumented "id"
 2024-11-14 19:58 UTC  (2+ messages)

[PATCH net-next] dt-bindings: net: mdio-mux-gpio: Drop undocumented "marvell,reg-init"
 2024-11-14 19:58 UTC  (2+ messages)

[PATCH net-next] dt-bindings: net: renesas,ether: Drop undocumented "micrel,led-mode"
 2024-11-14 19:57 UTC  (3+ messages)

[PATCH net-next] dt-bindings: net: sff,sfp: Fix "interrupts" property typo
 2024-11-14 19:57 UTC  (2+ messages)

[PATCH] of: property: fw_devlink: Do not use interrupt-parent directly
 2024-11-14 19:56 UTC 

[PATCH] dt-bindings: leds: class-multicolor: Fix path to color definitions
 2024-11-14 19:56 UTC  (2+ messages)

[PATCH 0/2] Add support for ADF4382
 2024-11-14 19:55 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: iio: frequency: Add ADF4382

[PATCH] scripts/tags.sh: Tag timer definitions
 2024-11-14 19:55 UTC 

[Intel-wired-lan] [PATCH 1/1] ixgbe: Correct BASE-BX10 compliance code
 2024-11-14 19:50 UTC  (3+ messages)
` [Intel-wired-lan] [PATCH v2 0/1] "
  ` [Intel-wired-lan] [PATCH v2 1/1] "

[REGRESSION] sched/fair: Add lag based placement
 2024-11-14 19:50 UTC  (5+ messages)
  ` [External] : "

[PATCH V4 RESEND 0/3] rtc: atcrtc100: Add Andes ATCRTC100 RTC driver
 2024-11-14 19:46 UTC  (3+ messages)
` [PATCH V4 RESEND 2/3] dt-bindings: rtc: Add support for ATCRTC100 RTC

[PATCH net-next v4 0/7] enic: Use all the resources configured on VIC
 2024-11-14 19:46 UTC  (4+ messages)
` [PATCH net-next v4 1/7] enic: Create enic_wq/rq structures to bundle per wq/rq data

[PATCH v11 0/9] iommu/amd: Use 128-bit cmpxchg operation to update DTE
 2024-11-14 19:44 UTC  (10+ messages)
` [PATCH v11 1/9] iommu/amd: Misc ACPI IVRS debug info clean up
` [PATCH v11 2/9] iommu/amd: Disable AMD IOMMU if CMPXCHG16B feature is not supported
` [PATCH v11 3/9] iommu/amd: Introduce struct ivhd_dte_flags to store persistent DTE flags
` [PATCH v11 4/9] iommu/amd: Introduce helper function to update 256-bit DTE
` [PATCH v11 5/9] iommu/amd: Modify set_dte_entry() to use 256-bit DTE helpers
` [PATCH v11 6/9] iommu/amd: Introduce helper function get_dte256()
` [PATCH v11 7/9] iommu/amd: Modify clear_dte_entry() to avoid in-place update
` [PATCH v11 8/9] iommu/amd: Lock DTE before updating the entry with WRITE_ONCE()
` [PATCH v11 9/9] iommu/amd: Remove amd_iommu_apply_erratum_63()

[RFC PATCH 0/4] Scheduler time slice extension
 2024-11-14 19:42 UTC  (6+ messages)

[PATCH] mfd: lpc_ich: Add another Gemini Lake ISA bridge PCI device-id
 2024-11-14 19:38 UTC 

[net v2 0/2] Fix rcu_read_lock issues in netdev-genl
 2024-11-14 19:31 UTC  (7+ messages)

[PATCH v6 0/8] Add SEV firmware hotloading
 2024-11-14 19:30 UTC  (6+ messages)
` [PATCH v6 3/8] firmware_loader: Move module refcounts to allow unloading

[PATCH v6 00/11] printk: console: Per-console loglevels
 2024-11-14 19:28 UTC  (12+ messages)
` [PATCH v6 03/11] printk: console: Implement core per-console loglevel infrastructure
` [PATCH v6 04/11] printk: Support toggling per-console loglevel via syslog() and cmdline
  ` Conflict with FORCE_CON: "
  ` syslog warning: was: "
` [PATCH v6 06/11] printk: console: Introduce sysfs interface for per-console loglevels
  ` register_device: was: "

[PATCH][next] xfrm: Add error handling when nla_put_u32() returns an error
 2024-11-14 19:27 UTC  (3+ messages)

[PATCH v2 0/2] net: stmmac: dwmac-mediatek: Fix inverted logic for mediatek,mac-wol
 2024-11-14 19:22 UTC  (4+ messages)
` [PATCH v2 2/2] arm64: dts: mediatek: Set mediatek,mac-wol on DWMAC node for all boards

[PATCH 0/2] module: Block modules by Tuxedo from accessing GPL symbols
 2024-11-14 19:21 UTC  (4+ messages)
` [PATCH 2/2] "

[PATCH v3 0/8] media: uvcvideo: Implement the Privacy GPIO as a evdev
 2024-11-14 19:21 UTC  (3+ messages)

[PATCH] sched: hoist ASSERT_EXCLUSIVE_WRITER(p->on_rq) above WRITE_ONCE
 2024-11-14 19:20 UTC  (4+ messages)

[PATCH] sched: add READ_ONCE to task_on_rq_queued
 2024-11-14 19:14 UTC  (4+ messages)

[PATCH v15 0/4] debugfs to hisilicon migration driver
 2024-11-14 19:12 UTC  (2+ messages)

[Bug report] NFS patch breaks TLS device-offloaded TX zerocopy
 2024-11-14 19:05 UTC  (2+ messages)

[PATCH 0/3] media: i2c: imx290: Add support for imx462
 2024-11-14 19:04 UTC  (3+ messages)
` [PATCH 2/3] media: dt-bindings: media: i2c: Add IMX462 to the IMX290 binding

[PATCH] tools/mm: fix show_page() build error
 2024-11-14 19:02 UTC  (2+ messages)

[PATCH] locking: rtmutex: Fix wake_q logic in task_blocks_on_rt_mutex
 2024-11-14 19:00 UTC 

[PATCH sched_ext/for-6.12-fixes] sched_ext: ops.cpu_acquire() should be called with SCX_KF_REST
 2024-11-14 19:00 UTC 

[PATCH] dt-bindings: mfd: omap-usb-tll: convert to YAML
 2024-11-14 18:58 UTC 

[PATCH] ALSA: usb-audio: Fix control names for Plantronics/Poly Headsets
 2024-11-14 18:44 UTC  (3+ messages)

[PATCH v2 0/3] Support for GPU ACD feature on Adreno X1-85
 2024-11-14 18:50 UTC  (7+ messages)
` [PATCH v2 2/3] dt-bindings: opp: Add v2-qcom-adreno vendor bindings

[GIT PULL] bcachefs fixes for 6.12
 2024-11-14 18:50 UTC  (2+ messages)

[GIT PULL] Networking for v6.12-rc8
 2024-11-14 18:50 UTC  (2+ messages)

[PATCH net-next v3 0/7] enic: Use all the resources configured on VIC
 2024-11-14 18:45 UTC  (3+ messages)

[PATCH] cgroup/cpuset: Disable cpuset_cpumask_can_shrink() test if not load balancing
 2024-11-14 18:44 UTC  (2+ messages)

[PATCH v2 0/2] Fix DEADLINE bandwidth accounting in root domain changes and hotplug
 2024-11-14 18:43 UTC  (4+ messages)

[PATCH v3 0/15] Enable CXL PCIe port protocol error handling and logging
 2024-11-14 18:41 UTC  (9+ messages)
` [PATCH v3 03/15] cxl/pci: Introduce PCIe helper functions pcie_is_cxl() and pcie_is_cxl_port()
` [PATCH v3 05/15] PCI/AER: Add CXL PCIe port correctable error support in AER service driver

[PATCH v13 1/7] locking/mutex: Remove wakeups from under mutex::wait_lock
 2024-11-14 18:40 UTC  (4+ messages)
` [RFC][PATCH] locking: rtmutex: Fix wake_q logic in task_blocks_on_rt_mutex

[PATCH 0/1] Add missing include in compiler.h
 2024-11-14 18:40 UTC  (5+ messages)
` [PATCH 1/1] compiler.h: Add missing include statement for build_bug.h

[PATCH net-next] net: phylink: improve phylink_sfp_config_phy() error message with empty supported
 2024-11-14 18:33 UTC  (3+ messages)

[PATCH 5.15] udf: Allocate name buffer in directory iterator on heap
 2024-11-14 18:31 UTC  (2+ messages)

[PATCH v2 0/8] Refactor cpuid and metric table lookup code
 2024-11-14 18:31 UTC  (3+ messages)

[PATCH v3 1/3] perf evsel: Improve the evsel__open_strerror for EBUSY
 2024-11-14 18:30 UTC  (4+ messages)
` [PATCH v3 2/3] perf: Reveal PMU type in fdinfo

[PATCH linux-next] Documentation: ticp: fix formatting issue in tipc.rst
 2024-11-14 18:22 UTC  (2+ messages)

[BUG almost bisected] Splat in dequeue_rt_stack() and build error
 2024-11-14 18:16 UTC  (11+ messages)

[PATCH net-next 0/2] Modifying format and renaming goto labels
 2024-11-14 18:15 UTC  (5+ messages)
` [PATCH net-next 1/2] rtase: Modify the name of the goto label
` [PATCH net-next 2/2] rtase: Modify the content format of the enum rtase_registers

[PATCH v2 0/5] Add jump table support for objtool on LoongArch
 2024-11-14 18:13 UTC  (9+ messages)
` [PATCH v2 5/5] LoongArch: Enable jump table with GCC for objtool
          ` annotating jump tables (Re: [PATCH v2 5/5] LoongArch: Enable jump table with GCC for objtool)

[syzbot] [ntfs3?] general protection fault in pick_link
 2024-11-14 18:08 UTC 

[PATCH bpf-next 0/4] Make inode storage available to tracing prog
 2024-11-14 18:08 UTC  (11+ messages)

[PATCH v2] drm/mgag200: Apply upper limit for clock variable
 2024-11-14 18:05 UTC  (3+ messages)
  ` [lvc-project] "

[PATCH v2 0/2] drm/msm/adreno: Setup SMMU aparture
 2024-11-14 18:02 UTC  (6+ messages)
` [PATCH v2 2/2] drm/msm/adreno: Setup SMMU aparture for per-process page table

[PATCH] nvme-pci: 512 byte aligned dma pool segment quirk
 2024-11-14 18:01 UTC  (6+ messages)

[PATCH v13 0/7] Introduction of a remoteproc tee to load signed firmware
 2024-11-14 17:59 UTC  (3+ messages)
` [PATCH v13 2/7] remoteproc: Add TEE support

[PATCH v3 0/3] SRF: Fix offline CPU preventing pc6 entry
 2024-11-14 17:58 UTC  (15+ messages)
` [PATCH v3 2/3] x86/smp native_play_dead: Prefer cpuidle_play_dead() over mwait_play_dead()

[PATCH] MAINTAINERS: add Raphael Gallais-Pou to DRM/STi maintainers
 2024-11-14 17:54 UTC  (3+ messages)

[PATCH v2] perf trace: Fix perf trace tracing itself, creating feedback loops
 2024-11-14 17:57 UTC  (3+ messages)

[PATCH net-next v3] netdev-genl: Hold rcu_read_lock in napi_set
 2024-11-14 17:55 UTC 

[PATCH net v3] netdev-genl: Hold rcu_read_lock in napi_get
 2024-11-14 17:51 UTC 

[PATCH v2 00/35] x86/bugs: Attack vector controls
 2024-11-14 17:48 UTC  (14+ messages)
` [PATCH v2 03/35] x86/bugs: Add AUTO mitigations for mds/taa/mmio/rfds
` [PATCH v2 11/35] x86/bugs: Restructure spectre_v1 mitigation

[PATCH v1] ACPI: processor_idle: Use acpi_idle_play_dead() for all C-states
 2024-11-14 17:47 UTC 

[PATCH v3 0/2] Drivers: hv: vmbus: Wait for boot-time offers and log missing offers
 2024-11-14 17:47 UTC  (2+ messages)

[PATCH v2] tools/thermal: Fix common realloc mistake
 2024-11-14 17:46 UTC  (2+ messages)

[PATCH v1] cpuidle: Do not return from cpuidle_play_dead() on callback failures
 2024-11-14 17:46 UTC 

[PATCH 1/2] perf trace: do not lose last events in a race
 2024-11-14 17:44 UTC  (5+ messages)
` [PATCH 2/2] perf tests: add test for trace output loss

[PATCH v5 00/17] wifi: cc33xx: Add driver for new TI CC33xx wireless device family
 2024-11-14 17:44 UTC  (4+ messages)
` [PATCH v5 09/17] wifi: cc33xx: Add main.c

[RFC PATCH 0/1] KVM selftests runner for running more than just default
 2024-11-14 17:42 UTC  (6+ messages)

[PATCH 0/2] Add support for the new phone link hotkey on ThinkPads
 2024-11-14 17:39 UTC  (3+ messages)
` [PATCH 1/2] Input: allocate keycode for phone linking
` [PATCH 2/2] platform/x86: thinkpad_acpi: Add support for new phone link hotkey

[PATCH v5] soc: imx: Add SoC device register for i.MX9
 2024-11-14 17:39 UTC  (5+ messages)
  ` 回复: [EXT] "

[PATCH v9 0/9] PCI: Add PCIe bandwidth controller
 2024-11-14 17:36 UTC  (3+ messages)

[syzbot] [kvmarm?] WARNING in kvm_handle_mmio_return
 2024-11-14 17:35 UTC 

[PATCH v2] sched_ext: Replace hardcoding with macro and minor typo fix
 2024-11-14 17:34 UTC  (3+ messages)

[PATCH v7 0/7] PCI: dwc: opitimaze RC Host/EP pci_fixup_addr()
 2024-11-14 17:28 UTC  (3+ messages)

regmap I3C support
 2024-11-14 17:26 UTC  (8+ messages)

[PATCH 0/2] s390: Raise minimum clang version to 19.1.0
 2024-11-14 17:25 UTC  (5+ messages)
` [PATCH 1/2] scripts/min-tool-version.sh: Raise minimum clang version to 19.1.0 for s390

[PATCH] regulator: core: Fix resolve supply
 2024-11-14 17:24 UTC  (6+ messages)

[PATCH v1] perf jevents: Provide better path information for broken json
 2024-11-14 17:23 UTC 

[PATCH v9 00/15] arm64: support poll_idle()
 2024-11-14 17:22 UTC  (6+ messages)
` [PATCH v9 01/15] asm-generic: add barrier smp_cond_load_relaxed_timeout()

[GIT PULL] LoongArch fixes for v6.12-final
 2024-11-14 17:21 UTC  (4+ messages)

[PATCH v8 0/7] x86/resctrl: mba_MBps enhancement
 2024-11-14 17:20 UTC  (6+ messages)
` [PATCH v8 3/7] x86/resctrl: Refactor mbm_update()

[GIT PULL] iommu/arm-smmu: Updates for 6.13
 2024-11-14 17:18 UTC 

[BUG] BUG: unable to handle page fault for address: ffffffffa6df0480
 2024-11-14 17:16 UTC  (4+ messages)

[PATCH] PCI: endpoint: Fix pci_epc_map map_size doc string
 2024-11-14 17:15 UTC  (2+ messages)

[PATCH] selftests: lsm: Refactor `flags_overset_lsm_set_self_attr` test
 2024-11-14 17:08 UTC  (4+ messages)

[syzbot] [net?] WARNING in rcu_note_context_switch (3)
 2024-11-14 17:13 UTC 

[PATCH] perf: buildid: Print error for creating folder failure
 2024-11-14 17:10 UTC 

[PATCH 0/5] Track node vacancy to reduce worst case allocation counts
 2024-11-14 17:05 UTC  (6+ messages)
` [PATCH 1/5] maple_tree: convert mas_prealloc_calc() to take in a maple write state
` [PATCH 2/5] maple_tree: use height and depth consistently
` [PATCH 3/5] maple_tree: use vacant nodes to reduce worst case allocations
` [PATCH 4/5] maple_tree: break on convergence in mas_spanning_rebalance()
` [PATCH 5/5] maple_tree: add sufficient height

[PATCH] tracing/ring-buffer: Clear all memory mapped CPU ring buffers on first recording
 2024-11-14 17:05 UTC 

[syzbot] [net?] BUG: corrupted list in nsim_bpf_destroy_prog
 2024-11-14 17:04 UTC 

[PATCH v3 00/17] Provide a new two step DMA mapping API
 2024-11-14 17:02 UTC  (6+ messages)

[PATCH v2 0/2] ASoc: simple-mux: Allow to specify an idle-state
 2024-11-14 16:58 UTC  (2+ messages)

[PATCH 0/6] Add generic AMD Soundwire machine driver for Legacy(No
 2024-11-14 16:58 UTC  (2+ messages)

[PATCH RFC 0/6] SLUB percpu sheaves
 2024-11-14 16:57 UTC  (3+ messages)
` [PATCH RFC 2/6] mm/slub: add sheaf support for batching kfree_rcu() operations

[PATCH] kunit: debugfs: Use IS_ERR() for alloc_string_stream() error check
 2024-11-14 16:55 UTC 

[PATCH v3 0/6] Add support for the PCI host bridge device-tree node creation
 2024-11-14 16:54 UTC  (7+ messages)
` [PATCH v3 1/6] driver core: Introduce device_{add,remove}_of_node()
` [PATCH v3 2/6] PCI: of: Use device_{add,remove}_of_node() to attach of_node to existing device
` [PATCH v3 3/6] PCI: of_property: Add support for NULL pdev in of_pci_set_address()
` [PATCH v3 4/6] PCI: of_property: Constify parameter in of_pci_get_addr_flags()
` [PATCH v3 5/6] of: Add #address-cells/#size-cells in the device-tree root empty node
` [PATCH v3 6/6] PCI: of: Create device-tree PCI host bridge node

[PATCH v3] arm64: dts: ti: k3-am62x-sk-common: Add bootph-all property in cpsw_mac_syscon node
 2024-11-14 16:53 UTC 

[PATCH] i2c: i2c-core-smbus: fixed a whitespace style issue
 2024-11-14 16:50 UTC 

[syzbot] [kernel?] WARNING in posixtimer_send_sigqueue
 2024-11-14 16:49 UTC  (2+ messages)

[PATCH v2 0/3] Support ExynosAutov920 ufs phy driver
 2024-11-14 16:48 UTC  (3+ messages)
  ` [PATCH v2 2/3] phy: samsung-ufs: support "

[PATCH v5 0/2] PCI: add enabe(disable)_device() hook for bridge
 2024-11-14 16:48 UTC  (3+ messages)

[PATCH v14] thermal/drivers/mediatek/auxadc_thermal: expose all thermal sensors
 2024-11-14 16:48 UTC  (2+ messages)

[PATCH] freezer, sched: report the frozen task stat as 'D'
 2024-11-14 16:44 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox