linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-06 15:34:36 to 2023-03-06 16:39:18 UTC [more...]

[PATCH v19 0/7] crash: Kernel handling of CPU and memory hot un/plug
 2023-03-06 16:22 UTC  (5+ messages)
` [PATCH v19 1/7] crash: move a few code bits to setup support of crash hotplug
` [PATCH v19 2/7] crash: add generic infrastructure for crash hotplug support
` [PATCH v19 6/7] crash: change crash_prepare_elf64_headers() to for_each_possible_cpu()
` [PATCH v19 7/7] x86/crash: optimize cpu changes

[PATCH v7 00/10] Add the PowerQUICC audio support using the QMC
 2023-03-06 16:17 UTC  (6+ messages)
` [PATCH v7 02/10] soc: fsl: cpm1: Add support for TSA
` [PATCH v7 06/10] soc: fsl: cpm1: Add support for QMC
` [PATCH v7 07/10] MAINTAINERS: add the Freescale QMC controller entry
` [PATCH v7 08/10] dt-bindings: sound: Add support for QMC audio
` [PATCH v7 10/10] MAINTAINERS: add the Freescale QMC audio entry

[PATCH v8 0/8] fsi: Add IBM I2C Responder virtual FSI master
 2023-03-06 16:10 UTC  (5+ messages)
` [PATCH v8 2/8] fsi: Make master device indexing and naming optional
` [PATCH v8 4/8] fsi: Add IBM I2C Responder virtual FSI master
` [PATCH v8 7/8] fsi: Use of_match_table for bus matching if specified
` [PATCH v8 8/8] fsi: sbefifo: Don't check status during probe

[PATCH v7 01/41] Documentation/x86: Add CET shadow stack description
 2023-03-06 16:31 UTC  (7+ messages)

[PATCH v4 00/12] x86/mtrr: fix handling with PAT but without MTRR
 2023-03-06 16:34 UTC  (11+ messages)
` [PATCH v4 01/12] x86/mtrr: split off physical address size calculation
` [PATCH v4 02/12] x86/mtrr: optimize mtrr_calc_physbits()
` [PATCH v4 03/12] x86/mtrr: support setting MTRR state for software defined MTRRs
` [PATCH v4 04/12] x86/hyperv: set MTRR state when running as SEV-SNP Hyper-V guest
` [PATCH v4 05/12] x86/xen: set MTRR state when running as Xen PV initial domain
` [PATCH v4 06/12] x86/mtrr: replace vendor tests in MTRR code
` [PATCH v4 07/12] x86/mtrr: allocate mtrr_value array dynamically
` [PATCH v4 10/12] x86/mtrr: use new cache_map in mtrr_type_lookup()
` [PATCH v4 11/12] x86/mtrr: don't let mtrr_type_lookup() return MTRR_TYPE_INVALID
` [PATCH v4 12/12] x86/mm: only check uniform after calling mtrr_type_lookup()

[PATCH net-next v1 1/2] net: dsa: microchip: add ksz_setup_tc_mode() function
 2023-03-06 16:35 UTC  (4+ messages)
` [PATCH net-next v1 2/2] net: dsa: microchip: add ETS Qdisc support for KSZ9477 series

[PATCH v4 00/10] drm/i915: use ref_tracker library for tracking wakerefs
 2023-03-06 16:32 UTC  (9+ messages)
` [PATCH v4 01/10] lib/ref_tracker: add unlocked leak print helper
` [PATCH v4 02/10] lib/ref_tracker: __ref_tracker_dir_print improve printing
` [PATCH v4 03/10] lib/ref_tracker: add printing to memory buffer
` [PATCH v4 04/10] lib/ref_tracker: remove warnings in case of allocation failure
` [PATCH v4 05/10] drm/i915: Separate wakeref tracking types from rpm
` [PATCH v4 06/10] drm/i915: Separate wakeref tracking
` [PATCH v4 07/10] drm/i915: Track leaked gt->wakerefs
` [PATCH v4 08/10] drm/i915: Correct type of wakeref variable

[PATCH v1] mmc: sdhci_am654: lower power-on failed message severity
 2023-03-06 16:27 UTC 

[PATCH v6 0/2] riscv: Use PUD/P4D/PGD pages for the linear mapping
 2023-03-06 16:33 UTC  (2+ messages)

[RFC PATCH 0/9] fuse: API for Checkpoint/Restore
 2023-03-06 16:14 UTC  (2+ messages)

[PATCH 0/5] fix call cpumask_next() if no further cpus set
 2023-03-06 16:26 UTC  (7+ messages)
` [PATCH 1/5] random: fix try_to_generate_entropy() "
` [PATCH 2/5] wireguard: fix wg_cpumask_choose_online() "
` [PATCH 3/5] scsi: lpfc: fix lpfc_cpu_affinity_check() "
` [PATCH 4/5] scsi: lpfc: fix lpfc_nvmet_setup_io_context() "
` [PATCH 5/5] cpumask: fix comment of cpumask_xxx

[PATCH v2, 0/4] mm, memcg: cgroup v1 and v2 tunable load/store tearing fixes
 2023-03-06 16:25 UTC  (6+ messages)
` [PATCH v2, 1/4] mm, memcg: Prevent memory.oom.group load/store tearing
` [PATCH v2, 2/4] mm, memcg: Prevent memory.swappiness "
` [PATCH v2, 3/4] mm, memcg: Prevent memory.oom_control "
` [PATCH v2, 4/4] mm, memcg: Prevent memory.soft_limit_in_bytes "

[PATCH] amdgpu: Avoid building on UML
 2023-03-06 16:17 UTC  (2+ messages)

[PATCH 00/99] fbdev: Fix memory leak in option parsing
 2023-03-06 16:13 UTC  (101+ messages)
` [PATCH 01/99] lib: Add option iterator
` [PATCH 02/99] fbdev/68328fb: Remove trailing whitespaces
` [PATCH 03/99] fbdev/68328fb: Remove unused option string
` [PATCH 04/99] fbdev/acornfb: Only init fb_info once
` [PATCH 05/99] fbdev/acornfb: Parse option string with struct option_iter
` [PATCH 06/99] fbdev/amifb: Duplicate video-mode option string
` [PATCH 07/99] fbdev/amifb: Parse option string with struct option_iter
` [PATCH 08/99] fbdev/arkfb: Duplicate video-mode option string
` [PATCH 09/99] fbdev/atafb: "
` [PATCH 10/99] fbdev/atafb: Parse option string with struct option_iter
` [PATCH 11/99] fbdev/aty: Duplicate video-mode option string
` [PATCH 12/99] fbdev/aty: Parse option string with struct option_iter
` [PATCH 13/99] fbdev/au1100fb: "
` [PATCH 14/99] fbdev/au1200fb: "
` [PATCH 15/99] fbdev/cirrusfb: Duplicate video-mode option string
` [PATCH 16/99] fbdev/cirrusfb: Parse option string with struct option_iter
` [PATCH 17/99] fbdev/controlfb: Remove trailing whitespaces
` [PATCH 18/99] fbdev/controlfb: Parse option string with struct option_iter
` [PATCH 19/99] fbdev/cyber2000fb: "
` [PATCH 20/99] fbdev/efifb: "
` [PATCH 21/99] fbdev/fm2fb: "
` [PATCH 22/99] fbdev/fsl-diu-fb: Duplicate video-mode option string
` [PATCH 23/99] fbdev/fsl-diu-fb: Parse option string with struct option_iter
` [PATCH 24/99] fbdev/gbefb: Duplicate video-mode option string
` [PATCH 25/99] fbdev/gbefb: Parse option string with struct option_iter
` [PATCH 26/99] fbdev/geode: Duplicate video-mode option string
` [PATCH 27/99] fbdev/geode: Parse option string with struct option_iter
` [PATCH 28/99] fbdev/grvga: Duplicate video-mode option string
` [PATCH 29/99] fbdev/grvga: Parse option string with struct option_iter
` [PATCH 30/99] fbdev/gxt4500: Duplicate video-mode option string
` [PATCH 31/99] fbdev/hyperv_fb: "
` [PATCH 32/99] fbdev/i740fb: "
` [PATCH 33/99] fbdev/i740fb: Parse option string with struct option_iter
` [PATCH 34/99] fbdev/i810: Duplicate video-mode option string
` [PATCH 35/99] fbdev/i810: Parse option string with struct option_iter
` [PATCH 36/99] fbdev/imsttfb: "
` [PATCH 37/99] fbdev/intelfb: Duplicate video-mode option string
` [PATCH 38/99] fbdev/intelfb: Parse option string with struct option_iter
` [PATCH 39/99] fbdev/imxfb: Duplicate video-mode option string
` [PATCH 40/99] fbdev/imxfb: Parse option string with struct option_iter
` [PATCH 41/99] fbdev/kyrofb: Duplicate video-mode option string
` [PATCH 42/99] fbdev/kyrofb: Parse option string with struct option_iter
` [PATCH 43/99] fbdev/macfb: Remove trailing whitespaces
` [PATCH 44/99] fbdev/macfb: Parse option string with struct option_iter
` [PATCH 45/99] fbdev/matroxfb: "
` [PATCH 46/99] fbdev/mx3fb: Duplicate video-mode option string
` [PATCH 47/99] fbdev/mx3fb: Parse option string with struct option_iter
` [PATCH 48/99] fbdev/neofb: Duplicate video-mode option string
` [PATCH 49/99] fbdev/neofb: Parse option string with struct option_iter
` [PATCH 50/99] fbdev/nvidiafb: Duplicate video-mode option string
` [PATCH 51/99] fbdev/nvidiafb: Parse option string with struct option_iter
` [PATCH 52/99] fbdev/ocfb: Duplicate video-mode option string
` [PATCH 53/99] fbdev/ocfb: Parse option string with struct option_iter
` [PATCH 54/99] fbdev/omapfb: "
` [PATCH 55/99] fbdev/platinumfb: Remove trailing whitespaces
` [PATCH 56/99] fbdev/platinumfb: Parse option string with struct option_iter
` [PATCH 57/99] fbdev/pm2fb: Duplicate video-mode option string
` [PATCH 58/99] fbdev/pm2fb: Parse option string with struct option_iter
` [PATCH 59/99] fbdev/pm3fb: Duplicate video-mode option string
` [PATCH 60/99] fbdev/pm3fb: Parse option string with struct option_iter
` [PATCH 61/99] fbdev/ps3fb: Duplicate video-mode option string
` [PATCH 62/99] fbdev/ps3fb: Parse option string with struct option_iter
` [PATCH 63/99] fbdev/pvr2fb: Duplicate video-mode option string
` [PATCH 64/99] fbdev/pvr2fb: Parse option string with struct option_iter
` [PATCH 65/99] fbdev/pxafb: "
` [PATCH 66/99] fbdev/rivafb: Duplicate video-mode option string
` [PATCH 67/99] fbdev/rivafb: Parse option string with struct option_iter
` [PATCH 68/99] fbdev/s3fb: Duplicate video-mode option string
` [PATCH 69/99] fbdev/s3fb: Parse option string with struct option_iter
` [PATCH 70/99] fbdev/savagefb: Duplicate video-mode option string
` [PATCH 71/99] fbdev/savagefb: Parse option string with struct option_iter
` [PATCH 72/99] fbdev/sisfb: Constify mode string
` [PATCH 73/99] fbdev/sisfb: Parse option string with struct option_iter
` [PATCH 74/99] fbdev/skeletonfb: "
` [PATCH 75/99] fbdev/sm712fb: Duplicate video-mode option string
` [PATCH 76/99] fbdev/sstfb: "
` [PATCH 77/99] fbdev/sstfb: Parse option string with struct option_iter
` [PATCH 78/99] fbdev/stifb: Remove trailing whitespaces
` [PATCH 79/99] fbdev/sti: Constify option string
` [PATCH 80/99] fbdev/tdfxfb: Duplicate video-mode "
` [PATCH 81/99] fbdev/tdfxfb: Parse option string with struct option_iter
` [PATCH 82/99] fbdev/tgafb: Duplicate video-mode option string
` [PATCH 83/99] fbdev/tgafb: Parse option string with struct option_iter
` [PATCH 84/99] fbdev/tmiofb: Remove unused option string
` [PATCH 85/99] fbdev/tridentfb: Duplicate video-mode "
` [PATCH 86/99] fbdev/tridentfb: Parse option string with struct option_iter
` [PATCH 87/99] fbdev/uvesafb: Duplicate video-mode option string
` [PATCH 88/99] fbdev/uvesafb: Parse option string with struct option_iter
` [PATCH 89/99] fbdev/valkyriefb: Remove trailing whitespaces
` [PATCH 90/99] fbdev/valkyriefb: Parse option string with struct option_iter
` [PATCH 91/99] fbdev/vermilion: Remove unused option string
` [PATCH 92/99] fbdev/vesafb: Parse option string with struct option_iter
` [PATCH 93/99] fbdev/vfb: Remove trailing whitespaces
` [PATCH 94/99] fbdev/vfb: Duplicate video-mode option string
` [PATCH 95/99] fbdev/vfb: Parse option string with struct option_iter
` [PATCH 96/99] fbdev/viafb: "
` [PATCH 97/99] fbdev/vt8623fb: Duplicate video-mode option string
` [PATCH 98/99] staging/sm750fb: Parse option string with struct option_iter
` [PATCH 99/99] fbdev: Constify option strings

[PATCH] selftests/mm: fix split huge page tests
 2023-03-06 16:09 UTC 

[PATCH v3] dt-bindings: display: mediatek: Fix the duplicated fallback
 2023-03-06 16:20 UTC 

[PATCH net v2] net: dpaa2-mac: Get serdes only for backplane links
 2023-03-06 16:13 UTC  (3+ messages)

[PATCH] f2fs: Fix f2fs_truncate_partial_nodes ftrace event
 2023-03-06 16:15 UTC  (2+ messages)

[RFC PATCH] mmc: core: Disable REQ_FUA if the eMMC supports an internal cache
 2023-03-06 16:09 UTC  (6+ messages)

[PATCH v2] mm/uffd: UFFD_FEATURE_WP_UNPOPULATED
 2023-03-06 16:09 UTC  (9+ messages)

[PATCH v2] dt-bindings: display: mediatek: Fix the duplicated fallback
 2023-03-06 16:15 UTC 

[PATCH 00/20] pinctrl: ralink: fix ABI, improve driver, move to mediatek, improve dt-bindings
 2023-03-06 16:15 UTC  (10+ messages)
` [PATCH 05/20] pinctrl: ralink: move to mediatek as mtmips

[PATCH] KVM: selftests: Comment newly defined aarch64 ID registers
 2023-03-06 16:15 UTC 

[PATCH 0/2] selftests: bump timeout for firmware and kmod
 2023-03-06 16:06 UTC  (7+ messages)
` [PATCH 1/2] selftests/kmod: increase the kmod timeout from 45 to 165

[RFC PATCH v2 0/4] virtio/vsock: fix credit update logic
 2023-03-06 16:00 UTC  (6+ messages)
` [RFC PATCH v2 2/4] virtio/vsock: remove all data from sk_buff

[PATCH v5] wwan: core: Support slicing in port TX flow of WWAN subsystem
 2023-03-06 16:00 UTC  (6+ messages)
      ` 回复: "

[PATCH v10 00/15] Support AMD Pensando Elba SoC
 2023-03-06 16:00 UTC  (5+ messages)
` [PATCH v10 04/15] dt-bindings: spi: dw: Add AMD Pensando Elba SoC SPI Controller
` [PATCH v10 10/15] spi: dw: Add support for AMD Pensando Elba SoC

[PATCH] soc/tegra: cbb: remove linux/version.h
 2023-03-06 15:58 UTC  (2+ messages)

[PATCH v4 31/33] powerc/mm: try VMA lock-based page fault handling first
 2023-03-06 15:42 UTC  (2+ messages)
` [PATCH] powerpc/mm: fix mmap_lock bad unlock

[PATCH v2] drm/virtio: Fix handling CONFIG_DRM_VIRTIO_GPU_KMS option
 2023-03-06 15:55 UTC  (3+ messages)

[PATCH 0/3] ext4: fsmap: Improve key validation
 2023-03-06 15:55 UTC  (4+ messages)
` [PATCH 2/3] ext4: fsmap: Consolidate fsmap_head checks

