public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-08 06:54:22 to 2023-11-08 10:28:20 UTC [more...]

[PATCH RFC 03/20] rust_binder: add threading support
 2023-11-08 10:27 UTC  (2+ messages)

[RFC PATCH 00/86] Make the kernel preemptible
 2023-11-08 10:26 UTC  (54+ messages)
` [RFC PATCH 06/86] Revert "entry: Fix compile error in dynamic_irqentry_exit_cond_resched()"
` [RFC PATCH 34/86] thread_info: accessors for TIF_NEED_RESCHED*
` [RFC PATCH 35/86] thread_info: change to tif_need_resched(resched_t)
` [RFC PATCH 36/86] entry: irqentry_exit only preempts TIF_NEED_RESCHED
` [RFC PATCH 37/86] sched: make test_*_tsk_thread_flag() return bool
` [RFC PATCH 38/86] sched: *_tsk_need_resched() now takes resched_t
` [RFC PATCH 39/86] sched: handle lazy resched in set_nr_*_polling()
` [RFC PATCH 40/86] context_tracking: add ct_state_cpu()
` [RFC PATCH 41/86] sched: handle resched policy in resched_curr()
` [RFC PATCH 42/86] sched: force preemption on tick expiration
` [RFC PATCH 43/86] sched: enable PREEMPT_COUNT, PREEMPTION for all preemption models
` [RFC PATCH 45/86] preempt: ARCH_NO_PREEMPT only preempts lazily
` [RFC PATCH 46/86] tracing: handle lazy resched
` [RFC PATCH 57/86] coccinelle: script to remove cond_resched()
  ` [RFC PATCH 68/86] treewide: mm: "
  ` [RFC PATCH 71/86] treewide: lib: "

[PATCH v2 0/2] OP-TEE kernel private shared memory optimizations
 2023-11-08 10:27 UTC  (3+ messages)
` [PATCH v2 1/2] optee: add page list to kernel private shared memory
` [PATCH v2 2/2] optee: allocate shared memory with alloc_pages_exact()

[PATCH 00/10] sysctl: Remove sentinel elements from kernel dir
 2023-11-08 10:27 UTC  (3+ messages)
` [PATCH 08/10] kprobes: Remove the now superfluous sentinel elements from ctl_table array

[PATCH RESEND] ptp: Fixes a null pointer dereference in ptp_ioctl
 2023-11-08 10:26 UTC  (3+ messages)

[PATCH] mm/vmscan: consider previously reclaimed pages in shrink_lruvec()
 2023-11-08 10:25 UTC  (3+ messages)

[PATCH] arm64: dts: mediatek: mt8186: Add I2C arbiter clocks to i2c 1/2/5
 2023-11-08 10:25 UTC  (3+ messages)

[PATCH RFC 02/20] rust_binder: add binderfs support to Rust binder
 2023-11-08 10:25 UTC  (2+ messages)

[PATCH v14.1] media: videobuf2: Be more flexible on the number of queue stored buffers
 2023-11-08 10:24 UTC  (2+ messages)

[PATCH] dt-bindings: soc: Add new board description for MicroBlaze V
 2023-11-08 10:24 UTC  (14+ messages)

[PATCH v14 00/56] Add DELETE_BUF ioctl
 2023-11-08 10:24 UTC  (11+ messages)
` [PATCH v14 02/56] media: videobuf2: Rework offset 'cookie' encoding pattern
` [PATCH v14 04/56] media: videobuf2: Use vb2_buffer instead of index
` [PATCH v14 05/56] media: videobuf2: Access vb2_queue bufs array through helper functions
` [PATCH v14 08/56] media: videobuf2: Use vb2_get_num_buffers() helper

[PATCH] USB: serial: option: add Fibocom L7xx modules
 2023-11-08 10:23 UTC  (9+ messages)

[PATCH] selftests: kvm/s390x: use vm_create_barebones()
 2023-11-08 10:20 UTC  (3+ messages)

[PATCH] fs : Fix warning using plain integer as NULL
 2023-11-08 10:15 UTC  (3+ messages)

[PATCH] erofs: simplify erofs_read_inode()
 2023-11-08 10:13 UTC  (3+ messages)

[alobakin:pfcp 11/19] include/linux/bitmap.h:642:17: warning: array subscript [1, 1024] is outside array bounds of 'long unsigned int[1]'
 2023-11-08 10:07 UTC  (10+ messages)

[PATCH 5.10 00/91] 5.10.200-rc2 review
 2023-11-08 10:07 UTC  (2+ messages)

[PATCH -next] md: synchronize flush io with array reconfiguration
 2023-11-08 18:02 UTC 

[PATCH v2 0/2] KVM: selftests: Detect if KVM bugged the VM
 2023-11-08 10:06 UTC  (3+ messages)
` [PATCH v2 2/2] KVM: selftests: Add logic to detect if ioctl() failed because VM was killed

