public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-14 19:29:33 to 2025-03-14 21:44:37 UTC [more...]

[PATCH net-next] tools headers: Sync uapi/asm-generic/socket.h with the kernel sources
 2025-03-14 21:44 UTC  (3+ messages)

[PATCH net] tools headers: Sync uapi/asm-generic/socket.h with the kernel sources
 2025-03-14 21:41 UTC 

[PATCH 00/20] x86: Cleanup alternative_io() and friends, prep for asm_call()
 2025-03-14 21:41 UTC  (21+ messages)
` [PATCH 01/20] x86/cpu: Use named asm operands in prefetch[w]()
` [PATCH 02/20] x86/apic: Use named asm operands in native_apic_mem_write()
` [PATCH 03/20] x86/mm: Use named asm operands in task_size_max()
` [PATCH 04/20] x86/cpu: Use named asm operands in clflushopt()
` [PATCH 05/20] x86/asm: Always use flag output operands
` [PATCH 06/20] x86/asm: Remove CC_SET()
` [PATCH 07/20] x86/alternative: Remove operand numbering restrictions
` [PATCH 08/20] x86/asm: Replace ASM_{OUTPUT,INPUT}() with ARG()
` [PATCH 09/20] x86/alternative: Simplify alternative_io() interface
` [PATCH 10/20] x86/alternative: Add alternative_2_io()
` [PATCH 11/20] x86/alternative: Make alternative() a wrapper around alternative_io()
` [PATCH 12/20] x86/cpu: Use alternative_io() in prefetch[w]()
` [PATCH 13/20] x86/alternative: Remove alternative_input()
` [PATCH 14/20] x86/barrier: Use alternative_io() in 32-bit barrier functions
` [PATCH 15/20] x86/cpu/amd: Use named asm operands in asm_clear_divider()
` [PATCH 16/20] x86/cpu: Use alternative_io() in amd_clear_divider()
` [PATCH 17/20] x86/smap: Use named asm operands in smap_{save,restore}()
` [PATCH 18/20] x86/smap: Use alternative_io() "
` [PATCH 19/20] x86/uaccess: Use alternative_io() in __untagged_addr()
` [PATCH 20/20] x86/msr: Use alternative_2_io() in rdtsc_ordered()

[PATCH v12 00/28] riscv control-flow integrity for usermode
 2025-03-14 21:39 UTC  (29+ messages)
` [PATCH v12 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v12 02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v12 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v12 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v12 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v12 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v12 07/28] riscv mm: manufacture shadow stack pte
` [PATCH v12 08/28] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v12 09/28] riscv mmu: write protect and shadow stack
` [PATCH v12 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v12 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v12 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v12 13/28] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v12 14/28] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v12 15/28] riscv/traps: Introduce software check exception
` [PATCH v12 16/28] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v12 17/28] riscv/signal: save and restore of shadow stack for signal
` [PATCH v12 18/28] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v12 19/28] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v12 20/28] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v12 21/28] riscv: Add Firmware Feature SBI extensions definitions
` [PATCH v12 22/28] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v12 23/28] riscv: kernel command line option to opt out of user cfi
` [PATCH v12 24/28] arch/riscv: compile vdso with landing pad
` [PATCH v12 25/28] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v12 26/28] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v12 27/28] riscv: Documentation for shadow stack on riscv
` [PATCH v12 28/28] kselftest/riscv: kselftest for user mode cfi

[PATCH] media: vivid: fix FB dependency
 2025-03-14 21:38 UTC 

[PATCH v2 0/4] track memory used by balloon drivers
 2025-03-14 21:37 UTC  (5+ messages)
` [PATCH v2 1/4] meminfo: add a per node counter for "
` [PATCH v2 2/4] balloon_compaction: update the NR_BALLOON_PAGES state
` [PATCH v2 3/4] hv_balloon: "
` [PATCH v2 4/4] xen: balloon: "

[PATCH] kbuild, rust: use -fremap-path-prefix to make paths relative
 2025-03-14 21:36 UTC  (8+ messages)

[PATCH v1] dmaengine: dmatest: Fix dmatest waiting less when interrupted
 2025-03-14 21:35 UTC  (8+ messages)

[PATCH 0/9] Minor cleanups and improvements to swap freeing code
 2025-03-14 21:34 UTC  (14+ messages)
` [PATCH 1/9] mm: swap: rename __swap_[entry/entries]_free[_locked] to swap_[entry/entries]_put[_locked]
` [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] rust: kbuild: skip `--remap-path-prefix` for `rustdoc`
 2025-03-14 21:33 UTC 

[PATCH v9 0/6] scanf: convert self-test to KUnit
 2025-03-14 21:31 UTC  (6+ messages)
` (subset) "

