linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-17 17:58:38 to 2022-08-17 20:40:54 UTC [more...]

[PATCH v9 00/27] Rust support
 2022-08-17 20:40 UTC  (38+ messages)
` [PATCH v9 02/27] kallsyms: avoid hardcoding buffer size
` [PATCH v9 03/27] kallsyms: add static relationship between `KSYM_NAME_LEN{,_BUFFER}`
` [PATCH v9 06/27] rust: add C helpers
` [PATCH v9 07/27] rust: import upstream `alloc` crate
` [PATCH v9 09/27] rust: add `compiler_builtins` crate
` [PATCH v9 13/27] rust: export generated symbols
` [PATCH v9 16/27] scripts: checkpatch: enable language-independent checks for Rust
` [PATCH v9 18/27] scripts: add `generate_rust_analyzer.py`
` [PATCH v9 19/27] scripts: add `generate_rust_target.rs`
` [PATCH v9 20/27] scripts: add `rust_is_available.sh`
` [PATCH v9 21/27] scripts: add `is_rust_module.sh`
` [PATCH v9 22/27] rust: add `.rustfmt.toml`
` [PATCH v9 23/27] Kbuild: add Rust support
` [PATCH v9 25/27] x86: enable initial "
` [PATCH v9 26/27] samples: add first Rust examples
` [PATCH v9 27/27] MAINTAINERS: Rust

build failure of next-20220811 due to b1a63a0b48ad ("drm/amd/display: consider DSC pass-through during mode validation")
 2022-08-17 20:39 UTC  (4+ messages)

[PATCH v2 0/7] Convert to filemap_get_folios_contig()
 2022-08-17 20:35 UTC  (4+ messages)
` [PATCH v2 5/7] nilfs2: Convert nilfs_find_uncommited_extent() to use filemap_get_folios_contig()

[PATCH v4 1/2] mm/gup.c: Don't pass gup_flags to check_and_migrate_movable_pages()
 2022-08-17 20:35 UTC  (8+ messages)
` [PATCH v4 2/2] mm/gup.c: Refactor check_and_migrate_movable_pages()

security/selinux/selinuxfs.c:2093:6: warning: variable 'fsi' is used uninitialized whenever 'if' condition is true
 2022-08-17 20:34 UTC 

[jlayton:iversion 1/7] samples/vfs/test-statx.c:111:24: warning: more '%' conversions than data arguments
 2022-08-17 20:34 UTC 

[PATCH -next] drm/bridge: Add missing clk_disable_unprepare() in analogix_dp_resume()
 2022-08-17 20:34 UTC  (2+ messages)

Fwd: [PATCH bpf] bpf: Do more tight ALU bounds tracking
 2022-08-17 20:31 UTC  (3+ messages)
` [PATCH 1/2] bpf: Fix 32bit bounds update in ALU64

[PATCH v2 00/13] The panic notifiers refactor strikes back - fixes/clean-ups
 2022-08-17 20:28 UTC  (6+ messages)
` [PATCH v2 10/13] EDAC/altera: Skip the panic notifier if kdump is loaded

[PATCH v4 0/2] lx216x DTS updates
 2022-08-17 20:25 UTC  (3+ messages)
` [PATCH v4 1/2] arm64: dts: lx2160a: update PCIe nodes to match rev2 silicon
` [PATCH v4 2/2] arm64: dts: lx2160a: add pcie EP mode nodes

[PATCH 1/5] bpf: Clear callee saved regs after updating REG0
 2022-08-17 20:24 UTC  (8+ messages)
` [PATCH 3/5] bpf: Add bpf_user_ringbuf_drain() helper

[syzbot] KASAN: vmalloc-out-of-bounds Read in kvm_dev_ioctl
 2022-08-17 20:24 UTC  (4+ messages)

[PATCH] clk: Add Sunplus SP7021 clock driver
 2022-08-17 20:23 UTC  (2+ messages)

[PATCH 0/2] Modularize ghes_edac driver
 2022-08-17 20:22 UTC  (7+ messages)
` [PATCH 2/2] EDAC/ghes: Modularize ghes_edac driver to remove the dependency on ghes

