linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-24 04:27:17 to 2023-02-24 09:37:40 UTC [more...]

[RFC PATCH 1/2] mm: restrictedmem: Allow userspace to specify mount_path for memfd_restricted
 2023-02-24  9:36 UTC  (3+ messages)

[PATCH v12 0/8] Add latency priority for CFS class
 2023-02-24  9:34 UTC  (9+ messages)
` [PATCH v12 1/8] sched/fair: fix unfairness at wakeup
` [PATCH v12 2/8] sched: Introduce latency-nice as a per-task attribute
` [PATCH v12 3/8] sched/core: Propagate parent task's latency requirements to the child task
` [PATCH v12 4/8] sched: Allow sched_{get,set}attr to change latency_nice of the task
` [PATCH v12 5/8] sched/fair: Take into account latency priority at wakeup
` [PATCH v12 6/8] sched/fair: Add sched group latency support
` [PATCH v12 7/8] sched/core: Support latency priority with sched core
` [PATCH v12 8/8] sched/fair: Add latency list

[PATCH] net: tls: fix possible info leak in tls_set_device_offload()
 2023-02-24  9:35 UTC  (6+ messages)

[PATCH v4 0/4] RISC-V Hibernation Support
 2023-02-24  9:33 UTC  (6+ messages)
` [PATCH v4 4/4] RISC-V: Add arch functions to support hibernation/suspend-to-disk

[RFC PATCH v3 00/32] x86: enable FRED for x86-64
 2023-02-24  9:28 UTC  (35+ messages)
` [RFC PATCH v3 01/32] x86/traps: let common_interrupt() handle IRQ_MOVE_CLEANUP_VECTOR
` [RFC PATCH v3 02/32] x86/traps: add a system interrupt table for system interrupt dispatch
` [RFC PATCH v3 03/32] x86/traps: add install_system_interrupt_handler()
` [RFC PATCH v3 04/32] x86/traps: add external_interrupt() to dispatch external interrupts
` [RFC PATCH v3 05/32] x86/traps: export external_interrupt() for VMX IRQ reinjection
` [RFC PATCH v3 06/32] x86/cpufeature: add the cpu feature bit for FRED
` [RFC PATCH v3 07/32] x86/opcode: add ERETU, ERETS instructions to x86-opcode-map
` [RFC PATCH v3 08/32] x86/objtool: teach objtool about ERETU and ERETS
` [RFC PATCH v3 09/32] x86/cpu: add X86_CR4_FRED macro
` [RFC PATCH v3 10/32] x86/fred: add Kconfig option for FRED (CONFIG_X86_FRED)
` [RFC PATCH v3 11/32] x86/fred: if CONFIG_X86_FRED is disabled, disable FRED support
` [RFC PATCH v3 12/32] x86/cpu: add MSR numbers for FRED configuration
` [RFC PATCH v3 13/32] x86/fred: header file for event types
` [RFC PATCH v3 14/32] x86/fred: header file with FRED definitions
` [RFC PATCH v3 15/32] x86/fred: make unions for the cs and ss fields in struct pt_regs
` [RFC PATCH v3 16/32] x86/fred: reserve space for the FRED stack frame
` [RFC PATCH v3 17/32] x86/fred: add a page fault entry stub for FRED
` [RFC PATCH v3 18/32] x86/fred: add a debug "
` [RFC PATCH v3 19/32] x86/fred: add a NMI "
` [RFC PATCH v3 20/32] x86/fred: add a machine check "
` [RFC PATCH v3 21/32] x86/fred: FRED entry/exit and dispatch code
` [RFC PATCH v3 22/32] x86/fred: FRED initialization code
` [RFC PATCH v3 23/32] x86/fred: update MSR_IA32_FRED_RSP0 during task switch
` [RFC PATCH v3 24/32] x86/fred: let ret_from_fork() jmp to fred_exit_user when FRED is enabled
` [RFC PATCH v3 25/32] x86/fred: disallow the swapgs instruction "
` [RFC PATCH v3 26/32] x86/fred: no ESPFIX needed "
` [RFC PATCH v3 27/32] x86/fred: allow single-step trap and NMI when starting a new thread
` [RFC PATCH v3 28/32] x86/fred: fixup fault on ERETU by jumping to fred_entrypoint_user
` [RFC PATCH v3 29/32] x86/ia32: do not modify the DPL bits for a null selector
` [RFC PATCH v3 30/32] x86/fred: allow FRED systems to use interrupt vectors 0x10-0x1f
` [RFC PATCH v3 31/32] x86/fred: allow dynamic stack frame size
` [RFC PATCH v3 32/32] x86/fred: disable FRED by default in its early stage

[PATCH v4 00/14] dma-fence: Deadline awareness
 2023-02-24  9:26 UTC  (11+ messages)
` [PATCH v4 06/14] dma-buf/sync_file: Support (E)POLLPRI

