public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-07-26 18:07:33 to 2024-07-26 21:57:44 UTC [more...]

[PATCH 00/20] kthread: Introduce preferred affinity
 2024-07-26 21:56 UTC  (16+ messages)
` [PATCH 01/20] arm/bL_switcher: Use kthread_run_on_cpu()
` [PATCH 02/20] x86/resctrl: "
` [PATCH 03/20] firmware: stratix10-svc: "
` [PATCH 04/20] scsi: bnx2fc: Use kthread_create_on_cpu()
` [PATCH 05/20] scsi: bnx2i: "
` [PATCH 06/20] scsi: qedi: "
` [PATCH 07/20] soc/qman: test: Use kthread_run_on_cpu()
` [PATCH 08/20] kallsyms: "
` [PATCH 09/20] lib: test_objpool: "
` [PATCH 10/20] net: pktgen: Use kthread_create_on_node()
` [RFC PATCH 11/20] kthread: Make sure kthread hasn't started while binding it
` [RFC PATCH 12/20] kthread: Implement preferred affinity
` [RFC PATCH 13/20] mm: Make Kcompactd use kthread's "
` [RFC PATCH 14/20] mm: Allocate kcompactd on its node
` [RFC PATCH 15/20] mm: Make kswapd use kthread's preferred affinity

[PATCH] Input: atkbd - fix LED state at suspend/resume
 2024-07-26 21:57 UTC  (2+ messages)

[PATCH] acpi/hmat,mm/memtier: always register hmat adist calculation callback
 2024-07-26 21:55 UTC 

[v2] arm64: Rename to KERNEL_IMAGE_COMPRESSED_INSTALL kconfig for compressed kernel image
 2024-07-26 21:47 UTC  (4+ messages)

[PATCH v1 0/2] mm/hugetlb: fix hugetlb vs. core-mm PT locking
 2024-07-26 21:48 UTC  (6+ messages)
` [PATCH v1 1/2] mm: let pte_lockptr() consume a pte_t pointer

[PATCH 0/7] minmax: reduce compilation time
 2024-07-26 21:46 UTC  (11+ messages)

[PATCH 1/3] rust: Introduce irq module
 2024-07-26 21:40 UTC  (15+ messages)
` [PATCH 2/3] rust: sync: Introduce LockContainer trait
` [PATCH 3/3] rust: sync: Add IrqSpinLock

[PATCH v3 0/3] mm: memcg: page counters optimizations
 2024-07-26 21:37 UTC  (5+ messages)
` [PATCH v3 1/3] mm: memcg: don't call propagate_protected_usage() needlessly
` [PATCH v3 2/3] mm: page_counters: put page_counter_calculate_protection() under CONFIG_MEMCG
` [PATCH v3 3/3] mm: page_counters: initialize usage using ATOMIC_LONG_INIT() macro

[GIT PULL] hotfixes for 6.11-rc1
 2024-07-26 21:36 UTC 

[PATCH v2 0/4] usb: typec: ucsi: Expand power supply support
 2024-07-26 21:30 UTC  (4+ messages)
` [PATCH v2 1/4] usb: typec: ucsi: Add status to UCSI power supply driver

[PATCH v3 0/4] rtc: stm32: add pinctrl interface to handle RTC outs
 2024-07-26 21:29 UTC  (11+ messages)
` [PATCH v3 1/4] dt-bindings: rtc: stm32: describe pinmux nodes
` [PATCH v3 2/4] rtc: stm32: add pinctrl and pinmux interfaces
` [PATCH v3 3/4] rtc: stm32: add Low Speed Clock Output (LSCO) support
` [PATCH v3 4/4] rtc: stm32: add alarm A out feature

[PATCH 6.10 00/29] 6.10.2-rc1 review
 2024-07-26 21:27 UTC  (4+ messages)

[PATCH] lockdep: suggest the fix for "lockdep bfs error:-1" on print_bfs_bug
 2024-07-26 21:24 UTC  (2+ messages)

[PATCH] net: usb: lan78xx: add weak dependency with micrel phy module
 2024-07-26 21:15 UTC  (5+ messages)

Prebuilt LLVM 19.1.0-rc1 uploaded
 2024-07-26 21:12 UTC 

