The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2024-11-29 13:45:35 to 2024-11-29 17:03:26 UTC [more...]

[PATCH v2 1/2] x86/efi: Drop support for the EFI_PROPERTIES_TABLE
 2024-11-29 17:03 UTC  (7+ messages)
` [PATCH v2 2/2] x86/efi: Apply EFI Memory Attributes after kexec

[PATCH net v2 0/2] two fixes for SMC
 2024-11-29 17:00 UTC  (3+ messages)
` [PATCH net v2 2/2] net/smc: fix LGR and link use-after-free issue

[PATCH net-next v11 00/23] Introducing OpenVPN Data Channel Offload
 2024-11-29 17:00 UTC  (12+ messages)
` [PATCH net-next v11 09/23] ovpn: implement basic RX path (UDP)
` [PATCH net-next v11 18/23] ovpn: implement peer add/get/dump/delete via netlink

[syzbot] [bcachefs?] KMSAN: uninit-value in bch2_bkey_val_validate
 2024-11-29 16:59 UTC 

[PATCH] x86/nmi: Use trylock in __register_nmi_handler() when in_nmi()
 2024-11-29 16:57 UTC  (5+ messages)

[PATCH RFT v12 0/8] fork: Support shadow stacks in clone3()
 2024-11-29 16:57 UTC  (5+ messages)
` [PATCH RFT v12 2/8] Documentation: userspace-api: Add shadow stack API documentation
` [PATCH RFT v12 4/8] fork: Add shadow stack support to clone3()

[PATCH v3 0/7] drm/msm: adreno: add support for DDR bandwidth scaling via GMU
 2024-11-29 16:56 UTC  (9+ messages)
` [PATCH v3 2/7] drm/msm: adreno: add plumbing to generate bandwidth vote table for GMU
` [PATCH v3 3/7] drm/msm: adreno: dynamically generate GMU bw table
` [PATCH v3 4/7] drm/msm: adreno: find bandwidth index of OPP and set it along freq index
` [PATCH v3 5/7] drm/msm: adreno: enable GMU bandwidth for A740 and A750

[PATCH v2 0/4] Migrate PCI Endpoint Subsystem tests to Kselftest
 2024-11-29 16:52 UTC  (11+ messages)
` [PATCH v2 1/4] PCI: qcom-ep: Mark BAR0/BAR2 as 64bit BARs and BAR1/BAR3 as RESERVED
` [PATCH v2 2/4] misc: pci_endpoint_test: Fix the return value of IOCTL
` [PATCH v2 4/4] selftests: pci_endpoint: Migrate to Kselftest framework

[GIT PULL] 9p fixes for 6.13-rc1
 2024-11-29 16:51 UTC 

[PATCH v2 0/6] kprobes: tracing/probes: Fix and cleanup to use guard
 2024-11-29 16:48 UTC  (7+ messages)
` [PATCH v2 1/6] tracing/eprobe: Fix to release eprobe when failed to add dyn_event
` [PATCH v2 2/6] kprobes: Adopt guard() and scoped_guard()
` [PATCH v2 3/6] tracing/kprobe: "
` [PATCH v2 4/6] tracing/uprobe: "
` [PATCH v2 5/6] tracing/eprobe: "
` [PATCH v2 6/6] tracing/dynevent: "

[syzbot] [bpf?] [trace?] WARNING: locking bug in __lock_task_sighand
 2024-11-29 16:47 UTC  (2+ messages)

[PATCH] dmaengine: dma_request_chan_by_mask() defer probing unconditionally
 2024-11-29 16:44 UTC  (2+ messages)

[RFC PATCH v3 00/15] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2024-11-29 16:40 UTC  (9+ messages)
` [RFC PATCH v3 11/15] context-tracking: Introduce work deferral infrastructure

[PATCH] PCI/pwrctrl: Check the device node exist before device removal
 2024-11-29 16:38 UTC  (2+ messages)

[PATCH bpf-next v4 1/2] bpf: Remove bpf_probe_write_user() warning message
 2024-11-29 16:35 UTC  (2+ messages)

[RESEND PATCH v3 0/2] Improve ath10k flush queue mechanism
 2024-11-29 16:31 UTC  (3+ messages)

[PATCH 0/6] Enable strict percpu address space checks
 2024-11-29 16:33 UTC  (4+ messages)