[PATCH] x86: profiling: Set prof_cpu_mask to NULL after free
 2023-02-24  9:26 UTC  (2+ messages)

[PATCH 00/12] KVM: x86: Add "governed" X86_FEATURE framework
 2023-02-24  9:25 UTC  (8+ messages)
` [PATCH 08/12] KVM: nSVM: Use KVM-governed feature framework to track "vVM{SAVE,LOAD} enabled"

[RFC PATCH net-next v3 0/9] net/smc: Introduce SMC-D-based OS internal communication acceleration
 2023-02-24  9:25 UTC  (4+ messages)

[PATCH v2 00/22] rtc: pm8xxx: add support for setting time using nvmem
 2023-02-24  9:24 UTC  (9+ messages)
` [PATCH v2 16/22] dt-bindings: rtc: qcom-pm8xxx: add nvmem-cell offset

[PATCH v3 00/35] Per-VMA locks
 2023-02-24  9:21 UTC  (2+ messages)

[PATCH] usb: gadget: udc: add return value check of kzalloc in mv_udc_probe
 2023-02-24  9:20 UTC 

[PATCH v1 0/4] MT8195 Cherry: Enable PCIe/WiFi, add PWMs
 2023-02-24  9:19 UTC  (9+ messages)
` [PATCH v1 1/4] arm64: dts: mediatek: cherry: Add platform thermal configuration
` [PATCH v1 2/4] arm64: dts: mediatek: cherry: Enable PCI-Express ports for WiFi
` [PATCH v1 3/4] arm64: dts: mediatek: mt8195: Add display pwm nodes
` [PATCH v1 4/4] arm64: dts: mediatek: cherry: Add configuration for display backlight

[PATCH 0/4] rust: alloc: vec: Add some missing fallible try_* methods
 2023-02-24  9:11 UTC  (5+ messages)
` [PATCH 1/4] rust: Import upstream `alloc::vec::set_len_on_drop` module
` [PATCH 2/4] rust: Import upstream `alloc::vec::spec_extend` module
` [PATCH 3/4] rust: Add SPDX headers to alloc::vec::{spec_extend, set_len_on_drop}
` [PATCH 4/4] rust: alloc: vec: Add some try_* methods we need

[syzbot] KMSAN: uninit-value in hfsplus_delete_cat
 2023-02-24  9:07 UTC  (2+ messages)
` [syzbot] [hfs?] "

[net PATCH v2] octeontx2-af: Unlock contexts in the queue context cache in case of fault detection
 2023-02-24  9:07 UTC  (4+ messages)

[GIT PULL] MM updates for 6.3-rc1
 2023-02-24  9:04 UTC  (3+ messages)

[PATCH V2 00/21] Add basic ACPI support for RISC-V
 2023-02-24  9:00 UTC  (10+ messages)
` [PATCH V2 04/21] RISC-V: Add support to build the ACPI core
` [PATCH V2 05/21] ACPI: Kconfig: Enable ACPI_PROCESSOR for RISC-V
` [PATCH V2 19/21] RISC-V: Enable ACPI in defconfig

[PATCH v5 1/4] kasan: Emit different calls for instrumentable memintrinsics
 2023-02-24  8:59 UTC  (4+ messages)
