linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-01-04 21:17:06 to 2023-01-05 00:41:55 UTC [more...]

[PATCH rcu 0/27] Unconditionally enable SRCU
 2023-01-05  0:38 UTC  (11+ messages)
` [PATCH rcu 04/27] arch/powerpc/kvm: Remove "select SRCU"
` [PATCH rcu 07/27] block: "
` [PATCH rcu 14/27] drivers/md: "
` [PATCH rcu 15/27] drivers/net: "
` [PATCH rcu 16/27] drivers/opp: "
` [PATCH rcu 18/27] fs/btrfs: "
` [PATCH rcu 19/27] fs/dlm: "
` [PATCH rcu 20/27] fs/notify: "
` [PATCH rcu 22/27] init: "
` [PATCH rcu 27/27] rcu: Remove CONFIG_SRCU

[syzbot] [hfs?] WARNING in hfs_write_inode
 2023-01-05  0:36 UTC  (6+ messages)

[PATCH v10 00/13] x86/resctrl: Support for AMD QoS new features
 2023-01-05  0:30 UTC  (11+ messages)
` [PATCH v10 01/13] x86/resctrl: Replace smp_call_function_many() with on_each_cpu_mask()
` [PATCH v10 07/13] x86/resctrl: Add __init attribute to rdt_get_mon_l3_config()
` [PATCH v10 09/13] x86/resctrl: Add interface to read mbm_total_bytes_config
` [PATCH v10 11/13] x86/resctrl: Add interface to write mbm_total_bytes_config
` [PATCH v10 13/13] Documentation/x86: Update resctrl.rst for new features

[PATCH rcu 0/9] SRCU updates for v6.3
 2023-01-05  0:28 UTC  (10+ messages)
` [PATCH rcu 1/9] srcu: Release early_srcu resources when no longer in use
` [PATCH rcu 2/9] srcu: Delegate work to the boot cpu if using SRCU_SIZE_SMALL
` [PATCH rcu 3/9] srcu: Fix a misspelling in comment
` [PATCH rcu 4/9] srcu: Fix the comparision in srcu_invl_snp_seq()
` [PATCH rcu 5/9] rcu: Add srcu_down_read() and srcu_up_read()
` [PATCH rcu 6/9] rcu: Add test code for semaphore-like SRCU readers
` [PATCH rcu 7/9] srcu: Remove needless rcu_seq_done() check while holding read lock
` [PATCH rcu 8/9] srcu: Yet more detail for srcu_readers_active_idx_check() comments
` [PATCH rcu 9/9] srcu: Update comment after the index flip

[PATCH -next 0/4] block/rq_qos: protect rq_qos apis with global mutex
 2023-01-05  0:28 UTC  (6+ messages)
` [PATCH -next 1/4] block/rq_qos: move implementions of init/exit rq-qos apis to blk-rq-qos.c
` [PATCH -next 3/4] block/rq_qos: use a global mutex to protect rq_qos apis

[PATCH rcu 0/8] kvfree_rcu updates for v6.3
 2023-01-05  0:24 UTC  (9+ messages)
` [PATCH rcu 1/8] rcu: Refactor kvfree_call_rcu() and high-level helpers
` [PATCH rcu 2/8] rcu/kvfree: Switch to a generic linked list API
` [PATCH rcu 3/8] rcu/kvfree: Move bulk/list reclaim to separate functions
` [PATCH rcu 4/8] rcu/kvfree: Move need_offload_krc() out of krcp->lock
` [PATCH rcu 5/8] rcu/kvfree: Use a polled API to speedup a reclaim process
` [PATCH rcu 6/8] rcu/kvfree: Use READ_ONCE() when access to krcp->head
` [PATCH rcu 7/8] rcu/kvfree: Carefully reset number of objects in krcp
` [PATCH rcu 8/8] rcu/kvfree: Split ready for reclaim objects from a batch

[PATCH rcu 0/10] Miscellaneous fixes for v6.3
 2023-01-05  0:23 UTC  (11+ messages)