[PATCH v3 3/8] arm64: dts: ls1028a: add flextimer based pwm nodes
 2022-08-17 20:20 UTC  (3+ messages)

[PATCH 0/4] Fix dt-validate issues on qemu dtbdumps due to dt-bindings
 2022-08-17 20:19 UTC  (12+ messages)
` [PATCH 1/4] dt-bindings: timer: sifive,clint: add legacy riscv compatible
` [PATCH 2/4] dt-bindings: interrupt-controller: sifive,plic: "
` [PATCH 3/4] dt-bindings: riscv: add new riscv,isa strings for emulators
` [NOT-A-PATCH 4/4] dt-bindings: riscv: isa string bonus content
` [PATCH v2 0/4] Fix dt-validate issues on qemu dtbdumps due to dt-bindings
` [PATCH v2 1/4] dt-bindings: timer: sifive,clint: add legacy riscv compatible
` [PATCH v2 1/4] hw/riscv: virt: fix uart node name

[PATCH] dt-bindings: pci: layerscape-pci: Add new compatible string for lx2160a Rev2
 2022-08-17 20:19 UTC 

[PATCH v5 0/4] Introduce security_create_user_ns()
 2022-08-17 20:13 UTC  (6+ messages)

[PATCH v3 0/4] Fix dt-validate issues on qemu dtbdumps due to dt-bindings
 2022-08-17 20:12 UTC  (5+ messages)
` [PATCH v3 1/4] dt-bindings: timer: sifive,clint: add legacy riscv compatible
` [PATCH v3 2/4] dt-bindings: interrupt-controller: sifive,plic: "
` [PATCH v3 3/4] dt-bindings: riscv: add new riscv,isa strings for emulators
` [NOT FOR INCLUSION v3 4/4] dt-bindings: riscv: isa string bonus content

[PATCH bpf-next v2 1/4] bpf: Remove duplicate PTR_TO_BTF_ID RO check
 2022-08-17 20:07 UTC  (8+ messages)
` [PATCH bpf-next v2 2/4] bpf: Add stub for btf_struct_access()
` [PATCH bpf-next v2 3/4] bpf: Add support for writing to nf_conn:mark
` [PATCH bpf-next v2 4/4] selftests/bpf: Add tests "

[PATCH] tpm: tis_i2c: Fix sanity check interrupt enable mask
 2022-08-17 20:03 UTC 

[PATCH linux-phy v2 0/4] mvebu a3720 comphy: Fix serdes transmit amplitude
 2022-08-17 20:03 UTC  (5+ messages)
` [PATCH linux-phy v2 1/4] string.h: Add str_has_proper_prefix()
` [PATCH linux-phy v2 2/4] device property: Add {fwnode/device}_get_tx_p2p_amplitude()
` [PATCH linux-phy v2 3/4] phy: marvell: phy-mvebu-a3700-comphy: Support changing tx amplitude for ethernet
` [PATCH linux-phy v2 4/4] arm64: dts: armada-3720-turris-mox: Change comphy tx amplitude for 2500base-x mode

[GIT PULL] Bitmap patches for v6.0-rc2
 2022-08-17 19:59 UTC 

[PATCH] irq: ipi: fix NULL pointer deref in irq_data_get_affinity_mask()
 2022-08-17 20:00 UTC 

[PATCH] staging: r8188eu: remove rtw_endofpktfile()
 2022-08-17 19:58 UTC  (2+ messages)

[PATCH v5 0/2] MediaTek pinctrl patch on mt8188
 2022-08-17 19:55 UTC  (3+ messages)
` [PATCH v5 2/2] pinctrl: mediatek: add mt8188 driver

[PATCH v5 0/5] userfaultfd: add /dev/userfaultfd for fine grained access control
 2022-08-17 19:53 UTC  (4+ messages)
` [PATCH v5 3/5] userfaultfd: selftests: modify selftest to use /dev/userfaultfd

[broonie-regmap:for-next 4/4] include/asm-generic/io.h:187:18: error: redefinition of 'readb'
 2022-08-17 19:53 UTC 

[PATCH] perf scripts python: Let script to be python2 compliant
 2022-08-17 19:52 UTC  (7+ messages)