[PATCH] ARM: dts: qcom: Add LPG LED device description
 2023-11-08 10:06 UTC  (3+ messages)

[PATCH] perf: arm_cspmu: Reject events meant for other PMUs
 2023-11-08 10:05 UTC  (4+ messages)

[PATCH] cpufreq: imx6q: Only disabling 792MHz OPP for i.MX6ULL types below 792MHz
 2023-11-08 10:04 UTC  (3+ messages)

[PATCH v2] arm64: dts: qcom: sdm850-lenovo-yoga: Add wakeup-sources
 2023-11-08 10:03 UTC  (2+ messages)

[PATCH 0/4] sysctl: Remove sentinel elements from fs dir
 2023-11-08  9:56 UTC  (7+ messages)
` [PATCH 2/4] aio: Remove the now superfluous sentinel elements from ctl_table array

[RFC PATCH v2 06/21] RISC-V: Kconfig: Select deferred GSI probe for ACPI systems
 2023-11-08  9:53 UTC  (2+ messages)

[PATCH 6.6 00/30] 6.6.1-rc1 review
 2023-11-08  9:50 UTC  (2+ messages)

[PATCH v2] drivers/net/ppp: use standard array-copy-function
 2023-11-08  9:50 UTC  (2+ messages)

[PATCH] LoongArch: Disable module from accessing external data directly
 2023-11-08  9:46 UTC  (7+ messages)

[RFC PATCH] KVM: arm/arm64: GICv4: Support shared VLPI
 2023-11-08  9:45 UTC  (4+ messages)

[PATCH v5 1/2] spi: Replace -ENOTSUPP with -EOPNOTSUPP in op checking
 2023-11-08  9:43 UTC  (2+ messages)
` [PATCH v5 2/2] mtd: spi-nor: Stop reporting warning message when soft reset is not suported

KVM exit to userspace on WFI
 2023-11-08  9:38 UTC  (9+ messages)

Requesting your attention and expertise regarding a Tablet/Kernel issue
 2023-11-08  9:34 UTC  (10+ messages)

[PATCH 0/2] lsm: fix default return values for some hooks
 2023-11-08  9:30 UTC  (3+ messages)

[PATCH 0/2] leds: add mp3326 driver
 2023-11-08  9:30 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: leds: add mps mp3326 LED

[PATCH 0/4] Introduce STM32MP257 clock driver
 2023-11-08  9:28 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: stm32: add clocks and reset binding for stm32mp25 platform

[PATCH] drivers/i2c: copy userspace array safely
 2023-11-08  9:26 UTC  (2+ messages)

[PATCH v2 1/1] powerpc: fix a memory leak
 2023-11-08  9:24 UTC  (2+ messages)

[PATCH] fs: Pass AT_GETATTR_NOSEC flag to getattr interface function
 2023-11-08  9:20 UTC  (4+ messages)

[PATCH v2 0/7] Enable HS-G5 support on SM8550
 2023-11-08  9:19 UTC  (29+ messages)
` [PATCH v2 1/7] scsi: ufs: host: Rename structure ufs_dev_params to ufs_host_params
` [PATCH v2 2/7] scsi: ufs: ufs-qcom: Setup host power mode during init
` [PATCH v2 3/7] scsi: ufs: ufs-qcom: Allow the first init start with the maximum supported gear
` [PATCH v2 4/7] scsi: ufs: ufs-qcom: Limit HS-G5 Rate-A to hosts with HW version 5
` [PATCH v2 5/7] scsi: ufs: ufs-qcom: Set initial PHY gear to max HS gear for HW ver 5 and newer
` [PATCH v2 6/7] phy: qualcomm: phy-qcom-qmp-ufs: Add High Speed Gear 5 support for SM8550

[PATCH v2] i2c: designware: Disable TX_EMPTY irq while waiting for block length byte
 2023-11-08  9:20 UTC  (2+ messages)

[PATCH v1 0/3] TPS65224 PMIC driver
 2023-11-08  9:19 UTC  (3+ messages)

[PATCH] i2c: iproc: handle invalid slave state
 2023-11-08  9:16 UTC  (4+ messages)

[RFC PATCH V3 00/26] vfio/pci: Back guest interrupts from Interrupt Message Store (IMS)
 2023-11-08  9:16 UTC  (12+ messages)

