messages from 2024-07-24 11:43:03 to 2024-07-24 14:46:56 UTC [more...]
[PATCH v3 00/25] context_tracking, rcu: Spring cleaning of dynticks references
2024-07-24 14:43 UTC (25+ messages)
` [PATCH v3 01/25] treewide: context_tracking: Rename CONTEXT_* into CT_STATE_*
` [PATCH v3 02/25] context_tracking, rcu: Rename RCU_DYNTICKS_IDX into CT_RCU_WATCHING
` [PATCH v3 03/25] context_tracking, rcu: Rename ct_dynticks() into ct_rcu_watching()
` [PATCH v3 04/25] context_tracking, rcu: Rename ct_dynticks_cpu() into ct_rcu_watching_cpu()
` [PATCH v3 05/25] context_tracking, rcu: Rename ct_dynticks_cpu_acquire() into ct_rcu_watching_cpu_acquire()
` [PATCH v3 06/25] context_tracking, rcu: Rename struct context_tracking .dynticks_nesting into .nesting
` [PATCH v3 07/25] context_tracking, rcu: Rename ct_dynticks_nesting() into ct_nesting()
` [PATCH v3 08/25] context_tracking, rcu: Rename ct_dynticks_nesting_cpu() into ct_nesting_cpu()
` [PATCH v3 09/25] context_tracking, rcu: Rename struct context_tracking .dynticks_nmi_nesting into .nmi_nesting
` [PATCH v3 10/25] context_tracking, rcu: Rename ct_dynticks_nmi_nesting() into ct_nmi_nesting()
` [PATCH v3 11/25] context_tracking, rcu: Rename ct_dynticks_nmi_nesting_cpu() into ct_nmi_nesting_cpu()
` [PATCH v3 12/25] context_tracking, rcu: Rename DYNTICK_IRQ_NONIDLE into CT_NESTING_IRQ_NONIDLE
` [PATCH v3 13/25] context_tracking, rcu: Rename rcu_dynticks_task*() into rcu_task*()
` [PATCH v3 14/25] context_tracking, rcu: Rename rcu_dynticks_curr_cpu_in_eqs() into rcu_watching_curr_cpu()
` [PATCH v3 15/25] rcu: Rename rcu_dynticks_eqs_online() into rcu_watching_online()
` [PATCH v3 16/25] rcu: Rename rcu_dynticks_in_eqs() into rcu_watching_snap_in_eqs()
` [PATCH v3 17/25] rcu: Rename rcu_dynticks_in_eqs_since() into rcu_watching_snap_stopped_since()
` [PATCH v3 18/25] rcu: Rename rcu_dynticks_zero_in_eqs() into rcu_watching_zero_in_eqs()
` [PATCH v3 19/25] rcu: Rename struct rcu_data .dynticks_snap into .watching_snap
` [PATCH v3 20/25] rcu: Rename struct rcu_data .exp_dynticks_snap into .exp_watching_snap
` [PATCH v3 21/25] rcu: Rename dyntick_save_progress_counter() into rcu_watching_snap_save()
` [PATCH v3 22/25] rcu: Rename rcu_implicit_dynticks_qs() into rcu_implicit_eqs()
` [PATCH v3 23/25] rcu: Rename rcu_momentary_dyntick_idle() into rcu_momentary_eqs()
` [PATCH v3 24/25] rcu: Update stray documentation references to rcu_dynticks_eqs_{enter, exit}()
[PATCH] net: usb: lan78xx: add weak dependency with micrel phy module
2024-07-24 14:46 UTC (4+ messages)
[PATCH V3 00/10] PCIe TPH and cache direct injection support
2024-07-24 14:45 UTC (3+ messages)
` [PATCH V3 03/10] PCI/TPH: Add pci=notph to prevent use of TPH
[PATCH v3 0/5] Add Per-transport SCMI debug statistics
2024-07-24 14:46 UTC (16+ messages)
` [PATCH v3 1/5] firmware: arm_scmi: Remove superfluous handle_to_scmi_info
` [PATCH v3 2/5] firmware: arm_scmi: Add support for tracking statistics
` [PATCH v3 3/5] firmware: arm_scmi: Track basic SCMI statistics
` [PATCH v3 4/5] firmware: arm_scmi: Create debugfs files for statistics
` [PATCH v3 5/5] firmware: arm_scmi: Reset statistics
[PATCH] perf scripts python arm-cs-trace-disasm.py: Skip disasm if address continuity is broken
2024-07-24 14:45 UTC (8+ messages)
[RFC PATCH] nmi,printk: fix ABBA deadlock between nmi_backtrace and dump_stack_lvl
2024-07-24 14:45 UTC (9+ messages)
[PATCH v4] vmstat: Kernel stack usage histogram
2024-07-24 14:43 UTC (3+ messages)
[linus:master] [filemap] 9aac777aaf: phoronix-test-suite.iozone.1MB.512MB.WritePerformance.mb_s -14.0% regression
2024-07-24 14:44 UTC (2+ messages)
[syzbot] [bpf?] [net?] general protection fault in __cpu_map_flush
2024-07-24 14:43 UTC (3+ messages)
[PATCH 00/14] replace call_rcu by kfree_rcu for simple kmem_cache_free callback
2024-07-24 14:40 UTC (12+ messages)
[GIT PULL] dma-mapping fix for Linux 6.11
2024-07-24 14:39 UTC
[PATCH v3] tools/bpf:Fix the wrong format specifier
2024-07-24 14:38 UTC (2+ messages)
` [PATCH v3] tools/bpf: Fix "
[RFC PATCH] drm: panthor: add dev_coredumpv support
2024-07-24 14:38 UTC (13+ messages)
[syzbot] [bpf?] [net?] general protection fault in __dev_flush
2024-07-24 14:38 UTC
[PATCH] irqchip: Replace compared GIC version with ID_AA64PFR0_EL1_GIC_V4P1
2024-07-24 14:36 UTC (2+ messages)
[PATCH v2 00/23] Generic `Allocator` support for Rust
2024-07-24 14:35 UTC (3+ messages)
` [PATCH v2 16/23] rust: alloc: implement `collect` for `IntoIter`
[PATCH] perf scripts python: cs-etm: Update example to provide vmlinux path to Perf
2024-07-24 14:33 UTC
[PATCH 0/7] minmax: reduce compilation time
2024-07-24 14:33 UTC (8+ messages)
` [PATCH 1/7] minmax: Put all the clamp() definitions together
` [PATCH 2/7] minmax: Use _Static_assert() instead of static_assert()
` [PATCH 3/7] compiler.h: Add __if_constexpr(expr, if_const, if_not_const)
` [PATCH 4/7] minmax: Simplify signedness check
` [PATCH 5/7] minmax: Factor out the zero-extension logic from umin/umax
` [PATCH 6/7] minmax: Optimise _Static_assert() check in clamp()
` [PATCH 7/7] minmax: minmax: Add __types_ok3() and optimise defines with 3 arguments
[PATCH] arm64: dts: qcom: msm8916-samsung-fortuna: Add touch keys
2024-07-24 14:32 UTC
[PATCH 1/1] mm/vmalloc: Add preempt point in purge_vmap_node() when enabling kasan
2024-07-24 14:32 UTC (3+ messages)
[PATCH] vsprintf: add missing MODULE_DESCRIPTION() macro
2024-07-24 14:32 UTC (5+ messages)
[RFC v7 0/6] PolarFire SoC GPIO support
2024-07-24 14:29 UTC (7+ messages)
` [RFC v7 1/6] dt-bindings: gpio: fix microchip,mpfs-gpio interrupt descriptions
` [RFC v7 2/6] dt-bindings: interrupt-controller: document PolarFire SoC's gpio interrupt mux
[PATCH v8 0/7] Linux RISC-V IOMMU Support
2024-07-24 14:28 UTC (2+ messages)
[PATCH] arm64: dts: qcom: msm8916-samsung-fortuna: Enable the touchkeys
2024-07-24 14:26 UTC (5+ messages)
[PATCH] rcu: Use system_unbound_wq to avoid disturbing isolated CPUs
2024-07-24 14:23 UTC (3+ messages)
[PATCH v2 0/2] sched/deadline: fixes and improvements
2024-07-24 14:22 UTC (3+ messages)
` [PATCH v2 1/2] sched/deadline: Fix warning in migrate_enable for boosted tasks
` [PATCH v2 2/2] sched/deadline: Consolidate Timer Cancellation
Software encryption at fscrypt causing the filesystem access unresponsive
2024-07-24 14:21 UTC
[PATCH v2] MAINTAINERS: Update bonding entry
2024-07-24 14:20 UTC (2+ messages)
[PATCH v2] rust: Implement the smart pointer `InPlaceInit` for `Arc`
2024-07-24 14:19 UTC (2+ messages)
[PATCH] dt-bindings: iio: imu: SMI240: add bosch,smi240.yaml
2024-07-24 14:19 UTC (3+ messages)
[PATCH] driver core: bus: Return -EIO instead of 0 when show/store invalid bus attribute
2024-07-24 14:17 UTC (5+ messages)
[PATCH v3 0/3] Various memory tiering fixes
2024-07-24 14:14 UTC (6+ messages)
` [PATCH v3 1/3] memory tiering: read last_cpupid correctly in do_huge_pmd_numa_page()
` [PATCH v3 2/3] memory tiering: introduce folio_use_access_time() check
` [PATCH v3 3/3] memory tiering: count PGPROMOTE_SUCCESS when mem tiering is enabled
[syzbot] [net?] [bpf?] general protection fault in __dev_flush
2024-07-24 14:13 UTC (5+ messages)
` [syzbot] "
[PATCH net-next v15 00/14] Device Memory TCP
2024-07-24 14:11 UTC (7+ messages)
` [PATCH net-next v15 03/14] netdev: support binding dma-buf to netdevice
[PATCH] USB: core: hub_port_reset: Remove extra 40 ms reset recovery time
2024-07-24 14:10 UTC (4+ messages)
` get_maintainer.pl finds old email address not in MAINTAINERS
[syzbot] [mm?] possible deadlock in gup_fast_fallback
2024-07-24 14:10 UTC (2+ messages)
[PATCH v3 0/2] PCI: qcom: Avoid DBI and ATU register space mirroring
2024-07-24 14:10 UTC (5+ messages)
` [PATCH v3 1/2] PCI: dwc: Add dbi_phys_addr and atu_phys_addr to struct dw_pcie
` [PATCH v3 2/2] PCI: qcom: Avoid DBI and ATU register space mirror to BAR/MMIO region
Linux 6.10.1
2024-07-24 14:08 UTC (2+ messages)
Linux 6.10.1
2024-07-24 14:07 UTC (2+ messages)
[PATCH v2] driver core: bus: Return -EIO instead of 0 when show/store invalid bus attribute
2024-07-24 14:06 UTC (2+ messages)
[PATCH 0/4] ext4: fix incorrect tid assumptions
2024-07-24 14:02 UTC (10+ messages)
` [PATCH 1/4] ext4: fix incorrect tid assumption in ext4_wait_for_tail_page_commit()
` [PATCH 3/4] ext4: fix incorrect tid assumption in jbd2_journal_shrink_checkpoint_list()
` [PATCH 4/4] ext4: fix incorrect tid assumption in ext4_fc_mark_ineligible()
[PATCH 6.6 000/129] 6.6.42-rc1 review
2024-07-24 13:58 UTC (4+ messages)
[PATCH 0/3] nvmem: improvements to struct nvmem_config doc and rmem driver
2024-07-24 13:57 UTC (4+ messages)
` [PATCH 1/3] nvmem: specify ->reg_read/reg_write() expected return values
` [PATCH 2/3] nvmem: rmem: make ->reg_read() straight forward
` [PATCH 3/3] nvmem: rmem: remove unused .size field
[PATCH 6.1 000/105] 6.1.101-rc1 review
2024-07-24 13:56 UTC (3+ messages)
[PATCH net] macvlan: Return error on register_netdevice_notifier() failure
2024-07-24 13:56 UTC
xen/evtchn.c: Interrupt for port 32, but apparently not enabled; per-user 0000000012b765d1
2024-07-24 13:55 UTC (2+ messages)
[PATCH] staging: fbtft: remove unnecessary braces in if statements and space before close parenthesis in function call
2024-07-24 13:55 UTC (4+ messages)
[PATCH v2] of: remove internal arguments from of_property_for_each_u32()
2024-07-24 13:53 UTC (4+ messages)
[PATCH] scsi: ufs: core: Fix hba->last_dme_cmd_tstamp timestamp updating logic
2024-07-24 13:51 UTC
[syzbot] [bpf?] [net?] general protection fault in __dev_flush
2024-07-24 13:51 UTC
[PATCH 6.9 000/163] 6.9.11-rc1 review
2024-07-24 13:50 UTC (2+ messages)
[PATCH 1/2] KVM: x86: Check hypercall's exit to userspace generically
2024-07-24 13:48 UTC (2+ messages)
[PATCH v4] tools/bpf:Fix the wrong format specifier
2024-07-24 13:44 UTC (2+ messages)
[PATCH iwl-net 0/3] idpf: fix 3 bugs revealed by the Chapter I
2024-07-24 13:40 UTC (4+ messages)
` [PATCH iwl-net 1/3] idpf: fix memory leaks and crashes while performing a soft reset
` [PATCH iwl-net 2/3] idpf: fix memleak in vport interrupt configuration
` [PATCH iwl-net 3/3] idpf: fix UAFs when destroying the queues
[PATCH bpf v5] bpf: Fixed segment issue when downgrade gso_size
2024-07-24 13:37 UTC (2+ messages)
[PATCH v2 RESEND] EDAC/ti: Fix possible null pointer dereference in _emif_get_id()
2024-07-24 13:31 UTC (2+ messages)
[PATCH] vfs: Fix potential circular locking through setxattr() and removexattr()
2024-07-24 13:30 UTC (4+ messages)
[PATCH] bus: mhi: host: Add firehose support for Foxconn SDX24/SDX55/SDX65
2024-07-24 13:28 UTC (7+ messages)
` "
` "
` "
` "
[syzbot] [bluetooth?] WARNING: ODEBUG bug in hci_release_dev (2)
2024-07-24 13:25 UTC
[PATCH v2] arm64: dts: s32g: add the pinctrl node
2024-07-24 13:24 UTC
[PATCH] drm/nouveau: fix a possible null pointer dereference
2024-07-24 13:24 UTC
[PATCH][next] drm/amd/display: Fix spelling mistake "tolarance" -> "tolerance"
2024-07-24 13:24 UTC
[PATCH] dt-bindings: PCI: qcom: Allow 'vddpe-3v3-supply' again
2024-07-24 13:22 UTC (2+ messages)
[PATCH v4 0/4] Add Synopsys DesignWare HDMI RX Controller
2024-07-24 13:20 UTC (7+ messages)
` [PATCH v4 2/4] dt-bindings: media: Document bindings for "
[syzbot] [bluetooth?] KASAN: null-ptr-deref Write in l2cap_sock_resume_cb
2024-07-24 13:18 UTC
[PATCH RFC v3 0/9] spi: axi-spi-engine: add offload support
2024-07-24 13:16 UTC (12+ messages)
` [PATCH RFC v3 3/9] spi: add support for hardware triggered offload
` [PATCH RFC v3 6/9] spi: axi-spi-engine: implement offload support
[syzbot] [jfs?] WARNING: bad unlock balance in clear_inode
2024-07-24 13:14 UTC
[PATCH v2] exfat: check disk status during buffer write
2024-07-24 13:07 UTC (2+ messages)
[PATCH] kbuild: Fix broken "make binrpm-pkg"
2024-07-24 13:03 UTC (2+ messages)
[bug report] iommu/arm-smmu-v3: Event cannot be printed in some scenarios
2024-07-24 13:03 UTC (4+ messages)
[syzbot] [bpf?] [net?] general protection fault in __dev_flush
2024-07-24 13:02 UTC
[PATCH 00/14] TQMa93xx improvements
2024-07-24 12:59 UTC (15+ messages)
` [PATCH 01/14] arm64: dts: freescale: imx93-tqma9352: fix CMA alloc-ranges
` [PATCH 02/14] arm64: dts: freescale: imx93-tqma9352: improve pad configuration
` [PATCH 03/14] arm64: dts: freescale: imx93-tqma9352: Add PMIC node
` [PATCH 04/14] arm64: dts: freescale: imx93-tqma9352: add eMMC regulators
` [PATCH 05/14] arm64: dts: freescale: imx93-tqma9352-mba93xxla: fix typo
` [PATCH 06/14] arm64: dts: freescale: imx93-tqma9352-mba93xxla: improve pad configuration
` [PATCH 07/14] arm64: dts: freescale: imx93-tqma9352-mba93xxla: add irq for temp sensor
` [PATCH 08/14] arm64: dts: freescale: imx93-tqma9352-mba91xxla: Add ethernet aliases
` [PATCH 09/14] arm64: dts: freescale: imx93-tqma9352-mba93xxla: add GPIO line names
` [PATCH 10/14] arm64: dts: freescale: imx93-tqma9352-mba93xxca: improve pad configuration
` [PATCH 11/14] arm64: dts: freescale: imx93-tqma9352-mba93xxca: add RTC / temp sensor IRQ
` [PATCH 12/14] arm64: dts: freescale: imx93-tqma9352-mba91xxca: Add ethernet aliases
` [PATCH 13/14] arm64: dts: freescale: imx93-tqma9352-mba93xxca: add GPIO line names
` [PATCH 14/14] arm64: dts: freescale: imx93-tqma9352: set SION for cmd and data pad of USDHC
[syzbot] [media?] possible deadlock in v4l2_ctrl_handler_log_status
2024-07-24 12:57 UTC (2+ messages)
[RFC v11 00/14] Replace page_frag with page_frag_cache for sk_page_frag()
2024-07-24 12:54 UTC (4+ messages)
` [RFC v11 09/14] mm: page_frag: use __alloc_pages() to replace alloc_pages_node()
[GIT PULL] printk for 6.11
2024-07-24 12:47 UTC (6+ messages)
[PATCH v2 00/16] xz: Updates to license, filters, and compression options
2024-07-24 12:44 UTC (3+ messages)
` [PATCH v2 17/16] xz: Remove XZ_EXTERN and extern from functions
[PATCH 0/7] Fix i915 pmu on bind/unbind
2024-07-24 12:41 UTC (5+ messages)
` [PATCH 6/7] drm/i915/pmu: Lazy unregister
[PATCH 0/2] uapi: Add support for GENMASK_U128()
2024-07-24 12:37 UTC (8+ messages)
` [PATCH 1/2] uapi: Define GENMASK_U128
` [PATCH 2/2] lib/test_bits.c: Add tests for GENMASK_U128()
[PATCH 0/2] Allow errors to be silenced in multi functions
2024-07-24 12:24 UTC (3+ messages)
` [PATCH 1/2] drm/mipi-dsi: Add quiet member to mipi_dsi_multi_context struct
` [PATCH 2/2] drm/mipi-dsi: Change multi functions to use quiet member of mipi_dsi_multi_context
[syzbot] [bpf?] [net?] general protection fault in __dev_flush
2024-07-24 12:20 UTC
[GIT PULL REQUEST] watchdog - v6.11 release cycle
2024-07-24 11:52 UTC
[PATCH v1] mm/numa_balancing: Fix the memory thrashing problem in the single-threaded process
2024-07-24 12:11 UTC (4+ messages)
[syzbot] [io-uring?] KMSAN: uninit-value in io_req_task_work_add_remote
2024-07-24 12:11 UTC (2+ messages)
LPA2 on non-LPA2 hardware broken with 16K pages
2024-07-24 12:10 UTC (9+ messages)
[PATCH 6.10 00/11] 6.10.1-rc2 review
2024-07-24 12:00 UTC (2+ messages)
[PATCH v4 0/5] Add interconnect driver for IPQ5332 SoC
2024-07-24 11:55 UTC (5+ messages)
` [PATCH v4 2/5] dt-bindings: usb: qcom,dwc3: Update ipq5332 clock details
[PATCH v4] spi: ppc4xx: handle irq_of_parse_and_map() errors
2024-07-24 11:55 UTC (4+ messages)
` [v4] "
[PATCH 1/2] dt-bindings: i3c-hub: Add Renesas RG3MxxB12A1 I3C HUB
2024-07-24 11:47 UTC (4+ messages)
` [PATCH 2/2] i3c: i3c-hub: Add Renesas RG3MxxB12A1 I3C HUB driver
[PATCH v7 0/8] Add QPIC SPI NAND driver
2024-07-24 11:42 UTC (4+ messages)
` [PATCH v7 1/8] spi: dt-bindings: Introduce qcom,spi-qpic-snand
` [PATCH v7 3/8] mtd: rawnand: qcom: Add qcom prefix to common api
` [PATCH v7 4/8] mtd: nand: Add qpic_common API file
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