All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-13 11:29:53 to 2025-03-13 12:10:16 UTC [more...]

Linux kernel 6.1.131 released
 2025-03-13 12:10 UTC 

[PATCH 0/9] Minor cleanups and improvements to swap freeing code
 2025-03-13 21:05 UTC  (10+ messages)
` [PATCH 1/9] mm: swap: rename __swap_[entry/entries]_free[_locked] to swap_[entry/entries]_put[_locked]
` [PATCH 2/9] mm: swap: factor out the actual swap entry freeing logic to new helper
` [PATCH 3/9] mm: swap: use __swap_entry_free() to free swap entry in swap_entry_put_locked()
` [PATCH 4/9] mm: swap: remove unneeded VM_BUG_ON(*map != SWAP_HAS_CACHE) in swap_entry_range_free()
` [PATCH 5/9] mm: swap: use swap_entries_free() drop last 1 flag in swap_entries_put_nr()
` [PATCH 6/9] mm: swap: drop last SWAP_MAP_SHMEM flag in batch "
` [PATCH 7/9] mm: swap: free each cluster individually in swap_entries_put_map_nr()
` [PATCH 8/9] mm: swap: factor out helper to drop cache of entries within a single cluster
` [PATCH 9/9] mm: swap: replace cluster_swap_free_nr() with swap_entries_put_[map/cache]()

[PATCH v4 00/14] Add support for suppressing warning backtraces
 2025-03-13 11:43 UTC  (27+ messages)
` [PATCH v4 01/14] bug/kunit: Core "
` [PATCH v4 02/14] kunit: bug: Count suppressed "
` [PATCH v4 03/14] kunit: Add test cases for backtrace warning suppression
` [PATCH v4 04/14] kunit: Add documentation for warning backtrace suppression API
` [PATCH v4 05/14] drm: Suppress intentional warning backtraces in scaling unit tests
` [PATCH v4 06/14] x86: Add support for suppressing warning backtraces
` [PATCH v4 07/14] arm64: "
` [PATCH v4 08/14] loongarch: "
` [PATCH v4 09/14] parisc: "
` [PATCH v4 10/14] s390: "
` [PATCH v4 11/14] sh: "
` [PATCH v4 12/14] sh: Move defines needed "
` [PATCH v4 13/14] riscv: Add support "
` [PATCH v4 14/14] powerpc: "

[PATCH v8 0/4] Optionally allow ttynull to be selected as a default console
 2025-03-13 12:09 UTC  (4+ messages)
` [PATCH v8 1/4] ttynull: Always initialize console index to -1

[PATCH 0/2] Fix for MediaTek reset affecting Focusrite audio interfaces
 2025-03-13 12:07 UTC  (6+ messages)

[patch 00/10] genirq/msi: Spring cleaning
 2025-03-13 12:07 UTC  (3+ messages)
` [patch 03/10] soc: ti: ti_sci_inta_msi: Switch MSI descriptor locking to guard()

[PATCH 00/10] erofs: 48-bit layout support
 2025-03-13 12:06 UTC  (2+ messages)

[PATCH v6] hw/misc/vmfwupdate: Introduce hypervisor fw-cfg interface support
 2025-03-13 12:05 UTC 

[PATCH v3 0/3] media: uvcvideo: Introduce V4L2_META_FMT_UVC_CUSTOM + other meta fixes
 2025-03-13 12:06 UTC  (4+ messages)
` [PATCH v3 1/3] media: uvcvideo: Do not mark valid metadata as invalid
` [PATCH v3 2/3] media: Documentation: Add note about UVCH length field
` [PATCH v3 3/3] media: uvcvideo: Introduce V4L2_META_FMT_UVC_CUSTOM

[PATCH ipsec-next v5 0/2] Update offload configuration with SA
 2025-03-13 12:06 UTC  (5+ messages)
` [PATCH ipsec-next v5 1/2] xfrm: Migrate offload configuration
` [PATCH ipsec-next v5 2/2] xfrm: Refactor migration setup during the cloning process

[PATCH v1 00/19] xen: introduce CONFIG_SYSCTL
 2025-03-13 12:05 UTC  (8+ messages)
` [PATCH v1 02/19] xen/xsm: wrap around xsm_sysctl with CONFIG_SYSCTL
` [PATCH v1 03/19] xen/sysctl: wrap around XEN_SYSCTL_readconsole
` [PATCH v1 05/19] xen/sysctl: wrap around XEN_SYSCTL_sched_id

[PATCH iproute2-next v2] color: default to dark color theme
 2025-03-13 12:05 UTC  (5+ messages)

[PATCH v2 0/4] KVM: arm64: Separate the hyp FF-A buffers init from the host
 2025-03-13 12:04 UTC  (9+ messages)
` [PATCH v2 3/4] KVM: arm64: Map the hypervisor FF-A buffers on ffa init

