public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-02-19 16:09:56 to 2024-02-19 18:57:59 UTC [more...]

[PATCH v4 00/11] block atomic writes
 2024-02-19 18:57 UTC  (5+ messages)
` [PATCH v4 01/11] block: Pass blk_queue_get_max_sectors() a request pointer
` [PATCH v4 02/11] block: Call blkdev_dio_unaligned() from blkdev_direct_IO()

[tip:master] BUILD SUCCESS e302d127a3334f62aa44dd6b37b9d3880642f3fa
 2024-02-19 18:57 UTC 

[PATCH v3 1/1] tcp/dcpp: Un-pin tw_timer
 2024-02-19 18:55 UTC  (2+ messages)

[PATCH v5 00/18] power: sequencing: implement the subsystem and add first users
 2024-02-19 18:48 UTC  (14+ messages)
` [PATCH v5 09/18] arm64: dts: qcom: qrb5165-rb5: model the PMU of the QCA6391
` [PATCH v5 14/18] PCI/pwrctl: add a power control driver for WCN7850

[PATCH v2] udmabuf: Fix a potential (and unlikely) access to unallocated memory
 2024-02-19 18:47 UTC  (4+ messages)

[PATCH v3 0/3] Add initial support for Microchip SAMA7G54 Curiosity board
 2024-02-19 18:45 UTC  (8+ messages)
` [PATCH v3 2/3] ARM: dts: microchip: sama7g5: Add flexcom 10 node

[PATCH v1 0/6] nvme-fc: fix blktests nvme/041
 2024-02-19 18:44 UTC  (3+ messages)
` [PATCH v1 1/6] nvme-fabrics: introduce connect_sync option

[PATCH v3] ata: ahci_ceva: fix error handling for Xilinx GT PHY support
 2024-02-19 18:42 UTC  (3+ messages)

drivers/hwtracing/intel_th/core.c:838: warning: Excess function parameter 'irq' description in 'intel_th_alloc'
 2024-02-19 18:41 UTC 

[PATCH v9 00/24] x86/resctrl: monitored closid+rmid together, separate arch/fs locking
 2024-02-19 18:37 UTC  (13+ messages)
` [PATCH v9 02/24] x86/resctrl: kfree() rmid_ptrs from resctrl_exit()
  ` [tip: x86/cache] x86/resctrl: Free "

[PATCH v9 01/24] tick/nohz: Move tick_nohz_full_mask declaration outside the #ifdef
 2024-02-19 18:37 UTC  (2+ messages)
` [tip: x86/cache] "

[PATCH v9 03/24] x86/resctrl: Create helper for RMID allocation and mondata dir creation
 2024-02-19 18:37 UTC  (2+ messages)
` [tip: x86/cache] "

[PATCH v9 04/24] x86/resctrl: Move rmid allocation out of mkdir_rdt_prepare()
 2024-02-19 18:37 UTC  (2+ messages)
` [tip: x86/cache] x86/resctrl: Move RMID "

[PATCH v9 05/24] x86/resctrl: Track the closid with the rmid
 2024-02-19 18:37 UTC  (2+ messages)
` [tip: x86/cache] "

[PATCH v9 06/24] x86/resctrl: Access per-rmid structures by index
 2024-02-19 18:37 UTC  (2+ messages)
` [tip: x86/cache] "

[PATCH v9 07/24] x86/resctrl: Allow RMID allocation to be scoped by CLOSID
 2024-02-19 18:37 UTC  (2+ messages)
` [tip: x86/cache] "

[PATCH v9 08/24] x86/resctrl: Track the number of dirty RMID a CLOSID has
 2024-02-19 18:37 UTC  (2+ messages)
` [tip: x86/cache] "

[PATCH v9 09/24] x86/resctrl: Use __set_bit()/__clear_bit() instead of open coding
 2024-02-19 18:37 UTC  (2+ messages)
` [tip: x86/cache] "

[PATCH v9 10/24] x86/resctrl: Allocate the cleanest CLOSID by searching closid_num_dirty_rmid
 2024-02-19 18:37 UTC  (2+ messages)
