linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-08-26 22:51:33 to 2022-08-27 08:36:42 UTC [more...]

[PATCH 0/6] convert most filesystems to pin_user_pages_fast()
 2022-08-27  8:36 UTC  (4+ messages)
` [PATCH 1/6] mm/gup: introduce pin_user_page()
` [PATCH 2/6] block: add dio_w_*() wrappers for pin, unpin user pages
` [PATCH 3/6] iov_iter: new iov_iter_pin_pages*() routines

[PATCH 5.19 000/365] 5.19.4-rc1 review
 2022-08-27  8:34 UTC  (4+ messages)
` [PATCH 5.19 145/365] kbuild: dummy-tools: avoid tmpdir leak in dummy gcc

[GIT PULL] xen: branch for v6.0-rc3
 2022-08-27  8:30 UTC 

[PATCH v1 0/5] KVM: arm64: Enable ring-based dirty memory tracking
 2022-08-27  8:27 UTC  (13+ messages)
` [PATCH v1 1/5] "

refcount bug in bpf_exec_tx_verdict
 2022-08-27  8:09 UTC 

[PATCH 0/8] hugetlb: Use new vma mutex for huge pmd sharing synchronization
 2022-08-27  8:07 UTC  (11+ messages)
` [PATCH 1/8] hugetlbfs: revert use i_mmap_rwsem to address page fault/truncate race
` [PATCH 2/8] hugetlbfs: revert use i_mmap_rwsem for more pmd sharing synchronization
` [PATCH 3/8] hugetlb: rename remove_huge_page to hugetlb_delete_from_page_cache
` [PATCH 4/8] hugetlb: handle truncate racing with page faults
` [PATCH 5/8] hugetlb: rename vma_shareable() and refactor code

[mark:arm64/insn/rework 9/10] include/linux/compiler_types.h:354:45: error: call to '__compiletime_assert_782' declared with attribute error: BUILD_BUG_ON failed: !aarch64_insn_is_adrp(insn)
 2022-08-27  8:02 UTC 

[Question] Any plan to support enable PCI SRIOV concurrently in kernel side?
 2022-08-27  8:01 UTC  (3+ messages)

[PATCH v3 0/7] vfs: clean up i_version behavior and expose it via statx
 2022-08-27  8:01 UTC  (4+ messages)
` [PATCH v3 4/7] xfs: don't bump the i_version on an atime update in xfs_vn_update_time

[PATCH v2] PM: runtime: Add support to disable wakeup sources
 2022-08-27  8:00 UTC  (2+ messages)

[syzbot] KASAN: use-after-free Read in ntfs_attr_find
 2022-08-27  7:51 UTC  (6+ messages)
` [PATCH] ntfs: change check order "

[RFC PATCH] mm: introduce __GFP_TRACKLEAK to track in-kernel allocation
 2022-08-27  7:53 UTC  (3+ messages)

[RFC PATCH v2 0/2] erofs: support compressed fragments data
 2022-08-27  7:47 UTC  (3+ messages)
` [RFC PATCH v2 1/2] erofs: support interlaced uncompressed data for compressed files
` [RFC PATCH v2 2/2] erofs: support on-disk compressed fragments data

[PATCH v11 1/3] x86/tdx: Add TDX Guest attestation interface driver
 2022-08-27  7:45 UTC  (3+ messages)

[jpirko-mlxsw:jiri_devel_for_vladimir6 33/46] drivers/net/ethernet/mellanox/mlxsw/spectrum.c:1651:46: warning: variable 'mlxsw_sp_port' is uninitialized when used here
 2022-08-27  7:42 UTC 

[PATCH net-next 0/2] can: raw: random optimizations
 2022-08-27  7:20 UTC  (3+ messages)
` [PATCH net-next 1/2] can: raw: process optimization in raw_init()
` [PATCH net-next 2/2] can: raw: use guard clause to optimize nesting in raw_rcv()

[PATCH -next 0/2] power: supply: adp5061: some fixes from device mockup test
 2022-08-27  7:32 UTC  (3+ messages)
` [PATCH -next 1/2] power: supply: adp5061: fix out-of-bounds read in adp5061_get_chg_type()
` [PATCH -next 2/2] power: supply: adp5061: show unknown capacity_level as text

[PATCH V3] LoongArch: Add efistub booting support
 2022-08-27  7:13 UTC  (3+ messages)