[PATCH 00/15] Implement MODVERSIONS for Rust
 2024-07-26 21:05 UTC  (5+ messages)

[PATCH] net: usb: lan78xx: add weak dependency with micrel phy module
 2024-07-26 20:59 UTC  (3+ messages)

[GIT PULL] UBI and UBIFS updates for v6.11-rc1
 2024-07-26 20:58 UTC 

[PATCH] irqchip/gic-v4: Fix ordering between vmapp and vpe locks
 2024-07-26 20:52 UTC  (2+ messages)

[PATCH v7 0/6] Red-black tree abstraction needed by Rust Binder
 2024-07-26 20:45 UTC  (8+ messages)
` [PATCH v7 1/6] rust: kernel: add `drop_contents` to `BoxExt`
` [PATCH v7 2/6] rust: rbtree: add red-black tree implementation backed by the C version
` [PATCH v7 3/6] rust: rbtree: add iterator
` [PATCH v7 4/6] rust: rbtree: add mutable iterator
` [PATCH v7 5/6] rust: rbtree: add `RBTreeCursor`
` [PATCH v7 6/6] rust: rbtree: add `RBTree::entry`

[PATCH-cgroup v4] cgroup: Show # of subsystem CSSes in cgroup.stat
 2024-07-26 20:42 UTC  (7+ messages)

6.11/regression/bisected - The commit c1385c1f0ba3 caused a new possible recursive locking detected warning at computer boot
 2024-07-26 20:35 UTC  (8+ messages)

[PATCH] clk: qcom: camcc-sc8280xp: Remove always-on GDSC hard-coding
 2024-07-26 20:31 UTC  (11+ messages)

[PATCH v6 00/10] Enable haltpoll on arm64
 2024-07-26 20:21 UTC  (11+ messages)
` [PATCH v6 01/10] cpuidle/poll_state: poll via smp_cond_load_relaxed()
` [PATCH v6 02/10] cpuidle: rename ARCH_HAS_CPU_RELAX to ARCH_HAS_OPTIMIZED_POLL
` [PATCH v6 03/10] Kconfig: move ARCH_HAS_OPTIMIZED_POLL to arch/Kconfig
  ` [PATCH v6 04/10] cpuidle-haltpoll: define arch_haltpoll_want()
  ` [PATCH v6 05/10] governors/haltpoll: drop kvm_para_available() check
  ` [PATCH v6 06/10] cpuidle-haltpoll: condition on ARCH_CPUIDLE_HALTPOLL
  ` [PATCH v6 07/10] arm64: define TIF_POLLING_NRFLAG
  ` [PATCH v6 08/10] arm64: idle: export arch_cpu_idle
  ` [PATCH v6 09/10] arm64: support cpuidle-haltpoll
  ` [PATCH v6 10/10] cpuidle/poll_state: limit POLL_IDLE_RELAX_COUNT on arm64

[PATCH] tracing: Have format file honor EVENT_FILE_FL_FREED
 2024-07-26 20:20 UTC  (5+ messages)

[PATCH] iio: backend: spelling: continuous -> continuous
 2024-07-26 20:18 UTC 

[v4] arm64: Rename to KERNEL_IMAGE_COMPRESSED_INSTALL kconfig for compressed kernel image
 2024-07-26 20:09 UTC 

[drivers/gpio] Question about `ljca_gpio_config`: misuse of __counted_by
 2024-07-26 20:07 UTC 

[PATCH v4 1/3] arm64: dts: rockchip: Add missing pinctrl for PCIe30x4 node
 2024-07-26 20:07 UTC  (2+ messages)

[PATCH v2 0/2] Align kvrealloc() with krealloc()
 2024-07-26 20:05 UTC  (4+ messages)
