public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-11-15 09:05:05 to 2023-11-15 12:29:21 UTC [more...]

[PATCH v2 00/12] Introduce ExynosAutov920 SoC and SADK board
 2023-11-15 12:28 UTC  (14+ messages)
  ` [PATCH v2 01/12] dt-bindings: soc: samsung: exynos-sysreg: add exynosautov920 sysreg
  ` [PATCH v2 02/12] dt-bindings: soc: samsung: exynos-pmu: add exynosautov920 compatible
  ` [PATCH v2 03/12] dt-bindings: soc: samsung: usi: add exynosautov920-usi compatible
  ` [PATCH v2 04/12] dt-bindings: serial: samsung: add exynosautov920-uart compatible
  ` [PATCH v2 05/12] dt-bindings: pwm: samsung: add exynosautov920 compatible
  ` [PATCH v2 06/12] dt-bindings: pinctrl: samsung: add exynosautov920 binding
  ` [PATCH v2 07/12] dt-bindings: arm: samsung: Document exynosautov920 SADK board binding
  ` [PATCH v2 08/12] dt-bindings: hwinfo: samsung,exynos-chipid: add exynosautov920 compatible
  ` [PATCH v2 09/12] soc: samsung: exynos-chipid: add exynosautov920 SoC support
  ` [PATCH v2 10/12] pinctrl: samsung: add exynosautov920 pinctrl
  ` [PATCH v2 11/12] arm64: dts: exynos: add initial support for exynosautov920 SoC
  ` [PATCH v2 12/12] arm64: dts: exynos: add minimal support for exynosautov920 sadk board

[PATCHv3 00/14] x86/tdx: Add kexec support
 2023-11-15 12:23 UTC  (16+ messages)
` [PATCHv3 01/14] x86/acpi: Extract ACPI MADT wakeup code into a separate file
` [PATCHv3 02/14] x86/apic: Mark acpi_mp_wake_* variables as __ro_after_init
` [PATCHv3 03/14] cpu/hotplug: Add support for declaring CPU offlining not supported
` [PATCHv3 04/14] cpu/hotplug, x86/acpi: Disable CPU offlining for ACPI MADT wakeup
` [PATCHv3 05/14] x86/kvm: Do not try to disable kvmclock if it was not enabled
` [PATCHv3 06/14] x86/kexec: Keep CR4.MCE set during kexec for TDX guest
` [PATCHv3 07/14] x86/mm: Make x86_platform.guest.enc_status_change_*() return errno
` [PATCHv3 08/14] x86/mm: Return correct level from lookup_address() if pte is none
` [PATCHv3 09/14] x86/tdx: Account shared memory
` [PATCHv3 10/14] x86/tdx: Convert shared memory back to private on kexec
` [PATCHv3 11/14] x86/mm: Make e820_end_ram_pfn() cover E820_TYPE_ACPI ranges
` [PATCHv3 12/14] x86/acpi: Rename fields in acpi_madt_multiproc_wakeup structure
` [PATCHv3 13/14] x86/acpi: Do not attempt to bring up secondary CPUs in kexec case
` [PATCHv3 14/14] x86/acpi: Add support for CPU offlining for ACPI MADT wakeup method

[PATCH RESEND v2 0/4] PM: hibernate: LZ4 compression support
 2023-11-15 12:22 UTC  (5+ messages)
` [PATCH RESEND v2 1/4] PM: hibernate: Rename lzo* to make it generic
` [PATCH RESEND v2 2/4] PM: hibernate: Move to crypto APIs for LZO compression
` [PATCH RESEND v2 3/4] PM: hibernate: Add support for LZ4 compression for hibernation
` [PATCH RESEND v2 4/4] PM: hibernate: Support to select compression algorithm

[PATCH 0/4] sched/core: fix cfs_prio_less
 2023-11-15 12:20 UTC  (6+ messages)
` [PATCH 1/4] sched/core: introduce core_id to struct rq
` [PATCH 2/4] sched/core: introduce core to struct cfs_rq
` [PATCH 3/4] sched/fair: introduce core_vruntime and core_min_vruntime
` [PATCH 4/4] sched/core: fix cfs_prio_less

[RFC PATCH v2] drm/test: add a test suite for GEM objects backed by shmem
 2023-11-15 12:19 UTC  (4+ messages)

[PATCH v4 0/2] LTC4286 and LTC4287 driver support
 2023-11-15 12:17 UTC  (5+ messages)