[PATCH v3 00/18] Mutex wrapper, locking and memory leak fixes
 2022-08-27  7:11 UTC  (12+ messages)
` [PATCH v3 09/18] perf ui: Update use of pthread mutex

[PATCH] initramfs: mask my_inptr as __initdata
 2022-08-27  7:11 UTC 

[PATCH v4 0/9] make statx() return DIO alignment information
 2022-08-27  7:07 UTC  (3+ messages)

[PATCH v4 00/18] Mutex wrapper, locking and memory leak fixes
 2022-08-27  7:04 UTC  (2+ messages)

[PATCH v5 0/8] make statx() return DIO alignment information
 2022-08-27  6:58 UTC  (9+ messages)
` [PATCH v5 1/8] statx: add direct I/O "
` [PATCH v5 2/8] vfs: support STATX_DIOALIGN on block devices
` [PATCH v5 3/8] fscrypt: change fscrypt_dio_supported() to prepare for STATX_DIOALIGN
` [PATCH v5 4/8] ext4: support STATX_DIOALIGN
` [PATCH v5 5/8] f2fs: move f2fs_force_buffered_io() into file.c
` [PATCH v5 6/8] f2fs: simplify f2fs_force_buffered_io()
` [PATCH v5 7/8] f2fs: support STATX_DIOALIGN
` [PATCH v5 8/8] xfs: "

[PATCH] wait_on_bit: add an acquire memory barrier
 2022-08-27  6:56 UTC  (20+ messages)
        ` [PATCH v3] "
              ` [PATCH] provide arch_test_bit_acquire for architectures that define test_bit

[PATCH] vduse: prevent uninitialized memory accesses
 2022-08-27  6:54 UTC  (2+ messages)

[PATCH net-next v2] net: phy: micrel: Make the GPIO to be non-exclusive
 2022-08-27  6:58 UTC  (4+ messages)

[PATCH] ntfs: change check order in ntfs_attr_find
 2022-08-27  6:42 UTC  (3+ messages)

[PATCH 00/10] A few cleanup patches for hugetlb
 2022-08-27  6:38 UTC  (27+ messages)
` [PATCH 01/10] hugetlb: make hugetlb_cma_check() static
` [PATCH 02/10] hugetlb: Use helper macro SZ_1K
` [PATCH 03/10] hugetlb: Use LIST_HEAD() to define a list head
` [PATCH 04/10] hugetlb: Use sizeof() to get the array size
` [PATCH 05/10] hugetlb: Use helper {huge_pte|pmd}_lock()
` [PATCH 06/10] hugetlb: pass NULL to kobj_to_hstate() if nid is unused
` [PATCH 07/10] hugetlb: kill hugetlbfs_pagecache_page()
` [PATCH 08/10] hugetlb: remove unneeded SetHPageVmemmapOptimized()
` [PATCH 09/10] hugetlb: remove meaningless BUG_ON(huge_pte_none())
` [PATCH 10/10] hugetlb: make hugetlb selects SYSFS if !SYSCTL

[PATCH 0/4]Add afi config drivers support
 2022-08-27  6:21 UTC  (4+ messages)
` [PATCH 1/4] firmware: xilinx: Add afi ioctl support

[PATCH bpf-next] bpf: Add bpf_read_raw_record() helper
 2022-08-27  6:25 UTC  (15+ messages)

[ardb:efi-decompressor-v4 4/9] drivers/firmware/efi/libstub/intrinsics.c:18:7: error: definition of builtin function '__builtin_memcpy'
 2022-08-27  6:21 UTC 

[PATCH v1] uio: dfl: add IOPLL user-clock feature id
 2022-08-27  5:54 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v3 0/4] memblock tests: add NUMA tests for memblock_alloc_try_nid*
 2022-08-27  5:53 UTC  (5+ messages)
` [PATCH v3 1/4] memblock tests: add simulation of physical memory with multiple NUMA nodes
` [PATCH v3 2/4] memblock tests: add top-down NUMA tests for memblock_alloc_try_nid*
` [PATCH v3 3/4] memblock tests: add bottom-up "
` [PATCH v3 4/4] memblock tests: add generic "

[PATCH v3 0/8] memblock tests: update and extend memblock simulator
 2022-08-27  5:42 UTC  (9+ messages)