` [PATCH 6/6] percpu/x86: Enable strict percpu checks via named AS qualifiers

[GIT PULL] Networking for v6.13
 2024-11-29 16:33 UTC  (3+ messages)

[PATCH v10 0/8] Rust support for mm_struct, vm_area_struct, and mmap
 2024-11-29 16:32 UTC  (9+ messages)
` [PATCH v10 1/8] mm: rust: add abstraction for struct mm_struct
` [PATCH v10 2/8] mm: rust: add vm_area_struct methods that require read access
` [PATCH v10 3/8] mm: rust: add vm_insert_page
` [PATCH v10 4/8] mm: rust: add lock_vma_under_rcu
` [PATCH v10 5/8] mm: rust: add mmput_async support
` [PATCH v10 6/8] mm: rust: add VmAreaNew for f_ops->mmap()
` [PATCH v10 7/8] rust: miscdevice: add mmap support
` [PATCH v10 8/8] task: rust: rework how current is accessed

[PATCH] riscv: Rewrite AMO instructions via lr and sc
 2024-11-29 16:29 UTC  (3+ messages)

[PATCH v2] perf: map pages in advance
 2024-11-29 16:27 UTC  (3+ messages)

[RFC][PATCH v021 0/9] cpufreq: intel_pstate: Enable EAS on hybrid platforms without SMT
 2024-11-29 16:28 UTC  (10+ messages)
` [RFC][PATCH v021 1/9] cpufreq: intel_pstate: Use CPPC to get scaling factors
` [RFC][PATCH v021 2/9] cpufreq: intel_pstate: Drop Arrow Lake from "scaling factor" list
` [RFC][PATCH v021 3/9] PM: EM: Move perf rebuilding function from schedutil to EM
` [RFC][PATCH v021 4/9] sched/topology: Adjust cpufreq checks for EAS
` [RFC][PATCH v021 5/9] PM: EM: Introduce em_dev_expand_perf_domain()
` [RFC][PATCH v021 6/9] PM: EM: Call em_compute_costs() from em_create_perf_table()
` [RFC][PATCH v021 7/9] PM: EM: Register perf domains with ho :active_power() callbacks
` [RFC][PATCH v021 8/9] cpufreq: intel_pstate: Introduce hybrid domains
` [RFC][PATCH v021 9/9] cpufreq: intel_pstate: Add basic EAS support on hybrid platforms

[PATCH v4 00/10] Add support for RaspberryPi RP1 PCI device using a DT overlay
 2024-11-29 16:28 UTC  (4+ messages)
` [PATCH v4 08/10] misc: rp1: RaspberryPi RP1 misc driver

[RFC PATCH 0/5] drm/i915: Add drm_panic support
 2024-11-29 16:20 UTC  (6+ messages)
` [PATCH 1/5] drm/i915/fbdev: Add intel_fbdev_getvaddr()
` [PATCH 2/5] drm/i915/display/i9xx: Add a disable_tiling() for i9xx planes
` [PATCH 3/5] drm/i915/display: Add a disable_tiling() for skl planes
` [PATCH 4/5] drm/i915/gem: export i915_gem_object_map_page/pfn
` [PATCH 5/5] drm/i915: Add drm_panic support

[PATCH bpf v2] tools: Override makefile ARCH variable if defined, but empty
 2024-11-29 16:20 UTC  (2+ messages)

[syzbot] [netfs?] INFO: task hung in netfs_unbuffered_read_iter
 2024-11-29 16:19 UTC  (2+ messages)

[PATCH 0/10 v2] sched/fair: Fix statistics with delayed dequeue
 2024-11-29 16:17 UTC  (11+ messages)
` [PATCH 01/10 v2] sched/eevdf: More PELT vs DELAYED_DEQUEUE
` [PATCH 02/10 v2] sched/fair: Rename h_nr_running into h_nr_queued
` [PATCH 03/10 v2] sched/fair: Add new cfs_rq.h_nr_runnable
` [PATCH 04/10 v2] sched/fair: Removed unsued cfs_rq.h_nr_delayed
` [PATCH 05/10 v2] sched/fair: Rename cfs_rq.idle_h_nr_running into h_nr_idle
` [PATCH 06/10 v2] sched/fair: Remove unused cfs_rq.idle_nr_running
` [PATCH 07/10 v2] sched/fair: Rename cfs_rq.nr_running into nr_queued
` [PATCH 08/10 v2] sched/fair: Do not try to migrate delayed dequeue task
` [PATCH 09/10 v2] sched/fair: Fix sched_can_stop_tick() for fair tasks
` [PATCH 10/10 v2] sched/fair: Fix variable declaration position

