public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-09-10 09:14:52 to 2022-09-10 20:41:41 UTC [more...]

"Verifying and Optimizing Compact NUMA-Aware Locks on Weak Memory Models"
 2022-09-10 20:41 UTC  (10+ messages)

[syzbot] WARNING: ODEBUG bug in htab_map_alloc
 2022-09-10 20:29 UTC  (2+ messages)
  ` [PATCH] kernel/bpf: htab_map_alloc() exit by free_map_locked logic issue

[PATCH v2 00/15] EDAC/synopsys: Add generic resources and Baikal-T1 support
 2022-09-10 19:56 UTC  (16+ messages)
` [PATCH v2 01/15] dt-bindings: memory: snps: Replace opencoded numbers with macros
` [PATCH v2 02/15] dt-bindings: memory: snps: Extend schema with IRQs/resets/clocks props
` [PATCH v2 03/15] dt-bindings: memory: snps: Convert the schema to being generic
` [PATCH v2 04/15] dt-bindings: memory: Add Baikal-T1 DDRC DT-schema
` [PATCH v2 05/15] EDAC/synopsys: Add multi-ranked memory support
` [PATCH v2 06/15] EDAC/synopsys: Add optional ECC Scrub support
` [PATCH v2 07/15] EDAC/synopsys: Drop ECC poison address from private data
` [PATCH v2 08/15] EDAC/synopsys: Add data poisoning disable support
` [PATCH v2 09/15] EDAC/synopsys: Split up ECC UE/CE IRQs handler
` [PATCH v2 10/15] EDAC/synopsys: Add individual named ECC IRQs support
` [PATCH v2 11/15] EDAC/synopsys: Add DFI alert_n IRQ support
` [PATCH v2 12/15] EDAC/synopsys: Add reference clocks support
` [PATCH v2 13/15] EDAC/synopsys: Add ECC Scrubber support
` [PATCH v2 14/15] EDAC/synopsys: Drop vendor-specific arch dependency
` [PATCH v2 15/15] EDAC/synopsys: Add Baikal-T1 DDRC support

[PATCH v1] dt-bindings: spi: rockchip: add power-domains property
 2022-09-10 19:52 UTC  (2+ messages)

[PATCH RESEND v2 00/18] EDAC/synopsys: Add generic DDRC info and address mapping
 2022-09-10 19:50 UTC  (19+ messages)
` [PATCH RESEND v2 01/18] EDAC/synopsys: Convert sysfs nodes to debugfs ones
` [PATCH RESEND v2 02/18] EDAC/mc: Extend memtypes with LPDDR(mDDR) and LPDDR2
` [PATCH RESEND v2 03/18] EDAC/synopsys: Extend memtypes supported by controller
` [PATCH RESEND v2 04/18] EDAC/synopsys: Detach private data from mci instance
` [PATCH RESEND v2 05/18] EDAC/synopsys: Add DDRC basic parameters infrastructure
` [PATCH RESEND v2 06/18] EDAC/synopsys: Convert plat-data to plat-init function
` [PATCH RESEND v2 07/18] EDAC/synopsys: Parse ADDRMAP[7-8] CSRs for (LP)DDR4 only
` [PATCH RESEND v2 08/18] EDAC/synopsys: Parse ADDRMAP[0] CSR for multi-ranks case only
` [PATCH RESEND v2 09/18] EDAC/synopsys: Set actual DIMM ECC errors grain
` [PATCH RESEND v2 10/18] EDAC/synopsys: Get corrected bit position
` [PATCH RESEND v2 11/18] EDAC/synopsys: Read full data pattern on errors
` [PATCH RESEND v2 12/18] EDAC/synopsys: Read data syndrome "
` [PATCH RESEND v2 13/18] EDAC/synopsys: Introduce System/SDRAM address translation interface
` [PATCH RESEND v2 14/18] EDAC/synopsys: Simplify HIF/SDRAM column mapping get procedure
` [PATCH RESEND v2 15/18] EDAC/synopsys: Add HIF/SDRAM mapping debugfs node
` [PATCH RESEND v2 16/18] EDAC/synopsys: Add erroneous page-frame/offset reporting
` [PATCH RESEND v2 17/18] EDAC/synopsys: Add system address regions support
` [PATCH RESEND v2 18/18] EDAC/synopsys: Add mapping-based memory size calculation

[PATCH v1 01/11] dt-bindings: serial: rockchip: add rockchip,rk3128-uart
 2022-09-10 19:48 UTC  (9+ messages)
  ` (subset) "
` [PATCH v1 07/11] dt-bindings: watchdog: rockchip: add rockchip,rk3128-wdt
` [PATCH v1 05/11] dt-bindings: spi: rockchip: add rockchip,rk3128-spi
` [PATCH v1 03/11] dt-bindings: pwm: rockchip: add rockchip,rk3128-pwm

[man-pages RFC PATCH v4] statx, inode: document the new STATX_INO_VERSION field
 2022-09-10 19:46 UTC  (29+ messages)

[PATCH v2 00/19] EDAC/mc/synopsys: Various fixes and cleanups
 2022-09-10 19:42 UTC  (20+ messages)
` [PATCH v2 01/19] EDAC/synopsys: Fix native uMCTL2 IRQs handling procedure
` [PATCH v2 02/19] EDAC/synopsys: Fix generic device type detection procedure
` [PATCH v2 03/19] EDAC/synopsys: Fix mci->scrub_cap field setting
` [PATCH v2 04/19] EDAC/synopsys: Drop erroneous ADDRMAP4.addrmap_col_b10 parse
` [PATCH v2 05/19] EDAC/synopsys: Fix reading errors count before ECC status
` [PATCH v2 06/19] EDAC/synopsys: Use platform device devm ioremap method
` [PATCH v2 07/19] EDAC/synopsys: Drop internal CE and UE counters
` [PATCH v2 08/19] EDAC/synopsys: Drop local to_mci macro implementation
` [PATCH v2 09/19] EDAC/synopsys: Drop struct ecc_error_info.blknr field
` [PATCH v2 10/19] EDAC/synopsys: Shorten out struct ecc_error_info.bankgrpnr field name
` [PATCH v2 11/19] EDAC/synopsys: Drop redundant info from error message
` [PATCH v2 12/19] EDAC/mc: Init DIMM labels in MC registration method
` [PATCH v2 13/19] EDAC/mc: Add MC unique index allocation procedure
` [PATCH v2 14/19] dt-bindings: memory: snps: Detach Zynq DDRC controller support
` [PATCH v2 15/19] dt-bindings: memory: snps: Use more descriptive device name
` [PATCH v2 16/19] EDAC/synopsys: Detach Zynq DDRC controller support
` [PATCH v2 17/19] EDAC/synopsys: Drop unused platform-specific setup API
` [PATCH v2 18/19] EDAC/synopsys: Unify the driver entities naming
` [PATCH v2 19/19] EDAC/synopsys: Convert to using BIT/GENMASK/FIELD_x macros

[PATCH 0/4] staging: r8188eu: remove empty rtw_*scan* macros
 2022-09-10 19:29 UTC  (6+ messages)
` [PATCH 1/4] staging: r8188eu: remove empty rtw_set_scan_deny macro
` [PATCH 2/4] staging: r8188eu: remove rtw_set_scan_deny_timer_hdl
` [PATCH 3/4] staging: r8188eu: remove rtw_clear_scan_deny
` [PATCH 4/4] staging: r8188eu: rtw_is_scan_deny is always false

[PATCH] mm/damon: simplify scheme create in damon_lru_sort_apply_parameters
 2022-09-10 19:16 UTC  (2+ messages)

[PATCH] drm/vkms: fix variable dereferenced before check warning
 2022-09-10 19:14 UTC  (2+ messages)

[PATCH] drm/vkms: fix 32bit compilation error by replacing macros
 2022-09-10 19:10 UTC  (3+ messages)

[PATCH v2] drm/vkms: fix 32bit compilation error by replacing macros
 2022-09-10 19:03 UTC 

[PATCH 0/2] spi: spi-omap2-mcspi: Use EOW interrupt for transfer completion
 2022-09-10 18:57 UTC  (7+ messages)
` [PATCH 1/2] dmaengine: ti: k3-udma: Respond TX done if DMA_PREP_INTERRUPT is not requested

[PATCH v2] libbpf: add GCC support for bpf_tail_call_static
 2022-09-10 18:37 UTC  (9+ messages)

[spandruvada:idle-inject 5/6] drivers/thermal/intel/intel_cpu_idle_cooling.c:21:10: fatal error: asm/cpu_device_id.h: No such file or directory
 2022-09-10 18:33 UTC 

Linux 6.0-rc4
 2022-09-10 18:13 UTC  (4+ messages)

[PATCH v4 00/26] KVM: hardware enable/disable reorganize
 2022-09-10 18:11 UTC  (7+ messages)