` [PATCH v3 1/8] memblock tests: update tests to check if memblock_alloc zeroed memory
` [PATCH v3 2/8] memblock tests: update zeroed memory check for memblock_alloc_* tests
` [PATCH v3 3/8] memblock tests: add labels to verbose output for generic alloc tests
` [PATCH v3 4/8] memblock tests: add additional tests for basic api and memblock_alloc
` [PATCH v3 5/8] memblock tests: update alloc_api to test memblock_alloc_raw
` [PATCH v3 6/8] memblock tests: update alloc_nid_api to test memblock_alloc_try_nid_raw
` [PATCH v3 7/8] memblock tests: add tests for memblock_*bottom_up functions
` [PATCH v3 8/8] memblock tests: add tests for memblock_trim_memory

[hverkuil-media-tree:for-v6.1f 8/15] drivers/staging/media/deprecated/cpia2/cpia2_usb.c:80:13: warning: variable 'frame_count' set but not used
 2022-08-27  5:40 UTC 

[RESEND PATCH v3 0/9] Make ghes_edac a proper module
 2022-08-27  5:22 UTC  (4+ messages)
` [RESEND PATCH v3 3/9] EDAC/ghes: Make ghes_edac a proper module to remove the dependency on ghes

[PATCH] irqchip/gic-v3: do runtime cpu cap check only when necessary
 2022-08-27  5:19 UTC 

[PATCH net-next v3 0/7] add generic PSE support
 2022-08-27  5:10 UTC  (8+ messages)
` [PATCH net-next v3 1/7] dt-bindings: net: pse-dt: add bindings for generic PSE controller
` [PATCH net-next v3 2/7] dt-bindings: net: phy: add PoDL PSE property
` [PATCH net-next v3 3/7] net: add framework to support Ethernet PSE and PDs devices
` [PATCH net-next v3 4/7] net: mdiobus: fwnode_mdiobus_register_phy() rework error handling
` [PATCH net-next v3 5/7] net: mdiobus: search for PSE nodes by parsing PHY nodes
` [PATCH net-next v3 6/7] ethtool: add interface to interact with Ethernet Power Equipment
` [PATCH net-next v3 7/7] net: pse-pd: add generic PSE driver

[PATCH] selftests/bpf: declare subprog_noise as static in tailcall_bpf2bpf4
 2022-08-27  5:10 UTC  (2+ messages)

[PATCH] selftests/bpf: Fix conflicts with built-in functions in bpf_iter_ksym
 2022-08-27  4:55 UTC  (2+ messages)

kismet: WARNING: unmet direct dependencies detected for CRYPTO_GCM when selected by SEV_GUEST
 2022-08-27  4:39 UTC 

[PATCH v3 0/2] docs: conf.py: Reduce texlive dependency
 2022-08-27  4:38 UTC  (3+ messages)
` [PATCH v3 1/2] docs/conf.py: Treat mathjax as fallback math renderer
` [PATCH v3 2/2] docs/conf.py: Respect env variable SPHINX_IMGMATH

[PATCH/RFC 00/10 v5] Improve scalability of directory operations
 2022-08-27  4:37 UTC  (21+ messages)
` [PATCH 09/10] VFS: add LOOKUP_SILLY_RENAME
` [PATCH 06/10] VFS: support concurrent renames
` [PATCH 01/10] VFS: support parallel updates in the one directory
` [PATCH 10/10] NFS: "
` [PATCH 08/10] NFSD: allow parallel creates from nfsd
` [PATCH 03/10] VFS: move want_write checks into lookup_hash_update()

[PATCH net-next] net: sched: red: remove unused input parameter in red_get_flags()
 2022-08-27  4:35 UTC 

[PATCH net-next v2] docs/conf.py: add function attribute '__fix_address' to conf.py
 2022-08-27  4:21 UTC  (7+ messages)

[PATCH -next] net: sched: sch_skbprio: add support for qlen statistics of each priority in sch_skbprio
 2022-08-27  4:20 UTC  (3+ messages)

[PATCH v5 00/44] Add KernelMemorySanitizer infrastructure
 2022-08-27  4:17 UTC  (5+ messages)
` [PATCH v5 04/44] x86: asm: instrument usercopy in get_user() and put_user()
` [PATCH v5 11/44] kmsan: add KMSAN runtime core

[avpatel:riscv_pmem_v1 40/78] make[3]: *** No rule to make target 'arch/riscv/lib/memcpy.S', needed by 'arch/riscv/purgatory/memcpy.o'
 2022-08-27  4:08 UTC 