[PATCH] x86/boot: Move LA57 trampoline to separate source file
 2025-03-13 12:03 UTC 

[patch rdma-next v6 1/2] net: mana: Change the function signature of mana_get_primary_netdev_rcu
 2025-03-13 12:03 UTC  (2+ messages)

[meta-oe][PATCHv2] libsdl3: add recipe
 2025-03-13 12:03 UTC 

NET_RX softirq work in ktimers
 2025-03-13 12:02 UTC  (2+ messages)

[PATCH v4 00/17] media: rzg2l-cru: Add support for RZ/G3E (CSI2, CRU)
 2025-03-13 12:01 UTC  (4+ messages)
` [PATCH v4 11/17] media: rzg2l-cru: Add register mapping support

[PATCH v3 0/2] regulator: fix race with probing of dummy regulator
 2025-03-13 12:01 UTC  (3+ messages)
` [PATCH v3 2/2] regulator: check that dummy regulator has been probed before using it

[PATCH v6 00/16] drm/bridge: Various quality of life improvements
 2025-03-13 12:00 UTC  (17+ messages)
` [PATCH v6 01/16] drm/bridge: Add encoder parameter to drm_bridge_funcs.attach
` [PATCH v6 02/16] drm/bridge: Provide a helper to retrieve current bridge state
` [PATCH v6 03/16] drm/tests: Add kunit tests for bridges
` [PATCH v6 04/16] drm/atomic: Introduce helper to lookup connector by encoder
` [PATCH v6 05/16] drm/tests: helpers: Create new helper to enable output
` [PATCH v6 06/16] drm/tests: hdmi_state_helpers: Switch to new helper
` [PATCH v6 07/16] drm/tests: Create tests for drm_atomic
` [PATCH v6 08/16] drm/bridge: Add helper to reset bridge pipeline
` [PATCH v6 09/16] drm/tests: bridge: Provide tests for drm_bridge_helper_reset_crtc
` [PATCH v6 10/16] drm/bridge: ti-sn65dsi83: Switch to drm_bridge_helper_reset_crtc
` [PATCH v6 11/16] drm/bridge: Introduce drm_bridge_is_atomic() helper
` [PATCH v6 12/16] drm/bridge: cdns-csi: Switch to atomic helpers
` [PATCH v6 13/16] drm/bridge: tc358775: Switch to atomic commit
` [PATCH v6 14/16] drm/bridge: tc358768: Stop disabling when failing to enable
` [PATCH v6 15/16] drm/bridge: tc358768: Convert to atomic helpers
` [PATCH v6 16/16] drm/bridge: ti-sn65dsi86: Remove drm_encoder->crtc use

[PATCH v7 0/3] SN65DSI83/4 lvds_vod_swing properties
 2025-03-13 11:44 UTC  (3+ messages)
` [PATCH v7 3/3] arm64: dts: imx8mm-phyboard-polis-peb-av-10: Set lvds-vod-swing
  ` [Upstream] "

Linux kernel 5.10.235 released
 2025-03-13 12:00 UTC 

[PATCH v1 00/10] video: tegra: migrations, HDMI and HOST1x
 2025-03-13 11:58 UTC  (3+ messages)

[PATCH 0/2] arm64: dts: qcom: sm8550: camcc: Manage MMCX and MXC
 2025-03-13 11:57 UTC  (13+ messages)
` [PATCH 2/2] arm64: dts: qcom: sm8550: Additionally manage MXC power domain in camcc

[PATCH v6] hw/misc/vmfwupdate: Introduce hypervisor fw-cfg interface support
 2025-03-13 11:56 UTC  (10+ messages)

[PATCH v1 0/4] drop "name-rev --stdin" support
 2025-03-13 11:56 UTC  (5+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 2/6] t: extend test_lazy_prereq

[meta-oe][PATCH] libsdl3: add recipe
 2025-03-13 11:57 UTC 

[PATCH V1] mm: vmscan: skip the file folios in proactive reclaim if swappiness is MAX
 2025-03-13 11:55 UTC  (5+ messages)
  `  "
      ` [External] "

[RFC PATCH 0/4] cmd: fuse: Introduce fuse writebuff sub-system and clean up
 2025-03-13 11:55 UTC  (5+ messages)
` [RFC PATCH 1/4] cmd: fuse: Remove custom string functions
` [RFC PATCH 2/4] cmd: fuse: Add fuse writebuff sub-system command
` [RFC PATCH 3/4] drivers: k3_fuse: Add fuse sub-system func calls
` [RFC PATCH 4/4] docs: fuse: Add fuse writebuff cmd docs

Patchwork housekeeping for: spi-devel-general
 2025-03-13 11:56 UTC 

[PATCH v5 00/16] drm/bridge: Various quality of life improvements
 2025-03-13 11:55 UTC  (5+ messages)
` [PATCH v5 04/16] drm/atomic: Introduce helper to lookup connector by encoder
  `  "
    `  "

