messages from 2023-08-18 21:18:32 to 2023-08-19 08:32:42 UTC [more...]
[PATCH 0/8] arm64: exynos: Enable USB for E850-96 board
2023-08-19 8:32 UTC (15+ messages)
` [PATCH 1/8] dt-bindings: usb: samsung,exynos-dwc3: Add Exynos850 support
` [PATCH 2/8] dt-bindings: phy: samsung,usb3-drd-phy: "
` [PATCH 3/8] usb: dwc3: exynos: Add support for Exynos850 variant
` [PATCH 4/8] phy: exynos5-usbdrd: Make it possible to pass custom phy ops
` [PATCH 5/8] phy: exynos5-usbdrd: Add 26MHz ref clk support
` [PATCH 6/8] phy: exynos5-usbdrd: Add Exynos850 support
` [PATCH 7/8] arm64: dts: exynos: Enable USB in Exynos850
` [PATCH 8/8] arm64: dts: exynos: Enable USB support on E850-96 board
[GIT PULL] x86/urgent for v6.5-rc7
2023-08-19 8:27 UTC
[PATCH v4 0/2] Adding support for Microchip MCP3564 ADC family
2023-08-19 8:25 UTC (3+ messages)
` [PATCH v4 1/2] dt-bindings: iio: adc: adding MCP3564 ADC
[PATCH v2] tracepoint: add new `tcp:tcp_ca_event` trace event
2023-08-19 8:15 UTC (5+ messages)
` [PATCH v3] "
[PATCH] iommu/mediatek: Fix share pgtable for iova over 4GB
2023-08-19 8:14 UTC
[PATCH v4 0/1] x86/pti: Fix kernel warnings for pti= and nopti cmdline options
2023-08-19 8:09 UTC (2+ messages)
` [PATCH v4 1/1] "
[PATCH -next] scsi: core: fix double free in raid_component_add()
2023-08-19 8:03 UTC
[PATCH 0/5] selftests/sgx: Fix compilation errors
2023-08-19 2:30 UTC (11+ messages)
` [PATCH 2/5] selftests/sgx: Fix function pointer relocation in test enclave
` [PATCH 4/5] selftests/sgx: Ensure expected enclave data buffer size and placement
[PATCH v2 0/8] selftests/sgx: Fix compilation errors
2023-08-19 1:09 UTC (7+ messages)
` [PATCH 3/8] selftests/sgx: Handle relocations in test enclave
` [PATCH 6/8] selftests/sgx: Ensure expected enclave data buffer size and placement
[PATCH v2 0/1] x86/pti: Fix kernel warnings for pti= and nopti cmdline options
2023-08-18 22:34 UTC (6+ messages)
` [PATCH 1/1] "
[PATCH 1/2] dt-bindings: power: Add regulator-pd yaml file
2023-08-19 8:04 UTC (4+ messages)
[PATCH] dt-bindings: pinctrl: Drop 'phandle' properties
2023-08-19 8:01 UTC (2+ messages)
[PATCH 5.15.y] exfat: check if filename entries exceeds max filename length
2023-08-19 7:53 UTC
[PATCH v2 0/1] Add add-maintainer.py script
2023-08-19 7:53 UTC (14+ messages)
[syzbot] [mm?] upstream boot error: KASAN: slab-out-of-bounds Read in deactivate_slab
2023-08-19 7:49 UTC
[PATCH net-next 0/4] net: ethernet: mtk_eth_soc: improve support for MT7988
2023-08-19 7:48 UTC (6+ messages)
` [PATCH net-next 1/4] net: ethernet: mtk_eth_soc: fix register definitions "
` [PATCH net-next 2/4] net: ethernet: mtk_eth_soc: add reset bits "
` [PATCH net-next 3/4] net: ethernet: mtk_eth_soc: add support for in-SoC SRAM
` [PATCH net-next 4/4] net: ethernet: mtk_eth_soc: support 36-bit DMA addressing on MT7988
[PATCH 1/3] dt-bindings: crypto: qcom,prng: Add SM8450
2023-08-19 7:45 UTC (3+ messages)
[PATCH V5 0/4] coresight: trbe: Enable ACPI based devices
2023-08-19 7:36 UTC (3+ messages)
[GIT PULL] Please pull powerpc/linux.git powerpc-6.5-6 tag
2023-08-19 7:21 UTC (2+ messages)
[PATCH] platform/x86: ideapad-laptop: Add support for new hotkeys found on ThinkBook 14s Yoga ITL
2023-08-19 7:12 UTC
[PATCH] dt-bindings: usb: Add binding for ti,tps25750
2023-08-19 7:09 UTC (4+ messages)
[PATCH net-next 1/1] net: stmmac: Check more MAC HW features for XGMAC Core 3.20
2023-08-19 6:57 UTC (2+ messages)
[syzbot] [hams?] general protection fault in prepare_to_wait (2)
2023-08-19 6:48 UTC
[syzbot] [jfs?] INFO: task hung in path_mount (2)
2023-08-19 6:33 UTC
[PATCH v4 0/4] add clock controller of qca8386/qca8084
2023-08-19 6:21 UTC (6+ messages)
` [PATCH v4 3/4] clk: qcom: common: add _qcom_cc_really_probe
[PATCH v5 00/19] Proxy Execution: A generalized form of Priority Inheritance v5
2023-08-19 6:08 UTC (20+ messages)
` [PATCH v5 01/19] sched: Unify runtime accounting across classes
` [PATCH v5 02/19] locking/mutex: Removes wakeups from under mutex::wait_lock
` [PATCH v5 03/19] locking/mutex: make mutex::wait_lock irq safe
` [PATCH v5 04/19] locking/mutex: Expose __mutex_owner()
` [PATCH v5 05/19] locking/mutex: Rework task_struct::blocked_on
` [PATCH v5 06/19] locking/mutex: Add task_struct::blocked_lock to serialize changes to the blocked_on state
` [PATCH v5 07/19] locking/mutex: Add p->blocked_on wrappers for correctness checks
` [PATCH v5 08/19] locking/mutex: Split blocked_on logic into two states (blocked_on and blocked_on_waking)
` [PATCH v5 09/19] locking/mutex: Switch to mutex handoffs for CONFIG_PROXY_EXEC
` [PATCH v5 10/19] sched: Split scheduler execution context
` [PATCH v5 11/19] sched: Fix runtime accounting w/ split exec & sched contexts
` [PATCH v5 12/19] sched: Unnest ttwu_runnable in prep for proxy-execution
` [PATCH v5 13/19] sched: Split out __sched() deactivate task logic into a helper
` [PATCH v5 14/19] sched: Add a very simple proxy() function
` [PATCH v5 15/19] sched: Add proxy deactivate helper
` [PATCH v5 16/19] sched: Fix proxy/current (push,pull)ability
` [PATCH v5 17/19] sched: Start blocked_on chain processing in proxy()
` [PATCH v5 18/19] sched: Handle blocked-waiter migration (and return migration)
` [PATCH v5 19/19] sched: Add blocked_donor link to task for smarter mutex handoffs
[PATCH 1/7] dt-bindings: nvmem: Convert Unisoc efuse controller binding to yaml
2023-08-19 5:51 UTC (7+ messages)
` [PATCH 2/7] dt-bindings: nvmem: Add compatible for sharkl3, ums512, qogirl6, qogirn6pro, qogirn6lite
` [PATCH 3/7] nvmem: sprd: Modify sprd_efuse_write function
` [PATCH 4/7] nvmem: sprd: Optimize the block lock operation
` [PATCH 5/7] nvmem: sprd: Changing the position for turning off double bit operation
` [PATCH 6/7] nvmem: sprd: Modify block_num and block_offset macro
` [PATCH 7/7] nvmem: sprd: Add Unisoc Qogirn6lite and UMS512 efuse support
[PATCH] staging: rtl8192e: Annotate struct rtllib_txb with __counted_by
2023-08-19 5:49 UTC (2+ messages)
[PATCH] USB: add usbfs ioctl to get specific superspeedplus rates
2023-08-19 5:46 UTC (13+ messages)
` "
` "
` "
` "
` "
` [PATCH v2] USB: Support 20Gbps speed for ioctl USBDEVFS_GET_SPEED
[PATCH 1/3] btrfs: MAINTAINERS: Remove obsolete wiki link
2023-08-19 4:53 UTC (3+ messages)
` [PATCH 2/3] btrfs: Kconfig: Replace "
` [PATCH 3/3] Docu: filesystems: btrfs: Remove "
[PATCH] rcu: Update jiffies locally in rcu_cpu_stall_reset()
2023-08-19 5:02 UTC (7+ messages)
[PATCH v5 0/4] dedupe smb unicode files
2023-08-19 4:35 UTC (2+ messages)
[PATCH v1] perf header: Fix missing PMU caps
2023-08-19 4:16 UTC (2+ messages)
[syzbot] [hams?] general protection fault in prepare_to_wait (2)
2023-08-19 4:04 UTC
[PATCH v5 2/2] pipe: use __pipe_{lock,unlock} instead of spinlock
2023-08-19 3:53 UTC (5+ messages)
` [PATCH v5 1/2] watch_queue: refactor post_one_notification
[PATCH v6 1/2] dt-bindings: display/msm: mdss-common: add memory-region property
2023-08-19 3:46 UTC (2+ messages)
` (subset) "
[RFC PATCH bpf-next 0/2] bpf, x64: Fix tailcall infinite loop bug
2023-08-19 3:38 UTC (6+ messages)
` [RFC PATCH bpf-next 1/2] "
[PATCH] treewide: drop CONFIG_EMBEDDED
2023-08-19 3:33 UTC (4+ messages)
[PATCH] blk-mq: fix mismatch between IO scheduler insert and finish
2023-08-19 3:12 UTC
[PATCH v2 0/5] memfd: cleanups for vm.memfd_noexec
2023-08-19 2:50 UTC (3+ messages)
[net-next Patch 0/5] octeontx2-af: misc MAC block changes
2023-08-19 2:50 UTC (3+ messages)
` [net-next Patch 4/5] octeontx2-af: replace generic error codes
[PATCH net] ipvlan: Fix a reference count leak warning in ipvlan_ns_exit()
2023-08-19 2:50 UTC (2+ messages)
[PATCH v4 00/28] Add support for QMC HDLC, framer infrastruture and PEF2256 framer (v4)
2023-08-19 2:46 UTC (5+ messages)
` [PATCH v4 21/28] net: wan: Add framer framework support
` [PATCH v4 27/28] ASoC: codecs: Add support for the framer codec
[PATCH v3 0/3] Modify die() for MIPS
2023-08-19 2:44 UTC (10+ messages)
` [PATCH v3 1/3] MIPS: Remove noreturn attribute for nmi_exception_handler()
` [PATCH v3 2/3] MIPS: Remove noreturn attribute for die()
` [PATCH v3 3/3] MIPS: Modify the declaration "
[PATCH -next] vfio/pds: fix return value in pds_vfio_get_lm_file()
2023-08-19 2:37 UTC
[PATCH v4] PCI/VGA: Make the vga_is_firmware_default() less arch-dependent
2023-08-19 2:40 UTC (4+ messages)
[PATCH] ext4: Modify the rec_len helpers to accommodate future cases
2023-08-19 2:38 UTC (3+ messages)
[PATCH][next] net: sched: cls_u32: Fix allocation in u32_init()
2023-08-19 2:38 UTC (2+ messages)
[PATCH net-next v5 0/2] net: stmmac: Tx coe sw fallback
2023-08-19 2:31 UTC (3+ messages)
` [PATCH net-next v5 1/2] dt-bindings: net: snps,dwmac: Tx queues with coe
` [PATCH net-next v5 2/2] net: stmmac: Tx coe sw fallback
[BUG next-20230818] error: 'prepare_elf_headers' defined but not used
2023-08-19 2:28 UTC (2+ messages)
` [BUG resend "
[PATCH] ubifs: fix missing error code err
2023-08-19 2:24 UTC (2+ messages)
[syzbot] [bluetooth?] KASAN: slab-use-after-free Write in sco_chan_del
2023-08-19 2:10 UTC
[PATCH 0/8] KVM: gmem: Adding hooks for SEV and TDX
2023-08-19 2:08 UTC (9+ messages)
` [PATCH 3/8] KVM: gmem: Fix kvm_gmem_issue_arch_invalidate()
` [PATCH 4/8] KVM: gmem: protect kvm_mmu_invalidate_end()
[PATCH] bitmap: optimize bitmap_remap()
2023-08-19 2:03 UTC (6+ messages)
[PATCH] f2fs: avoid false alarm of circular locking
2023-08-19 2:05 UTC (2+ messages)
` [f2fs-dev] "
dwc3: unusual handling of setup requests with wLength == 0
2023-08-19 1:54 UTC (9+ messages)
[PATCH v2 1/1] media: v4l: usb: Use correct dependency for camera sensor drivers
2023-08-19 1:53 UTC (2+ messages)
[PATCH net] net: dsa: felix: fix oversize frame dropping for always closed tc-taprio gates
2023-08-19 1:50 UTC (2+ messages)
[RFC PATCH] tracing: Introduce pipe_cpumask to avoid race on trace_pipes
2023-08-19 1:42 UTC (7+ messages)
` [PATCH v2] "
[PATCH net] net: ethernet: mtk_eth_soc: fix NULL pointer on hw reset
2023-08-19 1:33 UTC (2+ messages)
[RFC PATCH v1 0/1] tracing/kprobe: Add multi-probe support for 'perf_kprobe' PMU
2023-08-19 1:15 UTC (10+ messages)
` [RFC PATCH v1 1/1] "
[PATCH] dt-bindings: pinctrl: aspeed: Allow only defined pin mux node properties
2023-08-19 1:09 UTC
[PATCH] dt-bindings: pinctrl: renesas,rza2: Use 'additionalProperties' for child nodes
2023-08-19 1:09 UTC
[PATCH v32 0/6] Implement IOCTL to get and optionally clear info about PTEs
2023-08-19 1:04 UTC (3+ messages)
` [PATCH v32 2/6] fs/proc/task_mmu: "
[PATCH net-next v4 2/2] net: stmmac: Tx coe sw fallback
2023-08-19 0:53 UTC (2+ messages)
[PATCH v2 0/2] maple_tree: mas_wr_append() fix ups
2023-08-19 0:43 UTC (3+ messages)
` [PATCH v2 1/2] maple_tree: Disable mas_wr_append() when other readers are possible
` [PATCH v2 2/2] maple_tree: Clean up mas_wr_append()
[PATCH v4 0/3] Support dwc3 runtime suspend during bus suspend
2023-08-19 0:42 UTC (5+ messages)
` [PATCH v4 2/3] dt-bindings: usb: snps,dwc3: Add runtime-suspend-on-usb-suspend property
[PATCH v2 net-next 0/3] netem: use a seeded PRNG for loss and corruption events
2023-08-19 0:17 UTC (2+ messages)
[PATCH] mfd: core: Un-constify mfd_cell.of_reg
2023-08-19 0:11 UTC (3+ messages)
[PATCH] tpm: Don't make vendor check required for probe
2023-08-18 23:57 UTC (5+ messages)
[PATCH] x86: Use __fpu_invalidate_fpregs_state() in exec
2023-08-18 23:35 UTC (4+ messages)
[PATCH] x86/sev: Make early_set_memory_decrypted() calls page aligned
2023-08-18 23:34 UTC
[PATCH v2 00/15] Introduce /dev/mshv drivers
2023-08-18 23:30 UTC (13+ messages)
` [PATCH v2 05/15] hyperv: Move hv_connection_id to hyperv-tlfs
` [PATCH v2 06/15] hyperv-tlfs: Introduce hv_status_to_string and hv_status_to_errno
` [PATCH v2 08/15] Drivers: hv: Introduce per-cpu event ring tail
` [PATCH v2 09/15] Drivers: hv: Introduce hv_output_arg_exists in hv_common.c
` [PATCH v2 12/15] Documentation: Reserve ioctl number for mshv driver
` [PATCH v2 14/15] asm-generic: hyperv: Use mshv headers conditionally. Add asm-generic/hyperv-defs.h
[RFC PATCH 00/11] New KVM ioctl to link a gmem inode to a new gmem file
2023-08-18 23:20 UTC (3+ messages)
` [RFC PATCH 02/11] KVM: guest_mem: Add ioctl KVM_LINK_GUEST_MEMFD
[PATCH v2 1/2] mm/thp: fix "mm: thp: kill __transhuge_page_enabled()"
2023-08-18 23:10 UTC (5+ messages)
` [PATCH v2 2/2] smaps: set THPeligible if file mapping supports large folios
[PATCH v1 1/1] asm-generic: Fix spelling of architecture
2023-08-18 23:08 UTC (3+ messages)
[PATCH RESEND v3 00/17] EDAC/mc/synopsys: Various fixes and cleanups
2023-08-18 23:06 UTC (2+ messages)
[PATCH] tee: amdtee: add support for use of cma region
2023-08-18 23:04 UTC (2+ messages)
[RFC PATCH v11 28/29] KVM: selftests: Add basic selftest for guest_memfd()
2023-08-18 23:03 UTC (5+ messages)
[PATCH v5 00/17] Imagination Technologies PowerVR DRM driver
2023-08-18 22:59 UTC (3+ messages)
` [PATCH v5 08/17] drm/imagination: Add GEM and VM related code
[V9 0/9] Enable Wifi RFI interference mitigation feature support
2023-08-18 22:49 UTC (4+ messages)
` [V9 1/9] drivers core: Add support for Wifi band RF mitigations
[net Patch] octeontx2-af: SDP: fix receive link config
2023-08-18 22:40 UTC (2+ messages)
[PATCH v7 0/6] Add cs42l43 PC focused SoundWire CODEC
2023-08-18 22:39 UTC (2+ messages)
` (subset) "
[RFC PATCH v4 00/10] KVM: guest_memfd(), X86: Common base for SNP and TDX (was KVM: guest memory: Misc enhancement)
2023-08-18 22:27 UTC (5+ messages)
` [RFC PATCH v4 07/10] KVM: x86: Add gmem hook for initializing private memory
[PATCH v2] workingset: ensure memcg is valid for recency check
2023-08-18 22:29 UTC (16+ messages)
[PATCH net-next] sfc: Remove unneeded semicolon
2023-08-18 22:20 UTC (2+ messages)
[PATCH net-next] net: fec: use napi_consume_skb() in fec_enet_tx_queue()
2023-08-18 22:20 UTC (2+ messages)
[PATCH] mm: Wire up tail page poisoning over ->mappings
2023-08-18 22:14 UTC (2+ messages)
[PATCH v5 00/24] x86/resctrl: monitored closid+rmid together, separate arch/fs locking
2023-08-18 22:05 UTC (3+ messages)
` [PATCH v5 24/24] x86/resctrl: Separate arch and fs resctrl locks
[PATCH v2 0/3] Add Support for Orange Pi 5
2023-08-18 21:54 UTC (6+ messages)
` [PATCH v2 2/3] arm64: dts: rockchip: Add sfc node to rk3588s
` [PATCH v2 3/3] arm64: dts: rockchip: Add Orange Pi 5
[PATCH net-next v7 0/6] introduce page_pool_alloc() related API
2023-08-18 21:51 UTC (8+ messages)
` [PATCH net-next v7 1/6] page_pool: frag API support for 32-bit arch with 64-bit DMA
[syzbot] [f2fs?] possible deadlock in f2fs_getxattr
2023-08-18 21:49 UTC (2+ messages)
[BUG] KCSAN: data-race in xas_clear_mark / xas_find_marked
2023-08-18 21:47 UTC (5+ messages)
[PATCH] mm: memcg: provide accurate stats for userspace reads
2023-08-18 21:40 UTC (13+ messages)
REGRESSION WITH BISECT: v6.5-rc6 TPM patch breaks S3 on some Intel systems
2023-08-18 21:39 UTC (11+ messages)
[PATCH v3 2/2] iov_iter: Don't deal with iter->copy_mc in memcpy_from_iter_mc()
2023-08-18 21:39 UTC (14+ messages)
` [PATCH v3 0/2] iov_iter: Convert the iterator macros into inline funcs
[PATCH v2] mlxbf-bootctl: Support sysfs entries for MFG fields
2023-08-18 21:34 UTC
[PATCH 1/2] f2fs: doc: fix description of max_small_discards
2023-08-18 21:29 UTC (3+ messages)
[PATCH v3] serial: 8250_bcm7271: improve bcm7271 8250 port
2023-08-18 21:26 UTC
[PATCH 1/3] Documentation: devices.txt: Remove ttyIOC*
2023-08-18 21:22 UTC (3+ messages)
[PATCH] mm/thp: fix "mm: thp: kill __transhuge_page_enabled()"
2023-08-18 21:21 UTC (11+ messages)
` [EXTERNAL] "
[ANNOUNCE] 6.1.46-rt13
2023-08-18 21:17 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).