All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-10 19:30:19 to 2026-07-10 20:25:38 UTC [more...]

[PATCH v2 00/33] mm: make VMA page offset handling more consistent
 2026-07-10 20:17 UTC  (22+ messages)
` [PATCH v2 01/33] mm: move vma_start_pgoff() into mm.h and clean up
` [PATCH v2 02/33] mm: add kdoc comments for vma_start/last_pgoff()
` [PATCH v2 03/33] tools/testing/vma: use vma_start_pgoff() in merge tests
` [PATCH v2 04/33] mm: introduce and use vma_end_pgoff()
` [PATCH v2 05/33] mm/rmap: update mm/interval_tree.c comments
` [PATCH v2 06/33] mm/rmap: parameterise vma_interval_tree_*() by address_space
` [PATCH v2 07/33] mm/rmap: elide unnecessary static inline's in interval_tree.c
` [PATCH v2 08/33] mm/rmap: rename vma_interval_tree_*() to mapping_rmap_tree_*()
` [PATCH v2 09/33] mm/rmap: parameterise anon_vma_interval_tree_*() by anon_vma
` [PATCH v2 10/33] mm/rmap: rename anon_vma_interval_tree_*() params and use pgoff_t
` [PATCH v2 11/33] mm/rmap: rename anon_vma_interval_tree_*() to anon_rmap_tree_*()
` [PATCH v2 12/33] MAINTAINERS: Move mm/interval_tree.c to rmap section
` [PATCH v2 13/33] mm/vma: introduce and use vmg_pages(), vmg_[start, end]_pgoff()
` [PATCH v2 14/33] mm/vma: clean up anon_vma_compatible()
` [PATCH v2 15/33] mm/vma: refactor vmg_adjust_set_range() for clarity
` [PATCH v2 16/33] mm/vma: minor cleanup of expand_[upwards, downwards]()
` [PATCH v2 17/33] mm: introduce and use linear_page_delta()
` [PATCH v2 18/33] mm/vma: use vma_start_pgoff(), linear_page_index() in mm code
` [PATCH v2 19/33] mm: prefer vma_[start,end]_pgoff() to vma->vm_pgoff in kernel/
` [PATCH v2 20/33] mm/vma: remove duplicative vma_pgoff_offset() helper
` [PATCH v2 21/33] mm: use linear_page_[index, delta]() consistently

[PATCH v9 00/12] Allow AET to use PMT as loadable module
 2026-07-10 20:24 UTC  (8+ messages)
` [PATCH v9 01/12] platform/x86/intel/{pmt,vsec}: Prevent unbind via sysfs

[PATCH v4 0/7] pmbus: PMBus 1.x framework, CLI, regulator and thermal support
 2026-07-10 20:16 UTC  (8+ messages)
` [PATCH v4 1/7] pmbus: add PMBus 1.x framework, CLI, and binding
` [PATCH v4 2/7] power: regulator: add generic PMBus UCLASS_REGULATOR adapter
` [PATCH v4 3/7] power: regulator: add MPS MPQ8785 PMBus regulator driver
` [PATCH v4 4/7] board: nxp: vid: introduce PMBus framework support
` [PATCH v4 5/7] thermal: pmbus: add PMBus die-temp driver
` [PATCH v4 6/7] test: dm: pmbus: add a sandbox PMBus chip emulator
` [PATCH v4 7/7] test: dm: pmbus: test pmbus command and framework

+ docs-abi-damon-document-probe-weight-file.patch added to mm-new branch
 2026-07-10 20:24 UTC 

+ docs-admin-guide-mm-damon-usage-document-weight-sysfs-file.patch added to mm-new branch
 2026-07-10 20:24 UTC 

+ docs-mm-damon-design-document-attrs-only-monitoring.patch added to mm-new branch
 2026-07-10 20:24 UTC 

+ mm-damon-sysfs-implement-probe-weight-file.patch added to mm-new branch
 2026-07-10 20:24 UTC 

[PATCH 0/7] refs: remove use of `the_repository`
 2026-07-10 20:24 UTC  (6+ messages)

+ mm-damon-core-implement-damon_has_probe_weight.patch added to mm-new branch
 2026-07-10 20:24 UTC 

+ mm-damon-core-get-merge-threshold-from-probe-hits-when-weights-are-set.patch added to mm-new branch
 2026-07-10 20:24 UTC 

[RFC PATCH 0/6] Add Shared Media Graph API
 2026-07-10 20:23 UTC  (4+ messages)
` [RFC PATCH 1/6] media: mc: Implement shared media graph