` [tip: x86/cache] "

[PATCH v9 11/24] x86/resctrl: Move CLOSID/RMID matching and setting to use helpers
 2024-02-19 18:37 UTC  (2+ messages)
` [tip: x86/cache] "

[PATCH v9 12/24] x86/resctrl: Add cpumask_any_housekeeping() for limbo/overflow
 2024-02-19 18:37 UTC  (2+ messages)
` [tip: x86/cache] "

[PATCH v9 13/24] x86/resctrl: Queue mon_event_read() instead of sending an IPI
 2024-02-19 18:37 UTC  (2+ messages)
` [tip: x86/cache] "

[PATCH v9 14/24] x86/resctrl: Allow resctrl_arch_rmid_read() to sleep
 2024-02-19 18:37 UTC  (2+ messages)
` [tip: x86/cache] "

[PATCH v9 15/24] x86/resctrl: Allow arch to allocate memory needed in resctrl_arch_rmid_read()
 2024-02-19 18:37 UTC  (2+ messages)
` [tip: x86/cache] "

[PATCH v9 16/24] x86/resctrl: Make resctrl_mounted checks explicit
 2024-02-19 18:37 UTC  (2+ messages)
` [tip: x86/cache] "

[PATCH v9 17/24] x86/resctrl: Move alloc/mon static keys into helpers
 2024-02-19 18:37 UTC  (2+ messages)
` [tip: x86/cache] "

[PATCH v9 18/24] x86/resctrl: Make rdt_enable_key the arch's decision to switch
 2024-02-19 18:37 UTC  (2+ messages)
` [tip: x86/cache] "

[PATCH v9 19/24] x86/resctrl: Add helpers for system wide mon/alloc capable
 2024-02-19 18:37 UTC  (2+ messages)
` [tip: x86/cache] "

[PATCH v9 20/24] x86/resctrl: Add CPU online callback for resctrl work
 2024-02-19 18:37 UTC  (2+ messages)
` [tip: x86/cache] "

[PATCH v9 21/24] x86/resctrl: Allow overflow/limbo handlers to be scheduled on any-but cpu
 2024-02-19 18:37 UTC  (2+ messages)
` [tip: x86/cache] x86/resctrl: Allow overflow/limbo handlers to be scheduled on any-but CPU

[PATCH v9 22/24] x86/resctrl: Add CPU offline callback for resctrl work
 2024-02-19 18:37 UTC  (2+ messages)
` [tip: x86/cache] "

[PATCH v9 23/24] x86/resctrl: Move domain helper migration into resctrl_offline_cpu()
 2024-02-19 18:37 UTC  (2+ messages)
` [tip: x86/cache] "

[PATCH v9 24/24] x86/resctrl: Separate arch and fs resctrl locks
 2024-02-19 18:37 UTC  (2+ messages)
` [tip: x86/cache] "

[PATCH net 00/13] mptcp: misc. fixes for v6.8
 2024-02-19 18:33 UTC  (6+ messages)
` [PATCH net 03/13] mptcp: fix lockless access in subflow ULP diag

[PATCH net-next v3 0/3] net: stmmac: Allow driver-specific AXI configuration
 2024-02-19 18:32 UTC  (5+ messages)
` [PATCH net-next v3 1/3] net: stmmac: Pass resources to DT parsing code
` [PATCH net-next v3 2/3] net: stmmac: Allow drivers to provide a default AXI configuration
` [PATCH net-next v3 3/3] net: stmmac: Configure AXI on Tegra234 MGBE

[PATCH v8] ASoc: tas2783: Add tas2783 codec driver
 2024-02-19 18:28 UTC  (3+ messages)

[PATCH v2 0/2] watchdog: sp805: add reset control support
 2024-02-19 18:26 UTC  (5+ messages)
` [PATCH v2 1/2] watchdog: sp805_wdt: deassert the reset if available
` [PATCH v2 2/2] dt-bindings: watchdog: arm,sp805: document the reset signal

[PATCH v2] arm64: jump_label: use constraints "Si" instead of "i"
 2024-02-19 18:22 UTC  (8+ messages)

[PATCH v17 0/6] Introducing trace buffer mapping by user-space
 2024-02-19 18:22 UTC  (4+ messages)
` [PATCH v17 3/6] tracing: Add snapshot refcount