[PATCH v2] PCI/PM: Switch D3Hot delay to also use usleep_range
 2022-08-17 19:52 UTC  (3+ messages)

[Question] Any plan to support enable PCI SRIOV concurrently in kernel side?
 2022-08-17 19:49 UTC  (2+ messages)

[PATCH linux-phy 0/4] mvebu a3720 comphy: Fix serdes transmit amplitude
 2022-08-17 19:47 UTC  (6+ messages)
` [PATCH linux-phy 1/4] string.h: Add str_has_proper_prefix()
` [PATCH linux-phy 2/4] device property: Add {fwnode/device}_get_tx_p2p_amplitude()
` [PATCH linux-phy 3/4] phy: marvell: phy-mvebu-a3700-comphy: Support changing tx amplitude for ethernet
` [PATCH linux-phy 4/4] arm64: dts: armada-3720-turris-mox: Change comphy tx amplitude for 2500base-x mode

[RFC v4 01/17] drm/amdgpu/dc/mst: Rename dp_mst_stream_allocation(_table)
 2022-08-17 19:38 UTC  (17+ messages)
` [RFC v4 02/17] drm/amdgpu/dm/mst: Rename get_payload_table()
` [RFC v4 03/17] drm/display/dp_mst: Rename drm_dp_mst_vcpi_allocation
` [RFC v4 04/17] drm/display/dp_mst: Call them time slots, not VCPI slots
` [RFC v4 05/17] drm/display/dp_mst: Fix confusing docs for drm_dp_atomic_release_time_slots()
` [RFC v4 06/17] drm/display/dp_mst: Add some missing kdocs for atomic MST structs
` [RFC v4 07/17] drm/display/dp_mst: Add helper for finding payloads in atomic MST state
` [RFC v4 08/17] drm/display/dp_mst: Add nonblocking helpers for DP MST
` [RFC v4 09/17] drm/display/dp_mst: Don't open code modeset checks for releasing time slots
` [RFC v4 10/17] drm/display/dp_mst: Fix modeset tracking in drm_dp_atomic_release_vcpi_slots()
` [RFC v4 11/17] drm/nouveau/kms: Cache DP encoders in nouveau_connector
` [RFC v4 12/17] drm/nouveau/kms: Pull mst state in for all modesets
` [RFC v4 13/17] drm/display/dp_mst: Add helpers for serializing SST <-> MST transitions
` [RFC v4 14/17] drm/display/dp_mst: Drop all ports from topology on CSNs before queueing link address work
` [RFC v4 15/17] drm/display/dp_mst: Maintain time slot allocations when deleting payloads
` [RFC v4 16/17] drm/radeon: Drop legacy MST support
` [RFC v4 17/17] drm/display/dp_mst: Move all payload info into the atomic state

[PATCH] x86/cacheinfo: Don't use cpu_llc_shared_map for !CONFIG_SMP
 2022-08-17 19:40 UTC  (2+ messages)

[RFC] ftrace: Add support to keep some functions out of ftrace
 2022-08-17 19:39 UTC  (11+ messages)

[PATCH v2 1/1] drivers/base/cpu: Print kernel arch
 2022-08-17 19:37 UTC  (6+ messages)

[PATCH v9 01/27] kallsyms: use `sizeof` instead of hardcoded size
 2022-08-17 19:36 UTC  (3+ messages)

[PATCH v2 0/9] exynos850: Add cmu and sysmmu nodes
 2022-08-17 19:34 UTC  (15+ messages)
` [PATCH v2 1/9] dt-bindings: clock: Add bindings for Exynos850 CMU_AUD
` [PATCH v2 2/9] dt-bindings: clock: Add bindings for Exynos850 CMU_IS
` [PATCH v2 3/9] dt-bindings: clock: Add bindings for Exynos850 CMU_MFCMSCL
` [PATCH v2 4/9] clk: samsung: exynos850: Style fixes
` [PATCH v2 5/9] clk: samsung: exynos850: Implement CMU_AUD domain
` [PATCH v2 6/9] clk: samsung: exynos850: Implement CMU_IS domain
` [PATCH v2 7/9] clk: samsung: exynos850: Implement CMU_MFCMSCL domain

[PATCH 1/2] dt-bindings: arm: rockchip: Add gru-scarlet sku{2,4} variants
 2022-08-17 19:33 UTC  (2+ messages)
` [PATCH 2/2] arm64: dts: rockchip: Support "