+ mm-damon-core-s-max_nr_accesses-max_merge_score-in-kdamond_fn.patch added to mm-new branch
 2026-07-10 20:24 UTC 

+ mm-damon-core-set-samples-in-apply_probes-if-probe-weights-are-set.patch added to mm-new branch
 2026-07-10 20:24 UTC 

+ mm-damon-core-disable-access-monitoring-when-probe-weights-are-set.patch added to mm-new branch
 2026-07-10 20:24 UTC 

+ mm-damon-core-validate-params-for-probe-hits-weighted-sum-overflow.patch added to mm-new branch
 2026-07-10 20:24 UTC 

+ mm-damon-core-disallow-probe_hits-overflow-on-attrs-only-monitoring.patch added to mm-new branch
 2026-07-10 20:24 UTC 

+ mm-damon-core-extend-merge-function-to-work-with-probe-hits.patch added to mm-new branch
 2026-07-10 20:24 UTC 

+ mm-damon-core-use-abs_diff-instead-of-abs.patch added to mm-new branch
 2026-07-10 20:24 UTC 

+ mm-damon-paddr-respect-return_max_wsum.patch added to mm-new branch
 2026-07-10 20:24 UTC 

[Buildroot] [PATCH] package/wireshark: bump to v4.4.17
 2026-07-10 20:23 UTC  (2+ messages)

+ mm-damon-core-implement-damon_probe_hits_wsum.patch added to mm-new branch
 2026-07-10 20:23 UTC 

+ mm-damon-core-ask-apply_probe-to-return-max-probe-hits-weighted-sum.patch added to mm-new branch
 2026-07-10 20:23 UTC 

+ mm-damon-paddr-set-samples-in-apply_probes-if-requested.patch added to mm-new branch
 2026-07-10 20:23 UTC 

+ mm-damon-core-ask-apply_probes-ops-callback-to-set-sampling-address.patch added to mm-new branch
 2026-07-10 20:23 UTC 

+ mm-damon-core-introduce-damon_probe-weight.patch added to mm-new branch
 2026-07-10 20:23 UTC 

[Buildroot] [git commit] package/wireshark: bump to v4.4.17
 2026-07-10 20:14 UTC 

[PATCH] iio: proximity: hx9023s: validate firmware size
 2026-07-10 20:21 UTC  (3+ messages)
` [PATCH v2] "

[asahilinux:bits/200-dcp 52/177] drivers/gpu/drm/apple/dptxep.c:224:35: sparse: sparse: cast from restricted __le32
 2026-07-10 20:21 UTC 

[android-common:android15-6.6-2026-01 1/1] drivers/pmdomain/apple/pmgr-pwrstate.c:180:32: sparse: sparse: symbol 'apple_pmgr_reset_ops' was not declared. Should it be static?
 2026-07-10 20:21 UTC 

[PATCH] dma-buf: dma-heap: close installed fd when copy_to_user() fails
 2026-07-10 20:20 UTC  (4+ messages)
` [PATCH v2] dma-buf: dma-heap: don't publish fd before copy_to_user() succeeds

[PATCH batadv] batman-adv: annotate functions which may cow reallocate the skbuff
 2026-07-10 20:19 UTC 

[PATCH v2 0/7] rust_binder : Implement dynamic debug logging mask
 2026-07-10 20:20 UTC  (14+ messages)
` [PATCH v2 1/7] rust_binder: Add "
` [PATCH v2 2/7] rust_binder: Implement BINDER_DEBUG_USER_ERROR for freezer-related operation
` [PATCH v2 3/7] rust_binder: Implement BINDER_DEBUG_USER_ERROR for refcounting and death notifications
` [PATCH v2 4/7] rust_binder: Implement BINDER_DEBUG_USER_ERROR for transaction parsing failures
` [PATCH v2 5/7] rust_binder: Implement BINDER_DEBUG_FAILED_TRANSACTION
` [PATCH v2 6/7] rust_binder: Implement BINDER_DEBUG_DEATH_NOTIFICATION

[PATCH 00/30] mm: make VMA page offset handling more consistent
 2026-07-10 20:19 UTC  (8+ messages)