[PATCH v4 0/5] tracing/hist: Add percentage histogram suffixes
 2022-08-27  4:03 UTC  (6+ messages)
` [PATCH v4 1/5] tracing: Allow multiple hitcount values in histograms
` [PATCH v4 2/5] tracing: Fix to check event_mutex is held while accessing trigger list
` [PATCH v4 3/5] tracing: Add .percent suffix option to histogram values
` [PATCH v4 4/5] tracing: Add .graph suffix option to histogram value
` [PATCH v4 5/5] tracing: Show hitcount value only when specified

[PATCH v8 000/103] KVM TDX basic feature support
 2022-08-27  3:52 UTC  (3+ messages)
` [PATCH v8 020/103] KVM: TDX: create/destroy VM structure

[syzbot] BUG: corrupted list in efivar_entry_remove
 2022-08-27  3:43 UTC 

[PATCH V5] mm: fix use-after free of page_ext after race with memory-offline
 2022-08-27  3:19 UTC  (4+ messages)

[matthias-bgg:v6.0-next/soc 11/11] drivers/soc/mediatek/mtk-svs.c:887:26: error: call to undeclared function 'FIELD_GET'; ISO C99 and later do not support implicit function declarations
 2022-08-27  3:18 UTC 

[PATCH net-next 0/3] net: sched: add other statistics when calling qdisc_drop()
 2022-08-27  3:16 UTC  (3+ messages)

[PATCH v2] usb: gadget: mass_storage: Fix cdrom data transfers on MAC-OS
 2022-08-27  3:15 UTC 

[PATCH] xfs: donot need to check return value of xlog_kvmalloc()
 2022-08-27  3:11 UTC  (2+ messages)

[PATCH mm-unstable] mm/demotion: Assign correct memory type for multiple dax devices with the same node affinity
 2022-08-27  3:00 UTC  (2+ messages)

[syzbot] BUG: corrupted list in efivar_entry_remove
 2022-08-27  2:41 UTC 

[PATCH] net: dsa: mv88e6xxx: Allow external SMI if serial
 2022-08-27  2:40 UTC  (2+ messages)

[PATCH v6 0/5] Parse CONFIG_CMDLINE in compressed kernel
 2022-08-27  2:08 UTC  (6+ messages)
` [PATCH v6 1/5] x86/boot: Add strlcat() and strscpy() to "
` [PATCH v6 2/5] x86: Add cmdline_prepare() helper
` [PATCH v6 3/5] x86/setup: Use cmdline_prepare() in setup.c
` [PATCH v6 4/5] x86/boot: Use cmdline_prapare() in compressed kernel
` [PATCH v6 5/5] x86/boot: Remove no longer needed includes

[PATCH -next 0/3] Delay the initializaton of zswap
 2022-08-27  2:01 UTC  (5+ messages)
` [PATCH -next 2/3] mm/zswap: delay the initializaton of zswap until the first enablement

[PATCH v2] tg3: Disable tg3 device on system reboot to avoid triggering AER
 2022-08-27  2:00 UTC  (2+ messages)

[PATCH net] net: smsc911x: Stop and start PHY during suspend and resume
 2022-08-27  2:00 UTC  (2+ messages)

[PATCH v4 0/5] Parse CONFIG_CMDLINE in compressed kernel
 2022-08-27  1:51 UTC  (4+ messages)
` [PATCH v4 2/5] x86: Add resolve_cmdline() helper

[PATCH net-next] net: sched: remove redundant NULL check in change hook function
 2022-08-27  1:49 UTC 

[PATCH v2] mm: deduplicate cacheline padding code
 2022-08-27  1:35 UTC  (2+ messages)

linux-next: Tree for Aug 25
 2022-08-27  1:34 UTC  (3+ messages)
` linux-next: Tree for Aug 25 (kunit: virt/nitro_enclaves; also kexec)

[PATCH -next] sched/deadline: Move __dl_clear_params out of dl_bw lock
 2022-08-27  2:09 UTC 

[PATCH -next] sched/deadline: Save processing meaningless ops in dl_task_offline_migration
 2022-08-27  2:04 UTC 

[PATCH][next] drm/i915/guc: Fix spelling mistake "heatbeat" -> "heartbeat"
 2022-08-27  1:19 UTC  (2+ messages)