[PATCH] drivers/perf: riscv_pmu_sbi: add support for PMU variant on T-Head C9xx cores
 2022-08-17 19:32 UTC  (2+ messages)

[PATCH net-next v4 0/8] net: lan966x: Add lag support
 2022-08-17 19:34 UTC  (9+ messages)
` [PATCH net-next v4 1/8] net: lan966x: Add registers used to configure lag interfaces
` [PATCH net-next v4 2/8] net: lan966x: Split lan966x_fdb_event_work
` [PATCH net-next v4 3/8] net: lan966x: Flush fdb workqueue when port is leaving a bridge
` [PATCH net-next v4 4/8] net: lan966x: Expose lan966x_switchdev_nb and lan966x_switchdev_blocking_nb
` [PATCH net-next v4 5/8] net: lan966x: Extend lan966x_foreign_bridging_check
` [PATCH net-next v4 6/8] net: lan966x: Add lag support for lan966x
` [PATCH net-next v4 7/8] net: lan966x: Extend FDB to support also lag
` [PATCH net-next v4 8/8] net: lan966x: Extend MAC to support also lag interfaces

[PATCH v2 2/2] scsi: sd: Rework asynchronous resume support
 2022-08-17 19:28 UTC  (17+ messages)

[PATCH v2 1/2] mm/migrate_device.c: Copy pte dirty bit to page
 2022-08-17 19:27 UTC  (10+ messages)

stalling IO regression in linux 5.12
 2022-08-17 19:23 UTC  (26+ messages)
        ` stalling IO regression since linux 5.12, through 5.18

[PATCH] ia64: fix clock_getre(CLOCK_MONOTONIC) to report ITC frequency
 2022-08-17 19:21 UTC  (2+ messages)

[patch net v3] net: dsa: microchip: ksz9477: fix fdb_dump last invalid entry
 2022-08-17 19:20 UTC  (2+ messages)

[PATCH v7 0/3] tick/sched: Ensure quiet_vmstat() is called when the idle tick was stopped too
 2022-08-17 19:13 UTC  (4+ messages)
` [PATCH v7 1/3] mm/vmstat: Use per cpu variable to track a vmstat discrepancy
` [PATCH v7 2/3] tick/sched: Ensure quiet_vmstat() is called when the idle tick was stopped too
` [PATCH v7 3/3] mm/vmstat: do not queue vmstat_update if tick is stopped

[patch 0/3] tick/sched: Ensure quiet_vmstat() is called when the idle tick was stopped too
 2022-08-17 19:10 UTC  (9+ messages)
` [PATCH v7 "
` [patch 1/3] mm/vmstat: Use per cpu variable to track a vmstat discrepancy
  ` [PATCH v7 "
` [patch 2/3] tick/sched: Ensure quiet_vmstat() is called when the idle tick was stopped too
  ` [PATCH v7 "
` [patch 3/3] mm/vmstat: do not queue vmstat_update if tick is stopped
  ` [PATCH v7 "

[PATCH v2 1/1] clocksource/drivers/timer-ti-dm: Fix compile test warning
 2022-08-17 19:08 UTC  (2+ messages)

[PATCH v2] locks: Fix dropped call to ->fl_release_private()
 2022-08-17 19:00 UTC  (4+ messages)

[PATCH][next] selftests/bpf: Fix spelling mistake "succesful" -> "successful"
 2022-08-17 19:00 UTC  (3+ messages)

[PATCH] ARM: dts: lan966x: add support for pcb8290
 2022-08-17 19:00 UTC 

[PATCH] x86/build: Move '-mindirect-branch-cs-prefix' out of GCC-only block
 2022-08-17 18:54 UTC 

[PATCH] Bluetooth: hci_sync: fix double mgmt_pending_free() in remove_adv_monitor()
 2022-08-17 18:52 UTC  (2+ messages)

[PATCH v1] PCI/PM: Switch D3Hot delay to use usleep_range
 2022-08-17 18:50 UTC  (5+ messages)

[PATCH v1 0/6] Mutex wrapper, locking and memory leak fixes
 2022-08-17 18:49 UTC  (5+ messages)
` [PATCH v1 2/6] perf mutex: Update use of pthread mutex/cond