[PATCH v4 00/11] leds: deduplicate led_init_default_state_get()
 2023-03-06 15:54 UTC  (3+ messages)
` [PATCH v4 11/11] net: dsa: hellcreek: Get rid of custom led_init_default_state_get()

[PATCH v2 0/6] clk: samsung: exynos850: Add missing clocks for PM
 2023-03-06 15:51 UTC  (3+ messages)

[PATCH] cxl/hdm: Fix hdm decoder init by adding COMMIT field check
 2023-03-06 15:49 UTC  (7+ messages)

[PATCH] selftests/ftrace: Improve integration with kselftest runner
 2023-03-06 15:35 UTC 

[PATCH drm-next v2 00/16] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
 2023-03-06 15:46 UTC  (8+ messages)
` [PATCH drm-next v2 05/16] drm: manager to keep track of GPUs VA mappings

[PATCH v7 0/5] Add MSM8939 SoC support with two devices
 2023-03-06 15:47 UTC  (3+ messages)
` [PATCH v7 4/5] arm64: dts: qcom: Add Square apq8039-t2 board

[PATCH] softirq: Do not loop if running under a real-time task
 2023-03-06 15:45 UTC 

[RFC PATCH net] net: dsa: mt7530: move PLL setup out of port 6 pad configuration
 2023-03-06 15:45 UTC  (2+ messages)

[PATCH 15/27] memory: tegra: remove MODULE_LICENSE in non-modules
 2023-03-06 15:45 UTC  (3+ messages)

[PATCH 2/5] spi: qup: Use devm_platform_get_and_ioremap_resource()
 2023-03-06 15:44 UTC  (2+ messages)

[PATCH v1 0/2] adding support for Microchip PAC193X Power Monitor
 2023-03-06 15:42 UTC  (4+ messages)
` [PATCH v1 2/2] iio: adc: adding support for pac193x

[PATCH v6 00/10] Add the PowerQUICC audio support using the QMC
 2023-03-06 15:41 UTC  (4+ messages)
` [PATCH v6 01/10] dt-bindings: soc: fsl: cpm_qe: Add TSA controller

[PATCH] hv/hv_kvp_daemon: Add support for keyfile config based connection profile in NM
 2023-03-06 15:40 UTC  (2+ messages)

[RFC] Support for Arm CCA VMs on Linux
 2023-03-06 15:37 UTC  (4+ messages)
` [RFC PATCH 00/28] arm64: Support for Arm CCA in KVM
  ` [RFC PATCH 15/28] KVM: arm64: Handle realm MMIO emulation

[PATCH 00/28] security: Move IMA and EVM to the LSM infrastructure
 2023-03-06 15:34 UTC  (4+ messages)
` [PATCH 21/28] security: Introduce inode_post_remove_acl hook

[PATCH] docs/sp_SP: Add process deprecated translation
 2023-03-06 15:34 UTC  (5+ messages)

[PATCH 00/19] Qcom PCIe cleanups and improvements
 2023-03-06 15:32 UTC  (9+ messages)
` [PATCH 12/19] PCI: qcom: Use macros for defining total no. of clocks & supplies
` [PATCH 13/19] dt-bindings: PCI: qcom-ep: Rename "mmio" region to "mhi"
` [PATCH 14/19] "
` [PATCH 15/19] dt-bindings: PCI: qcom: Add "mhi" register region to supported SoCs
` [PATCH 16/19] arm64: dts: qcom: sdm845: Add "mhi" region to the PCIe nodes
` [PATCH 17/19] arm64: dts: qcom: sm8250: "
` [PATCH 18/19] arm64: dts: qcom: sc8280xp: "
` [PATCH 19/19] PCI: qcom: Expose link transition counts via debugfs

[PATCH 0/2] kselftest/alsa: Log card and control information during startup
 2023-03-06 15:33 UTC  (3+ messages)
` [PATCH 1/2] kselftest/alsa - mixer: Always log control names
` [PATCH 2/2] kselftest/alsa: Log card names during startup


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