` [PATCH 27/30] mm/vma: correct incorrect vma.h inclusion
` [PATCH 28/30] mm/vma: use guard clauses in can_vma_merge_[before, after]()
` [PATCH 29/30] tools/testing/vma: default VMA flag bits to 64-bit

[PATCH] PCI: Apply mandatory recovery delay on return from D3cold
 2026-07-10 20:19 UTC  (3+ messages)

[PATCH i-g-t v1] tests/kms_force_connector_basic: fix force-connector-state for HDMI 2.1
 2026-07-10 20:18 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for "

[BUG] bpf, sockmap: spurious wakeup by tcp_msg_wait_data() causing unexpected EAGAIN in recvfrom()
 2026-07-10 20:17 UTC  (3+ messages)

[PATCH bpf-next v3 0/2] bpf: require an owned cpumask for bpf_cpumask_populate()
 2026-07-10 20:17 UTC  (5+ messages)
` [PATCH bpf-next v3 1/2] bpf: Require a BPF "

[PATCH] docs: driver-api: pin-control: fix spelling of below
 2026-07-10 20:16 UTC  (3+ messages)

[PATCH v2 00/19] crypto: cmh - add CRI CryptoManager Hub driver
 2026-07-09 20:30 UTC  (3+ messages)
` [PATCH v2 02/19] crypto: cmh - add core platform driver
` [PATCH v2 03/19] crypto: cmh - add key provisioning and management

[RFC] entry: Untangle the return value of syscall_enter_from_user_mode from syscall NR
 2026-07-03  7:53 UTC  (9+ messages)

[patch 00/18] entry: Consolidate and rework syscall entry handling
 2026-07-10 15:20 UTC  (11+ messages)
` [patch 12/18] ptrace, treewide: Rename ptrace_report_syscall_entry() to ptrace_report_syscall_permit_entry()
` [patch 13/18] entry: Make trace_syscall_enter() return type bool

[PATCH v16 00/18] arm64: entry: Convert to Generic Entry
 2026-07-03  7:51 UTC  (3+ messages)
` [PATCH v16 01/18] seccomp: Convert __secure_computing() to return boolean

[PATCH v3 00/17] riscv: Generate riscv instruction functions
 2026-07-08  3:34 UTC  (2+ messages)
` [PATCH v3 01/17] riscv: Introduce instruction table generation

[PATCH v2] PCI: vmd: Only assign OSC features in bare metal OS
 2026-07-10 20:15 UTC  (2+ messages)

[PATCH 0/2] s390x: more interface hardening
 2026-07-10 20:12 UTC  (3+ messages)
` [PATCH 1/2] s390x/sclp: prevent re-reading the sclp header

[PATCH v3 00/16] arm_mpam: Add MPAM-Fb firmware support
 2026-07-10 20:10 UTC  (5+ messages)
` [PATCH v3 14/16] arm_mpam: add MPAM-Fb MSC firmware access support
` [PATCH v3 16/16] arm_mpam: detect and enable MPAM-Fb PCC support

[PATCH] Bluetooth: mgmt: Translate HCI reason in Device Disconnected event
 2026-07-10 20:10 UTC  (2+ messages)

[PATCH] Bluetooth: coredump: Do not export hci_devcd_rx() and hci_devcd_timeout()
 2026-07-10 20:10 UTC  (2+ messages)

[PATCH] Bluetooth: btusb: Add support for 1357:c123 Realtek 8852BE device
 2026-07-10 20:10 UTC  (2+ messages)

[PATCH v3 0/4] Bluetooth: fix hci_conn lookup RCU usage + holding refcounts
 2026-07-10 20:10 UTC  (2+ messages)

[PATCH] Bluetooth: hci_qca: Clear memdump state on invalid dump size
 2026-07-10 20:10 UTC  (2+ messages)

[PATCH] Bluetooth: btrtl: validate firmware patch bounds
 2026-07-10 20:10 UTC  (2+ messages)

[bluez/bluez]
 2026-07-10 20:09 UTC 

[bluez/bluez] 343365: monitor: Fix printing subpages bits after all subp
 2026-07-10 20:09 UTC 

[PATCH 0/2] taskstats: fix cgroupstats invalid fd handling and add selftests
 2026-07-10 20:07 UTC  (3+ messages)
` [PATCH 1/2] taskstats: return -EBADF when cgroupstats receives an invalid fd
` [PATCH 2/2] selftests/acct: add cgroupstats functional test

[Buildroot] [PATCH 1/1] package/jansson: bump version to 2.15.1
 2026-07-10 20:07 UTC  (2+ messages)

[Buildroot] [git commit] package/jansson: bump version to 2.15.1
 2026-07-10 20:04 UTC 

man/man8/ldconfig.8: document system-wide tunables
 2026-07-10 20:06 UTC  (4+ messages)
  ` Why we're stuck with man(7) (was: man/man8/ldconfig.8: document system-wide tunables)