[PATCH v1] amba: Fix use-after-free in amba_read_periphid()
 2022-08-17 18:46 UTC 

[PATCH v2] nvmet-tcp: Don't kmap() pages which can't come from HIGHMEM
 2022-08-17 18:45 UTC 

[PATCH] soc/tegra: pmc: Print reset info during probe
 2022-08-17 18:44 UTC 

[PATCH bpf-next v2 0/4] Support direct writes to nf_conn:mark
 2022-08-17 18:42 UTC 

[BUG][5.20] refcount_t: underflow; use-after-free
 2022-08-17 18:43 UTC  (7+ messages)

[PATCH] proc: save LOC in vsyscall test
 2022-08-17 18:42 UTC  (4+ messages)

[PATCH bpf-next 0/3] Support direct writes to nf_conn:mark
 2022-08-17 18:41 UTC  (7+ messages)
` [PATCH bpf-next 2/3] bpf: Add support for writing "

[PATCH v3] driver core: Don't probe devices after bus_type.match() probe deferral
 2022-08-17 18:40 UTC 

[PATCH net-next 0/2] net: dsa: bcm_sf2: Utilize PHYLINK for all ports
 2022-08-17 18:40 UTC  (2+ messages)

[PATCH] s390: fix double free of GS and RI CBs on fork() failure
 2022-08-17 18:39 UTC  (3+ messages)

[asahilinux:bits/130-cpufreq 3/4] drivers/cpufreq/apple-soc-cpufreq.c:67:12: error: call to undeclared function 'readq_relaxed'; ISO C99 and later do not support implicit function declarations
 2022-08-17 18:31 UTC 

[PATCH 0/9] Replace PREEMPT_RT ifdefs with preempt_[dis|en]able_nested()
 2022-08-17 18:27 UTC  (3+ messages)
` [PATCH 9/9] u64_stat: Remove the obsolete fetch_irq() variants

[PATCH 0/6] virtio/vsock: introduce dgrams, sk_buff, and qdisc
 2022-08-17 17:53 UTC  (7+ messages)

[PATCH] nvmet-tcp: Don't kmap() pages which can't come from HIGHMEM
 2022-08-17 18:24 UTC  (3+ messages)

bpf selftest failed in 5.4.210 kernel
 2022-08-17 18:22 UTC 

[PATCH v4] Revert "mlxsw: core: Add the hottest thermal zone detection"
 2022-08-17 18:21 UTC  (3+ messages)

[PATCH] KVM: selftests: Run dirty_log_perf_test on specific cpus
 2022-08-17 18:16 UTC  (3+ messages)

[PATCH net-next 0/2] net: ethtool add VxLAN to the NFC API
 2022-08-17 18:16 UTC  (2+ messages)

[PATCH] perf tool: add skip_not_exec_file_map_events option
 2022-08-17 18:13 UTC  (2+ messages)

[PATCH] x86/microcode/AMD: Attempt applying on every logical thread
 2022-08-17 18:13 UTC  (7+ messages)

[PATCH 1/1] riscv: dts: microchip: correct L2 cache interrupts
 2022-08-17 18:04 UTC  (2+ messages)

[PATCH] locks: Fix dropped call to ->fl_release_private()
 2022-08-17 18:02 UTC  (2+ messages)

[PATCH] ASoC: fsl_sai: Remove unnecessary FIFO reset in ISR
 2022-08-17 17:58 UTC  (2+ messages)

[PATCH v2 0/5] sched, net: NUMA-aware CPU spreading interface
 2022-08-17 17:58 UTC  (3+ messages)
` [PATCH v2 1/5] bitops: Introduce find_next_andnot_bit()
` [PATCH v2 2/5] cpumask: Introduce for_each_cpu_andnot()


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).