` [PATCH v4 1/2] dt-bindings: hwmon: Add lltc ltc4286 driver bindings

[PATCH 0/2] ARM: dts: aspeed: Add ASRock E3C256D4I BMC
 2023-11-15 12:13 UTC  (7+ messages)
` [PATCH 2/2] "

[PATCH v1 0/3] drm/bridge: lt8912b: Add power supplies
 2023-11-15 12:13 UTC  (4+ messages)
` [PATCH v1 1/3] drm/bridge: lt8912b: Add suspend/resume support
` [PATCH v1 2/3] dt-bindings: display: bridge: lt8912b: Add power supplies
` [PATCH v1 3/3] drm/bridge: "

[PATCH] mm:zswap: fix zswap entry reclamation failure in two scenarios
 2023-11-15 12:12 UTC  (5+ messages)
  ` [External] "

[PATCH] drm/test: rearrange test entries in Kconfig and Makefile
 2023-11-15 12:11 UTC  (2+ messages)
` (subset) "

[LINUX PATCH v2 0/3] Add initial support for TTC PWM driver
 2023-11-15 12:11 UTC  (5+ messages)
` [LINUX PATCH v2 1/3] clocksource: timer-cadence-ttc: Do not probe TTC device configured as PWM

drivers/perf/arm_cspmu/arm_cspmu.c:627:9: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-11-15 12:10 UTC 

[PATCH v3 00/25] i2c: designware: code consolidation & cleanups
 2023-11-15 12:08 UTC  (9+ messages)
` [PATCH v3 01/25] i2c: designware: Delete adapter before disabling in i2c_dw_pci_remove()
` [PATCH v3 02/25] i2c: designware: Fix PM calls order in dw_i2c_plat_probe()
` [PATCH v3 03/25] i2c: designware: Fix reset call "
` [PATCH v3 04/25] i2c: designware: Let PCI core to take care about interrupt vectors

[PATCH net-next v3 5/8] net: qualcomm: ipqess: add bridge offloading features to the IPQESS driver
 2023-11-15 11:56 UTC  (2+ messages)

[PATCH v2 net 0/7] qbv cycle time extension/truncation
 2023-11-15 11:57 UTC  (22+ messages)
` [PATCH v2 net 1/7] net/sched: taprio: fix too early schedules switching
` [PATCH v2 net 2/7] net/sched: taprio: fix cycle time adjustment for next entry
` [PATCH v2 net 3/7] net/sched: taprio: update impacted fields during cycle time adjustment
` [PATCH v2 net 4/7] net/sched: taprio: get corrected value of cycle_time and interval
` [PATCH v2 net 5/7] net/sched: taprio: fix delayed switching to new schedule after timer expiry
` [PATCH v2 net 6/7] net/sched: taprio: fix q->current_entry is NULL before its expiry
` [PATCH v2 net 7/7] net/sched: taprio: enable cycle time adjustment for current entry

[PATCH] Performance: devfreq: avoid devfreq delay work re-init before
 2023-11-15 11:55 UTC  (4+ messages)
  ` 回复: "

[PATCH v11 0/20] Refactoring Microchip PCIe driver and add StarFive PCIe
 2023-11-15 11:49 UTC  (21+ messages)
` [PATCH v11 01/20] dt-bindings: PCI: Add PLDA XpressRICH PCIe host common properties
` [PATCH v11 02/20] PCI: microchip: Move pcie-microchip-host.c to plda directory
` [PATCH v11 03/20] PCI: microchip: Move PLDA IP register macros to pcie-plda.h
` [PATCH v11 04/20] PCI: microchip: Add bridge_addr field to struct mc_pcie
` [PATCH v11 05/20] PCI: microchip: Rename two PCIe data structures
` [PATCH v11 06/20] PCI: microchip: Move PCIe host data structures to plda-pcie.h
` [PATCH v11 07/20] PCI: microchip: Rename two setup functions
` [PATCH v11 08/20] PCI: microchip: Change the argument of plda_pcie_setup_iomems()
` [PATCH v11 09/20] PCI: microchip: Move setup functions to pcie-plda-host.c
` [PATCH v11 10/20] PCI: microchip: Rename interrupt related functions
` [PATCH v11 11/20] PCI: microchip: Add num_events field to struct plda_pcie_rp
` [PATCH v11 12/20] PCI: microchip: Add request_event_irq() callback function
` [PATCH v11 13/20] PCI: microchip: Add INTx and MSI event num to struct plda_event
` [PATCH v11 14/20] PCI: microchip: Add get_events() callback function
` [PATCH v11 15/20] PCI: microchip: Add event IRQ domain ops to struct plda_event
` [PATCH v11 16/20] PCI: microchip: Move IRQ functions to pcie-plda-host.c
` [PATCH v11 17/20] PCI: plda: Add event interrupt codes and host init/deinit functions
` [PATCH v11 18/20] dt-bindings: PCI: Add StarFive JH7110 PCIe controller
` [PATCH v11 19/20] PCI: starfive: Add "
` [PATCH v11 20/20] riscv: dts: starfive: add PCIe dts configuration for JH7110

