messages from 2023-05-22 11:15:10 to 2023-05-22 12:37:26 UTC [more...]
[PATCH net-next v2 0/7] net: dsa: mv88e6xxx: add 88E6361 support
2023-05-22 12:26 UTC (6+ messages)
` [PATCH net-next v2 7/7] net: dsa: mv88e6xxx: enable support for 88E6361 switch
[PATCH] ocfs2: fix use-after-free when unmounting read-only filesystem
2023-05-22 12:36 UTC (4+ messages)
[PATCH net] 3c589_cs: Fix an error handling path in tc589_probe()
2023-05-22 12:34 UTC (2+ messages)
[PATCH 0/3] vhost: Fix freezer/ps regressions
2023-05-22 12:30 UTC (3+ messages)
` [PATCH 3/3] fork, vhost: Use CLONE_THREAD to fix freezer/ps regression
[PATCH net-next v4 0/2] Add support for VSC85xx DT RGMII delays
2023-05-22 12:28 UTC (3+ messages)
` [PATCH net-next v4 1/2] phy: mscc: Use PHY_ID_MATCH_VENDOR to minimize PHY ID table
` [PATCH net-next v4 2/2] phy: mscc: Add support for RGMII delay configuration
[PATCHSET v1 wq/for-6.5] workqueue: Improve unbound workqueue execution locality
2023-05-22 12:27 UTC (4+ messages)
` [PATCH 09/24] workqueue: Make unbound workqueues to use per-cpu pool_workqueues
[PATCH v2 0/2] Add support for TI TPS65219 PMIC GPIO interface
2023-05-22 12:26 UTC (10+ messages)
` [PATCH v2 1/2] gpio: tps65219: add GPIO support for TPS65219 PMIC
[PATCH v4 00/11] MediaTek DDP GAMMA - 12-bit LUT support
2023-05-22 12:25 UTC (4+ messages)
` [PATCH v4 05/11] drm/mediatek: gamma: Enable the Gamma LUT table only after programming
[PATCH 00/26] locking/atomic: restructuring + kerneldoc
2023-05-22 12:24 UTC (27+ messages)
` [PATCH 01/26] locking/atomic: arm: fix sync ops
` [PATCH 02/26] locking/atomic: remove fallback comments
` [PATCH 03/26] locking/atomic: hexagon: remove redundant arch_atomic_cmpxchg
` [PATCH 04/26] locking/atomic: make atomic*_{cmp,}xchg optional
` [PATCH 05/26] locking/atomic: arc: add preprocessor symbols
` [PATCH 06/26] locking/atomic: arm: "
` [PATCH 07/26] locking/atomic: hexagon: "
` [PATCH 08/26] locking/atomic: m68k: "
` [PATCH 09/26] locking/atomic: parisc: "
` [PATCH 10/26] locking/atomic: sh: "
` [PATCH 11/26] locking/atomic: sparc: "
` [PATCH 12/26] locking/atomic: x86: "
` [PATCH 13/26] locking/atomic: xtensa: "
` [PATCH 14/26] locking/atomic: scripts: remove bogus order parameter
` [PATCH 15/26] locking/atomic: scripts: remove leftover "${mult}"
` [PATCH 16/26] locking/atomic: scripts: factor out order template generation
` [PATCH 17/26] locking/atomic: scripts: add trivial raw_atomic*_<op>()
` [PATCH 18/26] locking/atomic: treewide: use raw_atomic*_<op>()
` [PATCH 19/26] locking/atomic: scripts: build raw_atomic_long*() directly
` [PATCH 20/26] locking/atomic: scripts: restructure fallback ifdeffery
` [PATCH 21/26] locking/atomic: scripts: split pfx/name/sfx/order
` [PATCH 22/26] locking/atomic: scripts: simplify raw_atomic_long*() definitions
` [PATCH 23/26] locking/atomic: scripts: simplify raw_atomic*() definitions
` [PATCH 24/26] locking/atomic: scripts: generate kerneldoc comments
` [PATCH 25/26] locking/atomic: docs: Add atomic operations to the driver basic API documentation
` [PATCH 26/26] locking/atomic: treewide: delete arch_atomic_*() kerneldoc
[PATCH 00/31] mm: allow pte_offset_map[_lock]() to fail
2023-05-22 12:24 UTC (11+ 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 17/31] mm/various: give up if pte_offset_map[_lock]() fails
[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 v5 00/44] treewide: Remove I/O port accessors for HAS_IOPORT=n
2023-05-22 11:59 UTC (10+ messages)
` [PATCH v5 02/44] ata: add HAS_IOPORT dependencies
` [PATCH v5 28/44] pnp: "
` [PATCH v5 31/44] scsi: "
` [PATCH v5 32/44] sound: "
[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 (2+ 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 (7+ messages)
` [PATCH v2 1/2] iio/adc: ingenic: Fix channel offsets in buffer
[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 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 (4+ messages)
` [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 6/6] selftest: add a testcase of "
[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 (6+ messages)
` [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
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