[PATCH -next 1/3] genirq/affinity: replace managed with is_managed in irq_affinity_desc
 2022-08-27  1:13 UTC  (3+ messages)
` [PATCH -next 2/3] genirq/affinity: Define tmp_mask as a local variable in irq_do_set_affinity
` [PATCH -next 3/3] genirq/affinity: Add __irq_do_set_affinity_lock function

[PATCH] selftests/bpf: Fix bind{4,6} tcp/socket header type conflict
 2022-08-27  1:13 UTC  (9+ messages)

[PATCH] tracepoint: Allow trace events in modules with TAINT_TEST
 2022-08-27  1:09 UTC  (5+ messages)

[PATCH] arm64: dts: qcom: sc7180-trogdor: Keep pm6150_adc enabled for TZ
 2022-08-27  0:49 UTC 

[PATCH 1/2] debugfs: Only clobber mode/uid/gid on remount if asked
 2022-08-27  0:44 UTC  (2+ messages)
` [PATCH 2/2] tracefs: "

[syzbot] KASAN: use-after-free Read in __kernfs_remove
 2022-08-27  0:43 UTC 

[PATCH] net/mlx4: Fix error check for dma_map_sg
 2022-08-27  0:40 UTC  (2+ messages)

[RFC PATCH v3 1/3] workqueue: Hold wq_pool_mutex while affining tasks to wq_unbound_cpumask
 2022-08-27  0:33 UTC  (3+ messages)
` [PATCH] workqueue: Protects wq_unbound_cpumask with wq_pool_attach_mutex

[PATCH 2/2] xen-blkfront: Advertise feature-persistent as user requested
 2022-08-27  0:27 UTC  (2+ messages)

[RFC 0/3] THP Shrinker
 2022-08-27  0:25 UTC  (5+ messages)
` [RFC 1/3] mm: add thp_utilization metrics to debugfs
` [RFC 3/3] mm: THP low utilization shrinker

[PATCH 1/2] dt-bindings: arm: qcom: Document additional skus for sc7180 pazquel360
 2022-08-27  0:05 UTC  (4+ messages)
` [PATCH 2/2] arm64: dts: qcom: Add sc7180-pazquel360

[PATCH v3] net: dsa: mv88e6xxx: support RGMII cmode
 2022-08-27  0:00 UTC  (2+ messages)

[PATCH RFC] s390: Fix nospec table alignments
 2022-08-26 23:55 UTC 

"Verifying and Optimizing Compact NUMA-Aware Locks on Weak Memory Models"
 2022-08-26 23:47 UTC  (4+ messages)

[PATCH v8] x86/mce: retrieve poison range from hardware
 2022-08-26 23:38 UTC 

[PATCH v3 0/2] edac: Add support for Xilinx ZynqMP OCM EDAC
 2022-08-26 23:32 UTC  (3+ messages)
` [PATCH v3 2/2] edac: zynqmp_ocm: Add EDAC support for ZynqMP OCM

[PATCH 00/11] Add support for enhanced SPI for Designware SPI controllers
 2022-08-26 23:33 UTC  (12+ messages)
` [PATCH 07/11] spi: dw: update NDF while writing in enhanced spi mode
` [PATCH 08/11] spi: dw: update buffer for "
` [PATCH 09/11] spi: dw: prepare the transfer routine for enhanced mode
` [PATCH 10/11] spi: dw-apb-ssi: add generic 1.03a version
` [PATCH 11/11] spi: dw: initialize dwc-ssi-1.03a controller

kismet: WARNING: unmet direct dependencies detected for CRYPTO_AEAD2 when selected by SEV_GUEST
 2022-08-26 23:25 UTC 

[PATCH] selftests/bpf: simplify cgroup_hierarchical_stats selftest
 2022-08-26 23:06 UTC 

[PATCH v3] Remove duplicated words across the whole documentation
 2022-08-26 23:06 UTC  (3+ messages)
` [PATCH v4] "

[PATCH v2] selftests/bpf: Fix bind{4,6} tcp/socket header type conflict
 2022-08-26 23:04 UTC  (2+ messages)

[PATCH] mm: deduplicate cacheline padding code
 2022-08-26 23:04 UTC  (2+ messages)

[PATCH] arm64: dts: tegra: smaug: Add Bluetooth node
 2022-08-26 22:02 UTC 

[syzbot] BUG: unable to handle kernel NULL pointer dereference in log_replay
 2022-08-26 22:51 UTC 


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).