linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-29 01:01:49 to 2024-03-29 04:46:38 UTC [more...]

[PATCH v2 00/27] riscv control-flow integrity for usermode
 2024-03-29  4:44 UTC  (17+ messages)
` [PATCH v2 01/27] riscv: envcfg save and restore on task switching
` [PATCH v2 02/27] riscv: define default value for envcfg
` [PATCH v2 03/27] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv
` [PATCH v2 04/27] riscv: zicfiss/zicfilp enumeration
` [PATCH v2 05/27] riscv: zicfiss/zicfilp extension csr and bit definitions
` [PATCH v2 06/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v2 07/27] mm: Define VM_SHADOW_STACK for RISC-V
` [PATCH v2 08/27] mm: abstract shadow stack vma behind `arch_is_shadow_stack`
` [PATCH v2 09/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v2 10/27] riscv mm: manufacture shadow stack pte
` [PATCH v2 11/27] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v2 12/27] riscv mmu: write protect and shadow stack
` [PATCH v2 13/27] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v2 14/27] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v2 15/27] prctl: arch-agnostic prctl for shadow stack
` [PATCH v2 16/27] prctl: arch-agnostic prtcl for indirect branch tracking

[PATCH v2] pmdomain: mediatek: Add MT8188 buck isolation setting
 2024-03-29  4:38 UTC 

(no subject)
 2024-03-29  4:41 UTC  (3+ messages)
` 

[PATCH v2] PCI: Mark LSI FW643 to avoid bus reset
 2024-03-29  4:41 UTC  (4+ messages)

[PATCH RESEND 1/1] mei: vsc: Unregister interrupt handler for system suspend
 2024-03-29  4:35 UTC  (2+ messages)

[RFC PATCH 0/9] zswap: store zero-filled pages more efficiently
 2024-03-29  4:27 UTC  (14+ messages)
` [RFC PATCH 5/9] mm: zswap: remove zswap_same_filled_pages_enabled
` [RFC PATCH 6/9] mm: zswap: drop support for non-zero same-filled pages handling

[RESEND PATCH] dmaengine: imx-sdma: support dual fifo for DEV_TO_DEV
 2024-03-29  4:25 UTC  (3+ messages)

[PATCH] ext4: replace deprecated strncpy with alternatives
 2024-03-29  4:11 UTC  (2+ messages)

[PATCH] fs: ecryptfs: replace deprecated strncpy with strscpy
 2024-03-29  4:08 UTC  (2+ messages)

[PATCH] video: fbdev: fsl-diu-fb: replace deprecated strncpy with strscpy_pad
 2024-03-29  4:06 UTC  (2+ messages)

[PATCH] virt: acrn: replace deprecated strncpy with strscpy
 2024-03-29  4:05 UTC  (2+ messages)

[PATCH] fbdev: uvesafb: replace deprecated strncpy with strscpy_pad
 2024-03-29  4:05 UTC  (2+ messages)

[PATCH] video/hdmi: prefer length specifier in format over string copying
 2024-03-29  4:04 UTC  (2+ messages)

[PATCH] hfsplus: refactor copy_name to not use strncpy
 2024-03-29  4:03 UTC  (2+ messages)

[PATCH] drm/msm/dp: Remove now unused connector_type from desc
 2024-03-29  4:02 UTC 

[PATCH v12 0/5] riscv: sophgo: add clock support for sg2042
 2024-03-29  4:00 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: arm: fsl: Add Seeed studio NPi based boards
 2024-03-29  4:00 UTC  (3+ messages)
` [PATCH 2/2] ARM: dts: imx6ull: add seeed studio NPi dev board

[PATCH v2 0/2] Add Cadence I2S-MC controller driver
 2024-03-29  3:56 UTC  (8+ messages)
` [PATCH v2 1/2] ASoC: dt-bindings: Add bindings for Cadence I2S-MC controller
    ` 回复: "

[PATCH v3] vhost/vdpa: Add MSI translation tables to iommu for software-managed MSI
 2024-03-29  3:55 UTC  (4+ messages)

[syzbot] [kvm?] WARNING in mmu_free_root_page
 2024-03-29  3:55 UTC 

[PATCH] orangefs: cleanup uses of strncpy
 2024-03-29  3:54 UTC  (2+ messages)

[PATCH] dt-bindings: ti,pcm1681: Convert to dtschema
 2024-03-29  3:49 UTC  (3+ messages)

[PATCH] Squashfs: replace deprecated strncpy with strscpy
 2024-03-29  3:48 UTC  (2+ messages)

[PATCH] smb: client: replace deprecated strncpy with strscpy
 2024-03-29  3:44 UTC  (2+ messages)

Soft Lockup on running fsstress with next-20240327
 2024-03-29  3:42 UTC  (2+ messages)

[PATCH] block/mq-deadline: Fix WARN when set async_depth by sysfs
 2024-03-29  3:40 UTC  (2+ messages)

Soft Lockup on running fsstress with next-20240327
 2024-03-29  3:39 UTC 

[PATCH v12 0/2] arm64: Add a build target for Flat Image Tree
 2024-03-29  3:28 UTC  (3+ messages)
` [PATCH v12 1/2] arm64: Add BOOT_TARGETS variable
` [PATCH v12 2/2] arm64: boot: Support Flat Image Tree

[RFC PATCH 1/2] spi: dt-bindings: add Siflower Quad SPI controller
 2024-03-29  3:27 UTC  (3+ messages)
` [RFC PATCH 2/2] spi: "