Memory corruption with CONFIG_SWIOTLB_DYNAMIC=y
 2023-11-08  9:13 UTC  (8+ messages)

[PATCH] media: dvb-core: Fix a possible null-pointer dereference due to data race in dvbdmx_write()
 2023-11-08  9:13 UTC 

[RFC 0/4] Introduce unbalance proactive reclaim
 2023-11-08  9:12 UTC  (16+ messages)
` [PATCH 1/4] mm: vmscan: LRU unbalance cgroup reclaim
` [PATCH 2/4] mm: multi-gen LRU: MGLRU unbalance reclaim
` [PATCH 3/4] mm: memcg: implement unbalance proactive reclaim
` [PATCH 4/4] mm: memcg: apply proactive reclaim into cgroupv1

[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-11-08  9:11 UTC  (14+ messages)
` [PATCH v10 06/50] x86/sev: Add the host SEV-SNP initialization support

[PATCH 1/2] tg3: Move the [rt]x_dropped counters to tg3_napi
 2023-11-08  9:11 UTC  (2+ messages)

[PATCH v7 0/3] Add timer driver for StarFive JH7110 RISC-V SoC
 2023-11-08  9:10 UTC  (10+ messages)
` [PATCH v7 2/3] clocksource: Add JH7110 timer driver

Missing a write memory barrier in tls_init()
 2023-11-08  9:07 UTC  (5+ messages)

Reply: A null-ptr crash in linux-6.4 usb driver
 2023-11-08  9:08 UTC  (2+ messages)

[RFC 0/7] Add SIOV virtual device support
 2023-11-08  9:03 UTC  (6+ messages)
` [RFC 3/7] iommufd: Add iommufd_device_bind_pasid()

[PATCH] drm/amd/display: remove duplicated argument
 2023-11-08  7:36 UTC  (3+ messages)

[PATCHv6 1/1] mm: optimization on page allocation when CMA enabled
 2023-11-08  8:55 UTC  (3+ messages)

[PATCH v2 0/6] IOMMUFD: Deliver IO page faults to user space
 2023-11-08  8:53 UTC  (5+ messages)

[PATCH 0/4] sched/eevdf: Optimize reweight and pick
 2023-11-08  8:51 UTC  (4+ messages)
` [PATCH 2/4] sched/eevdf: Sort the rbtree by virtual deadline
    `  "

drivers/perf/arm_cspmu/arm_cspmu.c:627:9: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-11-08  8:50 UTC 

fs/bcachefs/btree_gc.c:1304:17: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-11-08  8:50 UTC 

[PATCH v9 0/3] media: rockchip: Add a driver for Rockchip's camera interface
 2023-11-08  8:50 UTC  (5+ messages)
` [PATCH v9 2/3] "

[PATCH] rpm: pm: enable PM_RPM_EXCEPTION config flag
 2023-11-08  8:45 UTC  (5+ messages)

[PATCH 1/3] dt-bindings: vendor-prefixes: add asair
 2023-11-08  8:23 UTC  (4+ messages)

[PATCH] blk-core: use pr_warn_ratelimited() in bio_check_ro()
 2023-11-08  8:17 UTC  (3+ messages)

linux-next: Fixes tag needs some work in the vfs-brauner tree
 2023-11-08  8:16 UTC  (2+ messages)

[PATCH] ksmbd: prevent memory leak on error return
 2023-11-08  8:15 UTC 

[PATCH v2] io_uring: Statistics of the true utilization of sq threads
 2023-11-08  8:07 UTC 

[syzbot] [dccp?] general protection fault in dccp_write_xmit (2)
 2023-11-08  8:03 UTC  (2+ messages)

[PATCH RESEND v2 0/2] riscv: Fix set_memory_XX() and set_direct_map_XX()
 2023-11-08  7:59 UTC  (3+ messages)
` [PATCH RESEND v2 1/2] riscv: Don't use PGD entries for the linear mapping
` [PATCH RESEND v2 2/2] riscv: Fix set_memory_XX() and set_direct_map_XX() by splitting huge linear mappings

[PATCH v5 0/7] SCHED_DEADLINE server infrastructure
 2023-11-08  8:01 UTC  (10+ messages)
` [PATCH v5 6/7] sched/deadline: Deferrable dl server

[syzbot] possible deadlock in reiserfs_dirty_inode
 2023-11-08  8:00 UTC  (6+ messages)
` [syzbot] [reiserfs?] "

[PATCH v4 4/6] add statmount(2) syscall
 2023-11-08  7:58 UTC  (3+ messages)

[PATCH 00/10] Introduce ExynosAutov920 SoC and SADK board
 2023-11-08  7:58 UTC  (5+ messages)
  ` [PATCH 01/10] dt-bindings: soc: samsung: exynos-sysreg: add exynosautov920 sysreg
  ` [PATCH 09/10] arm64: dts: exynos: add initial support for exynosautov920 SoC

[PATCH v12 0/4] tee: introduce TEE system sssion
 2023-11-08  7:55 UTC  (2+ messages)

[PATCH] optee: add missing description of RPC argument reference
 2023-11-08  7:54 UTC  (3+ messages)

Reply: A null-ptr crash in linux-6.4 usb driver
 2023-11-08  7:54 UTC  (2+ messages)

[PATCH v4 0/6] querying mount attributes
 2023-11-08  7:53 UTC  (4+ messages)
` [PATCH v4 5/6] add listmount(2) syscall

[PATCH v3] usb: typec: tcpm: Fix sink caps op current check
 2023-11-08  7:38 UTC  (2+ messages)

[PATCH] KEYS: encrypted: Add check for strsep
 2023-11-08  7:36 UTC 

[PATCH RESEND v7 0/3] Add support for vibrator in multiple PMICs
 2023-11-08  7:36 UTC  (4+ messages)
` [PATCH RESEND v7 1/3] input: pm8xxx-vib: refactor to easily support new SPMI vibrator
` [PATCH RESEND v7 2/3] dt-bindings: input: qcom,pm8xxx-vib: add new SPMI vibrator module
` [PATCH RESEND v7 3/3] input: pm8xxx-vibrator: add new SPMI vibrator support

[PATCH] hwrng: add Zhaoxin rng driver base on rep_xstore instruction
 2023-11-08  7:34 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v1] usb: typec: tcpm: Skip hard reset when in error recovery
 2023-11-08  7:33 UTC  (2+ messages)