` [PATCH v4 09/26] KVM: Do processor compatibility check on resume
` [PATCH v4 10/26] KVM: Drop kvm_count_lock and instead protect kvm_usage_count with kvm_lock

[PATCH] drm/hyperv: Don't rely on screen_info.lfb_base for Gen1 VMs
 2022-09-10 18:11 UTC  (3+ messages)

[PATCH 0/2] block/nvme: Fix DMA-noncoherent platforms support
 2022-09-10 18:09 UTC  (6+ messages)
` [PATCH 1/2] nvme-hwmon: Cache-line-align the NVME SMART log-buffer

[PATCH] drm/hyperv: Add ratelimit on error message
 2022-09-10 18:06 UTC  (3+ messages)

[PATCH] ia64: fix clock_getre(CLOCK_MONOTONIC) to report ITC frequency
 2022-09-10 17:50 UTC  (2+ messages)
` [PATCH v3] ia64: fix clock_getres(CLOCK_MONOTONIC) "

[GIT PULL] s390 updates for 6.0-rc5
 2022-09-10 17:38 UTC  (2+ messages)

[GIT PULL] dma-mapping fixes for Linux 6.0
 2022-09-10 17:38 UTC  (2+ messages)

[GIT PULL] hwmon fixes for v6.0-rc5
 2022-09-10 17:38 UTC  (2+ messages)

[PATCH] kbuild: take into account DT_SCHEMA_FILES changes while checking dtbs
 2022-09-10 17:35 UTC  (8+ messages)

[PATCH] x86/defconfig: Enable WERROR
 2022-09-10 17:28 UTC  (12+ messages)
  ` [PATCH] x86/config: Make the x86 defconfigs a bit more usable

[PATCH v2 RESEND] locking/lockref/x86: Enable ARCH_USE_CMPXCHG_LOCKREF for X86_CMPXCHG64
 2022-09-10 17:23 UTC  (4+ messages)

[PATCH v9 0/4] hwmon: Add max31760 fan speed controller
 2022-09-10 17:19 UTC  (5+ messages)
` [PATCH v9 1/4] drivers: hwmon: Add max31760 fan speed controller driver
` [PATCH v9 2/4] docs: hwmon: add max31760 documentation
` [PATCH v9 3/4] dt-bindings: hwmon: Add bindings for max31760
` [PATCH v9 4/4] MAINTAINERS: Add maintainer for hwmon/max31760

[PATCHv3 00/14] Introduce RK806 Support
 2022-09-10 17:17 UTC  (5+ messages)
` [PATCHv3 12/14] regulator: expose regmap_find_closest_bigger
` [PATCHv3 13/14] regulator: rk808: add rk806 support

[PATCH] clk: qcom: sm6115: Select QCOM_GDSC
 2022-09-10 17:02 UTC 

arm-linux-gnueabi-ld: error: .btf.vmlinux.bin.o is already in final BE8 format
 2022-09-10 16:50 UTC 

[PATCH] cpufreq: intel_pstate: Add Tigerlake support in no-HWP mode
 2022-09-10 16:42 UTC  (2+ messages)

[pinchartl-media:streams/v6.0/v11 34/49] drivers/media/v4l2-core/v4l2-subdev.c:931:9: error: implicit declaration of function 'for_each_active_route'; did you mean 'for_each_active_irq'?
 2022-09-10 16:39 UTC 

[PATCH v2 0/8] ACPI: unify _UID handling as integer
 2022-09-10 16:32 UTC  (3+ messages)

[PATCH v1] drivers/acpi/acpi_video: check return value of acpi_get_parent()
 2022-09-10 16:17 UTC  (2+ messages)

[PATCH v1] drivers/acpi/processor_idle: check the return value of acpi_fetch_acpi_dev()
 2022-09-10 16:10 UTC  (2+ messages)

[PATCH V4 0/9] riscv: Add GENERIC_ENTRY, irq stack support
 2022-09-10 16:06 UTC  (9+ messages)
` [PATCH V4 4/8] riscv: traps: Add noinstr to prevent instrumentation inserted
` [PATCH V4 8/8] riscv: Add config of thread stack size

[PATCH linux-next] ACPI: APEI: Remove the unneeded result variable
 2022-09-10 15:51 UTC  (2+ messages)

[PATCH v2 00/41] drm: Analog TV Improvements
 2022-09-10 15:34 UTC  (7+ messages)

[PATCH v3 00/12] Improvements to the Qcom PCIe Endpoint driver
 2022-09-10 14:53 UTC  (3+ messages)
` [PATCH v3 11/12] dt-bindings: PCI: qcom-ep: Add support for SM8450 SoC