` [PATCH v5 2/4] kasan: Treat meminstrinsic as builtins in uninstrumented files
` [PATCH v5 3/4] kasan: test: Fix test for new meminstrinsic instrumentation
` [PATCH v5 4/4] kasan, x86: Don't rename memintrinsics in uninstrumented files

[PATCH 0/7] Add PCIe support for IPQ9574
 2023-02-24  8:59 UTC  (8+ messages)
` [PATCH 1/7] dt-bindings: PCI: qcom: Add IPQ9574 specific compatible
` [PATCH 2/7] PCI: qcom: Add IPQ9574 PCIe support
` [PATCH 7/7] arm64: dts: qcom: ipq9574: Add PCIe PHYs and controller nodes

[PATCH v4 0/2] hwmon: Add StarFive JH71X0 temperature sensor
 2023-02-24  8:57 UTC  (4+ messages)
` [PATCH v4 2/2] hwmon: (sfctemp) Add StarFive JH71x0 "

[PATCH 6.1 00/47] 6.1.14-rc2 review
 2023-02-24  8:54 UTC  (3+ messages)

[tip:irq/urgent] BUILD SUCCESS ad32ab9604f29827494024828f527228e84fbd2c
 2023-02-24  8:52 UTC 

[PATCH 0/5] rust: error: Add missing wrappers to convert to/from kernel error codes
 2023-02-24  8:50 UTC  (6+ messages)
` [PATCH 1/5] rust: error: Add Error::to_ptr()
` [PATCH 2/5] rust: error: Add Error::from_kernel_errno()
` [PATCH 3/5] rust: error: Add to_result() helper
` [PATCH 4/5] rust: error: Add a helper to convert a C ERR_PTR to a `Result`
` [PATCH 5/5] rust: error: Add from_kernel_result!() macro

[PATCH net-next v6] net: phy: intel-xway: Add RGMII internal delay configuration
 2023-02-24  8:48 UTC  (5+ messages)

[PATCH v2 0/4] Fix put_task_struct() calls under PREEMPT_RT
 2023-02-24  8:46 UTC  (11+ messages)
` [PATCH v2 1/4] sched/task: Add the put_task_struct_atomic_safe function

[PATCH v3 00/11] Panfrost: Improve and add MediaTek SoCs support
 2023-02-24  8:46 UTC  (3+ messages)
` [PATCH v3 11/11] drm/panfrost: Add support for Mali on the MT8186 SoC

drivers/media/i2c/tc358746.c:817:13: warning: 'p_best' is used uninitialized
 2023-02-24  8:45 UTC  (2+ messages)

[PATCH] rust: ioctl: Add ioctl number manipulation functions
 2023-02-24  8:43 UTC  (2+ messages)

[PATCH RESEND 1/8] dt-bindings: leds: register-bit-led: Add active-low property
 2023-02-24  8:42 UTC  (2+ messages)

[syzbot] linux-next test error: possible deadlock in hci_cmd_sync_clear
 2023-02-24  8:41 UTC 

amdgpu didn't start with pci=nocrs parameter, get error "Fatal error during GPU init"
 2023-02-24  8:38 UTC  (3+ messages)

[PATCH v3 0/3] drivers: remoteproc: xilinx: add mailbox support
 2023-02-24  8:37 UTC  (6+ messages)
` [PATCH v3 1/3] drivers: mailbox: zynqmp: handle multiple child nodes

[PATCH] usb: gadget: udc: add return value check of kzalloc in mv_udc_probe
 2023-02-24  8:36 UTC  (2+ messages)

[PATCH v18 0/7] crash: Kernel handling of CPU and memory hot un/plug
 2023-02-24  8:34 UTC  (11+ messages)
` [PATCH v18 5/7] kexec: exclude hot remove cpu from elfcorehdr notes

[PATCH V2] dt-bindings: usb: snps,dwc3: support i.MX8MQ
 2023-02-24  8:34 UTC  (3+ messages)