[PATCH] block: Fix bdrv_activate() not to fail without medium
 2025-03-13 11:53 UTC  (3+ messages)

Linux kernel 5.4.291 released
 2025-03-13 11:55 UTC 

[PATCH 6.1.y-cip 00/85] soc: renesas: Add RZ/G3E support
 2025-03-13 11:53 UTC  (3+ messages)

[PATCHv2 0/3] block: protect debugfs attributes using elavtor_lock
 2025-03-13 11:51 UTC  (4+ messages)
` [PATCHv2 1/3] block: protect debugfs attrs using elevator_lock instead of sysfs_lock
` [PATCHv2 2/3] block: Remove unnecessary goto labels in debugfs attribute read methods
` [PATCHv2 3/3] block: protect debugfs attribute method hctx_busy_show

[PATCH] mm/zsmalloc: prevent integer overflow in obj_free
 2025-03-13 11:51 UTC 

[PATCH 00/10] MPU mm subsistem skeleton
 2025-03-13 11:51 UTC  (4+ messages)
` [PATCH 05/10] arm/mpu: Introduce frame_table, virt_to_page, maddr_to_virt

[PATCH v13 0/4] Add PCIe support for Qualcomm IPQ5332
 2025-03-13 11:51 UTC  (4+ messages)
` [PATCH v13 1/4] dt-bindings: PCI: qcom: Add MHI registers for IPQ9574

[PATCH <i-g-t> v4 0/4] Add single engine busyness stats in GPUTOP
 2025-03-13 11:51 UTC  (3+ messages)
` [PATCH <i-g-t> v4 1/4] lib/igt_device_scan: Enable finding all IGT devices for a specific driver

[PATCH i-g-t] tests/intel-ci/xe: Block kms_display_modes@mst-extended-mode-negative test
 2025-03-13 11:48 UTC  (2+ messages)
` [PATCH i-g-t v2] "

[PATCH 0/8] xen: Untangle mm.h
 2025-03-13 11:50 UTC  (4+ messages)
` [PATCH 8/8] xen/mm: Exclude flushtlb.h from mm.h for x86

[PATCH net-next 00/18] net: Cover more per-CPU storage with local nested BH locking
 2025-03-13 11:50 UTC  (6+ messages)
` [PATCH net-next 11/18] openvswitch: Use nested-BH locking for ovs_actions
  ` [ovs-dev] "

New "something fishy here" warning fires
 2025-03-13 11:49 UTC  (4+ messages)

[PATCH] block: protect debugfs attributes using q->elevator_lock
 2025-03-13 11:48 UTC  (5+ messages)

[PATCH 1/2] kbuild: export whether we are cross compiling
 2025-03-13 11:41 UTC  (2+ messages)

commit 7ffb791423c7 breaks steam game
 2025-03-13 11:47 UTC  (12+ messages)

[RFC PATCH 1/2] drivers/misc: add silex multipk driver
 2025-03-13 11:47 UTC  (2+ messages)

[PATCH v2 00/10] bus: mhi: host: Add support for mhi bus bw
 2025-03-13 11:40 UTC  (11+ messages)
` [PATCH v2 01/10] PCI: update current bus speed as part of pci_bus_add_devices()
` [PATCH v2 02/10] PCI/bwctrl: Add support to scale bandwidth before & after link re-training
` [PATCH v2 03/10] PCI: dwc: Implement .pre_scale_bus_bw() & .post_scale_bus_bw hook
` [PATCH v2 04/10] PCI: qcom: Extract core logic from qcom_pcie_icc_opp_update()
` [PATCH v2 05/10] PCI: qcom: Add support for PCIe bus bw scaling
` [PATCH v2 06/10] bus: mhi: host: Add support to read MHI capabilities
` [PATCH v2 07/10] bus: mhi: host: Add support for Bandwidth scale
` [PATCH v2 08/10] PCI: Export pci_set_target_speed()
` [PATCH v2 09/10] PCI: Add function to convert lnkctl2speed to pci_bus_speed
` [PATCH v2 10/10] wifi: ath11k: add support for MHI bandwidth scaling