[PATCH v9 00/15] Add audio support in v4l2 framework
 2023-11-15 11:49 UTC  (17+ messages)
` [PATCH v9 10/15] media: uapi: Add V4L2_CTRL_TYPE_FIXED_POINT

[PATCH 0/6] usb: cdns: fix suspend on J7200 by assuming reset on resume
 2023-11-15 11:37 UTC  (5+ messages)
` [PATCH 2/6] usb: cdns3-ti: move reg writes from probe into an init_hw helper
` [PATCH 3/6] usb: cdns3-ti: add suspend/resume procedures for J7200

[PATCH v4 0/5] powerpc/smp: Topology and shared processor optimizations
 2023-11-15 11:35 UTC  (4+ messages)
` [PATCH v4 1/5] powerpc/smp: Enable Asym packing for cores on shared processor

[PATCH] workqueue: Make a warning when a pending delay work being re-init
 2023-11-15 11:34 UTC 

[PATCH] arm64: dts: qcom: ipq6018: add QUP5 I2C node
 2023-11-15 11:32 UTC  (2+ messages)

[PATCH] ceph: quota: Fix invalid pointer access in
 2023-11-15 11:25 UTC  (3+ messages)

include/linux/compiler_types.h:397:45: error: call to '__compiletime_assert_460' declared with attribute error: BUILD_BUG_ON failed: sizeof(vring->va[0]) != 32
 2023-11-15 11:16 UTC  (2+ messages)
` GCC/ARM experts wanted [Was: Re: include/linux/compiler_types.h:397:45: error: call to '__compiletime_assert_460' declared with attribute error: BUILD_BUG_ON failed: sizeof(vring->va[0]) != 32]

[PATCH] serial: sc16is7xx: address RX timeout interrupt errata
 2023-11-15 11:22 UTC  (5+ messages)

[PATCH v1 0/2] usb: misc: onboard-hub: add support for Microchip USB5744
 2023-11-15 11:20 UTC  (3+ messages)
` [PATCH v1 2/2] "

[PATCH] MAINTAINERS: add entry for TI ICSSG Ethernet driver
 2023-11-15 11:18 UTC  (3+ messages)

[RFC PATCH v1 0/2] send credit update during setting SO_RCVLOWAT
 2023-11-15 11:11 UTC  (6+ messages)
` [RFC PATCH v1 1/2] virtio/vsock: "
` [RFC PATCH v1 2/2] vsock/test: SO_RCVLOWAT + deferred credit update test

[PATCH v2] rootfs: Fix support for rootfstype= when root= is given
 2023-11-15 11:04 UTC  (2+ messages)

[PATCH v2 0/3] iommu/arm-smmu: introduction of ACTLR implementation for Qualcomm SoCs
 2023-11-15 11:03 UTC  (11+ messages)
` [PATCH v2 2/3] iommu/arm-smmu: add ACTLR data and support for SM8550
` [PATCH v2 3/3] iommu/arm-smmu: re-enable context caching in smmu reset operation

[PATCH v3] iommu: map reserved memory as cacheable if device is coherent
 2023-11-15 11:01 UTC  (2+ messages)

[Regression or Fix]perf: profiling stats sigificantly changed for aio_write/read(ext4) between 6.7.0-rc1 and 6.6.0
 2023-11-15 10:59 UTC  (4+ messages)
`  "

[PATCH] x86: Fix 32-bit compatible userspace write size overflow error
 2023-11-15 10:56 UTC 

[PATCH v2] stmmac: dwmac-loongson: Add architecture dependency
 2023-11-15 10:53 UTC 

[PATCH] ksm: delay the check of splitting compound pages
 2023-11-15 10:52 UTC  (3+ messages)

[PATCH] ksm: delay the check of splitting compound pages
 2023-11-15 10:49 UTC  (3+ messages)

[PATCH] KVM: arm64: selftests: Clean up the GIC[D,R]_BASE_GPA
 2023-11-15 10:47 UTC 

[RFC PATCH] mm: support large folio numa balancing
 2023-11-15 10:47 UTC  (3+ messages)

[PATCH v3] pinctrl: avoid reload of p state in list iteration
 2023-11-15 10:46 UTC  (2+ messages)

[PATCH] MAINTAINERS: add omap bus drivers to OMAP2+ SUPPORT
 2023-11-15 10:44 UTC 

[PATCH v15 00/23] TDX host kernel support
 2023-11-15 10:41 UTC  (4+ messages)
` [PATCH v15 05/23] x86/virt/tdx: Handle SEAMCALL no entropy error in common code

[PATCH v3 0/7] Improvements to pcie_bandwidth_available() for eGPUs
 2023-11-15 10:40 UTC  (5+ messages)
` [PATCH v3 2/7] drm/radeon: Switch from pci_is_thunderbolt_attached() to dev_is_removable()
` [PATCH v3 5/7] PCI: ACPI: Detect PCIe root ports that are used for tunneling

[PATCH] rtlwifi: rtl8723be: Disable ASPM if RTL8723BE connects to some Intel PCI bridge
 2023-11-15 10:39 UTC  (6+ messages)
` [PATCH v2] rtlwifi: rtl8723be: Disable ASPM if RTL8723BE connects to "

/tmp/ccDME0uz.s:1274: Error: unrecognized opcode: `ldbrx'
 2023-11-15 10:36 UTC 

[PATCH v5] /proc/sysrq-trigger: accept multiple keys at once
 2023-11-15 10:34 UTC  (8+ messages)
` [PATCH v6] "
        ` [PATCH v7] "
        ` [PATCH v8] "
        ` [PATCH v9] "

[PATCH v2] pinctrl: avoid reload of p state in list iteration
 2023-11-15 10:31 UTC  (3+ messages)

[PATCH 00/13] perf: Employ SBRM to simplify error handling -- batch 1/3
 2023-11-15 10:31 UTC  (12+ messages)
` [PATCH 01/13] perf: Simplify perf_event_alloc() error path
` [PATCH 07/13] perf: Simplify: __perf_install_in_context()
` [PATCH 11/13] perf: Simplify perf_adjust_freq_unthr_context()

drivers/pinctrl/cirrus/pinctrl-lochnagar.c:52:53: error: pasting "LOCHNAGAR1_" and "(" does not give a valid preprocessing token
 2023-11-15 10:28 UTC  (6+ messages)

drivers/video/fbdev/atmel_lcdfb.c:362:20: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2023-11-15 10:18 UTC 

[PATCH RFC 00/22] Initial cleanups for vCPU hotplug
 2023-11-15 10:11 UTC  (4+ messages)
` [PATCH RFC 11/22] drivers: base: remove unnecessary call to register_cpu_under_node()

[PATCH net v3] Revert ncsi: Propagate carrier gain/loss events to the NCSI controller
 2023-11-15 10:10 UTC  (5+ messages)

[V14 0/8] arm64/perf: Enable branch stack sampling
 2023-11-15 10:07 UTC  (8+ messages)
` [V14 3/8] drivers: perf: arm_pmuv3: Enable branch stack sampling framework

[PATCH v2 1/1] ARM: kprobes: Explicitly reserve r7 for local variables
 2023-11-15  9:58 UTC 

[PATCH] soundwire: amd: add an error code check in amd_sdw_clock_stop_exit
 2023-11-15  9:54 UTC 

[PATCH 0/8] arm64: dts: ti: Enable CSI cameras for AM62 family
 2023-11-15  9:51 UTC  (9+ messages)
` [PATCH 1/8] arm64: defconfig: Enable AM62 CSI2RX
` [PATCH 2/8] arm64: dts: ti: Enable CSI-RX on AM62
` [PATCH 3/8] arm64: dts: ti: Enable CSI-RX on AM62A
` [PATCH 4/8] arm64: dts: ti: k3-am625-beagleplay: Add overlays for OV5640
` [PATCH 5/8] arm64: dts: ti: k3-am62x-sk: Enable camera peripherals
` [PATCH 6/8] arm64: dts: ti: k3-am62x: Add overlays for OV5640
` [PATCH 7/8] arm64: dts: ti: k3-am62a7-sk: Enable camera peripherals
` [PATCH 8/8] arm64: dts: ti: k3-am62x: Add overlay for IMX219

[PATCH net-next v8 0/9] Create a binding for the Marvell MV88E6xxx DSA switches
 2023-11-15  9:50 UTC  (3+ messages)

[PATCH v6 0/7] consolidate and cleanup CPU capacity
 2023-11-15  9:42 UTC  (4+ messages)
` [PATCH v6 7/7] arm64/amu: Use capacity_ref_freq to set AMU ratio

