public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-05-22 10:55:09 to 2023-05-22 12:27:02 UTC [more...]

[PATCH 00/26] locking/atomic: restructuring + kerneldoc
 2023-05-22 12:24 UTC 

[PATCH] ocfs2: fix use-after-free when unmounting read-only filesystem
 2023-05-22 12:23 UTC  (3+ messages)

[PATCH] overlayfs: Trigger file re-evaluation by IMA / EVM after writes
 2023-05-22 12:18 UTC  (4+ messages)

[PATCH net-next 00/30] net: dsa: mt7530: improve, trap BPDU & LLDP, and prefer CPU port
 2023-05-22 12:15 UTC  (31+ messages)
` [PATCH net-next 01/30] net: dsa: mt7530: add missing @p5_interface to mt7530_priv description
` [PATCH net-next 02/30] net: dsa: mt7530: use p5_interface_select as data type for p5_intf_sel
` [PATCH net-next 03/30] net: dsa: mt7530: properly support MT7531AE and MT7531BE
` [PATCH net-next 04/30] net: dsa: mt7530: improve comments regarding port 5 and 6
` [PATCH net-next 05/30] net: dsa: mt7530: read XTAL value from correct register
` [PATCH net-next 06/30] net: dsa: mt7530: improve code path for setting up port 5
` [PATCH net-next 07/30] net: dsa: mt7530: do not run mt7530_setup_port5() if port 5 is disabled
` [PATCH net-next 08/30] net: dsa: mt7530: change p{5,6}_interface to p{5,6}_configured
` [PATCH net-next 09/30] net: dsa: mt7530: empty default case on mt7530_setup_port5()
` [PATCH net-next 10/30] net: dsa: mt7530: call port 6 setup from mt7530_mac_config()
` [PATCH net-next 11/30] net: dsa: mt7530: remove pad_setup function pointer
` [PATCH net-next 12/30] net: dsa: mt7530: move XTAL check to mt7530_setup()
` [PATCH net-next 13/30] net: dsa: mt7530: move enabling port 6 to mt7530_setup_port6()
` [PATCH net-next 14/30] net: dsa: mt7530: switch to if/else statements on mt7530_setup_port6()
` [PATCH net-next 15/30] net: dsa: mt7530: set TRGMII RD TAP if trgmii is being used
` [PATCH net-next 16/30] net: dsa: mt7530: move lowering port 5 RGMII driving to mt7530_setup()
` [PATCH net-next 17/30] net: dsa: mt7530: fix port capabilities for MT7988
` [PATCH net-next 18/30] net: dsa: mt7530: remove .mac_port_config for MT7988 and make it optional
` [PATCH net-next 19/30] net: dsa: mt7530: set interrupt register only for MT7530
` [PATCH net-next 20/30] net: dsa: mt7530: properly reset MT7531 switch
` [PATCH net-next 21/30] net: dsa: mt7530: get rid of useless error returns on phylink code path
` [PATCH net-next 22/30] net: dsa: mt7530: rename p5_intf_sel and use only for MT7530 switch
` [PATCH net-next 23/30] net: dsa: mt7530: run mt7530_pll_setup() only with 40 MHz XTAL
` [PATCH net-next 24/30] net: dsa: mt7530: rename MT7530_MFC to MT753X_MFC
` [PATCH net-next 25/30] net: dsa: mt7530: properly set MT7531_CPU_PMAP
` [PATCH net-next 26/30] net: dsa: mt7530: properly set MT7530_CPU_PORT
` [PATCH net-next 27/30] net: dsa: mt7530: introduce BPDU trapping for MT7530 switch
` [PATCH net-next 28/30] net: dsa: mt7530: introduce LLDP frame trapping
` [PATCH net-next 29/30] net: dsa: introduce preferred_default_local_cpu_port and use on MT7530
` [PATCH net-next 30/30] MAINTAINERS: add me as maintainer of MEDIATEK SWITCH DRIVER

[PATCH] drm/drm_vblank.c: avoid unsigned int to signed int cast
 2023-05-22 12:13 UTC  (7+ messages)

[PATCH 0/2] mms114: add support for touch keys
 2023-05-22 12:14 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: mms114: Add linux,keycodes property "

[PATCH][next] wifi: rtw89: 8851b: rfk: Fix spelling mistake KIP_RESOTRE -> KIP_RESTORE
 2023-05-22 12:13 UTC  (2+ messages)

[PATCH net-next v10 00/16] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES), part 1
 2023-05-22 12:11 UTC  (17+ messages)
` [PATCH net-next v10 01/16] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
` [PATCH net-next v10 02/16] net: Pass max frags into skb_append_pagefrags()
` [PATCH net-next v10 03/16] net: Add a function to splice pages into an skbuff for MSG_SPLICE_PAGES
` [PATCH net-next v10 04/16] tcp: Support MSG_SPLICE_PAGES
` [PATCH net-next v10 05/16] tcp: Convert do_tcp_sendpages() to use MSG_SPLICE_PAGES
` [PATCH net-next v10 06/16] tcp_bpf: Inline do_tcp_sendpages as it's now a wrapper around tcp_sendmsg
` [PATCH net-next v10 07/16] espintcp: Inline do_tcp_sendpages()
` [PATCH net-next v10 08/16] tls: "
` [PATCH net-next v10 09/16] siw: "
` [PATCH net-next v10 10/16] tcp: Fold do_tcp_sendpages() into tcp_sendpage_locked()
` [PATCH net-next v10 11/16] ip, udp: Support MSG_SPLICE_PAGES
` [PATCH net-next v10 12/16] ip6, udp6: "
` [PATCH net-next v10 13/16] udp: Convert udp_sendpage() to use MSG_SPLICE_PAGES
` [PATCH net-next v10 14/16] ip: Remove ip_append_page()
` [PATCH net-next v10 15/16] af_unix: Support MSG_SPLICE_PAGES
` [PATCH net-next v10 16/16] unix: Convert unix_stream_sendpage() to use MSG_SPLICE_PAGES

[PATCH -next v2 0/6] blk-wbt: minor fix and cleanup
 2023-05-22 12:12 UTC  (4+ messages)

[patch V4 00/37] cpu/hotplug, x86: Reworked parallel CPU bringup
 2023-05-22 12:12 UTC  (4+ messages)
` [PATCH] x86/apic: Fix use of X{,2}APIC_ENABLE in asm with older binutils
  ` [tip: smp/core] "

[PATCH 00/31] mm: allow pte_offset_map[_lock]() to fail
 2023-05-22 12:11 UTC  (9+ messages)
` [PATCH 04/31] mm/pgtable: "
` [PATCH 05/31] mm/filemap: allow pte_offset_map_lock() "
` [PATCH 08/31] mm/page_vma_mapped: pte_offset_map_nolock() not pte_lockptr()
` [PATCH 13/31] mm/hmm: retry if pte_offset_map() fails

[PATCH v5 00/44] treewide: Remove I/O port accessors for HAS_IOPORT=n
 2023-05-22 11:59 UTC  (21+ messages)
` [PATCH v5 02/44] ata: add HAS_IOPORT dependencies
` [PATCH v5 28/44] pnp: "
` [PATCH v5 30/44] rtc: "
` [PATCH v5 31/44] scsi: "
` [PATCH v5 32/44] sound: "
` [PATCH v5 33/44] speakup: add HAS_IOPORT dependency for SPEAKUP_SERIALIO
` [PATCH v5 34/44] staging: add HAS_IOPORT dependencies
` [PATCH v5 35/44] tty: serial: handle "
` [PATCH v5 38/44] usb: pci-quirks: "
` [PATCH v5 39/44] vgacon: add "
` [PATCH v5 40/44] fbdev: "
` [PATCH v5 41/44] video: Handle "
` [PATCH v5 42/44] watchdog: add "
` [PATCH v5 43/44] wireless: "
` [PATCH v5 44/44] asm-generic/io.h: Remove I/O port accessors for HAS_IOPORT=n

[PATCH -V2 0/5] swap: cleanup get/put_swap_device() usage
 2023-05-22 12:07 UTC  (11+ messages)
` [PATCH -V2 1/5] swap: Remove get/put_swap_device() in __swap_count()
` [PATCH -V2 2/5] swap, __read_swap_cache_async(): enlarge get/put_swap_device protection range
` [PATCH -V2 3/5] swap: remove __swp_swapcount()
` [PATCH -V2 4/5] swap: remove get/put_swap_device() in __swap_duplicate()
` [PATCH -V2 5/5] swap: comments get_swap_device() with usage rule

[PATCH v1 0/5] perf parse-regs: Refactor arch related functions
 2023-05-22 12:07 UTC  (4+ messages)
` [PATCH v1 2/5] perf parse-regs: Introduce functions arch__reg_{ip|sp}()

RCU WARNING on 6.4-rc2, TI AM62 and TPS65219
 2023-05-22 12:04 UTC  (3+ messages)

[PATCH v3 0/7] add VTM nodes to TI's K3 SoCs
 2023-05-22 12:01 UTC  (2+ messages)

[PATCH net] lan966x: Fix unloading/loading of the driver
 2023-05-22 12:00 UTC 

Break doesn't work on a CP2105
 2023-05-22 11:59 UTC  (2+ messages)

[PATCH v5] hwmon: add HP WMI Sensors driver
 2023-05-22 11:56 UTC 

[PATCH v7 0/6] Add support for TI TPS65219 PMIC
 2023-05-22 11:57 UTC  (4+ messages)

Potential issue with (or misunderstanding of) of_irq_get()
 2023-05-22 11:56 UTC  (3+ messages)

[PATCH 0/3] raid10 bugfix
 2023-05-22 11:54 UTC  (4+ messages)
` [PATCH 1/3] md/raid10: fix null-ptr-deref of mreplace in raid10_sync_request
` [PATCH 2/3] md/raid10: fix incorrect done of recovery
` [PATCH 3/3] md/raid10: fix io loss while replacement replace rdev

[PATCH v11 0/2] spi: loongson: add bus driver for the loongson spi
 2023-05-22 11:56 UTC  (4+ messages)

[PATCH v1 00/23] PMU refactoring and improvements
 2023-05-22 11:55 UTC  (9+ messages)
` [PATCH v1 01/23] perf tools: Warn if no user requested CPUs match PMU's CPUs
` [PATCH v1 05/23] perf pmu: Remove perf_pmu__hybrid_mounted

[PATCH v2] PCI: acpiphp: Reassign resources on bridge if necessary
 2023-05-22 11:52 UTC  (3+ messages)

[PATCH 1/5] drm/amd/pm: mark irq functions as 'static'
 2023-05-22 11:50 UTC  (5+ messages)
` [PATCH 2/5] drm/amdkfd: mark local functions as static
` [PATCH 3/5] drm/amdgpu:mark aqua_vanjaram_reg_init.c function "
` [PATCH 4/5] drm/amdgpu: use %pad format string for dma_addr_t
` [PATCH 5/5] drm/amdgpu: fix acpi build warnings

[PATCH v4 0/3] TI TPS6594 PMIC support (RTC, pinctrl, regulators)
 2023-05-22 11:49 UTC  (6+ messages)
` [PATCH v4 1/3] rtc: tps6594: Add driver for TPS6594 RTC

[PATCH RFC] x86/tsc: Make recalibration default on for TSC_KNOWN_FREQ cases
 2023-05-22 11:49 UTC  (4+ messages)

[PATCH] md/raid5: Convert stripe_head's "dev" to flexible array member
 2023-05-22 11:49 UTC  (3+ messages)

[PATCH] arm64: watchdog_hld: provide arm_pmu_irq_is_nmi stub
 2023-05-22 11:48 UTC 

[PATCH v2] ata: libata-scsi: Fix get identity data failed
 2023-05-22 11:47 UTC  (10+ messages)

[PATCH net] page_pool: fix inconsistency for page_pool_ring_[un]lock()
 2023-05-22 11:45 UTC  (3+ messages)

[PATCH v11 0/9] Implement copy offload support
 2023-05-22 11:45 UTC  (11+ messages)
  ` [PATCH v11 1/9] block: Introduce queue limits for copy-offload support
  ` [PATCH v11 2/9] block: Add copy offload support infrastructure
  ` [PATCH v11 3/9] block: add emulation for copy
  ` [PATCH v11 4/9] fs, block: copy_file_range for def_blk_ops for direct block device
  ` [PATCH v11 5/9] nvme: add copy offload support
  ` [PATCH v11 6/9] nvmet: add copy command support for bdev and file ns
  ` [PATCH v11 7/9] dm: Add support for copy offload
  ` [PATCH v11 8/9] dm: Enable copy offload for dm-linear target
  ` [PATCH v11 9/9] null_blk: add support for copy offload