` [PATCH v2 1/2] mm: vmalloc: implement vrealloc()

[PATCH 6.9 00/29] 6.9.12-rc1 review
 2024-07-26 20:02 UTC  (2+ messages)

[PATCH 0/7] can: m_can: Fix polling and other issues
 2024-07-26 19:59 UTC  (8+ messages)
` [PATCH 1/7] can: m_can: Reset coalescing during suspend/resume
` [PATCH 2/7] can: m_can: Remove coalesing disable in isr during suspend
` [PATCH 3/7] can: m_can: Remove m_can_rx_peripheral indirection
` [PATCH 4/7] can: m_can: Do not cancel timer from within timer
` [PATCH 5/7] can: m_can: disable_all_interrupts, not clear active_interrupts
` [PATCH 6/7] can: m_can: Reset cached active_interrupts on start
` [PATCH 7/7] can: m_can: Limit coalescing to peripheral instances

[PATCH v2 -next] cgroup/cpuset: add decrease attach_in_progress helpers
 2024-07-26 19:58 UTC  (2+ messages)

[v3] arm64: Rename to KERNEL_IMAGE_COMPRESSED_INSTALL kconfig for compressed kernel image
 2024-07-26 19:55 UTC 

[PATCH v2 0/4] media: rockchip: Add rkvdec2 driver
 2024-07-26 19:55 UTC  (5+ messages)
` [PATCH v2 4/4] arm64: dts: rockchip: Add rkvdec2 Video Decoder on rk3588(s)

[PATCH v23 00/32] Introduce QC USB SND audio offloading support
 2024-07-26 19:52 UTC  (19+ messages)
` [PATCH v23 32/32] ASoC: doc: Add documentation for SOC USB

[PATCH v3] rockchip/drm: vop2: add support for gamma LUT
 2024-07-26 19:49 UTC  (2+ messages)

[PATCH 0/2] Add driver for Sharp Memory LCD
 2024-07-26 19:44 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] dt-bindings: display: Add Sharp Memory LCD bindings
  ` [PATCH v2 2/2] drm/tiny: Add driver for Sharp Memory LCD

arm64: allow installing compressed image by default
 2024-07-26 19:43 UTC 

[PATCH bpf-next 0/2] Add kfuncs to support reading xattr from dentry
 2024-07-26 19:43 UTC  (6+ messages)
` [PATCH bpf-next 2/2] selftests/bpf: Add tests for bpf_get_dentry_xattr

Converting kselftest test modules to kunit
 2024-07-26 19:35 UTC  (2+ messages)

[PATCH 0/3] bitmap: Convert test_bitmap to kunit test
 2024-07-26 19:26 UTC  (7+ messages)
` [PATCH 2/3] bitmap: Rename module
` [PATCH 3/3] selftests: lib: remove test_bitmap

[PATCH v5 00/12] Fix USB suspend on TI J7200 (cdns3-ti, cdns3, xhci)
 2024-07-26 19:26 UTC  (14+ messages)
` [PATCH v5 01/12] dt-bindings: usb: ti,j721e-usb: fix compatible list
` [PATCH v5 02/12] dt-bindings: usb: ti,j721e-usb: add ti,j7200-usb compatible
` [PATCH v5 03/12] usb: cdns3-ti: move reg writes to separate function
` [PATCH v5 04/12] usb: cdns3-ti: run HW init at resume() if HW was reset
` [PATCH v5 05/12] usb: cdns3: add quirk to platform data for reset-on-resume
` [PATCH v5 06/12] usb: cdns3-ti: grab auxdata from match data
` [PATCH v5 07/12] usb: cdns3-ti: add J7200 support with reset-on-resume behavior
` [PATCH v5 08/12] usb: cdns3: rename hibernated argument of role->resume() to lost_power
` [PATCH v5 09/12] xhci: introduce xhci->lost_power flag
` [PATCH v5 10/12] usb: cdns3: host: transmit lost_power signal from wrapper to XHCI
` [PATCH v5 11/12] arm64: dts: ti: k3-j7200: use J7200-specific USB compatible
` [PATCH v5 12/12] arm64: dts: ti: k3-am64: add USB fallback compatible to J721E

[PATCH] irqchip/loongarch-cpu: Fix return value of lpic_gsi_to_irq()
 2024-07-26 19:17 UTC  (2+ messages)
` [tip: irq/urgent] "

[PATCH RFC v3 0/9] spi: axi-spi-engine: add offload support
 2024-07-26 19:17 UTC  (4+ messages)
` [PATCH RFC v3 5/9] spi: dt-bindings: axi-spi-engine: document spi-offloads