[PATCH 0/3] MEI VSC fixes and cleanups
 2024-02-19 18:18 UTC  (4+ messages)
` [PATCH 1/3] mei: vsc: Call wake_up() and event handler in a workqueue

[PATCH v2] bcachefs: Avoid a potential useless over memory allocation in bch2_prt_[v]printf()
 2024-02-19 18:10 UTC  (3+ messages)

[v6.7][PATCH v2 00/23] eventfs: Linus's updates for 6.7
 2024-02-19 18:10 UTC  (2+ messages)

[PATCH] coredump debugging: add a tracepoint to report the coredumping
 2024-02-19 18:01 UTC  (6+ messages)

[PATCH] Revert "bus: mhi: core: Add support for reading MHI info from device"
 2024-02-19 18:07 UTC 

[PATCH RFC 0/7] Use Maple Trees for simple_offset utilities
 2024-02-19 18:06 UTC  (9+ messages)
` [PATCH RFC 7/7] libfs: Re-arrange locking in offset_iterate_dir()

[PATCH 00/15] x86/resctrl : Support AMD QoS RMID Pinning feature
 2024-02-19 18:00 UTC  (8+ messages)
` [PATCH v2 00/17] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)

[RFC] cputime: Introduce option to force full dynticks accounting on NOHZ & NOHZ_IDLE CPUs
 2024-02-19 17:57 UTC 

[PATCH v5] drm/dp: add an API to indicate if sink supports VSC SDP
 2024-02-19 17:55 UTC  (2+ messages)

[PATCH v11 0/4] add zynqmp TCM bindings
 2024-02-19 17:55 UTC  (11+ messages)
` [PATCH v11 1/4] remoteproc: zynqmp: fix lockstep mode memory region
` [PATCH v11 2/4] dt-bindings: remoteproc: add Tightly Coupled Memory (TCM) bindings
` [PATCH v11 3/4] dts: zynqmp: add properties for TCM in remoteproc
` [PATCH v11 4/4] remoteproc: zynqmp: parse TCM from device tree

[PATCH 00/11] Provide SEV-SNP support for running under an SVSM
 2024-02-19 17:54 UTC  (5+ messages)

[PATCH 1/3] tpm: protect against locality counter underflow
 2024-02-19 17:54 UTC  (5+ messages)

[PATCH] Drivers: hv: Kconfig: select CPUMASK_OFFSTACK for Hyper-V
 2024-02-19 17:53 UTC  (4+ messages)

[PATCH] irqchip/gic-v3: handle DOMAIN_BUS_ANY in gic_irq_domain_select
 2024-02-19 17:51 UTC  (6+ messages)

Automating console_blast.sh
 2024-02-19 17:51 UTC  (2+ messages)

[PATCH 1/6] drm/bridge: aux-hpd: fix OF node leaks
 2024-02-19 17:48 UTC  (2+ messages)

[PATCH v2] bpf: Replace bpf_lpm_trie_key 0-length array with flexible array
 2024-02-19 17:48 UTC  (4+ messages)

[tip: irq/msi] genirq/irqdomain: Remove the param count restriction from select()
 2024-02-19 17:39 UTC  (5+ messages)
` [PATCH v12 02/25] "

[PATCH v2] drm/imagination: DRM_POWERVR should depend on ARCH_K3
 2024-02-19 17:32 UTC  (15+ messages)
            `  "
                `  "

[PATCH] dmaengine: idxd: constify the struct device_type usage
 2024-02-19 17:30 UTC  (2+ messages)

[PATCH] firmware/psci: Move psci_init_system_suspend() to late_initcall()
 2024-02-19 17:29 UTC  (2+ messages)

[PATCH v5 0/5] Add Tegra Security Engine driver
 2024-02-19 17:25 UTC  (6+ messages)