[PATCH 0/6] iio: adc: Add AD7768/AD7768-4 ADC driver support
 2026-07-10 20:06 UTC  (3+ messages)
` [PATCH 5/6] gpio: ad7768: Add AD7768 GPIO auxiliary driver

[PATCH i-g-t v3 0/7] add dmem_cgroups test
 2026-07-10 20:06 UTC  (8+ messages)
` [PATCH i-g-t v2 7/7] tests/dmem_cgroups: add test for dmem.current

[PATCH batadv v2 0/3] batman-adv: mcast header creation bugs
 2026-07-10 20:01 UTC  (4+ messages)
` [PATCH batadv v2 1/3] batman-adv: fix TX priority extraction for BATADV_FORW_MCAST
` [PATCH batadv v2 2/3] batman-adv: mcast: ensure unshared skb for multicast packets
` [PATCH batadv v2 3/3] batman-adv: mcast: linearize skbuff for packet generation

[PATCH] EDAC/altera: Use parent device for devres in altr_portb_setup()
 2026-07-10 20:03 UTC  (4+ messages)

[PATCH v4] usb: typec: tcpm: implement retry mechanism for Discover Identity VDMs
 2026-07-10 20:03 UTC 

[moderation/CI] Re: ACPI: Add support for ACPI RAS2 feature table
 2026-07-10 20:03 UTC 

[REGRESSION] drm/amd/display: amdgpu_dm_plane_test.ko fails to build due to modpost "too long symbol"
 2026-07-10 20:03 UTC  (7+ messages)

[Buildroot] [PATCH 1/1] package/jpeg-turbo: bump version to 3.2.0
 2026-07-10 20:02 UTC  (2+ messages)

[Buildroot] [git commit] package/jpeg-turbo: bump version to 3.2.0
 2026-07-10 19:51 UTC 

[PATCH] tools/lib/api: Check nonfilterable in fdarray__filter()
 2026-07-10 20:01 UTC  (2+ messages)

[PATCH v9 00/14] firmware: qcom: Add OP-TEE PAS service support
 2026-07-10 20:01 UTC  (3+ messages)
` (subset) "

[PATCH v3] powerpc/pseries/iommu: Add TCEs for 16GB pages when RAM is pre-mapped
 2026-07-10 20:01 UTC  (3+ messages)

[PATCH v7 00/12] sched, steal_monitor: Introduce cpu_preferred_mask and steal-driven vCPU backoff
 2026-07-10 20:00 UTC  (3+ messages)
` [PATCH v7 10/12] virt/steal_monitor: Provide functions for managing steal values

[PATCH 00/12] Add support for the Rockchip RV1106 and RV1103
 2026-07-10 20:00 UTC  (10+ messages)
` [PATCH 01/12] dt-bindings: clock: rockchip: Add RV1106 CRU support
` [PATCH 03/12] dt-bindings: pinctrl: rockchip: Add RV1106 compatible
` [PATCH 05/12] dt-bindings: soc: rockchip: grf: Add RV1106 compatibles

[PATCH v2 10/13] drm/xe/tests: Add object encoding helper test
 2026-07-10 19:59 UTC  (2+ messages)
` [PATCH v3 "

[PATCH v2] builtin/add.c: replace run_command() with direct apply_all_patches() call
 2026-07-10 19:58 UTC  (2+ messages)
` [PATCH v3] "

[PATCH nf,v2] netfilter: flowtable: tear down flow entries with stale dst from GC
 2026-07-10 19:55 UTC  (2+ messages)

[PATCH] xfs/083: redirect populate stderr to avoid spurious attr restore warnings
 2026-07-10 19:53 UTC 

[PATCH v2] drm/amdgpu: remove gfx sysfs files on device unbind
 2026-07-10 19:52 UTC  (3+ messages)