drivers/target/target_core_transport.c:1079:59: warning: '%s' directive output may be truncated writing up to 253 bytes into a region of size 221
 2023-11-08  7:32 UTC  (3+ messages)

[syzbot] [bluetooth?] memory leak in prepare_creds (4)
 2023-11-08  7:31 UTC  (2+ messages)

[PATCH] drm/amd/pm: replace 1-element arrays with flexible-array members
 2023-11-08  7:29 UTC  (2+ messages)

[PATCH] Input: synaptics: enable InterTouch for ThinkPad L14 G1
 2023-11-08  7:22 UTC  (4+ messages)

[RFC PATCH v1 0/2] send credit update during setting SO_RCVLOWAT
 2023-11-08  7:20 UTC  (3+ messages)
` [RFC PATCH v1 1/2] virtio/vsock: "
` [RFC PATCH v1 2/2] vsock/test: SO_RCVLOWAT + deferred credit update test

[PATCH v2] drm/mediatek: Add spinlock for setting vblank event in atomic_begin
 2023-11-08  7:27 UTC 

[PATCH] null_blk: fix warning in blk_mq_start_request
 2023-11-08  7:26 UTC  (2+ messages)
  ` [PATCH V2] blk-mq: "

[PATCH v2 0/8] Add support to configure TPDM CMB subunit
 2023-11-08  7:21 UTC  (5+ messages)
` [PATCH v2 1/8] dt-bindings: arm: Add support for CMB element size

[PATCH] drm/amd/pm: clean up redundant comparisons with 0
 2023-11-08  7:02 UTC  (5+ messages)

[PATCH v2] nbd: fix uaf in nbd_open
 2023-11-08  7:19 UTC  (2+ messages)

Question: Clearing error bits in the root port post enumeration
 2023-11-08  7:17 UTC  (2+ messages)

[PATCH] drm/amd/pm: replace 1-element arrays with flexible-array members
 2023-11-08  6:55 UTC 

[RFC v1 0/8] vhost-vdpa: add support for iommufd
 2023-11-08  7:09 UTC  (12+ messages)
` [RFC v1 3/8] vhost: Add 3 new uapi to support iommufd
` [RFC v1 8/8] iommu: expose the function iommu_device_use_default_domain

[PATCH v2] media: uvcvideo: Implement V4L2_EVENT_FRAME_SYNC
 2023-11-08  7:04 UTC  (6+ messages)

[PATCH] drm/amdgpu: remove unused MES_LOG_BUFFER struct
 2023-11-08  6:55 UTC 

[PATCH] mm:ALLOC_HIGHATOMIC flag allocation issuse
 2023-11-08  6:54 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox