All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-09-26 06:27:40 to 2021-09-26 09:07:14 UTC [more...]

[PATCH v2 00/21] cpufreq: introduce a new AMD CPU frequency control mechanism
 2021-09-26  9:05 UTC  (10+ messages)
` [PATCH v2 01/21] x86/cpufreatures: add AMD Collaborative Processor Performance Control feature flag
` [PATCH v2 02/21] x86/msr: add AMD CPPC MSR definitions
` [PATCH v2 03/21] ACPI: CPPC: Check online CPUs for determining _CPC is valid
` [PATCH v2 04/21] ACPI: CPPC: add cppc enable register function
` [PATCH v2 05/21] cpufreq: amd: introduce a new amd pstate driver to support future processors
` [PATCH v2 06/21] cpufreq: amd: add fast switch function for amd-pstate module
` [PATCH v2 07/21] cpufreq: amd: add acpi cppc function as the backend for legacy processors
` [PATCH v2 08/21] cpufreq: amd: add trace for amd-pstate module
` [PATCH v2 10/21] cpufreq: amd: add amd-pstate checking support check attribute

[PATCH v10 00/14] machine: smp parsing fixes and improvement
 2021-09-26  8:45 UTC  (14+ messages)
` [PATCH v10 01/14] machine: Deprecate "parameter=0" SMP configurations
` [PATCH v10 02/14] machine: Minor refactor/fix for the smp parsers
` [PATCH v10 03/14] machine: Uniformly use maxcpus to calculate the omitted parameters
` [PATCH v10 04/14] machine: Set the value of cpus to match maxcpus if it's omitted
` [PATCH v10 05/14] machine: Improve the error reporting of smp parsing
` [PATCH v10 06/14] qtest/numa-test: Use detailed -smp CLIs in pc_dynamic_cpu_cfg
` [PATCH v10 07/14] qtest/numa-test: Use detailed -smp CLIs in test_def_cpu_split
` [PATCH v10 08/14] machine: Prefer cores over sockets in smp parsing since 6.2
` [PATCH v10 09/14] machine: Use ms instead of global current_machine in sanity-check
` [PATCH v10 10/14] machine: Tweak the order of topology members in struct CpuTopology
` [PATCH v10 11/14] machine: Make smp_parse generic enough for all arches
` [PATCH v10 12/14] machine: Remove smp_parse callback from MachineClass
` [PATCH v10 14/14] machine: Put all sanity-check in the generic SMP parser

[PATCH 00/14] KVM: Halt-polling fixes, cleanups and a new stat
 2021-09-26  9:02 UTC  (10+ messages)
` [PATCH 07/14] KVM: Don't block+unblock when halt-polling is successful

Broken Pipe with SNDRV_PCM_IOCTL_WRITEI_FRAMES
 2021-09-26  9:01 UTC 

[PATCH 0/2] Add PM2250 qcom_smd regulators
 2021-09-26  8:45 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: regulator: Document PM2250 smd-rpm regulators
` [PATCH 2/2] regulator: qcom_smd: Add PM2250 regulators

[PATCH] Urgent bug fix causing Apple SSDs to not work
 2021-09-26  8:44 UTC  (5+ messages)

[REGRESSION] nvme: code command_id with a genctr for use-after-free validation crashes apple T2 SSD
 2021-09-26  8:44 UTC  (8+ messages)

[PATCH] mm/vmscan.c:Fix -Wunused-but-set-variable warning
 2021-09-24 18:12 UTC 

[PATCH v2 0/3] hw/char/mchp_pfsoc_mmuart: QOM'ify PolarFire MMUART
 2021-09-26  8:38 UTC  (12+ messages)