` [PATCH v5 1/5] dt-bindings: crypto: Add Tegra Security Engine
` [PATCH v5 2/5] gpu: host1x: Add Tegra SE to SID table
` [PATCH v5 3/5] crypto: tegra: Add Tegra Security Engine driver
` [PATCH v5 4/5] arm64: defconfig: Enable Tegra Security Engine
` [PATCH v5 5/5] arm64: tegra: Add Tegra Security Engine DT nodes

[syzbot] [reiserfs?] possible deadlock in do_unlinkat
 2024-02-19 17:26 UTC  (2+ messages)

[RESEND PATCH net-next] net: wan: framer: constify of_phandle_args in xlate
 2024-02-19 17:25 UTC  (2+ messages)

[PATCH v1] gpiolib: Handle no pin_ranges in gpiochip_generic_config()
 2024-02-19 17:25 UTC 

[paulmck-rcu:rcu/next] BUILD SUCCESS b4c7a9cd36e1d1eb1ce43b4329e359a00d75a355
 2024-02-19 17:23 UTC 

[v2 PATCH 1/1] ALSA: virtio: add support for audio controls
 2024-02-19 17:24 UTC  (2+ messages)
` [v2 PATCH 0/1] "

[PATCH] dmaengine: idxd: Ensure safe user copy of completion record
 2024-02-19 17:20 UTC  (4+ messages)

[PATCH v2] kbuild: Use -fmin-function-alignment when available
 2024-02-19 17:20 UTC  (2+ messages)

[PATCH] netfilter: x_tables: Use unsafe_memcpy() for 0-sized destination
 2024-02-19 17:17 UTC  (2+ messages)

[PATCH v3 31/35] lib: add memory allocations report in show_mem()
 2024-02-19 17:17 UTC  (12+ messages)

[PATCH] cpu: mark cpu_possible_mask as __ro_after_init
 2024-02-19 17:16 UTC  (2+ messages)
` [tip: smp/core] cpu: Mark "

[PATCH] smp: make __smp_processor_id() 0-argument macro
 2024-02-19 17:16 UTC  (2+ messages)
` [tip: smp/core] smp: Make "

[PATCH printk v2 00/26] wire up write_atomic() printing
 2024-02-19 17:14 UTC  (7+ messages)
` [PATCH printk v2 08/26] printk: nbcon: Implement processing in port->lock wrapper

[PATCH] vduse: implement DMA sync callbacks
 2024-02-19 17:06 UTC 

[PATCH v4 00/11] x86: Confine early 1:1 mapped startup code
 2024-02-19 17:06 UTC  (4+ messages)
` [PATCH v4 07/11] efi/libstub: Add generic support for parsing mem_encrypt=

[PATCH v3 0/9] auxdisplay: linedisp: Clean up and add new driver
 2024-02-19 16:58 UTC  (10+ messages)
` [PATCH v3 1/9] auxdisplay: linedisp: Group display drivers together
` [PATCH v3 2/9] auxdisplay: linedisp: Allocate buffer for the string
` [PATCH v3 3/9] auxdisplay: ht16k33: Add default to switch-cases
` [PATCH v3 4/9] auxdisplay: ht16k33: Move ht16k33_linedisp_ops down
` [PATCH v3 5/9] auxdisplay: ht16k33: Define a few helper macros
` [PATCH v3 6/9] auxdisplay: ht16k33: Switch to use line display character mapping
` [PATCH v3 7/9] auxdisplay: ht16k33: Drop struct ht16k33_seg
` [PATCH v3 8/9] dt-bindings: auxdisplay: Add Maxim MAX6958/6959
` [PATCH v3 9/9] auxdisplay: Add driver for MAX695x 7-segment LED controllers

[PATCH v7 0/3] overflow: Introduce wrapping helpers
 2024-02-19 17:03 UTC  (5+ messages)
` [PATCH v7 1/3] overflow: Adjust check_*_overflow() kern-doc to reflect results
` [PATCH v7 3/3] overflow: Introduce wrapping_assign_add() and wrapping_assign_sub()

[PATCH] can: softing: remove redundant NULL check
 2024-02-19 17:00 UTC  (4+ messages)

[PATCH v2] ALSA: hda/realtek: Enable Mute LED on HP 840 G8 (MB 8AB8)
 2024-02-19 16:58 UTC  (2+ messages)

[PATCH v10 00/20] timers: Move from a push remote at enqueue to a pull at expiry model
 2024-02-19 16:57 UTC  (4+ messages)
` [PATCH v10 13/20] timers: Add get next timer interrupt functionality for remote CPUs

