linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-30 20:20:39 to 2022-11-30 23:58:48 UTC [more...]

[PATCH 0/2] fsdax,xfs: fix warning messages
 2022-11-30 23:58 UTC  (9+ messages)

[PATCH v6 0/4] Add data-lanes and link-frequencies to dp_out endpoint
 2022-11-30 23:58 UTC  (6+ messages)
` [PATCH v6 1/4] arm64: dts: qcom: add data-lanes and link-freuencies into "
` [PATCH v6 2/4] drm/msm/dp: parser data-lanes as property of "
` [PATCH v6 3/4] drm/msm/dp: parser link-frequencies "
` [PATCH v6 4/4] drm/msm/dp: add support of max dp link rate

linux-next: manual merge of the rcu tree with the printk tree
 2022-11-30 23:55 UTC 

[PATCH v1 0/3] Putting some basic order on isa extension lists
 2022-11-30 23:46 UTC  (5+ messages)
` [PATCH v1 1/3] RISC-V: clarify ISA string ordering rules in cpu.c
` [PATCH v1 2/3] RISC-V: resort all extensions in consistent orders
` [PATCH v1 3/3] Documentation: riscv: add a section about ISA string ordering in /proc/cpuinfo

[PATCH v4] rcu-tasks: Make rude RCU-Tasks work well with CPU hotplug
 2022-11-30 23:45 UTC 

[PATCH v4 0/4] x86/crash: Fix double NMI shootdown bug
 2022-11-30 23:38 UTC  (6+ messages)
` [PATCH v4 1/4] x86/crash: Disable virt in core NMI crash handler to avoid double shootdown
` [PATCH v4 2/4] x86/virt: Force GIF=1 prior to disabling SVM (for reboot flows)
` [PATCH v4 3/4] x86/reboot: Disable virtualization in an emergency if SVM is supported
` [PATCH v4 4/4] x86/reboot: Disable SVM, not just VMX, when stopping CPUs

[PATCH v2 0/3] printk: introduce new macros pr_<level>_cont()
 2022-11-30 23:37 UTC  (10+ messages)
` [PATCH v2 1/3] "

[PATCH] mm: memcontrol: protect the memory in cgroup from being oom killed
 2022-11-30 23:29 UTC  (3+ messages)

[RFC PATCH v2 00/47] hugetlb: introduce HugeTLB high-granularity mapping
 2022-11-30 23:29 UTC  (7+ messages)
` [RFC PATCH v2 06/47] hugetlb: extend vma lock for shared vmas
` [RFC PATCH v2 25/47] hugetlb: add HGM support for copy_hugetlb_page_range

[PATCH V4 0/7] null_blk: allow REQ_OP_WRITE_ZEROES and cleanup
 2022-11-30 23:29 UTC  (4+ messages)
` [PATCH V4 1/8] null_blk: allow REQ_OP_WRITE_ZEROES

[Question] Should we reuse target when damon's operation changed?
 2022-11-30 23:24 UTC  (2+ messages)

[PATCH 2/4] KVM: arm64: Don't serialize if the access flag isn't set
 2022-11-30 23:21 UTC  (6+ messages)

[PATCH] platform/chrome: Create new USB driver for RGB keyboard in ChromeOS devices
 2022-11-30 23:19 UTC 

[PATCH] mm/madvise: fix madvise_pageout for private file mappings
 2022-11-30 23:17 UTC  (2+ messages)

[PATCH RESEND] Input: msg2638 - only read linux,keycodes array if necessary
 2022-11-30 23:15 UTC  (2+ messages)

[PATCH] input/misc: wistron_btns: disable on UML
 2022-11-30 23:16 UTC  (2+ messages)

[PATCH v3 rcu 0/16] Lazy call_rcu() updates for v6.2
 2022-11-30 23:15 UTC  (21+ messages)
` [PATCH rcu 12/16] percpu-refcount: Use call_rcu_hurry() for atomic switch
` [PATCH rcu 14/16] rxrpc: Use call_rcu_hurry() instead of call_rcu()
` [PATCH rcu 15/16] net: Use call_rcu_hurry() for dst_release()

[PATCH 1/2] perf/arm-cmn: Cope with spurious IRQs better
 2022-11-30 23:13 UTC  (4+ messages)

[PATCH] net: atlantic: fix check for invalid ethernet addresses
 2022-11-30 23:12 UTC  (5+ messages)

[PATCH v2 00/50] KVM: Rework kvm_init() and hardware enabling
 2022-11-30 23:09 UTC  (51+ messages)
` [PATCH v2 01/50] KVM: Register /dev/kvm as the _very_ last thing during initialization
` [PATCH v2 02/50] KVM: Initialize IRQ FD after arch hardware setup
` [PATCH v2 03/50] KVM: Allocate cpus_hardware_enabled "
` [PATCH v2 04/50] KVM: Teardown VFIO ops earlier in kvm_exit()
` [PATCH v2 05/50] KVM: s390: Unwind kvm_arch_init() piece-by-piece() if a step fails
` [PATCH v2 06/50] KVM: s390: Move hardware setup/unsetup to init/exit
` [PATCH v2 07/50] KVM: x86: Do timer initialization after XCR0 configuration
` [PATCH v2 08/50] KVM: x86: Move hardware setup/unsetup to init/exit
` [PATCH v2 09/50] KVM: Drop arch hardware (un)setup hooks
` [PATCH v2 10/50] KVM: VMX: Reset eVMCS controls in VP assist page during hardware disabling
` [PATCH v2 11/50] KVM: VMX: Don't bother disabling eVMCS static key on module exit
` [PATCH v2 12/50] KVM: VMX: Move Hyper-V eVMCS initialization to helper
` [PATCH v2 13/50] KVM: x86: Move guts of kvm_arch_init() to standalone helper
` [PATCH v2 14/50] KVM: VMX: Do _all_ initialization before exposing /dev/kvm to userspace
` [PATCH v2 15/50] KVM: x86: Serialize vendor module initialization (hardware setup)
` [PATCH v2 16/50] KVM: arm64: Simplify the CPUHP logic
` [PATCH v2 17/50] KVM: arm64: Free hypervisor allocations if vector slot init fails
` [PATCH v2 18/50] KVM: arm64: Unregister perf callbacks if hypervisor finalization fails
` [PATCH v2 19/50] KVM: arm64: Do arm/arch initialization without bouncing through kvm_init()
` [PATCH v2 20/50] KVM: arm64: Mark kvm_arm_init() and its unique descendants as __init
` [PATCH v2 21/50] KVM: MIPS: Hardcode callbacks to hardware virtualization extensions
` [PATCH v2 22/50] KVM: MIPS: Setup VZ emulation? directly from kvm_mips_init()
` [PATCH v2 23/50] KVM: MIPS: Register die notifier prior to kvm_init()
` [PATCH v2 24/50] KVM: RISC-V: Do arch init directly in riscv_kvm_init()
` [PATCH v2 25/50] KVM: RISC-V: Tag init functions and data with __init, __ro_after_init
` [PATCH v2 26/50] KVM: PPC: Move processor compatibility check to module init
` [PATCH v2 27/50] KVM: s390: Do s390 specific init without bouncing through kvm_init()
` [PATCH v2 28/50] KVM: s390: Mark __kvm_s390_init() and its descendants as __init
` [PATCH v2 29/50] KVM: Drop kvm_arch_{init,exit}() hooks
` [PATCH v2 30/50] KVM: VMX: Make VMCS configuration/capabilities structs read-only after init
` [PATCH v2 31/50] KVM: x86: Do CPU compatibility checks in x86 code
` [PATCH v2 32/50] KVM: Drop kvm_arch_check_processor_compat() hook
` [PATCH v2 33/50] KVM: x86: Use KBUILD_MODNAME to specify vendor module name
` [PATCH v2 34/50] KVM: x86: Unify pr_fmt to use module name for all KVM modules
` [PATCH v2 35/50] KVM: VMX: Use current CPU's info to perform "disabled by BIOS?" checks
` [PATCH v2 36/50] KVM: x86: Do VMX/SVM support checks directly in vendor code
` [PATCH v2 37/50] KVM: VMX: Shuffle support checks and hardware enabling code around
` [PATCH v2 38/50] KVM: SVM: Check for SVM support in CPU compatibility checks
` [PATCH v2 39/50] KVM: x86: Move CPU compat checks hook to kvm_x86_ops (from kvm_x86_init_ops)
` [PATCH v2 40/50] KVM: x86: Do compatibility checks when onlining CPU
` [PATCH v2 41/50] KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE section
` [PATCH v2 42/50] KVM: Disable CPU hotplug during hardware enabling/disabling
` [PATCH v2 43/50] KVM: Ensure CPU is stable during low level hardware enable/disable
` [PATCH v2 44/50] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock
` [PATCH v2 45/50] KVM: Remove on_each_cpu(hardware_disable_nolock) in kvm_exit()
` [PATCH v2 46/50] KVM: Use a per-CPU variable to track which CPUs have enabled virtualization
` [PATCH v2 47/50] KVM: Make hardware_enable_failed a local variable in the "enable all" path
` [PATCH v2 48/50] KVM: Register syscore (suspend/resume) ops early in kvm_init()
` [PATCH v2 49/50] KVM: Opt out of generic hardware enabling on s390 and PPC
` [PATCH v2 50/50] KVM: Clean up error labels in kvm_init()