` [PATCH v2] drm/amdgpu: fix sysfs duplicate errors and incomplete unwind in ip_init

[PATCH] docs: custom.css: don't limit randering to old 800px monitors
 2026-07-10 19:52 UTC  (4+ messages)

[PATCH v3 00/10] nfsd: copy offload fixes
 2026-07-10 19:51 UTC  (2+ messages)

[PATCH 1/6] drm/amdgpu: add RS64 local memory context array init/fini
 2026-07-10 19:50 UTC  (6+ messages)
` [PATCH 3/6] drm/amdgpu/mes11: get MES process/gang contex size
` [PATCH 6/6] drm/amdgpu/mes11: enable MES process/gang load from MES local mem

[PATCH 0/3] Introduce a 'fromAccepted' option to GIT_NO_LAZY_FETCH
 2026-07-10 19:50 UTC  (2+ messages)

[PATCH] x86/mm/pat: acquire mmap lock on page table free to avoid ptdump UAF
 2026-07-10 19:50 UTC  (4+ messages)

[PATCH bpf-next] bpf: Fix unused nskb warning in bpf_icmp_send
 2026-07-10 19:49 UTC  (2+ messages)

[PATCH] README: remove out of place emdashes
 2026-07-10 19:48 UTC  (2+ messages)

[PATCH BlueZ] a2dp: Fix loading of remote SEP from cache
 2026-07-10 19:48 UTC  (3+ messages)

[PATCH 00/11] Initial Apple M3 Pro, Max and Ultra device trees
 2026-07-10 19:48 UTC  (3+ messages)
` [PATCH 07/11] dt-bindings: pinctrl: apple,pinctrl: Add t6030 and t6031 compatibles

[PATCH] docs: ABI: README: fix grammatical error
 2026-07-10 19:47 UTC  (2+ messages)

[PATCH] remoteproc: qcom_q6v5_mss: Fix off-by-one error in regulator error cleanup
 2026-07-10 19:46 UTC 

[PATCH -next] docs: submitting-patches: Fix section structure around DCO
 2026-07-10 19:46 UTC  (2+ messages)

[PATCH v3 00/23] mfd: Use named initializers for arrays of *_device_data
 2026-07-10 19:45 UTC  (3+ messages)

[meta-filesystems][PATCH] fuse-archive: Add recipe
 2026-07-10 19:44 UTC 

[PATCH v2 net 0/5] xsk: fix AF_XDP multi-buffer Tx descriptor reclaim
 2026-07-10 19:44 UTC  (6+ messages)
` [PATCH v2 net 1/5] xsk: fix buffer leak in xsk_drop_skb() for AF_XDP multi-buffer Tx
` [PATCH v2 net 2/5] xsk: drain continuation descs after overflow in xsk_build_skb()
` [PATCH v2 net 3/5] xsk: reclaim invalid multi-buffer Tx descs in ZC path
` [PATCH v2 net 4/5] selftests/xsk: fix too-many-frags multi-buffer Tx test
` [PATCH v2 net 5/5] selftests/xsk: account invalid multi-buffer Tx descriptors

[PATCH] Bluetooth: ISO: check end fragment length before appending
 2026-07-10 19:44 UTC  (2+ messages)

[PATCH] ata: libata-scsi: add out-of-bounds checks in ata_scsiop_inq_b9
 2026-07-10 19:43 UTC  (2+ messages)

Thin pool: safe pattern for disposable per-session snapshots over a shared read-only base?
 2026-07-10 19:43 UTC  (2+ messages)

[PATCH BlueZ v2 1/2] lib: add iso_data_* macros to hci.h
 2026-07-10 19:42 UTC  (4+ messages)
` [PATCH BlueZ v2 2/2] monitor: fix parsing of ISO packet data header and slen check
` [BlueZ,v2,1/2] lib: add iso_data_* macros to hci.h

[PATCH net-next v6 0/4] net: pse-pd: add Realtek PSE MCU support
 2026-07-10 19:41 UTC  (3+ messages)
` [PATCH net-next v6 4/4] net: pse-pd: realtek-pse-mcu: add UART transport

[PATCH v3] usb: typec: tcpm: implement retry mechanism for Discover Identity VDMs
 2026-07-10 19:41 UTC  (2+ messages)

[PATCH 0/2] Fix sreg writes, PC update for system reg TBs
 2026-07-10 19:40 UTC  (5+ messages)