[syzbot] KMSAN: uninit-value in ondemand_readahead
 2023-02-24  8:32 UTC  (2+ messages)
` [syzbot] [fs?] [mm?] "

[PATCH RFC bootconfig] Allow forcing unconditional bootconfig processing
 2023-02-24  8:31 UTC  (4+ messages)

[PATCH v1 0/6] PolarFire SoC Auto Update Support
 2023-02-24  8:28 UTC  (3+ messages)

[PATCH v1 RFC 0/3] meson-uart: Use "divide XTAL by 2" bit on G12A
 2023-02-24  8:26 UTC  (5+ messages)
` [PATCH v1 RFC 1/3] dt-bindings: serial: amlogic,meson-uart: Add compatible string for G12A

[PATCH v2] virtio-net: Fix probe of virtio-net on kvmtool
 2023-02-24  8:25 UTC  (2+ messages)

[PATCH] tee: optee: Add SMC for loading OP-TEE image
 2023-02-24  8:25 UTC  (4+ messages)

[PATCH v5 0/5] ARM: Add GXP I2C Support
 2023-02-24  8:25 UTC  (5+ messages)
` [PATCH v5 3/5] ARM: dts: hpe: Add I2C Topology

[PATCH] mm/memcontrol: add memory.peak in cgroup root
 2023-02-24  8:23 UTC  (2+ messages)

[PATCH v2 0/7] make slab shrink lockless
 2023-02-24  8:20 UTC  (5+ messages)
` [PATCH v2 2/7] mm: vmscan: make global "

[PATCH v11 0/2] Checkpoint Support for Syscall User Dispatch
 2023-02-24  8:17 UTC  (3+ messages)
` [PATCH v11 2/2] ptrace,syscall_user_dispatch: checkpoint/restore support for SUD

[PATCH 0/3] OPP: Simplify set_required_opp handling
 2023-02-24  8:17 UTC  (4+ messages)

[GIT PULL] KVM changes for Linux 6.3 merge window
 2023-02-24  8:11 UTC 

[PATCH] rust: Enable the new_uninit feature for kernel and driver crates
 2023-02-24  8:09 UTC 

[PATCH v2 00/10] Add IO page table replacement support
 2023-02-24  8:07 UTC  (7+ messages)
` [PATCH v2 02/10] iommu: Introduce a new iommu_group_replace_domain() API

[PATCH] arm64: dts: qcom: sm8150: Fix the iommu mask used for PCIe controllers
 2023-02-24  8:02 UTC  (2+ messages)

[PATCH] efivarfs: fix NULL-deref on mount when no efivars
 2023-02-24  8:02 UTC  (3+ messages)

[PATCH 0/2] rust: sync: Arc: Any downcasting and assume_init()
 2023-02-24  7:59 UTC  (3+ messages)
` [PATCH 1/2] rust: sync: arc: implement Arc<dyn Any + Send + Sync>::downcast()
` [PATCH 2/2] rust: sync: arc: Add UniqueArc<MaybeUninit<T>::assume_init()

[PATCH net-next v3 00/10] net: wwan: tmi: PCIe driver for MediaTek M.2 modem
 2023-02-24  7:39 UTC  (5+ messages)
` [PATCH net-next v3 01/10] net: wwan: tmi: Add PCIe core

[PATCH 1/2] ASoC: max98363: add soundwire amplifier driver
 2023-02-24  7:56 UTC  (2+ messages)

[PATCH v5 00/54] MediaTek clocks: full module build and cleanups
 2023-02-24  7:53 UTC  (3+ messages)
` [PATCH v5 53/54] clk: mediatek: mt8135: Join root_clk_alias and top_divs arrays

[PATCH v10 00/26] Drivers for Gunyah hypervisor
 2023-02-24  7:49 UTC  (7+ messages)
` [PATCH v10 07/26] mailbox: Add Gunyah message queue mailbox

[PATCH v1 0/3] Add PLL clocks driver for StarFive JH7110
 2023-02-24  7:45 UTC  (8+ messages)
` [PATCH v1 2/3] clk: starfive: Add StarFive JH7110 PLL clock driver