` [PATCH v2 1/3] hw/char/mchp_pfsoc_mmuart: Simplify MCHP_PFSOC_MMUART_REG definition
` [PATCH v2 2/3] hw/char/mchp_pfsoc_mmuart: Use a MemoryRegion container
` [PATCH v2 3/3] hw/char/mchp_pfsoc_mmuart: QOM'ify PolarFire MMUART

[PATCH] avoid crashing the kernel
 2021-09-26  8:38 UTC  (3+ messages)

[PATCH v11] Bluetooth: btusb: Add support using different nvm for variant WCN6855 controller
 2021-09-26  8:36 UTC 

[Buildroot] [PATCH 1/1] package/google-breakpad: fix build with glibc >= 2.33
 2021-09-26  8:35 UTC 

[PATCH v2 00/29] edid-decode: bug fixes, additions, changes
 2021-09-26  8:33 UTC  (30+ messages)
` [PATCH v2 01/29] edid-decode: remove unnecessary length check
` [PATCH v2 02/29] edid-decode: fix standard timing vertical pixels
` [PATCH v2 03/29] edid-decode: exclude oui from _block functions
` [PATCH v2 04/29] edid-decode: check cta_hdr10plus length
` [PATCH v2 05/29] edid-decode: Capitalize fail sentence
` [PATCH v2 06/29] edid-decode: Replace return with break in switch
` [PATCH v2 07/29] edid-decode: extended tag length check
` [PATCH v2 08/29] edid-decode: Output block type before fail
` [PATCH v2 09/29] edid-decode: update Microsoft expected length
` [PATCH v2 10/29] edid-decode: Capitalize fail sentence
` [PATCH v2 11/29] edid-decode: make all OUI handlers the same
` [PATCH v2 12/29] edid-decode: move OUI parsing to separate function
` [PATCH v2 13/29] edid-decode: move unknown block warning
` [PATCH v2 14/29] edid-decode: remove cta_ext_block
` [PATCH v2 15/29] edid-decode: change unknown CTA block names
` [PATCH v2 16/29] edid-decode: move audio fail/warn messages
` [PATCH v2 17/29] edid-decode: replace first_block with block_number
` [PATCH v2 18/29] edid-decode: move parse_displayid_block inner loop
` [PATCH v2 19/29] edid-decode: remove offset from displayid_block
` [PATCH v2 20/29] edid-decode: displayid_block len fixes
` [PATCH v2 21/29] edid-decode: ignore DisplayID version for OUI check
` [PATCH v2 22/29] edid-decode: DisplayID non-0 filler fixes
` [PATCH v2 23/29] edid-decode: DisplayID length checks
` [PATCH v2 24/29] edid-decode: make OUI enum
` [PATCH v2 25/29] edid-decode: more OUI changes
` [PATCH v2 26/29] edid-decode: remove extra vendor field
` [PATCH v2 27/29] edid-decode: re-add one EDID
` [PATCH v2 28/29] edid-decode: add interesting EDID
` [PATCH v2 29/29] edid-decode: fix indents

[PATCH v6, 00/15] Using component framework to support multi hardware decode
 2021-09-26  8:27 UTC  (8+ messages)

[PATCH rdma-next] RDMA/mlx5: Avoid taking MRs from larger MR cache pools when a pool is empty
 2021-09-26  8:31 UTC 

[PATCH] configure: Loosen GCC requirement from 7.5.0 to 7.4.0
 2021-09-26  8:19 UTC  (2+ messages)

nvmm: Fix support for stable version (NVMM_USER_VERSION 1)
 2021-09-26  7:28 UTC 

[Buildroot] [PATCH 1/1] package/opencv4: fix build with protobuf 3.18.0
 2021-09-26  8:15 UTC 

[Buildroot] [PATCH 1/1] package/opencv3: fix build with protobuf 3.18.0
 2021-09-26  8:14 UTC 

[yocto] [layerindex-web][PATCH] recipeparse.py: add BBLAYERS in bblayers.conf
 2021-09-26  8:14 UTC 

[PATCH] Remove uneccessary parantheas
 2021-09-26  8:13 UTC  (3+ messages)

[qemu-mainline test] 165197: regressions - FAIL
 2021-09-26  8:10 UTC 

glibc VETO for kernel version SUBLEVEL >= 255
 2021-09-26  8:10 UTC  (3+ messages)

Best Qulity ST-PLA Filament Supplier
 2021-09-26  8:05 UTC 

[PATCH v2 0/4] add the imx8 pcie phy driver support
 2021-09-26  7:39 UTC  (15+ messages)
` [PATCH v2 1/4] dt-bindings: phy: phy-imx8-pcie: Add binding for the pad modes of imx8 pcie phy
` [PATCH v2 2/4] dt-bindings: phy: add imx8 pcie phy driver support
` [PATCH v2 3/4] arm64: dts: imx8mm: add the pcie phy support
` [PATCH v2 4/4] phy: freescale: pcie: initialize the imx8 pcie standalone phy driver