` [PATCH rcu 01/10] rcu: Use hlist_nulls_next_rcu() in hlist_nulls_add_tail_rcu()
` [PATCH rcu 02/10] rcu: Consolidate initialization and CPU-hotplug code
` [PATCH rcu 03/10] rcu: Throttle callback invocation based on number of ready callbacks
` [PATCH rcu 04/10] rcu: Upgrade header comment for poll_state_synchronize_rcu()
` [PATCH rcu 05/10] rcu: Make RCU_LOCKDEP_WARN() avoid early lockdep checks
` [PATCH rcu 06/10] rcu: Suppress smp_processor_id() complaint in synchronize_rcu_expedited_wait()
` [PATCH rcu 07/10] rcu: Make rcu_blocking_is_gp() stop early-boot might_sleep()
` [PATCH rcu 08/10] rcu: Test synchronous RCU grace periods at the end of rcu_init()
` [PATCH rcu 09/10] rcu: Allow expedited RCU CPU stall warnings to dump task stacks
` [PATCH rcu 10/10] rcu: Remove redundant call to rcu_boost_kthread_setaffinity()

[PATCH v12 0/6] Introduce PRU remoteproc consumer API
 2023-01-05  0:22 UTC  (3+ messages)
` [PATCH v12 2/6] remoteproc: pru: Add enum for PRU Core Identifiers

[PATCH 6.1 000/207] 6.1.4-rc1 review
 2023-01-05  0:21 UTC  (3+ messages)

[PATCHSET block/for-next] blkcg: Improve blkg config helpers and make iolatency init lazy
 2023-01-05  0:20 UTC  (5+ messages)
` [PATCH 1/4] blkcg: Drop unnecessary RCU read [un]locks from blkg_conf_prep/finish()
` [PATCH 2/4] blkcg: Restructure blkg_conf_prep() and friends
` [PATCH 3/4] blk-iolatency: s/blkcg_rq_qos/iolat_rq_qos/
` [PATCH 4/4] blk-iolatency: Make initialization lazy

[PATCH rcu 0/15] Documentation updates for v6.3
 2023-01-05  0:09 UTC  (16+ messages)
` [PATCH rcu 01/15] doc: Further updates to RCU's lockdep.rst
` [PATCH rcu 02/15] doc: Update NMI-RCU.rst
` [PATCH rcu 03/15] doc: Update rcubarrier.rst
` [PATCH rcu 04/15] doc: Update rcu_dereference.rst
` [PATCH rcu 05/15] doc: Update and wordsmith rculist_nulls.rst
` [PATCH rcu 06/15] doc: Update rcu.rst
` [PATCH rcu 07/15] doc: Update stallwarn.rst
` [PATCH rcu 08/15] doc: Update torture.rst
` [PATCH rcu 09/15] doc: Update UP.rst
` [PATCH rcu 10/15] doc: Update rcu.rst URL to RCU publications
` [PATCH rcu 11/15] doc: Update whatisRCU.rst
` [PATCH rcu 12/15] doc: Document CONFIG_RCU_CPU_STALL_CPUTIME=y stall information
` [PATCH rcu 13/15] docs/RCU/rcubarrier: Adjust 'Answer' parts of QQs as definition-lists
` [PATCH rcu 14/15] docs/RCU/rcubarrier: Right-adjust line numbers in code snippets
` [PATCH rcu 15/15] doc: Fix htmldocs build warnings of stallwarn.rst

[PATCH 1/1] mm: fix vma->anon_name memory leak for anonymous shmem VMAs
 2023-01-05  0:06 UTC  (6+ messages)

[PATCH] mm/khugepaged: fix collapse_pte_mapped_thp() to allow anon_vma
 2023-01-05  0:03 UTC  (5+ messages)

[PATCH v2 1/1] mm: fix vma->anon_name memory leak for anonymous shmem VMAs
 2023-01-05  0:02 UTC 

[PATCH] mailmap: add alias for Ben Dooks' old simtec address
 2023-01-04 23:44 UTC 

[RFC PATCH 00/14] Introduce QC USB SND audio offloading support
 2023-01-04 23:51 UTC  (10+ messages)
` [RFC PATCH 02/14] ASoC: qcom: qdsp6: Introduce USB AFE port to q6dsp
` [RFC PATCH 03/14] ASoC: qcom: Add USB backend ASoC driver for Q6
` [RFC PATCH 09/14] sound: usb: Introduce QC USB SND offloading support

[RFC PATCH 0/3] x86/resctrl: Miscellaneous resctrl features
 2023-01-04 23:54 UTC  (5+ messages)
` [RFC PATCH 3/3] x86/resctrl: Display the RMID and COSID for resctrl groups