[PATCH 0/6] x86: new optimized CRC functions, with VPCLMULQDQ support
 2024-11-29 16:16 UTC  (4+ messages)
` [PATCH 2/6] scripts/crc: add gen-crc-consts.py

[PATCH v8 0/2] x86/cacheinfo: Set the number of leaves per CPU
 2024-11-29 16:12 UTC  (3+ messages)
` [PATCH v8 1/2] cacheinfo: Allocate memory during CPU hotplug if not done from the primary CPU

[patch 0/2] timekeeping: Fall cleaning
 2024-11-29 16:09 UTC  (9+ messages)
` [patch 2/2] timekeeping: Always check for negative motion

[PATCH v6 00/13] Zacas/Zabha support and qspinlocks
 2024-11-29 16:05 UTC  (13+ messages)
` [PATCH v6 13/13] riscv: Add qspinlock support

[PATCH v3 0/3] add FlexCAN support for S32G2/S32G3 SoCs
 2024-11-29 16:05 UTC  (7+ messages)
` [PATCH v3 1/3] dt-bindings: can: fsl,flexcan: add S32G2/S32G3 SoC support
` [PATCH v3 2/3] can: flexcan: Add quirk to handle separate interrupt lines for mailboxes
` [PATCH v3 3/3] can: flexcan: add NXP S32G2/S32G3 SoC support

[PATCH v5 2/5] iio: consumers: copy/release available info from producer to fix race
 2024-11-29 16:04 UTC  (15+ messages)

Linux 6.12
 2024-11-29 16:03 UTC  (7+ messages)
` TPM/EFI issue [Was: Linux 6.12]

[PATCH 0/7] docs/sp_SP: Translate development process into Spanish
 2024-11-29 15:58 UTC  (8+ messages)
` [PATCH 1/7] docs/sp_SP: Add translation of process/3.Early-stage.rst
` [PATCH 2/7] docs/sp_SP: Add translation of process/4.Coding.rst
` [PATCH 3/7] docs/sp_SP: Add translation of process/5.Posting.rst
` [PATCH 4/7] docs/sp_SP: Add translation of process/6.Followthrough.rst
` [PATCH 5/7] docs/sp_SP: Add translation of process/7.AdvancedTopics.rst
` [PATCH 6/7] docs/sp_SP: Add translation of process/8.Conclusion.rst
` [PATCH 7/7] docs/sp_SP: Move development-process to top of index

[PATCH v1] drm/virtio: Set missing bo->attached flag
 2024-11-29 15:53 UTC 

[PATCH] Revert "net/ncsi: change from ndo_set_mac_address to dev_set_mac_address"
 2024-11-29 15:54 UTC  (2+ messages)

[PATCH v4 1/2] kexec: Consolidate machine_kexec_mask_interrupts() implementation
 2024-11-29 15:53 UTC  (3+ messages)

[PATCH v0 0/6] Improve decoder performance and fix critical bugs
 2024-11-29 15:52 UTC  (3+ messages)
` [PATCH v0 3/6] media: chips-media: wave5: Improve performance of decoder

[git pull] drm fixes for 6.13-rc1
 2024-11-29 15:51 UTC  (2+ messages)

[GIT PULL] more s390 updates for 6.13 merge window
 2024-11-29 15:45 UTC 

[PATCH] brd: decrease the number of allocated pages which discarded
 2024-11-29 15:44 UTC  (2+ messages)

[PATCH v4 0/3] Asus vivobook s15 improvements
 2024-11-29 15:44 UTC  (4+ messages)
` [PATCH v4 3/3] arm64: dts: qcom: x1e80100-vivobook-s15: Add bluetooth

[PATCH] block, bfq: fix bfqq uaf in bfq_limit_depth()
 2024-11-29 15:43 UTC  (2+ messages)

[PATCH] x86/insn_decoder_test: allow longer symbol-names
 2024-11-29 15:40 UTC 

[PATCH] pinctrl: sunxi: Use minimal debouncing period as default
 2024-11-29 15:37 UTC  (8+ messages)

[PATCH AUTOSEL 5.15 01/12] watch_queue: fix kcalloc() arguments order
 2024-11-29 15:37 UTC  (9+ messages)
` [PATCH AUTOSEL 5.15 11/12] x86/barrier: Do not serialize MSR accesses on AMD

[PATCH v7 0/8] Add support for AD485x DAS Family
 2024-11-29 15:35 UTC  (9+ messages)