[dpdk-dev] [PATCH] net/ice: enable Rx timestamp on Flex Descriptor
 2021-09-26  7:53 UTC  (3+ messages)
` [dpdk-dev] [PATCH v2] "
  ` [dpdk-dev] [PATCH v3] "

[Bug 214523] New: RDMA Mellanox RoCE drivers are unresponsive to ARP updates during a reconnect
 2021-09-26  8:02 UTC  (2+ messages)

[PATCH] hw/char/mchp_pfsoc_mmuart: QOM'ify PolarFire MMUART
 2021-09-26  7:59 UTC  (5+ messages)

Need to merge - QEMU patch for booting eMMC image for AST2600 machine
 2021-09-26  7:59 UTC  (2+ messages)

[PATCH] time:Fix an incorrect function name in the comment
 2021-09-24 17:43 UTC 

[PATCH] arm64: dts: qcom: Drop vdd-supply from qusb2-phy devices
 2021-09-26  7:59 UTC 

[dpdk-dev] [PATCH] net/i40e: fix Rx packet statistics
 2021-09-26  7:57 UTC 

[PATCH] block: only allocate blkcg->fc_app_id when starting to use it
 2021-09-26  7:55 UTC  (3+ messages)

[PATCH] net: sparx5: fix resource_size.cocci warnings
 2021-09-26  7:42 UTC  (2+ messages)

[PATCH] hw/arm: sabrelite: Connect SPI flash CS line to GPIO3_19
 2021-09-26  7:40 UTC  (2+ messages)

[LTP] [RFC PATCH] fallocate05: increase the fallocate and defallocate size
 2021-09-26  7:40 UTC  (15+ messages)

[PATCH v3 0/9] sections: Unify kernel sections range check and use
 2021-09-26  7:20 UTC  (20+ messages)
` [PATCH v3 1/9] kallsyms: Remove arch specific text and data check
` [PATCH v3 2/9] kallsyms: Fix address-checks for kernel related range
` [PATCH v3 3/9] sections: Move and rename core_kernel_data() to is_kernel_core_data()
` [PATCH v3 4/9] sections: Move is_kernel_inittext() into sections.h
` [PATCH v3 5/9] x86: mm: Rename __is_kernel_text() to is_x86_32_kernel_text()
` [PATCH v3 6/9] sections: Provide internal __is_kernel() and __is_kernel_text() helper
` [PATCH v3 7/9] mm: kasan: Use is_kernel() helper
` [PATCH v3 8/9] extable: Use is_kernel_text() helper
` [PATCH v3 9/9] powerpc/mm: Use is_kernel_text() and is_kernel_inittext() helper

[BUG] The usage of memory cgroup is not consistent with processes when using THP
 2021-09-26  7:35 UTC  (2+ messages)

[PATCH v4 0/1] AUXADC: Mediatek auxadc driver
 2021-09-26  7:30 UTC  (2+ messages)
` [PATCH v4 1/1] iio: mtk-auxadc: fix case IIO_CHAN_INFO_PROCESSED

[PATCH] char: xillybus: Eliminate redundant wrappers to DMA related calls
 2021-09-26  7:29 UTC 

[PATCH] jobs: Report creation of background jobs
 2021-09-26  7:12 UTC 

[PATCH net-next] net: mlx4: Add support for XDP_REDIRECT
 2021-09-26  7:26 UTC  (2+ messages)

[PATCH] arm64: dts: qcom: sdm630-nile: Correct regulator label name
 2021-09-26  7:22 UTC 

[PATCH stable 4.19 0/4] tcp: fix the timeout value calculated by tcp_model_timeout() is not accurate
 2021-09-26  7:18 UTC  (5+ messages)
` [PATCH stable 4.19 1/4] tcp: address problems caused by EDT misshaps
` [PATCH stable 4.19 2/4] tcp: always set retrans_stamp on recovery
` [PATCH stable 4.19 3/4] tcp: create a helper to model exponential backoff
` [PATCH stable 4.19 4/4] tcp: adjust rto_base in retransmits_timed_out()

[PATCH v6 00/30] LoongArch64 port of QEMU TCG
 2021-09-26  7:17 UTC  (9+ messages)
` [PATCH v6 09/30] tcg/loongarch64: Implement tcg_out_mov and tcg_out_movi
` [PATCH v6 14/30] tcg/loongarch64: Implement bswap{16,32,64} ops
` [PATCH v6 26/30] tcg/loongarch64: Implement tcg_target_init
` [PATCH v6 30/30] configure, meson.build: Mark support for loongarch64 hosts