[PATCH v3 0/4] platform/x86: Add Lenovo Gaming Series WMI Drivers
 2025-03-14 21:29 UTC  (6+ messages)
` [PATCH v3 2/4] platform/x86: Add Lenovo Gamezone WMI Driver

[PATCH RFC 0/2] Dynamically allocate memory to store task's full name
 2025-03-14 21:25 UTC  (2+ messages)

[PATCH v3 00/10] selftests/mm: Some cleanups from trying to run them
 2025-03-14 21:19 UTC  (11+ messages)
` [PATCH v3 08/10] selftests/mm: Skip gup_longerm tests on weird filesystems

[net-next PATCH v12 00/13] net: dsa: Add Airoha AN8855 support
 2025-03-14 21:19 UTC  (10+ messages)
` [net-next PATCH v12 07/13] net: mdio: regmap: add support for multiple valid addr
` [net-next PATCH v12 09/13] mfd: an8855: Add support for Airoha AN8855 Switch MFD

[PATCH] usb: dwc3: xilinx: Prevent spike in reset signal
 2025-03-14 21:14 UTC  (2+ messages)

[PATCH v2] drm/msm/a6xx+: Don't let IB_SIZE overflow
 2025-03-14 21:08 UTC  (3+ messages)

[PATCH bpf-next v1] bpf: Fix out-of-bounds read in check_atomic_load/store()
 2025-03-14 21:08 UTC  (2+ messages)

[PATCH v2 00/12] arm64: dts: freescale: Add support for the GOcontroll Moduline Display
 2025-03-14 21:06 UTC  (3+ messages)
` [PATCH v2 03/12] dt-bindings: connector: Add the GOcontroll Moduline module slot bindings

[PATCH v3 0/5] PM: sleep: Improvements of async suspend and resume of devices
 2025-03-14 21:06 UTC  (2+ messages)

[PATCH v5 0/1] platform/x86/tuxedo: Add virtual LampArray for TUXEDO NB04 devices
 2025-03-14 21:06 UTC  (5+ messages)

[PATCH 0/5] mm: reliable huge page allocator
 2025-03-14 21:05 UTC  (6+ messages)
` [PATCH 3/5] mm: page_alloc: defrag_mode
` [PATCH 5/5] mm: page_alloc: defrag_mode kswapd/kcompactd watermarks

[PATCH V10 1/7] perf: Save PMU specific data in task_struct
 2025-03-14 21:05 UTC  (3+ messages)
` [PATCH V10 3/7] perf: attach/detach PMU specific data

[PATCH V9 1/7] perf: Save PMU specific data in task_struct
 2025-03-14 21:03 UTC  (6+ messages)
` [PATCH V9 3/7] perf: attach/detach PMU specific data

[GIT PULL] platform-drivers-x86 for v6.14-5
 2025-03-14 21:04 UTC  (2+ messages)

[GIT PULL] gpio fixes for v6.14-rc7
 2025-03-14 21:04 UTC  (2+ messages)

[GIT PULL] sound fixes for 6.14-rc7
 2025-03-14 21:04 UTC  (2+ messages)

[GIT PULL] arm64 fixes for -rc7
 2025-03-14 21:03 UTC  (3+ messages)

[PATCH v2] media: dt-bindings: Convert Analog Devices ad5820 to DT schema
 2025-03-14 20:57 UTC  (3+ messages)

[RFC] openrisc: Add cacheinfo support
 2025-03-14 20:56 UTC  (4+ messages)

[PATCH v1 0/5] Optimize async device suspend/resume
 2025-03-14 20:49 UTC  (4+ messages)
` [PATCH v1 1/5] PM: sleep: Fix runtime PM issue in dpm_resume()

[PATCH v5 00/11] perf: Support multiple system call tables in the build
 2025-03-14 20:48 UTC  (9+ messages)

[PATCH 00/41] treewide: Replace __ASSEMBLY__ with __ASSEMBLER__ in header files
 2025-03-14 20:47 UTC  (3+ messages)