[PATCH v3 00/35] Memory allocation profiling
 2024-02-19 16:55 UTC  (6+ messages)
` [PATCH v3 32/35] codetag: debug: skip objext checking when it's for objext itself

[PATCH 0/2] afs: Miscellaneous fixes
 2024-02-19 16:54 UTC  (5+ messages)
` [PATCH 1/2] afs: Fix ignored callbacks over ipv4
` [PATCH 2/2] afs: Increase buffer size in afs_update_volume_status()

[PATCH 0/2] Support kshrinkd
 2024-02-19 16:51 UTC  (2+ messages)

linux-next: manual merge of the kvm-arm tree with the arm64 tree
 2024-02-19 16:49 UTC  (4+ messages)

Linux FS6712X-EB92 5.13.x - page allocation failure followed by a controller reset and the drive drops out of the array
 2024-02-19 16:49 UTC  (3+ messages)

[PATCH 00/30] PREEMPT_AUTO: support lazy rescheduling
 2024-02-19 16:48 UTC  (11+ messages)

[net-next RFC PATCH 0/6] net: phy: support multi PHY in phy_driver Was: net: phy: detach PHY driver OPs from phy_driver struct
 2024-02-19 16:41 UTC  (4+ messages)
` [net-next RFC PATCH 6/6] net: phy: bcm7xxx: rework phy_driver table to new multiple PHY ID format

[PATCH] firmware_loader: Suppress warning on FW_OPT_NO_WARN flag
 2024-02-19 16:39 UTC 

[PATCH] drivers/tty/serial: Remove unused function early_mcf_setup
 2024-02-19 16:40 UTC 

[PATCH v3] mm: memcg: Use larger batches for proactive reclaim
 2024-02-19 16:39 UTC  (12+ messages)

[PATCH v4] rust: str: add {make,to}_{upper,lower}case() to CString
 2024-02-19 16:39 UTC 

[PATCH] riscv: mm: fix NOCACHE_THEAD does not set bit[61] correctly
 2024-02-19 16:32 UTC 

[PATCH v4] mm/swap: fix race when skipping swapcache
 2024-02-19 16:37 UTC  (2+ messages)

[RFC PATCH v3 1/7] timekeeping: Fix cross-timestamp interpolation on counter wrap
 2024-02-19 16:35 UTC  (2+ messages)
` [tip: timers/core] "

[RFC PATCH v3 2/7] timekeeping: Fix cross-timestamp interpolation corner case decision
 2024-02-19 16:35 UTC  (2+ messages)
` [tip: timers/core] "

[RFC PATCH v3 3/7] timekeeping: Fix cross-timestamp interpolation for non-x86
 2024-02-19 16:35 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH 0/4] wifi: wilc1000: fix RCU usage
 2024-02-19 16:34 UTC  (4+ messages)

[PATCH v3 0/5] iio: adc: ad7192: Add support for AD7194
 2024-02-19 16:33 UTC  (10+ messages)
` [PATCH v3 5/5] iio: adc: ad7192: Add AD7194 support

[PATCH v2 1/1] serial: 8250_pci1xxxx: Drop quirk from 8250_port
 2024-02-19 16:28 UTC 

[PATCH] ALSA: hda/realtek: Enable Mute LED on HP 840 G8 (MB 8AB8)
 2024-02-19 16:28 UTC  (3+ messages)

[PATCH 00/13] Add Mobileye EyeQ5 support to the Nomadik I2C controller & use hrtimers for timeouts
 2024-02-19 16:27 UTC  (5+ messages)
` [PATCH 10/13] i2c: nomadik: support Mobileye EyeQ5 I2C controller

[PATCH] interconnect: constify of_phandle_args in xlate
 2024-02-19 16:27 UTC  (4+ messages)

[PATCH v2] hrtimer: select housekeeping CPU during migration
 2024-02-19 16:27 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 00/10] scsi: Replace {v}snprintf() variants with safer alternatives
 2024-02-19 16:25 UTC  (7+ messages)
` [PATCH 03/10] scsi: NCR5380: Replace snprintf() with the safer scnprintf() variant

[PATCH net-next v1] net: Add skb user timestamp flag to distinguish between timestamps
 2024-02-19 16:26 UTC  (4+ messages)

[PATCH 0/8] A702 support
 2024-02-19 16:24 UTC  (7+ messages)
` [PATCH 3/8] clk: qcom: clk-alpha-pll: Add HUAYRA_2290 support

[PATCH 0/3] arm64: dts: qcom: pm6150: Add typec support for PM6150
 2024-02-19 16:23 UTC  (2+ messages)
` (subset) "

[PATCH 1/1] dmaengine: mxs-dma: switch from dma_coherent to dma_pool
 2024-02-19 16:23 UTC  (2+ messages)

[PATCH 00/10] vdso: Misc cleanups and prevent code duplication
 2024-02-19 16:22 UTC  (5+ messages)
` [PATCH 02/10] s390/vdso/data: Drop unnecessary header include
` [PATCH 07/10] s390/vdso: Use generic union vdso_data_store

[PATCH 1/4] wifi: wilc1000: split deeply nested RCU list traversal in dedicated helper
 2024-02-19 16:21 UTC  (2+ messages)

[PATCH v1 1/1] serial: 8250_pci1xxxx: Drop quirk from 8250_port
 2024-02-19 16:19 UTC  (3+ messages)

[PATCHv8 0/2] *** Detect interrupt storm in softlockup ***
 2024-02-19 16:19 UTC  (3+ messages)
` [PATCHv8 1/2] watchdog/softlockup: low-overhead detection of interrupt
` [PATCHv8 2/2] watchdog/softlockup: report the most frequent interrupts

[PATCH v2 0/2] clocksource: fix Tegra234 SoC Watchdog Timer
 2024-02-19 16:18 UTC  (5+ messages)
` [PATCH v2 1/2] clocksource/drivers/timer-tegra186: add WDIOC_GETTIMELEFT support
` [PATCH v2 2/2] clocksource/drivers/timer-tegra186: fix watchdog self-pinging

[PATCH v10 00/14] PCI: imx6: Clean up and add imx95 pci support
 2024-02-19 16:18 UTC  (4+ messages)

[PATCH v4 0/4] KVM: x86/mmu: Pre-check for mmu_notifier retry
 2024-02-19 16:18 UTC  (4+ messages)
` [PATCH v4 1/4] KVM: x86/mmu: Retry fault before acquiring mmu_lock if mapping is changing

[PATCH 00/23] Rework Nomadik GPIO to add Mobileye EyeQ5 support
 2024-02-19 16:17 UTC  (7+ messages)
` [PATCH 16/23] gpio: nomadik: support shared GPIO IRQs
` [PATCH 17/23] gpio: nomadik: handle variadic GPIO count

[PATCH 0/4] TDX host: kexec() support
 2024-02-19 16:16 UTC  (3+ messages)
` [PATCH 1/4] x86/coco: Add a new CC attribute to unify cache flush during kexec

[PATCH -next] spi: spi-summary.rst: fix underline length
 2024-02-19 16:16 UTC  (2+ messages)

[PATCH v5 00/12] netfs, cifs: Delegate high-level I/O to netfslib
 2024-02-19 16:12 UTC  (8+ messages)
    ` [PATCH v5 09/12] cifs: Cut over to using netfslib

[PATCH RFC net-next v8 00/13] net: Make timestamping selectable
 2024-02-19 16:11 UTC  (5+ messages)
` [PATCH RFC net-next v8 04/13] net: Change the API of PHY default timestamp to MAC

[PATCH 0/4] Add new Renesas RZ/V2H SoC
 2024-02-19 16:09 UTC  (3+ messages)
` [PATCH 3/4] soc: renesas: Add identification support for "
` [PATCH 4/4] arm64: defconfig: Enable R9A09G057 SoC


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