[PATCH V4 0/9] CXL: Process event logs
 2023-01-04 23:53 UTC  (7+ messages)
` [PATCH V4 2/9] cxl/mem: Read, trace, and clear events on driver load

linux-next: build failure after merge of the thermal tree
 2023-01-04 23:46 UTC 

linux-next: manual merge of the thermal tree with the pm tree
 2023-01-04 23:35 UTC  (2+ messages)

[PATCH v2] hugetlb: unshare some PMDs when splitting VMAs
 2023-01-04 23:19 UTC 

[PATCH v4 0/2] Update section header name check
 2023-01-04 23:15 UTC  (3+ messages)
` [PATCH v4 1/2] remoteproc: elf_loader: Update resource table "

[PATCH 0/3] x86/cpu: KVM: Make SGX and VMX depend on FEAT_CTL
 2023-01-04 23:18 UTC  (8+ messages)
` [PATCH 1/3] x86/cpu: Process all CPUID dependencies after identifying CPU info

[PATCH] workingset: fix confusion around eviction vs refault container
 2023-01-04 23:22 UTC  (2+ messages)

[PATCH v9 0/4] Enhance definition of DFH and use enhancements for UART driver
 2023-01-04 23:22 UTC  (5+ messages)
` [PATCH v9 1/4] Documentation: fpga: dfl: Add documentation for DFHv1
` [PATCH v9 2/4] fpga: dfl: Add DFHv1 Register Definitions
` [PATCH v9 3/4] fpga: dfl: add basic support for DFHv1
` [PATCH v9 4/4] tty: serial: 8250: add DFL bus driver for Altera 16550

[PATCH v2 0/9] Linux RISC-V AIA Support
 2023-01-04 23:21 UTC  (7+ messages)
` [PATCH v2 1/9] RISC-V: Add AIA related CSR defines
` [PATCH v2 4/9] dt-bindings: interrupt-controller: Add RISC-V incoming MSI controller
` [PATCH v2 6/9] dt-bindings: interrupt-controller: Add RISC-V advanced PLIC

[PATCH v5 0/3] cachestat: a new syscall for page cache state of files
 2023-01-04 23:21 UTC  (5+ messages)
` [PATCH v5 1/3] workingset: refactor LRU refault to expose refault recency check
` [PATCH v5 2/3] cachestat: implement cachestat syscall
` [PATCH v5 3/3] selftests: Add selftests for cachestat

[PATCH] hugetlb: unshare some PMDs when splitting VMAs
 2023-01-04 23:12 UTC  (7+ messages)

[PATCH v5 0/3] cachestat: a new syscall for page cache state of files
 2023-01-04 23:10 UTC  (4+ messages)
` [PATCH v5 1/3] workingset: refactor LRU refault to expose refault recency check
` [PATCH v5 2/3] cachestat: implement cachestat syscall
` [PATCH v5 3/3] selftests: Add selftests for cachestat

linux-next: manual merge of the thermal tree with the pm tree
 2023-01-04 23:03 UTC 

[PATCH 0/3] mm/uffd: Fix missing markers on hugetlb
 2023-01-04 22:52 UTC  (4+ messages)
` [PATCH 1/3] mm/hugetlb: Pre-allocate pgtable pages for uffd wr-protects
` [PATCH 2/3] mm/mprotect: Use long for page accountings and retval
` [PATCH 3/3] mm/uffd: Detect pgtable allocation failures

[PATCH 0/2] MediaTek SCP IPI cleanups
 2023-01-04 22:47 UTC  (2+ messages)

[PATCH v1 01/11] dt-bindings: usb: Add device id for Genesys Logic hub controller
 2023-01-04 22:54 UTC  (6+ messages)
` [PATCH v1 08/11] dt-bindings: usb: Add binding for Via lab VL817Q7 "

linux-next: old trees removed from linux-next
 2023-01-04 22:55 UTC 