` [PATCH 1/2] target/hexagon: initialize deferred sreg-write temps to current value
` [PATCH 2/2] target/hexagon: fix PC not advancing for non-COF TB-ending packets

[PATCH v2 00/11] Remove support for platform data from samsung keypad
 2026-07-10 19:41 UTC  (2+ messages)

[PATCH v4 0/8] ibmvfc: make ibmvfc support FPIN messages
 2026-07-10 19:40 UTC  (15+ messages)
` [PATCH v4 1/8] ibmvfc: add basic FPIN support
` [PATCH v4 2/8] ibmvfc: Add NOOP command support
` [PATCH v4 4/8] ibmvfc: define asynchronous sub-queue
` [PATCH v4 5/8] ibmvfc: allocate "
` [PATCH v4 6/8] ibmvfc: extend async event handlers to handle async sub queue events
` [PATCH v4 7/8] ibmvfc: register and use asynchronous sub-queue for events
` [PATCH v4 8/8] ibmvfc: handle extended FPIN events

Refcounting dma_resv and using that for drm_exec support in TTM
 2026-07-10 19:40 UTC  (2+ messages)
` ✗ Fi.CI.BUILD: failure for series starting with [01/12] dma-buf: Add reference counting to dma_resv

[PATCH] drm/xe: Hold a dma-buf reference for imported BOs
 2026-07-10 19:39 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for "

[PATCH 00/43] power: Remove redundant error messages on IRQ request failure
 2026-07-10 19:39 UTC  (7+ messages)
` [PATCH 04/43] power: supply: ab8500_btemp: Remove redundant dev_err()/dev_err_probe()
` [PATCH 05/43] power: supply: ab8500_charger: "
` [PATCH 06/43] power: supply: ab8500_fg: "

[PATCHv2] gpio: mvebu: fix devres LIFO ordering between GPIO chip and IRQ domain
 2026-07-10 19:38 UTC  (2+ messages)

[PATCH v2] ata: libata-scsi: limit simulated SCSI command copy to response length
 2026-07-10 19:37 UTC  (8+ messages)

[PATCH 0/3] HID: wiimote: new LED behavior on connect, and scoped guards
 2026-07-10 19:35 UTC  (2+ messages)

[PATCH v2 00/23] mfd: Use named initializers for arrays of *_device_data
 2026-07-10 19:36 UTC  (4+ messages)
` [PATCH v2 21/23] mfd: Unify style of of_device_id arrays

[PATCH] docs: printk-index: refresh sample index entries
 2026-07-10 19:36 UTC  (2+ messages)

[PATCH net] dpll: fix NULL pointer dereference in dpll_msg_add_pin_ref_sync()
 2026-07-10 19:36 UTC 

[PATCH 0/4] Fixes for unaligned scalar accesses
 2026-07-10 19:35 UTC  (2+ messages)

[PATCH] regulator: adp5055: Fix error code in adp5055_of_parse_cb()
 2026-07-10 19:34 UTC 

[PATCH] KVM: x86: Fix null pointer dereference in trace_kvm_inj_exception
 2026-07-10 19:34 UTC  (3+ messages)

[PATCH bpf v1 1/2] bpf: Fix tracing of kfuncs with implicit args
 2026-07-10 19:34 UTC  (7+ messages)

[PATCH] cpufreq: Fix an IS_ERR() vs NULL bug in spear1340_set_cpu_rate()
 2026-07-10 19:34 UTC 

[PATCHv2] gpio: mvebu: fix devres LIFO ordering between GPIO chip and IRQ domain
 2026-07-10 19:33 UTC  (2+ messages)

[PATCH v4] smb: client: restrict implied bcc[0] exemption to responses without data area
 2026-07-10 19:32 UTC  (2+ messages)
` [PATCH v5] "

[PATCH] Documentation/kernel-parameters: fix brackets
 2026-07-10 19:32 UTC  (2+ messages)

[PATCH v2] meson.build: re-add explicit gcrypt/nettle request check
 2026-07-10 19:31 UTC  (2+ messages)

[PATCH] sched/Documentation: fix code
 2026-07-10 19:31 UTC  (2+ messages)

[PATCH] dt-bindings: mfd: qcom,tcsr: Add compatible for Hawi and Maili SoCs
 2026-07-10 19:30 UTC  (2+ messages)

[PATCH] checkpolicy: fix double free of fstype in define_genfs_context_helper
 2026-07-10 19:29 UTC 


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.