` [PATCH 40/41] scripts/dtc: Update fdt.h to the latest version

[PATCH] x86/resctrl: Refactor to make adding extra MBM events easy
 2025-03-14 20:45 UTC  (2+ messages)

[PATCH 0/2] rust: workqueue: remove HasWork::OFFSET
 2025-03-14 20:44 UTC  (4+ messages)
` [PATCH 2/2] "

[PATCH 0/4] netfs: Miscellaneous fixes
 2025-03-14 20:44 UTC  (2+ messages)

[PATCH net] net: ethernet: microchip: lan743x: Fix memory allocation failure
 2025-03-14 20:37 UTC  (2+ messages)

[PATCH v2 00/17] Support dynamic opening of capstone/llvm remove BUILD_NONDISTRO
 2025-03-14 20:34 UTC  (8+ messages)

Performance issues in copy_user_generic() in x86_64
 2025-03-14 20:33 UTC  (4+ messages)
` [PATCH] x86: add back the alignment of the destination to 8 bytes in copy_user_generic()

[v2] PCI: cadence: Add configuration space capability search API
 2025-03-14 20:31 UTC  (2+ messages)

commit d3321a20b511 gives NULL pointer dereference on MSI laptop
 2025-03-14 20:31 UTC 

[PATCH] net: Initialize ctx to avoid memory allocation error
 2025-03-14 20:30 UTC  (6+ messages)

[PATCH v2 1/2] sched/uclamp: Always using uclamp_is_used()
 2025-03-14 20:24 UTC  (2+ messages)
` [tip: sched/core] "

[PATCH v2 2/2] sched/uclamp: Add uclamp_is_used() check before enable it
 2025-03-14 20:24 UTC  (2+ messages)
` [tip: sched/core] "

[PATCH] Revert "sched/core: Reduce cost of sched_move_task when config autogroup"
 2025-03-14 20:24 UTC  (2+ messages)
` [tip: sched/core] "

[PATCH 1/2] lockdep: Don't disable interrupts on RT in disable_irq_nosync_lockdep.*()
 2025-03-14 20:23 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH 2/2] lockdep: Remove disable_irq_lockdep()
 2025-03-14 20:23 UTC  (2+ messages)
` [tip: locking/core] "

[PATCH] remoteproc: imx_dsp_rproc: Document run_stall struct member
 2025-03-14 20:18 UTC  (2+ messages)

[PATCH v3 0/6] rust: reduce pointer casts, enable related lints
 2025-03-14 20:18 UTC  (3+ messages)
` [PATCH v3 6/6] rust: use strict provenance APIs

[GIT PULL] x86 fix
 2025-03-14 20:14 UTC  (2+ messages)

[GIT PULL] scheduler fix
 2025-03-14 20:14 UTC  (2+ messages)

[GIT PULL] locking fixes
 2025-03-14 20:14 UTC  (2+ messages)

[GIT PULL] core kernel fix
 2025-03-14 20:13 UTC  (2+ messages)

[PATCH v1 0/4] leds: Introduce and use fwnode_get_child_node_count()
 2025-03-14 20:12 UTC  (3+ messages)
` [PATCH v1 1/4] device property: Split fwnode_get_child_node_count()

[PATCH net 0/3] mptcp: fix data stream corruption and missing sockopts
 2025-03-14 20:11 UTC  (4+ messages)
` [PATCH net 1/3] mptcp: Fix data stream corruption in the address announcement
` [PATCH net 2/3] mptcp: sockopt: fix getting IPV6_V6ONLY
` [PATCH net 3/3] mptcp: sockopt: fix getting freebind & transparent

[PATCH v2] x86/early_printk: add MMIO-based UARTs
 2025-03-14 20:09 UTC 

[RFC PATCH 00/35] ceph, rbd, netfs: Make ceph fully use netfslib
 2025-03-14 20:06 UTC  (6+ messages)
` [RFC PATCH 02/35] libceph: Rename alignment to offset
` [RFC PATCH 03/35] libceph: Add a new data container type, ceph_databuf

[PATCHSET v3 sched_ext/for-6.15] sched_ext: Enhance built-in idle selection with allowed CPUs
 2025-03-14 20:05 UTC  (4+ messages)
` [PATCH 3/8] sched_ext: idle: Extend topology optimizations to all tasks

[RFC PATCH 0/5] KVM: guest_memfd: support for uffd missing
 2025-03-14 20:04 UTC  (11+ messages)

[PATCH] objtool: Hide unnecessary compiler error message
 2025-03-14 20:04 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v7 1/7] objtool: Handle various symbol types of rodata
 2025-03-14 20:04 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v7 2/7] objtool: Handle different entry size of rodata
 2025-03-14 20:04 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v7 3/7] objtool: Handle PC relative relocation type
 2025-03-14 20:04 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v7 4/7] objtool/LoongArch: Add support for switch table
 2025-03-14 20:04 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v6 7/9] LoongArch: Enable jump table for objtool
 2025-03-14 20:03 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH v7 5/7] objtool/LoongArch: Add support for goto table
 2025-03-14 20:04 UTC  (2+ messages)
` [tip: objtool/core] "

[PATCH] iio: ad7380: add support for SPI offload
 2025-03-14 20:03 UTC  (3+ messages)

[PATCH] arm64: dts: qcom: sm8250: Fix CPU7 opp table
 2025-03-14 20:01 UTC  (2+ messages)

[PATCH 0/8] dmaengine: qcom: bam_dma: Fix DT error handling for num-channels/ees
 2025-03-14 20:01 UTC  (2+ messages)