[RFC PATCH v1 00/19] rtw88: Add SDIO support
 2023-01-04 22:45 UTC  (9+ messages)
` [RFC PATCH v1 19/19] rtw88: Add support for the SDIO based RTL8821CS chipset

[PATCH v3 00/10] Add CA enforcement keyring restrictions
 2023-01-04 22:38 UTC  (9+ messages)
` [PATCH v3 03/10] KEYS: X.509: Parse Basic Constraints for CA
` [PATCH v3 04/10] KEYS: X.509: Parse Key Usage

[RFC PATCH v3 0/2] Add reset control for mfd syscon devices
 2023-01-04 22:34 UTC  (6+ messages)
` [RFC PATCH v3 2/2] mfd: syscon: allow reset control for "

[PATCH] scsi: ufs: core: fix devfreq deadlocks
 2023-01-04 22:34 UTC  (6+ messages)

[PATCH 6.0 000/177] 6.0.18-rc1 review
 2023-01-04 22:33 UTC  (4+ messages)

[PATCH v6 0/3] Improve CLOCK_EVT_FEAT_C3STOP feature setting
 2023-01-04 22:30 UTC  (2+ messages)

[PATCH] workingset: fix confusion around eviction vs refault container
 2023-01-04 22:29 UTC 

[PATCH] clocksource/drivers/riscv: Increase the clock source rating
 2023-01-04 22:29 UTC  (2+ messages)

[PATCH] workqueue: Add a new flag to spot the potential UAF error
 2023-01-04 22:26 UTC  (2+ messages)

[PATCH] remoteproc/mtk_scp: Move clk ops outside send_lock
 2023-01-04 22:22 UTC  (2+ messages)

[PATCH] drm/amd/display: fix array-bounds errors in dc_stream_remove_writeback()
 2023-01-04 22:22 UTC  (2+ messages)

[PATCH] cgroup/cpuset: no need to explicitly init a global static variable
 2023-01-04 22:21 UTC  (2+ messages)

[PATCH v2] Bluetooth: Fix possible deadlock in rfcomm_sk_state_change
 2023-01-04 22:21 UTC  (2+ messages)

[PATCH v3 0/3] Thermal ACPI APIs for generic trip points
 2023-01-04 22:21 UTC  (4+ messages)
` [PATCH v3 1/3] thermal/acpi: Add ACPI trip point routines
` [PATCH v3 2/3] thermal/drivers/intel: Use generic trip points for intel_pch
` [PATCH v3 3/3] thermal/drivers/intel: Use generic trip points int340x

[PATCH v2 00/15] Add support for enhanced SPI for Designware SPI controllers
 2023-01-04 22:20 UTC  (3+ messages)

[PATCH] blk-iocost: don't make all constants unsigned long long
 2023-01-04 22:17 UTC  (5+ messages)

[PATCH] sound: hda: increase timeouts to stop crash on resume with ALC3204 and others
 2023-01-04 22:10 UTC 

[PATCH v3] blk-throtl: Introduce sync and async queues for blk-throtl
 2023-01-04 22:11 UTC  (2+ messages)

[RFC PATCH v1] syscall_user_dispatch: ptrace SUSPEND feature for checkpoint/restore
 2023-01-04 22:09 UTC 

[PATCH v2 0/6] iommu/sun50i: Allwinner D1 support
 2023-01-04 22:07 UTC  (7+ messages)
` [PATCH v2 2/6] iommu/sun50i: Track masters attached to the domain
` [PATCH v2 3/6] iommu/sun50i: Keep the bypass register up to date
` [PATCH v2 6/6] riscv: dts: allwinner: d1: Add the IOMMU node

[PATCH 5.10 00/63] 5.10.162-rc1 review
 2023-01-04 21:56 UTC  (2+ messages)

[PATCH v3 0/5] blk-iocost: random bugfix
 2023-01-04 21:54 UTC  (7+ messages)