[PATCH v19 000/130] KVM TDX basic feature support
 2024-03-29  3:24 UTC  (9+ messages)
` [PATCH v19 093/130] KVM: TDX: Implements vcpu request_immediate_exit
` [PATCH v19 094/130] KVM: TDX: Implement methods to inject NMI
` [PATCH v19 095/130] KVM: VMX: Modify NMI and INTR handlers to take intr_info as function argument
` [PATCH v19 097/130] KVM: x86: Split core of hypercall emulation to helper function

[PATCH v3 0/3] Add HDMI and PDM sound card for imx8mp-evk
 2024-03-29  3:23 UTC  (2+ messages)

[PATCH v1] drm/msm/dp: assign correct DP controller ID to interface table
 2024-03-29  3:23 UTC  (12+ messages)
` [PATCH v1] drm/msm/dp: use dp_hpd_plug_handle() and dp_hpd_unplug_handle() directly

[PATCH] mempool: Modify mismatched function name
 2024-03-29  3:22 UTC  (2+ messages)

[PATCH v2] f2fs: zone: don't block IO if there is remained open zone
 2024-03-29  3:20 UTC 

[PATCH V7 0/6] soc: imx8mp: Finish support for HDMI
 2024-03-29  3:19 UTC  (3+ messages)
` [PATCH V7 3/6] arm64: dts: imx8mp: add HDMI power-domains

[PATCH] arm: kasan: clear stale stack poison
 2024-03-29  3:17 UTC  (2+ messages)

[RFC PATCH 0/1] sched/eevdf: Curb wakeup preemption further
 2024-03-29  3:16 UTC  (2+ messages)

[PATCH v2 1/3] arm64: dts: imx8qm-mek: add adc0 support
 2024-03-29  3:11 UTC  (2+ messages)

[PATCH] trace/sched: add tgid for sched_wakeup_template
 2024-03-29  3:02 UTC  (2+ messages)

[PATCH 1/2] perf sched timehist: Fix -g/--call-graph option failure
 2024-03-29  3:02 UTC  (3+ messages)
  ` [External] "

[PATCH bpf-next] Fix latent unsoundness in and/or/xor value tracking
 2024-03-29  3:01 UTC 

[syzbot] [bpf?] KMSAN: uninit-value in __bpf_strtoull
 2024-03-29  2:59 UTC  (2+ messages)

[PATCH 4/4] perf annotate: Use libcapstone to disassemble
 2024-03-29  2:53 UTC 

[PATCH v11 0/2] arm64: Add a build target for Flat Image Tree
 2024-03-29  2:46 UTC  (4+ messages)
` [PATCH v11 2/2] arm64: boot: Support "

[PATCH v3 0/6] riscv: dts: starfive: add Milkv Mars board device tree
 2024-03-29  2:32 UTC  (9+ messages)
` [PATCH v3 6/6] "

[linus:master] [selftests/harness] 0710a1a73f: kernel-selftests.pidfd.pidfd_setns_test.fail
 2024-03-29  2:42 UTC 

[RESEND. PATCH v2] Bluetooth: btusb: Add Realtek RTL8852BE support ID 0x0bda:0x4853
 2024-03-29  2:34 UTC 

[PATCH v5 0/2] ASoC: nau8325: Modify driver code and dtschema
 2024-03-29  2:33 UTC  (4+ messages)
` [PATCH v5 2/2] ASoC: nau8325: new driver

[linus:master] [wifi] 310c8387c6: hwsim.autogo_chan_switch.fail
 2024-03-29  2:24 UTC 