` (subset) "

[PATCH 0/2] arm64: dts: qcom: Drop duplicate DMIC supplies for X13S/CRD
 2025-03-14 20:01 UTC  (2+ messages)

[PATCH v2 0/2] Add Xiaomi Redmi Note 8 support
 2025-03-14 20:01 UTC  (3+ messages)
` [PATCH v3 "

[PATCH] dt-bindings: power: qcom,kpss-acc-v2: add qcom,msm8916-acc compatible
 2025-03-14 20:01 UTC  (2+ messages)

[PATCH v2] arm64: dts: qcom: sc7280: drop video decoder and encoder nodes
 2025-03-14 20:01 UTC  (2+ messages)

[PATCH v2] arm64: dts: qcom: ipq5424: Enable MMC
 2025-03-14 20:01 UTC  (2+ messages)

[PATCH v5 0/4] Update LPASS Audio clock driver for QCM6490 board
 2025-03-14 20:01 UTC  (2+ messages)
` (subset) "

[PATCH 0/2] clk: qcom: gdsc: Update retain_ff sequence and timeout for GDSC
 2025-03-14 20:01 UTC  (2+ messages)

[PATCH v6 0/2] Add support for GPU SMMU on QCS8300
 2025-03-14 20:01 UTC  (2+ messages)
` (subset) "

[PATCH 0/6] arm64: dts: qcom: sm8750: Introduce crypto support for SM8750
 2025-03-14 20:01 UTC  (2+ messages)
` (subset) "

[PATCH] arm64: dts: qcom: qcs8300-ride: Enable second USB controller on QCS8300 Ride
 2025-03-14 20:01 UTC  (2+ messages)

[PATCH v1] drivers: clk: qcom: ipq5424: fix the freq table of sdcc1_apps clock
 2025-03-14 20:01 UTC  (2+ messages)

[PATCH v1] arm64: dts: qcom: ipq9574: fix the msi interrupt numbers of pcie3
 2025-03-14 20:01 UTC  (2+ messages)

[PATCH v1] arm64: dts: qcom: ipq5424: add reserved memory region for bootloader
 2025-03-14 20:01 UTC  (2+ messages)

[PATCH v1 1/2] perf machine: Factor creating a "live" machine out of dwarf-unwind
 2025-03-14 20:01 UTC  (4+ messages)

[PATCH v2 0/3] Add SPI nand support in IPQ9574
 2025-03-14 20:01 UTC  (2+ messages)

[PATCH v1] arm64: dts: qcom: sm8750: Correct clocks property for uart14 node
 2025-03-14 20:01 UTC  (2+ messages)

[PATCH v16] arm64: dts: qcom: sa8775p: Add CTCU and ETR nodes
 2025-03-14 20:01 UTC  (2+ messages)

[PATCH v15 00/10] Coresight: Add Coresight TMC Control Unit driver
 2025-03-14 20:01 UTC  (2+ messages)
` (subset) "

[PATCH v2 0/2] Enable TRNG for QCS615 Platform
 2025-03-14 20:01 UTC  (2+ messages)
` (subset) "

[PATCH] arm64: dts: qcom: Drop `tx-sched-sp` property
 2025-03-14 20:01 UTC  (2+ messages)

[PATCH v4 0/2] arm64: dts: qcom: sm8650: switch to 4 interrupt cells to add PPI partitions for PMUs
 2025-03-14 20:01 UTC  (2+ messages)

[PATCH v2] arm64: dts: qcom: sm8750: Fix cluster hierarchy for idle states
 2025-03-14 20:00 UTC  (2+ messages)

[PATCH v2] arm64: dts: qcom: qcm6490-fairphone-fp5: Add touchscreen node
 2025-03-14 20:00 UTC  (2+ messages)

[PATCH v4 0/3] arm64: dts: qcom: sm8750: CDSP
 2025-03-14 20:00 UTC  (2+ messages)

[PATCH v3 0/4] arm64: dts: qcom: sm8750: Initial audio support (not yet complete)
 2025-03-14 20:00 UTC  (2+ messages)

[PATCH v3 0/3] arm64: dts: qcom: sm8750: CDSP
 2025-03-14 20:00 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: Use recommended MBN firmware format in DTS example
 2025-03-14 20:00 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: qcs6490-rb3gen2: Add orientation gpio
 2025-03-14 20:00 UTC  (2+ messages)

[PATCH 00/11] Various dt-bindings fixes
 2025-03-14 20:00 UTC  (2+ messages)
` (subset) "

[PATCH v4 0/2] Copy tsens node from apq8064 and adjust values for msm8960
 2025-03-14 20:00 UTC  (2+ messages)
` (subset) "

[PATCH 0/2] arm64: dts: qcom: x1e80100-crd: add support for volume-up key
 2025-03-14 20:00 UTC  (2+ messages)

[PATCH v3] ARM: dts: qcom: msm8960: Add BAM
 2025-03-14 20:00 UTC  (2+ messages)

[PATCH v9 00/12] This is continued work on Samsung S9(SM-9600) starqltechn
 2025-03-14 20:00 UTC  (2+ messages)

[PATCH v3 0/8] PCI: qcom-ep: add support for using the EP on SAR2130P and SM8450
 2025-03-14 20:00 UTC  (2+ messages)
` (subset) "

[PATCH v2 0/3] Add PM8937 PWM and display backlight for Redmi 5A
 2025-03-14 20:00 UTC  (2+ messages)
` (subset) "

[PATCH 0/2] bus: qcom-ssc-block-bus: Fix some error handling paths
 2025-03-14 20:00 UTC  (2+ messages)

[PATCH] soc: qcom: pd-mapper: Add support for SDM630/636
 2025-03-14 20:00 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: qrb5165-rb5: add compressed playback support
 2025-03-14 20:00 UTC  (2+ messages)

[PATCH v3 0/3] arm64: dts: qcom: x1e78100-t14s: Rework devicetree for LCD and OLED SKUs
 2025-03-14 20:00 UTC  (2+ messages)

[PATCH v2 0/3] arm64: dts: qcom: x1e78100-t14s: Rework devicetree for LCD and OLED SKUs
 2025-03-14 20:00 UTC  (2+ messages)

[PATCH v5 0/2] KVM: SEV: Add support for the ALLOWED_SEV_FEATURES feature
 2025-03-14 19:59 UTC  (3+ messages)
` [PATCH v5 2/2] KVM: SEV: Configure "ALLOWED_SEV_FEATURES" VMCB Field

[PATCH 00/13] Fail the build on objtool warnings
 2025-03-14 19:58 UTC  (8+ messages)
` [PATCH 06/13] objtool: Remove --unret dependency on --rethunk
` [PATCH 11/13] objtool: Change "warning:" to "error:" for --Werror
` [PATCH 12/13] objtool: Create backup on error and print args
` [PATCH 13/13] objtool: Add CONFIG_OBJTOOL_WERROR

[PATCH] mmc: Add quirk to disable DDR50 tuning
 2025-03-14 19:58 UTC 

[PATCH v2] mmc: host: Wait for Vdd to settle on card power off
 2025-03-14 19:50 UTC 

[PATCH net-next] tools headers: Sync uapi/asm-generic/socket.h with the kernel sources
 2025-03-14 19:45 UTC  (2+ messages)

[PATCH] Fix rolling back of CLOCK_MONOTONIC_COARSE
 2025-03-14 19:41 UTC  (2+ messages)

[PATCH net] net/neighbor: add missing policy for NDTPA_QUEUE_LENBYTES
 2025-03-14 19:34 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