[syzbot] [dri?] divide error in drm_mode_debug_printmodeline
 2023-11-15  9:34 UTC 

[PATCH RFC 0/8] A possible proposal for intergating dmabuf to page pool
 2023-11-15  9:33 UTC  (15+ messages)
` [PATCH RFC 3/8] memory-provider: dmabuf devmem memory provider

[PATCH v1 0/2] LoongArch: KVM: Add LSX,LASX support
 2023-11-15  9:19 UTC  (3+ messages)
` [PATCH v1 1/2] LoongArch: KVM: Add lsx support
` [PATCH v1 2/2] LoongArch: KVM: Add lasx support

[PATCH v3 46/57] perf: Simplify pmu_dev_alloc()
 2023-11-15  9:28 UTC  (2+ messages)
` [tip: perf/core] perf/core: Fix narrow startup race when creating the perf nr_addr_filters sysfs file

[PATCH 0/2] drivers: perf: arm_pmu: Drop 'pmu_lock' element from 'struct pmu_hw_events'
 2023-11-15  9:28 UTC  (3+ messages)
` [PATCH 1/2] arm: perf: Remove PMU locking
` [PATCH 2/2] drivers: perf: arm_pmu: Drop 'pmu_lock' element from 'struct pmu_hw_events'

Build fail in drivers/gpu/drm/i915/display/intel_tc.c
 2023-11-15  9:26 UTC  (6+ messages)

[PATCH] mwifiex: remove some useless code
 2023-11-15  9:23 UTC 

[PATCH] i40e: Use correct buffer size
 2023-11-15  9:21 UTC  (3+ messages)
` [PATCH iwl-next] "

[tip: locking/core] cleanup: Add conditional guard support
 2023-11-15  9:20 UTC 

[tip: locking/core] ptrace: Convert ptrace_attach() to use lock guards
 2023-11-15  9:20 UTC 

[PATCH 0/3] Parse the HEST PCIe AER and set to relevant registers
 2023-11-15  9:16 UTC  (4+ messages)
` [PATCH 1/3] ACPI/APEI: Add hest_parse_pcie_aer()
` [PATCH 2/3] PCI: Add AER bits #defines for PCIe to PCI/PCI-X Bridge
` [PATCH 3/3] PCI/ACPI: Add pci_acpi_program_hest_aer_params()

[PATCH v10 0/3] media: rockchip: Add a driver for Rockchip's camera interface
 2023-11-15  9:16 UTC  (6+ messages)
` [PATCH v10 2/3] "

drivers/gpu/drm/bridge/imx/imx93-mipi-dsi.c:230:26: warning: 'best_m' is used uninitialized
 2023-11-15  9:12 UTC 

[PATCH] drm/nouveau: Prevents NULL pointer dereference in nouveau_uvmm_sm_prepare
 2023-11-15  9:08 UTC  (3+ messages)

[PATCH 00/11] Add VOP2 support on rk3588
 2023-11-15  9:08 UTC  (3+ messages)
` [PATCH 09/11] drm/rockchip: vop2: Add support for rk3588

[PATCH] LoongArch: KVM: Fix build due to API changes
 2023-11-15  9:07 UTC 

[PATCH] PCI: exynos: Adapt to clk_bulk_* APIs
 2023-11-15  9:07 UTC  (3+ messages)

[PATCH 2/4] rcu/tasks: Handle new PF_IDLE semantics
 2023-11-15  9:04 UTC  (2+ messages)
` [tip: sched/core] sched: Use WRITE_ONCE() for p->on_rq

[tip: sched/core] sched/numa: Fix mm numa_scan_seq based unconditional scan
 2023-11-15  9:04 UTC 

[PATCH v2 2/4] sched/eevdf: Sort the rbtree by virtual deadline
 2023-11-15  9:04 UTC  (2+ messages)
` [tip: sched/core] "

[PATCH v2 3/4] sched/eevdf: O(1) fastpath for task selection
 2023-11-15  9:04 UTC  (2+ messages)
` [tip: sched/core] "

[PATCH v5 1/7] sched: Unify runtime accounting across classes
 2023-11-15  9:04 UTC  (2+ messages)
` [tip: sched/core] "

[PATCH v5 2/7] sched/deadline: Collect sched_dl_entity initialization
 2023-11-15  9:04 UTC  (2+ messages)
` [tip: sched/core] "

[tip: sched/core] sched: Unify more update_curr*()
 2023-11-15  9:04 UTC 

[PATCH v5 4/7] sched/deadline: Introduce deadline servers
 2023-11-15  9:04 UTC  (2+ messages)
` [tip: sched/core] "


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