Updating hardcoded "of-display" devices
 2023-05-22 11:44 UTC  (5+ messages)
` [PATCH 2/2] drm/ofdrm: Update expected device name

[PATCH v13 6/8] media: i2c: add DS90UB960 driver
 2023-05-22 11:42 UTC 

[PATCH RESEND bpf-next 00/15] new kfunc XDP hints and ice implementation
 2023-05-22 11:41 UTC  (8+ messages)
` [PATCH RESEND bpf-next 14/15] net, xdp: allow metadata > 32

[PATCH v1 0/1] 68020/030 signal handling following exceptions
 2023-05-22 11:41 UTC  (3+ messages)
` [PATCH v1 1/1] m68k: Move signal frame following exception on 68020/030

[PATCH v2] PCI: Don't assume root ports from > 2015 are power manageable
 2023-05-22 11:40 UTC  (4+ messages)

[PATCH v2] MAINTAINERS: update arm64 Microchip entries
 2023-05-22 11:39 UTC  (3+ messages)

[PATCH net-next v3 0/6] Brcm ASP 2.0 Ethernet Controller
 2023-05-22 11:38 UTC  (4+ messages)
` [PATCH net-next v3 3/6] net: bcmasp: Add support for ASP2.0 Ethernet controller

[PATCH v2 0/2] iio/adc-joystick: buffer data parsing fixes
 2023-05-22 11:35 UTC  (11+ messages)
` [PATCH v2 1/2] iio/adc: ingenic: Fix channel offsets in buffer
` [PATCH v2 2/2] input: joystick: Fix buffer data parsing

[PATCH mm-unstable 1/4] mm: multi-gen LRU: use macro for bitmap
 2023-05-22 11:33 UTC  (5+ messages)
` [PATCH mm-unstable 2/4] mm: multi-gen LRU: cleanup lru_gen_soft_reclaim()
` [PATCH mm-unstable 3/4] mm: multi-gen LRU: add helpers in page table walks
` [PATCH mm-unstable 4/4] mm: multi-gen LRU: cleanup lru_gen_test_recent()

[regression] Bug 217218 - Trying to boot Linux version 6-2.2 kernel with Marvell SATA controller 88SE9235
 2023-05-22 11:33 UTC  (7+ messages)

[PATCH net-next v2 0/6] microchip_t1s: Update on Microchip 10BASE-T1S PHY driver
 2023-05-22 11:33 UTC  (7+ messages)
` [PATCH net-next v2 1/6] net: phy: microchip_t1s: modify driver description to be more generic
` [PATCH net-next v2 2/6] net: phy: microchip_t1s: replace read-modify-write code with phy_modify_mmd
` [PATCH net-next v2 3/6] net: phy: microchip_t1s: update LAN867x PHY supported revision number
` [PATCH net-next v2 4/6] net: phy: microchip_t1s: fix reset complete status handling
` [PATCH net-next v2 5/6] net: phy: microchip_t1s: remove unnecessary interrupts disabling code
` [PATCH net-next v2 6/6] net: phy: microchip_t1s: add support for Microchip LAN865x Rev.B0 PHYs

[PATCH V2 1/6] perf/x86/intel: Add Grand Ridge and Sierra Forest
 2023-05-22 11:30 UTC  (6+ messages)
` [PATCH V2 2/6] perf: Add branch stack extension
` [PATCH V2 3/6] perf: Support branch events
` [PATCH V2 4/6] perf/x86/intel: Support LBR event logging
` [PATCH V2 5/6] tools headers UAPI: Sync include/uapi/linux/perf_event.h header with the kernel
` [PATCH V2 6/6] perf tools: Add branch event knob

[PATCH] scsi: target: Fix data corruption under concurrent target configuration
 2023-05-22 11:27 UTC  (4+ messages)

[PATCH 0/3] Add RTC for MStar SSD20xD SoCs
 2023-05-22 11:27 UTC  (4+ messages)
` [PATCH 2/3] dt-bindings: rtc: Add Mstar SSD20xD RTC devicetree bindings documentation

[PATCH RESEND v15 0/5] Implement IOCTL to get and optionally clear info about PTEs
 2023-05-22 11:26 UTC  (6+ messages)
` [PATCH RESEND v15 2/5] fs/proc/task_mmu: "