[PATCH net-next v2 0/3] compiler_types: add Endianness-dependent __counted_by_{le,be}
 2024-03-29  2:20 UTC  (2+ messages)

[PATCH] LANDLOCK: use kmem_cache for landlock_object
 2024-03-29  2:19 UTC  (7+ messages)

arch/m68k/include/asm/page.h:10:25: error: 'CONFIG_PAGE_SHIFT' undeclared; did you mean 'CONFIG_LOG_BUF_SHIFT'?
 2024-03-29  2:19 UTC 

[PATCH v8 0/2] Improved Memory Tier Creation for CPUless NUMA Nodes
 2024-03-29  2:18 UTC  (4+ messages)
` [PATCH v8 2/2] memory tier: create CPUless memory tiers after obtaining HMAT info
    ` [External] "

[PATCH V6 net-next 0/4] Support some features for the HNS3 ethernet driver
 2024-03-29  2:11 UTC  (5+ messages)
` [PATCH V6 net-next 3/4] net: hns3: dump more reg info based on ras mod
` [PATCH V6 net-next 4/4] net: hns3: add support to query scc version by devlink info

[PATCH net v2 1/2] virtio_net: Do not set rss_indir if RSS is not supported
 2024-03-29  2:10 UTC  (6+ messages)

[PATCH] LoongArch: Select ARCH_SUPPORTS_INT128 if CC_HAS_INT128
 2024-03-29  2:09 UTC  (2+ messages)

[PATCH v8 00/12] x86: Support Key Locker
 2024-03-29  1:53 UTC  (16+ messages)