Pull request: rpi-2025.04
 2025-03-13 11:46 UTC  (3+ messages)

[PATCH 0/2] Input: snvs_pwrkey - add configurable force shutdown time
 2025-03-13 11:44 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: crypto: fsl,sec-v4.0-mon: add optional force shutdown time property
` [PATCH 2/2] Input: snvs_pwrkey - add configurable force shutdown time

[PATCH] io_uring/memmap: move vm_flags_set() outside of ctx->mmap_lock
 2025-03-13 11:44 UTC 

[PATCH] xen/sched: fix arinc653 to not use variables across cpupools
 2025-03-13 11:44 UTC  (2+ messages)

[PATCH 00/14] Support ROHM Scalable PMIC family
 2025-03-13 11:43 UTC  (15+ messages)
` [PATCH 01/14] dt-bindings: regulator: Add ROHM BD96802 PMIC
` [PATCH 02/14] dt-bindings: mfd: "
` [PATCH 03/14] dt-bindings: mfd: bd96801: Add ROHM BD96805
` [PATCH 04/14] dt-bindings: mfd: bd96802: Add ROHM BD96806
` [PATCH 05/14] mfd: rohm-bd96801: Add chip info
` [PATCH 06/14] mfd: bd96801: Drop IC name from the regulator IRQ resources
` [PATCH 07/14] regulator: bd96801: Drop IC name from the "
` [PATCH 08/14] mfd: rohm-bd96801: Support ROHM BD96802
` [PATCH 09/14] regulator: bd96801: "
` [PATCH 10/14] mfd: bd96801: Support ROHM BD96805
` [PATCH 11/14] regulator: bd96801: Support ROHM BD96805 PMIC
` [PATCH 12/14] mfd: bd96801: Support ROHM BD96806
` [PATCH 13/14] regulator: bd96801: Support ROHM BD96806 PMIC
` [PATCH 14/14] MAINTAINERS: Add BD96802 specific header

Building QEMU as a Shared Library
 2025-03-13 11:34 UTC  (10+ messages)

[PATCH 0/5] target/riscv: Smepmp fixes to match specification
 2025-03-13 11:40 UTC  (3+ messages)
` [PATCH 1/5] target/riscv: pmp: don't allow RLB to bypass rule privileges

[PATCH v3 0/3] Initial BBML2 support for contpte_convert()
 2025-03-13 11:39 UTC  (5+ messages)
` [PATCH v3 2/3] iommu/arm: Add BBM Level 2 smmu feature

[PATCH v4 0/3] Count pKVM stage-2 usage in secondary pagetable stat
 2025-03-13 11:40 UTC  (4+ messages)
` [PATCH v4 1/3] KVM: arm64: Add flags to kvm_hyp_memcache
` [PATCH v4 2/3] KVM: arm64: Distinct pKVM teardown memcache for stage-2
` [PATCH v4 3/3] KVM: arm64: Count pKVM stage-2 usage in secondary pagetable stats

[PATCH 1/3] rust: enable `raw_ref_op` feature
 2025-03-13 11:40 UTC  (4+ messages)

[PATCH 00/10] RV: Linear temporal logic monitors for RT application
 2025-03-13 11:39 UTC  (5+ messages)
` [PATCH 02/10] rv: Let the reactors take care of buffers

[PATCH v8] fuse: add more control over cache invalidation behaviour
 2025-03-13 11:39 UTC  (7+ messages)

[PATCH v1] commands: Add `ip` command for listing interfaces, addresses, and routes
 2025-03-13 11:38 UTC  (2+ messages)

[RFC PATCH 0/3] allow easier use of high lcore-ids
 2025-03-13 11:38 UTC  (4+ messages)
` [RFC PATCH 1/3] eal: centralize core parameter parsing
` [RFC PATCH 2/3] eal: convert core masks and lists to core sets
` [RFC PATCH 3/3] eal: allow automatic mapping of high lcore ids

[GIT PULL] md-6.15-20250312
 2025-03-13 11:38 UTC  (2+ messages)

[PATCH v4 0/8] iommu: Remove IOMMU_DEV_FEAT_SVA/_IOPF
 2025-03-13 11:37 UTC  (5+ messages)

[PATCH i-g-t 0/2] tests/xe_drm_fdinfo: Check prerequisites for utilization tests
 2025-03-13 11:37 UTC  (6+ messages)