[PATCH] thermal: intel_powerclamp: Use bitmap_zalloc/bitmap_free when applicable
 2021-09-26  7:17 UTC 

[dpdk-dev] getting errno 14 while creating mbuf pool
 2021-09-26  7:16 UTC 

[PATCH] drm/amdkfd: fix resource_size.cocci warnings
 2021-09-26  7:16 UTC 

[PATCH] PCI/sysfs: add write attribute for boot_vga
 2021-09-26  7:15 UTC 

[PATCH v3 1/3] Bluetooth: btandroid: Support Android Bluetooth Quality Report
 2021-09-26  7:14 UTC  (3+ messages)

[PATCH v2] ibmveth: Use dma_alloc_coherent() instead of kmalloc/dma_map_single()
 2021-09-26  6:52 UTC  (2+ messages)

[PATCH v4 1/4] Bluetooth: aosp: Support AOSP Bluetooth Quality Report
 2021-09-26  7:07 UTC  (4+ messages)
` [PATCH v4 2/4] Bluetooth: hci_qca: enable Qualcomm WCN399x for AOSP extension
` [PATCH v4 3/4] Bluetooth: btrtl: enable Realtek 8822C/8852A to support "
` [PATCH v4 4/4] Bluetooth: btusb: enable Mediatek MT7921 "

[Buildroot] [autobuild.buildroot.net] Daily results for 2021-09-25
 2021-09-26  7:02 UTC 

[PATCH v2 00/24] rework and optimise submission+completion paths
 2021-09-26  6:57 UTC  (3+ messages)
` [PATCH v2 04/24] io_uring: use slist for completion batching

[PATCH v2 0/5] ARM: dts: imx6sl / imx6sll: dtbs_check errors
 2021-09-26  6:54 UTC  (4+ messages)
` [PATCH v2 4/5] ARM: dts: imx6sl: fix mmc compatibles

scripts/spelling.txt: Fix "mistake" version of "synchronization"
 2021-09-26  6:55 UTC 

[PATCH] net: ipa: Declare IPA firmware with MODULE_FIRMWARE()
 2021-09-26  6:55 UTC 

[PATCH v2 0/4] 30bpp framebuffer support
 2021-09-26  6:51 UTC  (3+ messages)
` [PATCH v2 4/4] efi_loader: GOP: Fix 30bpp block transfer support

[PATCH 0/6] Fix various issues around removal of untracked files/directories
 2021-09-26  6:50 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/6] Change unpack_trees' 'reset' flag into an enum
  ` [PATCH v2 5/6] Comment important codepaths regarding nuking untracked files/dirs

[PATCH v2] fix judgment error in shmem_is_huge()
 2021-09-26  6:42 UTC  (2+ messages)

[PATCH mlx5-next 1/7] PCI/IOV: Provide internal VF index
 2021-09-26  6:36 UTC  (3+ messages)

[RFC/PATCH 00/18] Add Gigabit Ethernet driver support
 2021-09-26  6:34 UTC  (4+ messages)
` [RFC/PATCH 12/18] ravb: Add timestamp to struct ravb_hw_info

[dpdk-dev] [RFC PATCH v1 0/5] add new API for wait until scheme
 2021-09-26  6:33 UTC  (7+ messages)
` [dpdk-dev] [RFC PATCH v3 0/5] add new definitions for wait scheme
  ` [dpdk-dev] [RFC PATCH v3 1/5] eal: "
  ` [dpdk-dev] [RFC PATCH v3 2/5] eal: use wait event for read pflock
  ` [dpdk-dev] [RFC PATCH v3 3/5] eal: use wait event scheme for mcslock
  ` [dpdk-dev] [RFC PATCH v3 4/5] lib/bpf: use wait event scheme for Rx/Tx iteration
  ` [dpdk-dev] [RFC PATCH v3 5/5] lib/distributor: use wait event scheme

[PATCH] ia64: don't do IA64_CMPXCHG_DEBUG without CONFIG_PRINTK
 2021-09-26  6:33 UTC  (2+ messages)

[PATCH] ibmveth: Use dma_alloc_coherent() instead of kmalloc/dma_map_single()
 2021-09-26  6:11 UTC 


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.