` [PATCH v9 00/14] "
  ` [PATCH v9 01/14] Documentation/x86: Document "
  ` [PATCH v9 02/14] x86/cpufeature: Enumerate Key Locker feature
  ` [PATCH v9 03/14] x86/insn: Add Key Locker instructions to the opcode map
  ` [PATCH v9 04/14] x86/asm: Add a wrapper function for the LOADIWKEY instruction
  ` [PATCH v9 05/14] x86/msr-index: Add MSRs for Key Locker wrapping key
  ` [PATCH v9 06/14] x86/keylocker: Define Key Locker CPUID leaf
  ` [PATCH v9 07/14] x86/cpu/keylocker: Load a wrapping key at boot time
  ` [PATCH v9 08/14] x86/PM/keylocker: Restore the wrapping key on the resume from ACPI S3/4
  ` [PATCH v9 09/14] x86/hotplug/keylocker: Ensure wrapping key backup capability
  ` [PATCH v9 10/14] x86/cpu/keylocker: Check Gather Data Sampling mitigation
  ` [PATCH v9 11/14] x86/cpu/keylocker: Check Register File "
  ` [PATCH v9 12/14] x86/Kconfig: Add a configuration for Key Locker
  ` [PATCH v9 13/14] crypto: x86/aes - Prepare for new AES-XTS implementation
  ` [PATCH v9 14/14] crypto: x86/aes-kl - Implement the AES-XTS algorithm

[PATCH] LoongArch: Select ARCH_HAS_FAST_MULTIPLIER
 2024-03-29  2:09 UTC  (2+ messages)

[PATCH 2/2] timers: Fix removed self-IPI on global timer's enqueue in nohz_full
 2024-03-29  2:08 UTC  (11+ messages)
          ` for_each_domain()/sched_domain_span() has offline CPUs (was Re: [PATCH 2/2] timers: Fix removed self-IPI on global timer's enqueue in nohz_full)

[PATCH v8 0/4] sched: Don't trigger misfit if affinity is restricted
 2024-03-29  2:06 UTC  (2+ messages)

[PATCH v6 0/3] riscv: sophgo: add dmamux support for Sophgo CV1800/SG2000 SoCs
 2024-03-29  2:04 UTC  (4+ messages)
` [PATCH v6 1/3] dt-bindings: dmaengine: Add dma multiplexer for CV18XX/SG200X series SoC
` [PATCH v6 2/3] soc/sophgo: add top sysctrl layout file for CV18XX/SG200X
` [PATCH v6 3/3] dmaengine: add driver for Sophgo CV18XX/SG200X dmamux

[PATCH net-next v2 1/3] net: phy: marvell: add basic support of 88E308X/88E609X family
 2024-03-29  2:02 UTC  (3+ messages)
` [PATCH net-next v2 2/3] net: ethtool: Add impedance mismatch result code to cable test

[PATCH] tools/resolve_btfids: fix build with musl libc
 2024-03-29  2:00 UTC  (4+ messages)

[PATCH v5 0/6] Swap-out mTHP without splitting
 2024-03-29  1:56 UTC  (3+ messages)
` [PATCH v5 1/6] mm: swap: Remove CLUSTER_FLAG_HUGE from swap_cluster_info:flags

[tip:master] BUILD SUCCESS 9699768066a9b12db247d5ee9276cf298b67528d
 2024-03-29  1:54 UTC 

[RFC PATCH v4 00/36] Fuse-BPF and plans on merging with Fuse Passthrough
 2024-03-29  1:53 UTC  (37+ messages)
` [RFC PATCH v4 01/36] fuse-bpf: Update fuse side uapi
` [RFC PATCH v4 02/36] fuse-bpf: Add data structures for fuse-bpf
` [RFC PATCH v4 03/36] fuse-bpf: Prepare for fuse-bpf patch
` [RFC PATCH v4 04/36] fuse: Add fuse-bpf, a stacked fs extension for FUSE
` [RFC PATCH v4 05/36] fuse-bpf: Add ioctl interface for /dev/fuse
` [RFC PATCH v4 06/36] fuse-bpf: Don't support export_operations
` [RFC PATCH v4 07/36] fuse-bpf: Add support for access
` [RFC PATCH v4 08/36] fuse-bpf: Partially add mapping support
` [RFC PATCH v4 09/36] fuse-bpf: Add lseek support
` [RFC PATCH v4 10/36] fuse-bpf: Add support for fallocate
` [RFC PATCH v4 11/36] fuse-bpf: Support file/dir open/close
` [RFC PATCH v4 12/36] fuse-bpf: Support mknod/unlink/mkdir/rmdir
` [RFC PATCH v4 13/36] fuse-bpf: Add support for read/write iter
` [RFC PATCH v4 14/36] fuse-bpf: support readdir
` [RFC PATCH v4 15/36] fuse-bpf: Add support for sync operations
` [RFC PATCH v4 16/36] fuse-bpf: Add Rename support
` [RFC PATCH v4 17/36] fuse-bpf: Add attr support
` [RFC PATCH v4 18/36] fuse-bpf: Add support for FUSE_COPY_FILE_RANGE
` [RFC PATCH v4 19/36] fuse-bpf: Add xattr support
` [RFC PATCH v4 20/36] fuse-bpf: Add symlink/link support
` [RFC PATCH v4 21/36] fuse-bpf: Add partial flock support
` [RFC PATCH v4 22/36] fuse-bpf: Add partial ioctl support
` [RFC PATCH v4 23/36] fuse-bpf: allow mounting with no userspace daemon
` [RFC PATCH v4 24/36] fuse-bpf: Add fuse-bpf constants
` [RFC PATCH v4 25/36] bpf: Increase struct_op max members
` [RFC PATCH v4 26/36] WIP: bpf: Add fuse_ops struct_op programs
` [RFC PATCH v4 27/36] fuse-bpf: Export Functions
` [RFC PATCH v4 28/36] fuse: Provide registration functions for fuse-bpf
` [RFC PATCH v4 29/36] fuse-bpf: Set fuse_ops at mount or lookup time
` [RFC PATCH v4 30/36] fuse-bpf: Call bpf for pre/post filters
` [RFC PATCH v4 31/36] fuse-bpf: Add userspace "
` [RFC PATCH v4 32/36] WIP: fuse-bpf: add error_out
` [RFC PATCH v4 33/36] fuse-bpf: Add default filter op
` [RFC PATCH v4 34/36] tools: Add FUSE, update bpf includes
` [RFC PATCH v4 35/36] fuse-bpf: Add selftests
` [RFC PATCH v4 36/36] fuse: Provide easy way to test fuse struct_op call

[PATCH net] ax25: fix use-after-free bugs caused by ax25_ds_del_timer
 2024-03-29  1:54 UTC  (5+ messages)

[PATCH net v2] ax25: fix use-after-free bugs caused by ax25_ds_del_timer
 2024-03-29  1:50 UTC 

[PATCH] qed: Drop useless pci_params.pm_cap
 2024-03-29  1:50 UTC  (2+ messages)

[PATCH] usb-storage: Optimize scan delay more precisely
 2024-03-29  1:45 UTC  (9+ messages)
          ` [usb-storage] "

[PATCH v2 0/6] arm64: dts: qcom: qcs6490-rb3gen2: Enable two displays
 2024-03-29  1:44 UTC  (7+ messages)
` [PATCH v2 2/6] arm64: dts: qcom: qcs6490-rb3gen2: Add DP output

[patch V3 28/33] PCI/MSI: Provide IMS (Interrupt Message Store) support
 2024-03-29  1:41 UTC  (3+ messages)

[PATCH] objtool/x86: objtool can confuse memory and stack access
 2024-03-29  1:39 UTC  (2+ messages)

[PATCH 1/4] platform/x86: wmi: Mark simple WMI drivers as legacy-free
 2024-03-29  1:37 UTC  (5+ messages)
` [PATCH 2/4] platform/x86: xiaomi-wmi: Fix race condition when reporting key events

[PATCH v2 3/3] platform/chrome: cros_ec_ucsi: Implement UCSI PDC driver
 2024-03-29  1:37 UTC  (6+ messages)

[PATCH v3 0/2] Mesh PMU: Add tertiary match group support
 2024-03-29  1:32 UTC  (3+ messages)
` [PATCH v3 1/2] perf/arm-cmn: Decouple wp_config registers from filter group number
` [PATCH v3 2/2] perf/arm-cmn: Enable support for tertiary match group

[RFC 0/9] block: add llseek(SEEK_HOLE/SEEK_DATA) support
 2024-03-29  1:31 UTC  (3+ messages)
` [RFC 8/9] dm thin: "

[PATCH] block: fix overflow in blk_ioctl_discard()
 2024-03-29  1:23 UTC 

[PATCH] ptp: MAINTAINERS: drop Jeff Sipek
 2024-03-29  1:30 UTC  (2+ messages)

[PATCH v2 0/9] spi: pxa2xx: Drop linux/spi/pxa2xx_spi.h
 2024-03-29  1:29 UTC  (2+ messages)
` (subset) "

[PATCH] ASoC: ops: Fix wraparound for mask in snd_soc_get_volsw
 2024-03-29  1:29 UTC  (2+ messages)

[PATCH] ASoC: kirkwood: Fix potential NULL dereference
 2024-03-29  1:28 UTC  (2+ messages)

[PATCH][next] nfp: Avoid -Wflex-array-member-not-at-end warnings
 2024-03-29  1:17 UTC 

[RFC PATCH 0/2] Hot page promotion optimization for large address space
 2024-03-29  1:14 UTC  (6+ messages)

[RFC PATCH v3 00/17] x86/resctrl : Support AMD Assignable Bandwidth Monitoring Counters (ABMC)
 2024-03-29  1:06 UTC  (18+ messages)
` [RFC PATCH v3 01/17] x86/resctrl: Add support for "
` [RFC PATCH v3 02/17] x86/resctrl: Add ABMC feature in the command line options
` [RFC PATCH v3 03/17] x86/resctrl: Detect Assignable Bandwidth Monitoring feature details
` [RFC PATCH v3 04/17] x86/resctrl: Introduce resctrl_file_fflags_init
` [RFC PATCH v3 05/17] x86/resctrl: Introduce the interface to display the assignment state
` [RFC PATCH v3 06/17] x86/resctrl: Introduce interface to display number of ABMC counters
` [RFC PATCH v3 07/17] x86/resctrl: Add support to enable/disable ABMC feature
` [RFC PATCH v3 08/17] x86/resctrl: Initialize assignable counters bitmap
` [RFC PATCH v3 09/17] x86/resctrl: Introduce assign state for the mon group
` [RFC PATCH v3 10/17] x86/resctrl: Add data structures for ABMC assignment
` [RFC PATCH v3 11/17] x86/resctrl: Introduce mbm_total_cfg and mbm_local_cfg
` [RFC PATCH v3 12/17] x86/resctrl: Add the functionality to assign the RMID
` [RFC PATCH v3 13/17] x86/resctrl: Add the functionality to unassign "
` [RFC PATCH v3 14/17] x86/resctrl: Enable ABMC by default on resctrl mount
` [RFC PATCH v3 15/17] x86/resctrl: Introduce the interface switch between ABMC and legacy_mbm
` [RFC PATCH v3 16/17] x86/resctrl: Introduce interface to list assignment states of all the groups
` [RFC PATCH v3 17/17] x86/resctrl: Introduce interface to modify assignment states of "

[PATCH v2] tg3: Remove residual error handling in tg3_suspend
 2024-03-29  1:10 UTC  (3+ messages)
` [PATCH net-next "

Add clk-fixes branch to pending-fixes
 2024-03-29  1:06 UTC 

[PATCH] ima: Fix use-after-free on a dentry's dname.name
 2024-03-29  1:02 UTC  (2+ messages)

[PATCH] Documentation/x86: Document resctrl bandwidth control units are MiB
 2024-03-29  1:01 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;
as well as URLs for NNTP newsgroup(s).