` [PATCH i-g-t 1/2] tests/intel/xe_drm_fdinfo: Group utilization tests and skip when no utilization data

[openeuler:OLK-5.10 2813/2813] drivers/net/ethernet/netswift/ngbe/ngbe_phy.c:1248 ngbe_phy_get_advertised_pause() error: uninitialized symbol 'value'
 2025-03-13 11:37 UTC 

[PATCH 1/2] MAKEALL: support direct options for KCONFIG_ADD
 2025-03-13 11:36 UTC  (2+ messages)
` [PATCH 2/2] MAKEALL: parse kconfig_add out of YAML files

[PATCH] samples: rust_misc_device: fix markup in top-level docs
 2025-03-13 11:34 UTC  (2+ messages)

[PATCH 6.13.y] virt: sev-guest: Move SNP Guest Request data pages handling under snp_cmd_mutex
 2025-03-13 11:34 UTC  (3+ messages)

[PATCH] hw/uefi: flush variable store to disk in post load
 2025-03-13 11:32 UTC  (2+ messages)

arm64: Kernel crash at devm_kmalloc include/linux/device.h: drivers/base/devres.c
 2025-03-13 11:29 UTC  (2+ messages)

[PATCH v3] genirq: Fix parameter type in declaration and definition
 2025-03-13 11:31 UTC  (2+ messages)

[patch V3 01/18] posix-timers: Ensure that timer initialization is fully visible
 2025-03-13 11:31 UTC  (2+ messages)
` [tip: timers/core] "

[patch V3 02/18] posix-timers: Initialise timer before adding it to the hash table
 2025-03-13 11:31 UTC  (2+ messages)
` [tip: timers/core] "

[patch V3 03/18] posix-timers: Add cond_resched() to posix_timer_add() search loop
 2025-03-13 11:31 UTC  (2+ messages)
` [tip: timers/core] "

[patch V3 04/18] posix-timers: Cleanup includes
 2025-03-13 11:31 UTC  (2+ messages)
` [tip: timers/core] "

[patch V3 05/18] posix-timers: Remove a few paranoid warnings
 2025-03-13 11:31 UTC  (2+ messages)
` [tip: timers/core] "

[patch V3 06/18] posix-timers: Remove SLAB_PANIC from kmem cache
 2025-03-13 11:31 UTC  (2+ messages)
` [tip: timers/core] "

[patch V3 07/18] posix-timers: Use guards in a few places
 2025-03-13 11:31 UTC  (2+ messages)
` [tip: timers/core] "

[patch V3 08/18] posix-timers: Simplify lock/unlock_timer()
 2025-03-13 11:31 UTC  (2+ messages)
` [tip: timers/core] "

[patch V3a 09/18] posix-timers: Rework timer removal
 2025-03-13 11:31 UTC  (2+ messages)
` [tip: timers/core] "

[patch V3 10/18] posix-timers: Make lock_timer() use guard()
 2025-03-13 11:31 UTC  (2+ messages)
` [tip: timers/core] "

[patch V3 11/18] posix-timers: Make signal_struct:: Next_posix_timer_id an atomic_t
 2025-03-13 11:31 UTC  (2+ messages)
` [tip: timers/core] "

[patch V3 12/18] posix-timers: Improve hash table performance
 2025-03-13 11:31 UTC  (2+ messages)
` [tip: timers/core] "

[patch V3 13/18] posix-timers: Switch to jhash32()
 2025-03-13 11:31 UTC  (2+ messages)
` [tip: timers/core] "

[patch V3 14/18] posix-timers: Avoid false cacheline sharing
 2025-03-13 11:31 UTC  (2+ messages)
` [tip: timers/core] "

[patch V3 15/18] posix-timers: Make per process list RCU safe
 2025-03-13 11:31 UTC  (2+ messages)
` [tip: timers/core] "

[patch V3 16/18] posix-timers: Dont iterate /proc/$PID/timers with sighand:: Siglock held
 2025-03-13 11:31 UTC  (2+ messages)
` [tip: timers/core] "

[patch V3a 17/18] posix-timers: Provide a mechanism to allocate a given timer ID
 2025-03-13 11:31 UTC  (2+ messages)
` [tip: timers/core] "

[patch V3a 18/18] selftests/timers/posix-timers: Add a test for exact allocation mode
 2025-03-13 11:31 UTC  (2+ messages)
` [tip: timers/core] "

[PATCH v3 1/1] media: v4l2-core: Replace the check for firmware registered I2C devices
 2025-03-13 11:30 UTC 

GSSPROXY ( for NFS with sec=krb5, krb5i , krb5p ) is development still active or is it being depreciated
 2025-03-13 11:30 UTC  (2+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.