[PATCH] irqchip/gic-v3: workaround for ASR8601 when reading mpidr
 2023-05-22 11:06 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2 0/2] Add support for TI TPS65219 PMIC GPIO interface
 2023-05-22 11:18 UTC  (6+ messages)
` [PATCH v2 1/2] gpio: tps65219: add GPIO support for TPS65219 PMIC

[PATCH v4 00/41] treewide: Remove I/O port accessors for HAS_IOPORT=n
 2023-05-22 11:15 UTC  (9+ messages)
` [PATCH v4 05/41] counter: add HAS_IOPORT dependencies

[PATCH] drm/nouveau/acr/ga102: set variable ga102_gsps storage-class-specifier to static
 2023-05-22 11:13 UTC  (2+ messages)

[PATCH v14 0/2] drm: add kms driver for loongson display controller
 2023-05-22 11:11 UTC  (8+ messages)
` [PATCH v14 1/2] "

[PATCH v8 0/6] ksm: support tracking KSM-placed zero-pages
 2023-05-22 10:54 UTC  (6+ messages)
` [PATCH v8 2/6] ksm: count all zero pages placed by KSM
` [PATCH v8 3/6] ksm: add ksm zero pages for each process
` [PATCH v8 4/6] ksm: add documentation for ksm zero pages
` [PATCH v8 5/6] ksm: update the calculation of KSM profit
` [PATCH v8 6/6] selftest: add a testcase of ksm zero pages

[PATCH net] forcedeth: Fix an error handling path in nv_probe()
 2023-05-22 11:10 UTC  (4+ messages)

[PATCH 0/9] Mitigate a vmap lock contention
 2023-05-22 11:08 UTC  (10+ messages)
` [PATCH 1/9] mm: vmalloc: Add va_alloc() helper
` [PATCH 2/9] mm: vmalloc: Rename adjust_va_to_fit_type() function
` [PATCH 3/9] mm: vmalloc: Move vmap_init_free_space() down in vmalloc.c
` [PATCH 4/9] mm: vmalloc: Add a per-CPU-zone infrastructure
` [PATCH 5/9] mm: vmalloc: Insert busy-VA per-cpu zone
` [PATCH 6/9] mm: vmalloc: Support multiple zones in vmallocinfo
` [PATCH 7/9] mm: vmalloc: Insert lazy-VA per-cpu zone
` [PATCH 8/9] mm: vmalloc: Offload free_vmap_area_lock global lock
` [PATCH 9/9] mm: vmalloc: Scale and activate cvz_size

Probing nvme disks fails on Upstream kernels on powerpc Maxconfig
 2023-05-22 11:08 UTC  (7+ messages)

[PATCHv12 0/9] mm, x86/cc, efi: Implement support for unaccepted memory
 2023-05-22 11:08 UTC  (5+ messages)
` [PATCHv12 4/9] x86/boot/compressed: Handle "

[PATCH v5 0/4] spi: add SPI_MOSI_IDLE_LOW mode bit
 2023-05-22 11:07 UTC  (7+ messages)
` [PATCH v5 4/4] spi: spidev_test Add three missing spi mode bits

[PATCH] drm/nouveau: dispnv50: fix missing-prototypes warning
 2023-05-22 11:05 UTC  (2+ messages)

[PATCH v4 0/9] fs: implement multigrain timestamps
 2023-05-22 10:53 UTC  (5+ messages)
` [PATCH v4 9/9] btrfs: convert to "

[PATCH v5] iio: adc: ad_sigma_delta: Fix IRQ issue by setting IRQ_DISABLE_UNLAZY flag
 2023-05-22 11:00 UTC  (3+ messages)

[PATCH net] net: ethernet: mtk_eth_soc: fix QoS on DSA MAC on non MTK_NETSYS_V2 SoCs
 2023-05-22 10:57 UTC 

[syzbot] [hfs?] KMSAN: uninit-value in hfsplus_listxattr
 2023-05-22 10:56 UTC  (2+ messages)

[syzbot] [net?] KASAN: invalid-access Read in __packet_get_status
 2023-05-22 10:51 UTC 


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