[PATCH] vfio/mdev: fix possible memory leak in module init funcs
 2022-11-30 23:06 UTC  (2+ messages)

[RFC hid v1 00/10] HID-BPF: add support for in-tree BPF programs
 2022-11-30 23:05 UTC  (3+ messages)
` [RFC hid v1 01/10] bpftool: generate json output of skeletons

[PATCH v3 1/2] mm/slub, kunit: add SLAB_SKIP_KFENCE flag for cache creation
 2022-11-30 23:05 UTC  (3+ messages)
` [PATCH v3 2/2] mm/slub, kunit: Add a test case for kmalloc redzone check

[Patch net-next v1 00/12] net: dsa: microchip: add PTP support for KSZ9563/KSZ8563 and LAN937x
 2022-11-30 23:05 UTC  (5+ messages)
` [Patch net-next v1 01/12] net: dsa: microchip: ptp: add the posix clock support

[PATCH 00/44] KVM: Rework kvm_init() and hardware enabling
 2022-11-30 23:02 UTC  (5+ messages)
` [PATCH 32/44] KVM: x86: Unify pr_fmt to use module name for all KVM modules

[GIT PULL] clk fixes for v6.1-rc7
 2022-11-30 22:57 UTC 

linux-next: manual merge of the drm tree with Linus' tree
 2022-11-30 22:57 UTC 

[PATCH] KVM: selftests: restore special vmmcall code layout needed by the harness
 2022-11-30 22:56 UTC  (2+ messages)

[PATCH] kest.pl: Fix grub2 menu handling for rebooting
 2022-11-30 22:54 UTC 

[PATCH] net: dsa: ksz: Check proper trim in ksz_common_rcv()
 2022-11-30 22:53 UTC  (4+ messages)
` [PATCH v2] net: dsa: Check return value from skb_trim_rcsum()

[PATCH v10 1/4] dt-bindings: clock: add loongson-2 clock include file
 2022-11-30 22:49 UTC  (4+ messages)
` [PATCH v10 2/4] clk: clk-loongson2: add clock controller driver support

[PATCH 1/2] time/namespace: Refactor copy-pasted helper into one copy
 2022-11-30 22:48 UTC  (6+ messages)
` [PATCH 2/2] time/namespace: Forbid timens page faults under kthread_use_mm()

[syzbot] WARNING in ep_poll (2)
 2022-11-30 22:43 UTC 

[PATCH v10 0/4] implement getrandom() in vDSO
 2022-11-30 22:39 UTC  (4+ messages)
` [PATCH v10 1/4] random: add vgetrandom_alloc() syscall

[PATCH 0/2] Fix lack of section mismatch warnings with LTO
 2022-11-30 22:37 UTC  (5+ messages)
` [PATCH 1/2] padata: Do not mark padata_mt_helper() as __init

[PATCH] error-injection: Add prompt for function error injection
 2022-11-30 22:37 UTC  (8+ messages)

[PATCH] mtd: spi-nor: issi: Add in support for IS25LX256 chip, operating in 1S-1S-8S mode
 2022-11-30 22:32 UTC  (4+ messages)

[PATCH] mm: remove lock_page_memcg() from rmap
 2022-11-30 22:30 UTC  (8+ messages)

[PATCH v7 00/20] TDX host kernel support
 2022-11-30 22:26 UTC  (11+ messages)
` [PATCH v7 10/20] x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory
` [PATCH v7 17/20] x86/virt/tdx: Configure global KeyID on all packages

[PATCH v3 0/2] mm/migrate: Fix writable pte for read migration entry
 2022-11-30 22:24 UTC  (4+ messages)
` [PATCH v3 1/2] mm/migrate: Fix read-only page got writable when recover pte

[PATCH v3] modules: add modalias file to sysfs for modules
 2022-11-30 22:14 UTC  (2+ messages)
