public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-09 19:08:35 to 2023-01-09 21:12:14 UTC [more...]

[PATCH 00/15] backlight: Drop use of deprecated fb_blank property
 2023-01-09 20:34 UTC  (11+ messages)
` [PATCH 01/15] video: fbdev: atmel_lcdfb: Rework backlight handling

[PATCH 1/6] docs: rust: add paragraph about finding a suitable `libclang`
 2023-01-09 21:06 UTC  (9+ messages)
` [PATCH 2/6] kbuild: rust_is_available: print docs reference
` [PATCH 3/6] kbuild: rust_is_available: add check for `bindgen` invocation
` [PATCH 4/6] kbuild: rust_is_available: check if the script was invoked from Kbuild
` [PATCH 5/6] kbuild: rust_is_available: fix confusion when a version appears in the path
` [PATCH 6/6] kbuild: rust_is_available: normalize version matching

[PATCH 00/18] arm64: qcom: add support for sa8775p-ride
 2023-01-09 21:03 UTC  (8+ messages)
` [PATCH 01/18] dt-bindings: clock: sa8775p: add bindings for Qualcomm gcc-sa8775p
` [PATCH 14/18] soc: qcom: rmphpd: add power domains for sa8775p

[PATCH v4 1/2] dt-bindings: arm: qcom: Document the sc7280 CRD Pro boards
 2023-01-09 21:00 UTC  (7+ messages)

[PATCH] PCI: vmd: Do not disable MSI-X remapping in VMD 28C0 controller
 2023-01-09 21:00 UTC  (7+ messages)

[PATCH v2 0/5] net/crypto: Introduce crypto_pool
 2023-01-09 20:59 UTC  (4+ messages)
` [PATCH v2 1/5] crypto: "

[PATCH] nommu: Fix split_vma() map_count error
 2023-01-09 20:58 UTC 

[PATCH v7] x86/resctrl: Fix task CLOSID/RMID update race
 2023-01-09 20:57 UTC  (2+ messages)

[PATCH] nommu: Fix do_munmap() error path
 2023-01-09 20:57 UTC 

[PATCH] perf lock contention: Do not use BPF task local storage
 2023-01-09 20:56 UTC  (3+ messages)

[PATCH] kconfig: fix typo (usafe -> unsafe)
 2023-01-09 20:55 UTC  (2+ messages)

[PATCH] nommu: Fix memory leak in do_mmap() error path
 2023-01-09 20:55 UTC 

[PATCH mm-unstable 0/9] continue hugetlb folio conversions
 2023-01-09 20:53 UTC  (9+ messages)
` [PATCH mm-unstable 8/8] mm/hugetlb: convert demote_free_huge_page to folios

[RFC PATCH 00/25] Upstream kvx Linux port
 2023-01-09 20:55 UTC  (5+ messages)
` [RFC PATCH 08/25] kvx: Add exception/interrupt handling
` [RFC PATCH 12/25] kvx: Add system call support

[PATCH 00/41] Per-VMA locks
 2023-01-09 20:53 UTC  (42+ messages)
` [PATCH 01/41] maple_tree: Be more cautious about dead nodes
` [PATCH 02/41] maple_tree: Detect dead nodes in mas_start()
` [PATCH 03/41] maple_tree: Fix freeing of nodes in rcu mode
` [PATCH 04/41] maple_tree: remove extra smp_wmb() from mas_dead_leaves()
` [PATCH 05/41] maple_tree: Fix write memory barrier of nodes once dead for RCU mode
` [PATCH 06/41] maple_tree: Add smp_rmb() to dead node detection
` [PATCH 07/41] mm: Enable maple tree RCU mode by default
` [PATCH 08/41] mm: introduce CONFIG_PER_VMA_LOCK
` [PATCH 09/41] mm: rcu safe VMA freeing
` [PATCH 10/41] mm: move mmap_lock assert function definitions
` [PATCH 11/41] mm: export dump_mm()
` [PATCH 12/41] mm: add per-VMA lock and helper functions to control it
` [PATCH 13/41] mm: introduce vma->vm_flags modifier functions
` [PATCH 14/41] mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
` [PATCH 15/41] mm: replace vma->vm_flags direct modifications with modifier calls
` [PATCH 16/41] mm: replace vma->vm_flags indirect modification in ksm_madvise
` [PATCH 17/41] mm/mmap: move VMA locking before anon_vma_lock_write call
` [PATCH 18/41] mm/khugepaged: write-lock VMA while collapsing a huge page
` [PATCH 19/41] mm/mmap: write-lock VMAs before merging, splitting or expanding them
` [PATCH 20/41] mm/mmap: write-lock VMAs in vma_adjust
` [PATCH 21/41] mm/mmap: write-lock VMAs affected by VMA expansion
` [PATCH 22/41] mm/mremap: write-lock VMA while remapping it to a new address range
` [PATCH 23/41] mm: write-lock VMAs before removing them from VMA tree
` [PATCH 24/41] mm: conditionally write-lock VMA in free_pgtables
` [PATCH 25/41] mm/mmap: write-lock adjacent VMAs if they can grow into unmapped area
` [PATCH 26/41] kernel/fork: assert no VMA readers during its destruction
` [PATCH 27/41] mm/mmap: prevent pagefault handler from racing with mmu_notifier registration
` [PATCH 28/41] mm: introduce lock_vma_under_rcu to be used from arch-specific code
` [PATCH 29/41] mm: fall back to mmap_lock if vma->anon_vma is not yet set
` [PATCH 30/41] mm: add FAULT_FLAG_VMA_LOCK flag
` [PATCH 31/41] mm: prevent do_swap_page from handling page faults under VMA lock
` [PATCH 32/41] mm: prevent userfaults to be handled under per-vma lock
` [PATCH 33/41] mm: introduce per-VMA lock statistics
` [PATCH 34/41] x86/mm: try VMA lock-based page fault handling first
` [PATCH 35/41] arm64/mm: "
` [PATCH 36/41] powerc/mm: "
` [PATCH 37/41] mm: introduce mod_vm_flags_nolock
` [PATCH 38/41] mm: avoid assertion in untrack_pfn
` [PATCH 39/41] kernel/fork: throttle call_rcu() calls in vm_area_free
` [PATCH 40/41] mm: separate vma->lock from vm_area_struct
` [PATCH 41/41] mm: replace rw_semaphore with atomic_t in vma_lock

[PATCH v1 1/1] pinctrl: Proofreading and updating the documentation accordingly
 2023-01-09 20:54 UTC 

[PATCH] mm.h: Fix "mm: Add temporary vma iterator versions of vma_merge(), split_vma(), and __split_vma()
 2023-01-09 20:53 UTC 

[PATCH/RFC] module: replace module_layout with module_memory
 2023-01-09 20:51 UTC  (4+ messages)

[PATCH] rust: print: avoid evaluating arguments in `pr_*` macros in `unsafe` blocks
 2023-01-09 20:49 UTC 

[PATCHSET v2 block/for-next] blkcg: Improve blkg config helpers and make iolatency init lazy
 2023-01-09 20:48 UTC  (4+ messages)
` [PATCH 1/4] blkcg: Drop unnecessary RCU read [un]locks from blkg_conf_prep/finish()

[PATCH] tools:perf:scripts:python:mem-phys-addr fix performance
 2023-01-09 20:44 UTC  (2+ messages)

[PATCH 00/16] spi: bcm63xx-hsspi: driver and doc updates
 2023-01-09 20:43 UTC  (23+ messages)
` [PATCH 02/16] dt-bindings: spi: Add bcmbca-hsspi controller support
` [PATCH 03/16] dt-bindings: spi: Add spi peripheral specific property
` [PATCH 07/16] spi: bcm63xx-hsspi: Add polling mode support
` [PATCH 11/16] spi: bcm63xx-hsspi: Add prepend feature support

[PATCH 1/2] dt-bindings: usb: snps,dwc3: Allow power-domains property
 2023-01-09 20:42 UTC  (12+ messages)

[PATCH 1/2] hwmon: (nct6775) Directly call ASUS ACPI WMI method
 2023-01-09 20:41 UTC  (2+ messages)

[PATCH v4 0/8] perf: Arm SPEv1.2 support
 2023-01-09 20:40 UTC  (12+ messages)
` [PATCH v4 1/8] perf: arm_spe: Use feature numbering for PMSEVFR_EL1 defines
` [PATCH v4 2/8] arm64: Drop SYS_ from SPE register defines
` [PATCH v4 3/8] arm64/sysreg: Convert SPE registers to automatic generation
` [PATCH v4 4/8] perf: arm_spe: Drop BIT() and use FIELD_GET/PREP accessors
` [PATCH v4 5/8] perf: arm_spe: Use new PMSIDR_EL1 register enums
` [PATCH v4 6/8] perf: arm_spe: Support new SPEv1.2/v8.7 'not taken' event
` [PATCH v4 7/8] perf: Add perf_event_attr::config3
` [PATCH v4 8/8] perf: arm_spe: Add support for SPEv1.2 inverted event filtering

[PATCH v3 1/2] perf build: Properly guard libbpf includes
 2023-01-09 20:40 UTC  (12+ messages)

[PATCH v4] blk-throtl: Introduce sync and async queues for blk-throtl
 2023-01-09 20:40 UTC  (2+ messages)

[PATCH 00/10] platform/chrome: cros_ec_typec: VDM support
 2023-01-09 20:40 UTC  (22+ messages)
` [PATCH 01/10] Revert "mfd: cros_ec: Add SCP Core-1 as a new CrOS EC MCU"
` [PATCH 02/10] platform_chrome: cros_ec: Add Type-C VDM defines
` [PATCH 03/10] platform/chrome: cros_ec_typec: Stash port driver info
` [PATCH 04/10] platform/chrome: cros_ec_typec: Set port alt mode drvdata
` [PATCH 05/10] platform/chrome: cros_ec_typec: Update port DP VDO
` [PATCH 06/10] platform/chrome: cros_ec_typec: Move structs to header
` [PATCH 07/10] platform/chrome: cros_ec_typec: Alter module name with hyphens
` [PATCH 08/10] platform/chrome: cros_ec_typec: Add initial VDM support
` [PATCH 09/10] platform/chrome: cros_typec_vdm: Add VDM reply support
` [PATCH 10/10] platform/chrome: cros_typec_vdm: Add VDM send support

[PATCH] gpio: tegra186: add Tegra234 PMC compatible in GPIO driver
 2023-01-09 20:30 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v1 0/3] Assume libbpf 1.0 in build
 2023-01-09 20:34 UTC  (4+ messages)
` [PATCH v1 1/3] tools build: Pass libbpf feature only if libbpf 1.0+
` [PATCH v1 2/3] perf build: Remove libbpf pre-1.0 feature tests
` [PATCH v1 3/3] perf bpf: Remove pre libbpf 1.0 conditional logic

[patch V3 00/33] genirq, PCI/MSI: Support for per device MSI and PCI/IMS - Part 3 implementation
 2023-01-09 20:32 UTC  (4+ messages)
` [patch V3 13/33] x86/apic/vector: Provide MSI parent domain

[PATCH v2 1/2] Revert "ARM: dts: armada-38x: Fix compatible string for gpios"
 2023-01-09 20:31 UTC  (4+ messages)
` [PATCH v2 2/2] Revert "ARM: dts: armada-39x: "

[PATCH 0/2] clk: qcom: Add GCC support for SM7150
 2023-01-09 19:30 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: clock: Add SM7150 GCC clock binding
` [PATCH 2/2] clk: qcom: Add Global Clock Controller (GCC) driver for SM7150

[PATCH v2 22/44] mmap: Pass through vmi iterator to __split_vma()
 2023-01-09 20:30 UTC  (3+ messages)

[PATCH] x86/mm/cpa: get rid of the cpa lock
 2023-01-09 20:30 UTC  (2+ messages)

[PATCH] libbpf: resolve kernel function name optimization for kprobe
 2023-01-09 20:29 UTC  (2+ messages)

[PATCH 0/2] kvm/vfio: fix potential deadlock on vfio group lock
 2023-01-09 20:24 UTC  (5+ messages)
` [PATCH 1/2] KVM: async kvm_destroy_vm for vfio devices
` [PATCH 2/2] KVM: s390: pci: use asyncronous kvm put

[RFC PATCH 00/14] Introduce QC USB SND audio offloading support
 2023-01-09 20:24 UTC  (6+ messages)
` [RFC PATCH 07/14] usb: host: xhci: Add XHCI secondary interrupter support

[PATCH v1 0/6] ARM: Add GXP I2C Support
 2023-01-09 20:23 UTC  (4+ messages)
` [PATCH v1 1/6] i2c: hpe: Add GXP SoC I2C Controller

[PATCH 1/3] perf/core: Change the layout of perf_sample_data
 2023-01-09 20:21 UTC  (4+ messages)
` [PATCH 2/3] perf/core: Set data->sample_flags in perf_prepare_sample()

[PATCH 1/2] usb: misc: onboard_hub: Invert driver registration order
 2023-01-09 20:19 UTC  (6+ messages)
` [PATCH 2/2] usb: misc: onboard_hub: Move 'attach' work to the driver

[GIT PULL] generic trip points for the thermal framework
 2023-01-09 20:17 UTC  (2+ messages)

[syzbot] KASAN: use-after-free Read in __usb_hcd_giveback_urb (2)
 2023-01-09 20:15 UTC  (6+ messages)

[PATCH rcu 0/27] Unconditionally enable SRCU
 2023-01-09 20:05 UTC  (5+ messages)
` [PATCH rcu 01/27] arch/x86: Remove "select SRCU"

[PATCH] rcu: Avoid kernel stack overflow due to rcu_irq_enter_check_tick() being kprobe-ed
 2023-01-09 20:04 UTC  (3+ messages)
` [PATCH v2] rcu: Avoid stack overflow due to __rcu_irq_enter_check_tick() "

[PATCH v2 RESEND] fbdev: atmel_lcdfb: Rework backlight status updates
 2023-01-09 20:02 UTC 

[PATCH v2 3/4] media: rkvdec: Re-enable H.264 error detection
 2023-01-09 20:00 UTC  (5+ messages)

Dhrystone -- userland version
 2023-01-09 19:59 UTC  (12+ messages)

Expected rdpmc behavior during context swtich and a RISC-V conundrum
 2023-01-09 19:56 UTC  (7+ messages)

[PATCH v8 00/16] TDX host kernel support
 2023-01-09 19:54 UTC  (9+ messages)
` [PATCH v8 05/16] x86/virt/tdx: Implement functions to make SEAMCALL
` [PATCH v8 06/16] x86/virt/tdx: Get information about TDX module and TDX-capable memory

[PATCH 00/46] Based on latest mm-unstable (85b44c25cd1e)
 2023-01-09 19:53 UTC  (3+ messages)

[PATCH v6 0/8] cxl: Process event logs
 2023-01-09 19:42 UTC  (9+ messages)
` [PATCH v6 1/8] cxl/mem: Read, trace, and clear events on driver load
` [PATCH v6 2/8] cxl/mem: Wire up event interrupts
` [PATCH v6 3/8] cxl/mem: Trace General Media Event Record
` [PATCH v6 4/8] cxl/mem: Trace DRAM "
` [PATCH v6 5/8] cxl/mem: Trace Memory Module "
` [PATCH v6 6/8] cxl/test: Add generic mock events
` [PATCH v6 7/8] cxl/test: Add specific events
` [PATCH v6 8/8] cxl/test: Simulate event log overflow

[PATCH v11 00/13] x86/resctrl: Support for AMD QoS new features
 2023-01-09 19:49 UTC  (4+ messages)
` [PATCH v11 04/13] x86/cpufeatures: Add Bandwidth Monitoring Event Configuration feature flag

[PATCH v2 0/3] RISC-V Hibernation Support
 2023-01-09 19:46 UTC  (4+ messages)
` [PATCH v2 3/3] RISC-V: Add arch functions to support hibernation/suspend-to-disk

[PATCH v16 0/7] crash: Kernel handling of CPU and memory hot un/plug
 2023-01-09 19:43 UTC  (4+ messages)
` [PATCH v16 7/7] x86/crash: add x86 crash hotplug support

[PATCH v1] perf script flamegraph: Avoid d3-flame-graph package dependency
 2023-01-09 19:42 UTC  (4+ messages)

[PATCH v15 0/7] crash: Kernel handling of CPU and memory hot un/plug
 2023-01-09 19:40 UTC  (4+ messages)
` [PATCH v15 1/7] crash: move crash_prepare_elf64_headers()

[PATCH 1/1] perf tools: Don't install libtraceevent plugins as its not anymore in the kernel sources
 2023-01-09 19:40 UTC  (2+ messages)

[PATCH 0/7] improve AP queue reset processing
 2023-01-09 19:40 UTC  (6+ messages)
` [PATCH 7/7] s390/vfio_ap: always clean up IRQ resources

[PATCH v8 00/28] Drivers for gunyah hypervisor
 2023-01-09 19:38 UTC  (4+ messages)
` [PATCH v8 12/28] gunyah: vm_mgr: Introduce basic VM Manager

[Patch v4 00/13] Add PCI pass-thru support to Hyper-V Confidential VMs
 2023-01-09 19:35 UTC  (8+ messages)
` [Patch v4 04/13] x86/mm: Handle decryption/re-encryption of bss_decrypted consistently

[PATCH v2 0/2] drm/panel: add support for the Visionox VTDR6130 AMOLED DSI panel
 2023-01-09 19:33 UTC  (8+ messages)
` [PATCH v2 1/2] dt-bindings: display: panel: document the Visionox VTDR6130 AMOLED DSI Panel bindings
` [PATCH v2 2/2] drm/panel: add visionox vtdr6130 DSI panel driver

[syzbot] KASAN: use-after-free Read in io_wq_worker_wake
 2023-01-09 19:33 UTC  (2+ messages)

[PATCH] rcu: Fix missing TICK_DEP_MASK_RCU_EXP dependency check
 2023-01-09 19:32 UTC  (4+ messages)

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2023-01-09 19:32 UTC  (5+ messages)
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory

[PATCH v6] dt-bindings: regulators: convert non-smd RPM Regulators bindings to dt-schema
 2023-01-09 19:30 UTC  (2+ messages)

[PATCH] rcu: Fix missing TICK_DEP_MASK_RCU_EXP dependency check
 2023-01-09 19:28 UTC  (4+ messages)

[syzbot] kernel BUG in rxrpc_put_call
 2023-01-09 19:24 UTC 

[PATCH] maple_tree: Fix handle of invalidated state in mas_wr_store_setup()
 2023-01-09 19:22 UTC  (2+ messages)

[PATCH 0/4] nolibc: add support for the s390 platform
 2023-01-09 19:15 UTC  (2+ messages)

[PATCH 0/3] softirq: uncontroversial change
 2023-01-09 19:12 UTC  (5+ messages)
` [PATCH 3/3] softirq: don't yield if only expedited handlers are pending

[PATCH v2 0/3] imx7d-remarkable2: Enable cyttsp5 and rohm,bd71815
 2023-01-09 19:13 UTC  (5+ messages)
` [PATCH v2 3/3] ARM: dts: imx7d-remarkable2: Enable the rohm,bd71815

[PATCH 0/6] pending bug fixes for nolibc
 2023-01-09 19:11 UTC  (2+ messages)

[syzbot] memory leak in io_submit_sqes (4)
 2023-01-09 19:10 UTC  (2+ messages)

[PATCH] usb: dwc3: Clear DWC3_EVENT_PENDING when count is 0
 2023-01-09 19:09 UTC  (3+ messages)

[PATCH v2 0/7] staging: rtl8192e: Rename variables from r8192_priv start with ChannelPlan
 2023-01-09 19:09 UTC  (8+ messages)
` [PATCH v2 1/7] staging: rtl8192e: Rename ChannelPlan, eeprom_ChannelPlan and CckPwEnl
` [PATCH v2 2/7] staging: rtl8192e: Rename TSSI_13dBm, Pwr_Track and NumTotalRFPath
` [PATCH v2 3/7] staging: rtl8192e: Rename CCKPresentAtt
` [PATCH v2 4/7] staging: rtl8192e: Rename TxPowerLevelCCK
` [PATCH v2 5/7] staging: rtl8192e: Rename TxPowerLevelOFDM24G
` [PATCH v2 6/7] staging: rtl8192e: Rename MCSTxPowerL.., LegacyHTTxPowe.. and AntennaTx
` [PATCH v2 7/7] staging: rtl8192e: Rename SetRFPowerSta.., RfReg0Value and bTXPowerDa


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