[paulmck-rcu:dev.2024.07.18b] BUILD SUCCESS a6c7779283d67a409b81616a5b485ac21637d7e7
 2024-07-26 19:15 UTC 

[GIT PULL] Devicetree updates for v6.11, part 2
 2024-07-26 19:15 UTC 

[PATCH v23 00/19] Add support for Sub-NUMA cluster (SNC) systems
 2024-07-26 19:13 UTC  (3+ messages)
` [PATCH v23 06/19] x86/resctrl: Introduce snc_nodes_per_l3_cache

[PATCH] bpf, cpumap: Fix use after free of bpf_cpu_map_entry in cpu_map_enqueue
 2024-07-26 19:11 UTC  (3+ messages)

[PATCH net-next v17 00/14] net: Make timestamping selectable
 2024-07-26 19:04 UTC  (4+ messages)
` [PATCH net-next v17 12/14] net: ethtool: tsinfo: Add support for reading tsinfo for a specific hwtstamp provider

[PATCH] rust: mm: add abstractions for mm_struct and vm_area_struct
 2024-07-26 19:04 UTC  (5+ messages)

[PATCH v4 00/12] PCI: brcnstb: Enable STB 7712 SOC
 2024-07-26 19:03 UTC  (9+ messages)
` [PATCH v4 03/12] PCI: brcmstb: Use common error handling code in brcm_pcie_probe()
` [PATCH v4 08/12] PCI: brcmstb: Don't conflate the reset rescal with phy ctrl

[PATCH] PCI: Fix devres regression in pci_intx()
 2024-07-26 18:59 UTC  (4+ messages)

[PATCH] mtd: spi-nor: micron-st: Add n25q064a WP support
 2024-07-26 18:58 UTC 

[GIT PULL] clk fixes for the merge window
 2024-07-26 18:57 UTC 

[PATCH] dt-bindings: iio: adc: ad7192: Fix 'single-channel' constraints
 2024-07-26 18:52 UTC  (2+ messages)

[PATCH v2 00/14] KVM: guest_memfd: lazy preparation of pages + prefault support for SEV-SNP
 2024-07-26 18:51 UTC  (15+ messages)
` [PATCH v2 01/14] KVM: x86: disallow pre-fault for SNP VMs before initialization
` [PATCH v2 02/14] KVM: guest_memfd: return folio from __kvm_gmem_get_pfn()
` [PATCH v2 03/14] KVM: guest_memfd: delay folio_mark_uptodate() until after successful preparation
` [PATCH v2 04/14] KVM: guest_memfd: do not go through struct page
` [PATCH v2 05/14] KVM: rename CONFIG_HAVE_KVM_GMEM_* to CONFIG_HAVE_KVM_ARCH_GMEM_*
` [PATCH v2 06/14] KVM: guest_memfd: return locked folio from __kvm_gmem_get_pfn
` [PATCH v2 07/14] KVM: guest_memfd: delay kvm_gmem_prepare_folio() until the memory is passed to the guest
` [PATCH v2 08/14] KVM: guest_memfd: make kvm_gmem_prepare_folio() operate on a single struct kvm
` [PATCH v2 09/14] KVM: remove kvm_arch_gmem_prepare_needed()
` [PATCH v2 10/14] KVM: guest_memfd: move check for already-populated page to common code
` [PATCH v2 11/14] KVM: cleanup and add shortcuts to kvm_range_has_memory_attributes()
` [PATCH v2 12/14] KVM: extend kvm_range_has_memory_attributes() to check subset of attributes
` [PATCH v2 13/14] KVM: guest_memfd: let kvm_gmem_populate() operate only on private gfns
` [PATCH v2 14/14] KVM: guest_memfd: abstract how prepared folios are recorded

[PATCH v2 0/2] Support userspace hypercalls for TDX
 2024-07-26 18:58 UTC  (3+ messages)
` [PATCH v2 1/2] Add prctl to allow userlevel TDX hypercalls
` [PATCH v2 2/2] x86/vmware: VMware support for TDX userspace hypercalls