` [PATCH v4] "

[PATCH v2 3/3] mmc: xenon: Fix 2G limitation on AC5 SoC
 2022-11-30 22:09 UTC  (2+ messages)

[tip:perf/urgent] BUILD SUCCESS 517e6a301f34613bff24a8e35b5455884f2d83d8
 2022-11-30 22:09 UTC 

[PATCH v2 00/10] A few bugfix and cleanup patches for blk-throttle
 2022-11-30 22:09 UTC  (15+ messages)
` [PATCH v2 01/10] blk-throttle: correct stale comment in throtl_pd_init
` [PATCH v2 02/10] blk-throttle: Fix that bps of child could exceed bps limited in parent
` [PATCH v2 04/10] blk-throttle: correct calculation of wait time in tg_may_dispatch
` [PATCH v2 05/10] blk-throttle: simpfy low limit reached check in throtl_tg_can_upgrade
` [PATCH v2 08/10] blk-throttle: remove repeat check of elapsed time from last upgrade in throtl_hierarchy_can_downgrade
` [PATCH v2 09/10] blk-throttle: Use more siutable time_after check for update of slice_start
` [PATCH v2 10/10] blk-throttle: avoid dead code in throtl_hierarchy_can_upgrade

[PATCH] docs: Integrate rustdoc into Rust documentation
 2022-11-30 22:08 UTC 

[PATCH] net: dsa: fix NULL pointer dereference in seq_match()
 2022-11-30 22:01 UTC  (2+ messages)

next-20221122: tinyconfig: ppc n s390: kernel/printk/printk.c:95:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Werror,-Wimplicit-int]
 2022-11-30 21:59 UTC  (11+ messages)

[PATCH 2/2] fbdev: uvesafb: don't build on UML
 2022-11-30 21:55 UTC 

[PATCH 1/2] fbdev: geode: don't build on UML
 2022-11-30 21:55 UTC 

[PATCH v4 00/18] mdss-dsi-ctrl binding and dts fixes
 2022-11-30 21:51 UTC  (4+ messages)
` [PATCH v4 03/18] dt-bindings: msm: dsi-controller-main: Rename qcom,dsi-ctrl-6g-qcm2290 to qcom,qcm2290-dsi-ctrl

[PATCH v2 12/12] riscv: defconfig: Enable the Allwinner D1 platform and drivers
 2022-11-30 21:49 UTC  (3+ messages)

[PATCH v2] mm: set the vma flags dirty before testing if it is mergeable
 2022-11-30 21:43 UTC  (4+ messages)

[RFC PATCH 0/1] remoteproc: Enable getter for drivers that manage 2+ remotes
 2022-11-30 21:39 UTC  (4+ messages)
` [RFC PATCH 1/1] remoteproc: Introduce rproc_get_by_id API

[PATCH v5 00/11] Encrypted Hibernation
 2022-11-30 21:34 UTC  (7+ messages)
` [PATCH v5 03/11] tpm: Allow PCR 23 to be restricted to kernel-only use

[PATCH v3 0/4] Add Aspeed ACRY driver for hardware acceleration
 2022-11-30 21:30 UTC  (3+ messages)
` [PATCH v3 4/4] dt-bindings: bus: add documentation for Aspeed AHBC

[PATCH V2 0/6] Xilinx DMA enhancements and optimization
 2022-11-30 21:27 UTC  (5+ messages)
` [PATCH V2 1/6] dt-bindings: dmaengine: xilinx_dma:Add xlnx,axistream-connected property

[PATCH] wifi: ieee80211: Do not open-code qos address offsets
 2022-11-30 21:26 UTC 

[PATCH v6 0/6] evm: Do HMAC of multiple per LSM xattrs for new inodes
 2022-11-30 21:23 UTC  (7+ messages)
` [PATCH v6 4/6] security: Allow all LSMs to provide xattrs for inode_init_security hook

[PATCH v5 0/4] x86/of: Add support for interrupt mode config for x86 OF systems
 2022-11-30 21:21 UTC  (5+ messages)
` [PATCH v5 1/4] dt-bindings: x86: apic: Convert Intel's APIC bindings to YAML schema
` [PATCH v5 2/4] dt-bindings: x86: apic: Introduce new optional bool property for lapic

[PATCHSET 00/15] perf stat: Improve perf stat output (v2)
 2022-11-30 21:21 UTC  (6+ messages)
` [PATCH 05/15] perf stat: Remove prefix argument in print_metric_headers()

[PATCH v10 1/2] dt-bindings: arm: qcom: Add zombie
 2022-11-30 21:20 UTC  (4+ messages)
` [PATCH v10 2/2] arm64: dts: qcom: sc7280: Add DT for sc7280-herobrine-zombie