` [PATCH v7 1/8] iio: backend: add API for interface get
` [PATCH v7 2/8] iio: backend: add support for data size set
` [PATCH v7 3/8] iio: backend: add API for oversampling
` [PATCH v7 4/8] iio: adc: adi-axi-adc: add interface type
` [PATCH v7 5/8] iio: adc: adi-axi-adc: set data format
` [PATCH v7 6/8] iio: adc: adi-axi-adc: add oversampling
` [PATCH v7 7/8] dt-bindings: iio: adc: add ad4851
` [PATCH v7 8/8] iio: adc: ad4851: add ad485x driver

[PATCH v3 0/2] Add ADF4371 Reference Doubler and Reference Divider
 2024-11-29 15:33 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: iio: adf4371: add rdiv2 and doubler
` [PATCH v3 2/2] iio: frequency: adf4371: add ref doubler and div2

[PATCH 0/3] clk: qcom: sm8750: Add sm8750-dispcc clock controller
 2024-11-29 15:33 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: clock: qcom,sm8550-dispcc: Add SM8750 DISPCC

[PATCH v3 3/3] clk: spacemit: Add clock support for Spacemit K1 SoC
 2024-11-29 15:31 UTC  (2+ messages)

[PATCH 0/2] Drop BU27008 and BU27010
 2024-11-29 15:32 UTC  (4+ messages)
` [PATCH 2/2] dt-bindings: iio: light: "

[PATCH] dt-bindings: iio: st-sensors: Re-add IIS2MDC magnetometer
 2024-11-29 15:29 UTC  (2+ messages)

[PATCH v2 0/2] Enable ethernet on qcs615
 2024-11-29 15:29 UTC  (10+ messages)
` [PATCH v2 2/2] arm64: dts: qcom: qcs615-ride: Enable ethernet node

[PATCH v2 0/2] Document the new media-committer's model
 2024-11-29 15:27 UTC  (5+ messages)
` [PATCH v2 1/2] docs: media: update maintainer-entry-profile for multi-committers
` [PATCH v2 2/2] docs: media: document media multi-committers rules and process

[RFC PATCH] drm/bridge: panel: Use devm_drm_bridge_add()
 2024-11-29 15:24 UTC  (10+ messages)

[RFC PATCH v3 0/9] futex: Add support task local hash maps
 2024-11-29 15:23 UTC  (3+ messages)

[PATCH v1 0/3] iio: pressure: bmp280: Minor cleanup
 2024-11-29 15:20 UTC  (5+ messages)
` [PATCH v1 2/3] iio: pressure: bmp280: Use sizeof() for denominator
` [PATCH v1 3/3] iio: pressure: bmp280: Make time vars intuitive and move to fsleep

[PATCH] perf test: Don't signal all processes on system when interrupting tests
 2024-11-29 15:19 UTC 

[PATCH] sched: fixed a spaces/tabs coding style issue
 2024-11-29 15:19 UTC 

[PATCH] media: uvcvideo: Use uvc_query_name in uvc_get_video_ctrl
 2024-11-29 15:17 UTC 

[PATCH v5 0/4] Enable shared SE support over I2C
 2024-11-29 15:14 UTC  (6+ messages)
` [PATCH v5 1/4] dt-bindindgs: i2c: qcom,i2c-geni: Document shared flag
` [PATCH v5 2/4] dmaengine: gpi: Add Lock and Unlock TRE support to access I2C exclusively
` [PATCH v5 3/4] soc: qcom: geni-se: Do not keep GPIOs to sleep state for shared SE usecase
` [PATCH v5 4/4] i2c: i2c-qcom-geni: Enable i2c controller sharing between two subsystems

[PATCH v4 0/4] Enable shared SE support over I2C
 2024-11-29 15:12 UTC  (7+ messages)
` [PATCH v4 1/4] dt-bindindgs: i2c: qcom,i2c-geni: Document shared flag

[PATCH v2 0/2] OPP: fix buffer overflow in indexed freq and bandwidth reads
 2024-11-29 15:06 UTC  (3+ messages)
` [PATCH v2 1/2] OPP: add index check to assert to avoid buffer overflow in _read_freq()
` [PATCH v2 2/2] OPP: fix dev_pm_opp_find_bw_*() when bandwidth table not initialized

[PATCH] dt-bindings: iio: accel: fxls8962af: add wakeup-source property
 2024-11-29 15:01 UTC 