[PATCH 0/5] Add support for DCMIPP camera interface of STMicroelectronics STM32 SoC series
 2022-09-10 14:53 UTC  (3+ messages)
` [PATCH 1/5] dt-bindings: media: add bindings for dcmipp driver

[PATCH 0/2] gpiolib: export the consumer's PID to user-space
 2022-09-10 14:52 UTC  (5+ messages)
` [PATCH 1/2] gpiolib: un-inline gpiod_request_user()
` [PATCH 2/2] gpiolib: cdev: export the consumer's PID

[net-next PATCH 0/4] Add PTP support for CN10K silicon
 2022-09-10 14:41 UTC  (2+ messages)

[PATCH v1 0/5] [PATCH 0/5] Add support for DCMIPP camera interface of STMicroelectronics STM32 SoC series
 2022-09-10 14:40 UTC  (6+ messages)
` [PATCH v1 1/5] dt-bindings: media: add bindings for dcmipp driver
` [PATCH v1 2/5] media: MAINTAINERS: add entry for STM32 DCMIPP driver
` [PATCH v1 3/5] media: stm32-dcmipp: STM32 DCMIPP camera interface driver
` [PATCH v1 4/5] ARM: dts: stm32: add dcmipp support to stm32mp135
` [PATCH v1 5/5] ARM: multi_v7_defconfig: enable STM32 DCMIPP media support

[PATCH v9 0/4] PCI EP driver support MSI doorbell from host
 2022-09-10 14:40 UTC  (11+ messages)
` [PATCH v9 2/4] irqchip: Add IMX MU MSI controller driver
    ` [EXT] "

[PATCH] ASoC: ts3a227e: allow enabling the jack detect in driver
 2022-09-10 14:37 UTC  (2+ messages)

[pinchartl-media:streams/v6.0/v11 27/49] drivers/media/v4l2-core/v4l2-subdev.c:156:22: error: implicit declaration of function 'v4l2_subdev_state_get_stream_format'
 2022-09-10 14:37 UTC 

[PATCH v3 1/9] dt-bindings: ufs: qcom: Add sm6115 binding
 2022-09-10 14:32 UTC  (9+ messages)
` [PATCH v3 2/9] dt-bindings: arm: cpus: Add kryo240 compatible
` [PATCH v3 3/9] dt-bindings: arm: qcom: Add compatible for oneplus,billie2 phone
` [PATCH v3 4/9] dt-bindings: usb: qcom,dwc3: Fix SM6115 clocks, irqs
` [PATCH v3 5/9] dt-bindings: mmc: sdhci-msm: Add pinctrl-1 property
` [PATCH v3 6/9] dt-bindings: phy: qcom,qmp-ufs: Fix SM6115 clocks, regs
` [PATCH v3 7/9] arm64: dts: qcom: sm6115: Add basic soc dtsi
` [PATCH v3 8/9] arm64: dts: qcom: sm4250: Add "
` [PATCH v3 9/9] arm64: dts: qcom: sm4250: Add support for oneplus-billie2

[PATCH v5 0/8] efi: implement generic compressed boot support
 2022-09-10 14:28 UTC  (4+ messages)
` [PATCH v5 8/8] loongarch: efi: enable generic EFI compressed boot

[PATCH] relay: use kvcalloc to alloc page array in relay_alloc_page_array
 2022-09-10 14:24 UTC  (3+ messages)

[RFC PATCH 00/10] Apple M1 Pro/Max/Ultra device trees
 2022-09-10 14:21 UTC  (16+ messages)
` [RFC PATCH 01/10] dt-bindings: apple,aic: Fix required item "apple,fiq-index" in affinity description
` [RFC PATCH 02/10] dt-bindings: dma: apple,admac: Add iommus and power-domains properties
` [RFC PATCH 03/10] dt-bindings: apple,aic2: Add CPU PMU per-cpu pseudo-interrupts
` [RFC PATCH 04/10] dt-bindings: arm: apple: Add t6001/t6002 Mac Studio compatibles
` [RFC PATCH 08/10] arm64: dts: apple: Add J375 devicetrees

[PATCH v2] KVM: arm64: Only set KVM_MODE_PROTECTED if is_hyp_mode_available()
 2022-09-10 14:20 UTC  (5+ messages)

[PATCH] PM / devfreq: rockchip-dfi: Fix an error message
 2022-09-10 14:15 UTC 

[PATCH] PCI/ACPI: do not reference a pci device after it has been released
 2022-09-10 14:06 UTC  (5+ messages)