` [PATCH v3 1/5] blk-iocost: check return value of match_u64()
` [PATCH v3 4/5] blk-iocost: fix divide by 0 error in calc_lcoefs()
` [PATCH v3 5/5] blk-iocost: change div64_u64 to DIV64_U64_ROUND_UP in ioc_refresh_params()

linux-next: duplicate patch in the kspp-gustavo tree
 2023-01-04 21:52 UTC 

linux-next: duplicate patches in the folio tree
 2023-01-04 21:50 UTC 

linux-next: duplicate patches in the drm-intel tree
 2023-01-04 21:48 UTC 

[PATCH v2 0/2] blk-iocost: add refcounting for iocg and ioc
 2023-01-04 21:45 UTC  (5+ messages)
` [PATCH v2 1/2] blk-iocost: add refcounting for iocg
` [PATCH v2 2/2] blk-iocost: add refcounting for ioc

[PATCH] remoteproc: Make rproc_get_by_phandle() work for clusters
 2023-01-04 21:45 UTC  (5+ messages)

linux-next: duplicate patches in the amdgpu tree
 2023-01-04 21:45 UTC 

Linux 6.2-rc1
 2023-01-04 21:43 UTC  (7+ messages)

[PATCH v6 00/11] tracing/user_events: Remote write ABI
 2023-01-04 21:42 UTC  (12+ messages)
` [PATCH v6 01/11] tracing/user_events: Split header into uapi and kernel
` [PATCH v6 02/11] tracing/user_events: Track fork/exec/exit for mm lifetime
` [PATCH v6 03/11] tracing/user_events: Use remote writes for event enablement
` [PATCH v6 04/11] tracing/user_events: Fixup enable faults asyncly
` [PATCH v6 05/11] tracing/user_events: Add ioctl for disabling addresses
` [PATCH v6 06/11] tracing/user_events: Update self-tests to write ABI
` [PATCH v6 07/11] tracing/user_events: Add ABI self-test
` [PATCH v6 08/11] tracing/user_events: Use write ABI in example
` [PATCH v6 09/11] tracing/user_events: Update documentation for ABI
` [PATCH v6 10/11] tracing/user_events: Charge event allocs to cgroups
` [PATCH v6 11/11] tracing/user_events: Limit global user_event count

linux-next: duplicate patches in the v4l-dvb-next tree
 2023-01-04 21:42 UTC 

linux-next: duplicate patch in the tegra tree
 2023-01-04 21:40 UTC 

[RFC][PATCH] ACPI: tracing: Have ACPI debug go to tracing ring buffer
 2023-01-04 21:39 UTC  (7+ messages)

linux-next: duplicate patches in the stm32 tree
 2023-01-04 21:37 UTC 

linux-next: duplicate patches in the aspeed tree
 2023-01-04 21:33 UTC 

linux-next: duplicate patch in the backlight-fixes tree
 2023-01-04 21:29 UTC 

[PATCH 00/10] docs: cgroup-v1: formatting improv for "Memory Resource Controller" doc
 2023-01-04 21:27 UTC  (2+ messages)

[PATCH v2 0/8] Introduce provisioning primitives for thinly provisioned storage
 2023-01-04 21:22 UTC  (4+ messages)
` [PATCH v2 3/7] fs: Introduce FALLOC_FL_PROVISION

[PATCH v2] lib: zstd: Fix -Wstringop-overflow warning
 2023-01-04 21:20 UTC 

[PATCH v10 098/108] KVM: TDX: Implement callbacks for MSR operations for TDX
 2023-01-04 21:20 UTC  (2+ messages)

[PATCH v5 00/23] Convert to filemap_get_folios_tag()
 2023-01-04 21:14 UTC  (10+ messages)
` [PATCH v5 03/23] filemap: Convert __filemap_fdatawait_range() to use filemap_get_folios_tag()
` [PATCH v5 10/23] ext4: Convert mpage_prepare_extent_to_map() "
` [PATCH v5 12/23] f2fs: Convert f2fs_flush_inline_data() "
` [PATCH v5 13/23] f2fs: Convert f2fs_sync_node_pages() "
` [PATCH v5 17/23] gfs2: Convert gfs2_write_cache_jdata() "
` [PATCH v5 19/23] nilfs2: Convert nilfs_lookup_dirty_node_buffers() "
` [PATCH v5 21/23] nilfs2: Convert nilfs_copy_dirty_pages() "
` [PATCH v5 22/23] nilfs2: Convert nilfs_clear_dirty_pages() "
` [PATCH v5 23/23] filemap: Remove find_get_pages_range_tag()


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