[PATCH v6 0/4] workqueue: destroy_worker() vs isolated CPUs
 2022-11-30 21:06 UTC  (4+ messages)
` [PATCH v6 3/4] workqueue: Convert the idle_timer to a timer + work_struct

[PATCH] clocksource/drivers/sh_cmt: access registers according to spec
 2022-11-30 21:06 UTC 

[syzbot] kernel panic: stack is corrupted in hfs_cat_create
 2022-11-30 21:04 UTC 

[RFC][PATCH 0/2] LIN support for Linux
 2022-11-30 21:02 UTC  (4+ messages)

[PATCH -next v2 0/9] iocost bugfix
 2022-11-30 20:59 UTC  (17+ messages)
` [PATCH -next v2 1/9] blk-iocost: cleanup ioc_qos_write() and ioc_cost_model_write()
` [PATCH -next v2 2/9] blk-iocost: improve hanlder of match_u64()
` [PATCH -next v2 4/9] blk-iocost: read params inside lock in sysfs apis
` [PATCH -next v2 5/9] blk-iocost: fix divide by 0 error in calc_lcoefs()
` [PATCH -next v2 6/9] blk-iocost: change div64_u64 to DIV64_U64_ROUND_UP in ioc_refresh_params()
` [PATCH -next v2 7/9] blk-iocost: fix UAF in ioc_pd_free
` [PATCH -next v2 8/9] block: fix null-pointer dereference in ioc_pd_init
` [PATCH -next v2 9/9] blk-iocost: fix walk_list corruption

[PATCH net-next v4] dsa: lan9303: Add 3 ethtool stats
 2022-11-30 20:56 UTC  (2+ messages)

[RFC PATCH] iio: adc: qcom-spmi-vadc: Propagate fw node name/label to extend_name
 2022-11-30 20:54 UTC  (4+ messages)

[PATCH v8 00/13] Support for AMD QoS new features
 2022-11-30 20:40 UTC  (6+ messages)
` [PATCH v8 05/13] x86/resctrl: Detect and configure Slow Memory Bandwidth Allocation

[PATCH v3 0/7] x86/cpu, kvm: Support AMD Automatic IBRS
 2022-11-30 20:36 UTC  (3+ messages)
` [PATCH v3 6/7] "

[PATCH 6.0 000/289] 6.0.11-rc1 review
 2022-11-30 20:35 UTC  (2+ messages)

[PATCH v8 01/16] ufs: core: Optimize duplicate code to read extended feature
 2022-11-30 20:27 UTC  (16+ messages)
` [PATCH v8 02/16] ufs: core: Probe for ext_iid support
` [PATCH v8 03/16] ufs: core: Introduce Multi-circular queue capability
` [PATCH v8 04/16] ufs: core: Defer adding host to scsi if mcq is supported
` [PATCH v8 05/16] ufs: core: mcq: Add support to allocate multiple queues
` [PATCH v8 06/16] ufs: core: mcq: Configure resource regions
` [PATCH v8 07/16] ufs: core: mcq: Calculate queue depth
` [PATCH v8 08/16] ufs: core: mcq: Allocate memory for mcq mode
` [PATCH v8 09/16] ufs: core: mcq: Configure operation and runtime interface
` [PATCH v8 10/16] ufs: core: mcq: Use shared tags for MCQ mode
` [PATCH v8 11/16] ufs: core: Prepare ufshcd_send_command for mcq
` [PATCH v8 12/16] ufs: core: mcq: Find hardware queue to queue request
` [PATCH v8 13/16] ufs: core: Prepare for completion in mcq
` [PATCH v8 14/16] ufs: mcq: Add completion support of a cqe
` [PATCH v8 15/16] ufs: core: mcq: Add completion support in poll
` [PATCH v8 16/16] ufs: core: mcq: Enable Multi Circular Queue

[PATCH 5.15 000/206] 5.15.81-rc1 review
 2022-11-30 20:23 UTC  (2+ messages)

Crash with PREEMPT_RT on aarch64 machine
 2022-11-30 20:22 UTC  (11+ messages)

[PATCH] notifier: repair slips in kernel-doc comments
 2022-11-30 20:21 UTC  (3+ messages)

[PATCH 0/3] ACPI, APEI, EINJ: Add new CXL Error Types
 2022-11-30 20:20 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).