[PATCH] list_lru: expand list_lru_add() docs with info about sublists
 2024-11-29 14:59 UTC  (5+ messages)

[PATCH v2] list_lru: expand list_lru_add() docs with info about sublists
 2024-11-29 14:58 UTC 

[PATCH v5 00/43] arm64: Support for Arm CCA in KVM
 2024-11-29 14:55 UTC  (6+ messages)
` [PATCH v5 18/43] arm64: RME: Handle realm enter/exit

[PATCH v2 0/3] iio: adc: ad7173: fix non-const info struct
 2024-11-29 14:53 UTC  (4+ messages)
` [PATCH v2 2/3] iio: adc: ad7173: remove special handling for irq number

[PATCH RFC 0/6] pidfs: implement file handle support
 2024-11-29 14:52 UTC  (3+ messages)
` [PATCH RFC 6/6] "

[PATCH v1 0/2] iio: adc: add Nuvoton NCT720x ADC driver
 2024-11-29 14:50 UTC  (10+ messages)
` [PATCH v1 1/2] dt-bindings: iio: adc: Add binding for Nuvoton NCT720x ADCs

[PATCH 1/2] device property: do not leak child nodes when using NULL/error pointers
 2024-11-29 14:50 UTC  (4+ messages)

[PATCH] perf: map pages in advance
 2024-11-29 14:48 UTC  (16+ messages)

[PATCH V7 0/9] SCHED_DEADLINE server infrastructure
 2024-11-29 14:44 UTC  (6+ messages)
` [PATCH V7 9/9] sched/rt: Remove default bandwidth control

[syzbot] [kernel?] KCSAN: data-race in kick_pool / wq_worker_running
 2024-11-29 14:38 UTC 

[PATCH RFC v2 0/3] pidfs: file handle preliminaries
 2024-11-29 14:34 UTC  (3+ messages)

[PATCH v4 0/3] iio: chemical bme680: 2nd round of cleanup
 2024-11-29 14:33 UTC  (5+ messages)
` [PATCH v4 2/3] iio: chemical: bme680: add regulators
` [PATCH v4 3/3] iio: chemical: bme680: add power management

[PATCH 0/8] Add DisplayPort support for QCS615 platform
 2024-11-29 14:33 UTC  (14+ messages)
` [PATCH 3/8] phy: qcom: qmp-usbc: Add DP phy mode support on QCS615
` [PATCH 4/8] drm/msm/dp: Add DisplayPort support for QCS615
` [PATCH 5/8] drm/msm/dp: Add support for lane mapping configuration
` [PATCH 6/8] drm/msm/dp: Add maximum width limitation for modes
` [PATCH 7/8] drm/msm/dp: Retry Link Training 2 with lower pattern
` [PATCH 8/8] drm/msm/dp: Support external GPIO HPD with 3rd pinctrl chip

[PATCH HID] selftests/hid: fix kfunc inclusions with newer bpftool
 2024-11-29 14:27 UTC  (2+ messages)

[PATCH v4] soc: qcom: Rework BCM_TCS_CMD macro
 2024-11-29 14:24 UTC 

[PATCH v2 0/6] RCU changes for PREEMPT_LAZY
 2024-11-29 14:22 UTC  (5+ messages)
` [PATCH v2 5/6] osnoise: handle quiescent states for PREEMPT_RCU=n, PREEMPTION=y

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

[PATCH v2 0/6] Introduce devm_kmemdup_array() helper
 2024-11-29 14:20 UTC  (3+ messages)

[syzbot] [io-uring?] WARNING in __io_uring_free
 2024-11-29 14:17 UTC  (4+ messages)

[PATCH v10 0/5] Marvell Odyssey uncore performance monitor support
 2024-11-29 14:09 UTC  (2+ messages)

[PATCH] drm/rockchip: avoid 64-bit division
 2024-11-29 14:06 UTC  (6+ messages)

[PATCH v4 0/2] power: supply: max17042: cleanup and more features
 2024-11-29 14:03 UTC  (3+ messages)
` [PATCH v4 2/2] power: supply: max17042: add platform driver variant

[PATCH v3 0/9] misc: Support TI FPC202 dual-port controller
 2024-11-29 13:46 UTC  (3+ messages)
` [PATCH v3 2/9] media: i2c: ds90ub960: Replace aliased clients list with bitmap

[PATCH v2] media: qcom: camss: fix VFE pm domain off
 2024-11-29 13:46 UTC  (7+ messages)


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