[PATCH v2 1/2] platform/x86:dell-laptop: Add knobs to change battery charge settings
 2024-07-26 18:46 UTC  (12+ messages)

[ANNOUNCE] 5.15.163-rt78
 2024-07-26 18:40 UTC 

[PATCH v2] PCI: Fix crash during pci_dev hot-unplug on pseries KVM guest
 2024-07-26 18:45 UTC  (11+ messages)

[PATCH v2 0/6] Add initial Exynos850 support to the thermal driver
 2024-07-26 18:44 UTC  (11+ messages)
  ` [PATCH v2 2/6] drivers/thermal/exynos: use pm_sleep_ptr instead of conditional compilation
  ` [PATCH v2 3/6] drivers/thermal/exynos: improve sanitize_temp_error
  ` [PATCH v2 4/6] dt-bindings: thermal: samsung,exynos: add exynos850-tmu string
  ` [PATCH v2 5/6] drivers/thermal/exynos: add initial Exynos850 support
  ` [PATCH v2 6/6] dt-bindings: thermal: samsung,exynos: remove outdated information on trip point count

[PATCH] tracing: Use refcount for trace_event_file reference counter
 2024-07-26 18:42 UTC 

[PATCH v1 0/2] Modify the method of sending 11/29 commands
 2024-07-26 18:38 UTC  (3+ messages)
` [PATCH v1 2/2] drm/panel: jd9365da: Modify the init code of Melfas

[GIT PULL] SPI fixes for v6.11-merge-window
 2024-07-26 18:38 UTC 

[GIT PULL] regulator fixes for v6.11-merge-window
 2024-07-26 18:38 UTC 

[GIT PULL] regmap fixes for v6.11-merge-window
 2024-07-26 18:38 UTC 

[syzbot] [net?] possible deadlock in team_device_event (3)
 2024-07-26 18:36 UTC  (2+ messages)

[PATCH] ptp: Add vDSO-style vmclock support
 2024-07-26 18:28 UTC  (11+ messages)

[PATCH v2 0/6] mm: zswap: global shrinker fix and proactive shrink
 2024-07-26 18:25 UTC  (7+ messages)

[PATCH V9 00/13] perf/core: Add ability for an event to "pause" or "resume" AUX area tracing
 2024-07-26 18:24 UTC  (10+ messages)
` [PATCH V9 02/13] perf/core: Add aux_pause, aux_resume, aux_start_paused

[PATCH 6.6 00/16] 6.6.43-rc1 review
 2024-07-26 18:22 UTC  (2+ messages)

[PATCH 6.1 00/13] 6.1.102-rc1 review
 2024-07-26 18:22 UTC  (2+ messages)

[PATCH v4] PCI: Relabel JHL6540 on Lenovo X1 Carbon 7,8
 2024-07-26 18:17 UTC  (12+ messages)

[RFC PATCH] memcg: expose children memory usage for root
 2024-07-26 18:16 UTC  (7+ messages)

[PATCH 5.15 00/90] 5.15.164-rc2 review
 2024-07-26 18:15 UTC  (2+ messages)

[PATCH] regulator: Further restrict RZG2L USB VBCTRL regulator dependencies
 2024-07-26 18:14 UTC  (2+ messages)

[PATCH] platform/chrome: cros_ec_typec: add remove driver hook
 2024-07-26 18:12 UTC 

[PATCH 4.19 00/32] 4.19.319-rc2 review
 2024-07-26 18:12 UTC  (2+ messages)

[PATCH 1/4] module: Add module_subinit{_noexit} and module_subeixt helper macros
 2024-07-26 18:09 UTC  (11+ messages)

[GIT PULL] auxdisplay updates for v6.11
 2024-07-26 18:07 UTC  (2+ messages)

[GIT PULL] more s390 updates for 6.11 merge window
 2024-07-26 18:07 UTC  (2+ messages)

[GIT PULL] erofs more updates for 6.11-rc1
 2024-07-26 18:07 UTC  (2+ messages)

[git pull] drm fixes for 6.11-rc1
 2024-07-26 18:07 UTC  (2+ messages)

[GIT PULL] sound fixes for 6.11-rc1
 2024-07-26 18:07 UTC  (2+ messages)


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