[PATCH v3 0/2] Add watchdog driver for StarFive JH7110 RISC-V SoC
 2023-02-24  7:42 UTC  (4+ messages)
` [PATCH v3 2/2] drivers: watchdog: Add StarFive Watchdog driver

[PATCH 0/3] rust: Miscellaneous macro improvements
 2023-02-24  7:38 UTC  (5+ messages)
` [PATCH 1/3] rust: macros: Make expect_punct() return the Punct directly
` [PATCH 2/3] rust: macros: concat_idents: Allow :: paths in the first argument
` [PATCH 3/3] rust: macros: Allow specifying multiple module aliases

[PATCH V2] nvmem: add explicit config option to read OF fixed cells
 2023-02-24  7:29 UTC 

[RFC PATCH 0/4] fpga: add initial KUnit test suite for the subsystem
 2023-02-24  7:20 UTC  (9+ messages)
` [RFC PATCH 1/4] fpga: add initial KUnit test suite
` [RFC PATCH 2/4] fpga: add fake FPGA region

[syzbot] [block?] WARNING in blkdev_put (2)
 2023-02-24  7:25 UTC 

[PATCH] perf: fix counting when initial delay configured
 2023-02-24  7:25 UTC  (4+ messages)

[PATCH 0/2] Apple T2 platform support
 2023-02-24  7:06 UTC  (2+ messages)

[PATCH v1 0/2] Give more control of sync_state()
 2023-02-24  7:05 UTC  (3+ messages)
` [PATCH v1 1/2] driver core: Add fw_devlink.sync_state command line param
` [PATCH v1 2/2] driver core: Make state_synced device attribute writeable

[PATCH v1 1/1] pstore/ram: Fix crash when setting number of cpus to an odd number
 2023-02-24  7:05 UTC  (2+ messages)

linux-next: duplicate patches in the ftrace tree
 2023-02-24  7:04 UTC  (2+ messages)

[PATCH] HID: usbhid: enable remote wakeup for mice
 2023-02-24  7:02 UTC  (5+ messages)

[PATCH] soc: apple: rtkit: Fix buffer address field width
 2023-02-24  6:49 UTC 

[PATCH 0/2] Add quirk to disable PSR 2 on Tongfang PHxTxX1 and PHxTQx1
 2023-02-24  6:45 UTC  (5+ messages)

[PATCH v3 1/3] kasan: switch kunit tests to console tracepoints
 2023-02-24  6:45 UTC  (7+ messages)

[git pull] Input updates for v6.3-rc0
 2023-02-24  6:44 UTC 

[PATCH linux-next] selftests: net: udpgso_bench_tx: Add test for IP fragmentation of UDP packets
 2023-02-24  6:38 UTC 

[PATCH v3 00/12] x86/mtrr: fix handling with PAT but without MTRR
 2023-02-24  6:37 UTC  (5+ messages)