[RFC PATCH 1/2] Revert "csky: Fixup CONFIG_DEBUG_RSEQ"
 2022-09-10 13:35 UTC  (7+ messages)
` [RFC PATCH 2/2] Revert "csky: Add support for restartable sequence"

drivers/net/wireless/realtek/rtw89/coex.c:3244:25: warning: variable 'cnt_connecting' set but not used
 2022-09-10 13:29 UTC 

[spandruvada:idle-inject 5/6] include/linux/idle_inject.h:14:56: warning: 'struct cpumask' declared inside parameter list will not be visible outside of this definition or declaration
 2022-09-10 12:37 UTC 

[PATCH] writeback: remove unused macro DIRTY_FULL_SCOPE
 2022-09-10 11:37 UTC  (2+ messages)

[masahiroy:fixes 6/6] arch/mips/kernel/branch.c:712:20: error: instruction requires a CPU feature not currently enabled
 2022-09-10 11:23 UTC 

[PATCH bpf] bpf: btf: fix truncated last_member_type_id in btf_struct_resolve
 2022-09-10 11:02 UTC  (3+ messages)

[PATCH bpf v2] bpf: btf: fix truncated last_member_type_id in btf_struct_resolve
 2022-09-10 11:01 UTC 

[RFC PATCH 0/5] sched: Userspace Hinting for Task Placement
 2022-09-10 10:53 UTC  (6+ messages)
` [PATCH 1/5] task_struct: Add field for per-task userspace scheduler hint
` [PATCH 2/5] prctl: Add interface and helper functions to set hints
` [PATCH 3/5] sched/fair: Add support for hints in the subsequent wakeup path
` [PATCH 4/5] sched/fair: Consider hints in the initial task "
` [PATCH 5/5] sched/fair: Add exception for hints in load balancing path

[PATCH] MIPS: smp-mt: enable all hardware interrupts on second VPE
 2022-09-10 10:53 UTC  (9+ messages)

[PATCH v1] fs/ext4/xattr: check the return value of ext4_xattr_inode_dec_ref()
 2022-09-10  9:55 UTC  (2+ messages)

[PATCH 0/3] MAINTAINERS: Update entries for some VMware drivers
 2022-09-10  9:55 UTC  (3+ messages)

[PATCH 1/2] HID: apple: fix key translations where multiple quirks attempt to translate the same key and the ones that depend on other translations
 2022-09-10  9:43 UTC  (2+ messages)
` [PATCH 2/2] HID: apple: enable APPLE_ISO_TILDE_QUIRK for the keyboards of Macs with the T2 chip

[PATCH 11/12] powerpc: wiiu: don't enforce flat memory
 2022-09-10  9:39 UTC  (12+ messages)
                  ` Fragmented physical memory on powerpc/32

[PATCH v2 2/2] pci_ids: Add the various Microsoft PCI device IDs
 2022-09-10  9:29 UTC  (2+ messages)

[PATCH v4 00/15] ASoC/qcom/arm64: Qualcomm ADSP DTS and binding fixes
 2022-09-10  9:14 UTC  (16+ messages)
` [PATCH v4 01/15] arm64: dts: qcom: sdm630: align APR services node names with dtschema
` [PATCH v4 02/15] arm64: dts: qcom: sdm845: "
` [PATCH v4 03/15] arm64: dts: qcom: sm8250: "
` [PATCH v4 04/15] arm64: dts: qcom: msm8996: fix APR services nodes
` [PATCH v4 05/15] arm64: dts: qcom: sdm845: align dai node names with dtschema
` [PATCH v4 06/15] arm64: dts: qcom: msm8996: "
` [PATCH v4 07/15] arm64: dts: qcom: qrb5165-rb5: "
` [PATCH v4 08/15] arm64: dts: qcom: sm8250: use generic name for LPASS clock controller
` [PATCH v4 09/15] dt-bindings: soc: qcom: apr: correct service children
` [PATCH v4 10/15] ASoC: dt-bindings: qcom,q6asm: convert to dtschema
` [PATCH v4 11/15] ASoC: dt-bindings: qcom,q6adm: "
` [PATCH v4 12/15] ASoC: dt-bindings: qcom,q6dsp-lpass-ports: cleanup example
` [PATCH v4 13/15] ASoC: dt-bindings: qcom,q6dsp-lpass-clocks: "
` [PATCH v4 14/15] ASoC: dt-bindings: qcom,q6apm-dai: adjust indentation in example
` [PATCH v4 15/15] dt-bindings: soc: qcom: apr: add missing properties


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