` [PATCH v3 10/12] x86/mtrr: use new cache_map in mtrr_type_lookup()
  ` [PATCH v3.1 "

[PATCH v2] bnxt: avoid overflow in bnxt_get_nvram_directory()
 2023-02-24  6:32 UTC  (5+ messages)

[PATCH] KVM: x86: disable on 32-bit unless CONFIG_BROKEN
 2023-02-24  6:28 UTC  (12+ messages)

[PATCH V3] sched/fair: Interleave cfs bandwidth timers for improved single thread performance at low utilization
 2023-02-24  6:25 UTC 

[PATCH] mwifiex: Fix use-after-free bug due to race condition between main thread thread and timer thread
 2023-02-24  6:17 UTC  (6+ messages)

linux-next: manual merge of the mm-stable tree with the ext4 tree
 2023-02-24  6:08 UTC  (7+ messages)

[PATCH] bus: imx-weim: fix branch condition evaluates to a garbage value
 2023-02-24  6:05 UTC  (2+ messages)

linux-next: build failure after merge of the mm tree
 2023-02-24  6:01 UTC  (5+ messages)

[PATCH v10 0/8] Parallel CPU bringup for x86_64
 2023-02-24  5:59 UTC  (3+ messages)
` [PATCH v10 6/8] x86/smpboot: Support parallel startup of secondary CPUs

[PATCH] stm32: stm32-hash: Add kmalloc_array allocation check
 2023-02-24 23:14 UTC  (6+ messages)
      ` [PATCH] crypto: stm32 - Save and restore between each request
        ` [v2 PATCH] "

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-02-24  5:42 UTC  (5+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory

[PATCH v4 0/2] Fix vbus draw of dwc3 gadget
 2023-02-24  5:46 UTC  (3+ messages)
` [PATCH v4 1/2] usb: dwc3: gadget: Change condition for processing suspend event
` [PATCH v4 2/2] usb: gadget: composite: Draw 100mA current if not configured

[Syzkaller & bisect] There was "iommufd_test" WARNING in v6.2 in guest
 2023-02-24  5:43 UTC 

[PATCH] kbuild: modinst: Enable multithread xz compression
 2023-02-24  5:38 UTC  (2+ messages)

[PATCH 03/27] drm/i915/gvt: Incorporate KVM memslot info into check for 2MiB GTT entry
 2023-02-24  5:09 UTC  (11+ messages)

linux-next: Signed-off-by missing for commits in the v9fs-ericvh tree
 2023-02-24  5:27 UTC 

linux-next: duplicate patches in the ntfs3 tree
 2023-02-24  5:24 UTC 

[syzbot] [wireless?] memory leak in htc_connect_service
 2023-02-24  5:14 UTC 

[PATCH v6 0/2]Adds status interface for zynqmp-fpga
 2023-02-24  5:02 UTC  (3+ messages)
` [PATCH v6 2/2] fpga: zynqmp-fpga: Adds status interface

drivers/media/platform/mediatek/vcodec/mtk_vcodec_fw_vpu.c:38:32: warning: cast from 'mtk_vcodec_ipi_handler' (aka 'void (*)(void *, unsigned int, void *)') to 'ipi_handler_t' (aka 'void (*)(const void *, unsigned int, void *)') converts to incompatible f
 2023-02-24  5:00 UTC 

[PATCH v2] staging: rtl8192u: remove split in user-visible string
 2023-02-24  4:57 UTC  (2+ messages)

[PATCH v3 0/2] Fix vbus draw of dwc3 gadget
 2023-02-24  4:57 UTC  (4+ messages)
` [PATCH v3 2/2] usb: gadget: composite: Draw 100mA current if not configured

[PATCH net-next v8 0/9] net: add EEE support for KSZ9477 switch family
 2023-02-24  4:53 UTC  (5+ messages)
` [PATCH net-next v8 6/9] net: phy: c22: migrate to genphy_c45_write_eee_adv()

linux-next: Tree for Feb 24
 2023-02-24  4:49 UTC 

[PATCH for-6.4] printk: Unregister boot consoles on register of 1st real console
 2022-02-24  4:40 UTC 

[Syzkaller & bisect] There is "xfs_dquot_alloc" related BUG in v6.2 in guest
 2023-02-24  4:39 UTC 

[PATCH] rcu-tasks: Directly invoke rcuwait_wake_up() in call_rcu_tasks_generic()
 2023-02-24  4:30 UTC  (12+ messages)

[PATCH 6.2 00/12] 6.2.1-rc2 review
 2023-02-24  4:29 UTC  (2+ messages)

[PATCH 5.10 00/26] 5.10.170-rc2 review
 2023-02-24  4:28 UTC  (2+ messages)

[PATCH 5.4 00/19] 5.4.233-rc2 review
 2023-02-24  4:28 UTC  (2+ messages)

[PATCH 4.19 00/12] 4.19.274-rc2 review
 2023-02-24  4:27 UTC  (2+ messages)

[PATCH] lib: parser: update documentation for match_NUMBER functions
 2023-02-24  4:26 UTC 

[PATCH 4.14 0/7] 4.14.307-rc1 review
 2023-02-24  4:27 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).