LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-03 06:59:53 to 2024-04-03 08:15:10 UTC [more...]

[PATCH 00/34] address all -Wunused-const warnings
 2024-04-03  8:06 UTC  (34+ messages)
` [PATCH 01/34] powerpc/fsl-soc: hide unused const variable
` [PATCH 02/34] ubsan: fix unused variable warning in test module
` [PATCH 03/34] platform: goldfish: remove ACPI_PTR() annotations
` [PATCH 04/34] i2c: pxa: hide unused icr_bits[] variable
` [PATCH 05/34] 3c515: remove unused 'mtu' variable
` [PATCH 06/34] tracing: hide unused ftrace_event_id_fops
` [PATCH 07/34] Input: stmpe-ts - mark OF related data as maybe unused
` [PATCH 08/34] Input: synaptics: hide unused smbus_pnp_ids[] array
` [PATCH 09/34] power: rt9455: hide unused rt9455_boost_voltage_values
` [PATCH 10/34] efi: sysfb: don't build when EFI is disabled
` [PATCH 11/34] clk: ti: dpll: fix incorrect #ifdef checks
` [PATCH 12/34] apm-emulation: hide an unused variable
` [PATCH 13/34] sisfb: hide unused variables
` [PATCH 14/34] dma/congiguous: avoid warning about unused size_bytes
` [PATCH 15/34] leds: apu: remove duplicate DMI lookup data
` [PATCH 16/34] iio: ad5755: hook up of_device_id lookup to platform driver
` [PATCH 17/34] greybus: arche-ctrl: move device table to its right location
` [PATCH 18/34] lib: checksum: hide unused expected_csum_ipv6_magic[]
` [PATCH 19/34] sunrpc: suppress warnings for unused procfs functions
` [PATCH 20/34] comedi: ni_atmio: avoid warning for unused device_ids[] table
` [PATCH 21/34] iwlegacy: don't warn for unused variables with DEBUG_FS=n
` [PATCH 22/34] drm/komeda: don't warn for unused debugfs files
` [PATCH 23/34] firmware: qcom_scm: mark qcom_scm_qseecom_allowlist as __maybe_unused
` [PATCH 24/34] crypto: ccp - drop platform ifdef checks
` [PATCH 25/34] usb: gadget: omap_udc: remove unused variable
` [PATCH 26/34] isdn: kcapi: don't build unused procfs code
` [PATCH 27/34] cpufreq: intel_pstate: hide unused intel_pstate_cpu_oob_ids[]
` [PATCH 28/34] net: xgbe: remove extraneous #ifdef checks
` [PATCH 29/34] Input: imagis - remove incorrect ifdef checks
` [PATCH 30/34] sata: mv: drop unnecessary #ifdef checks
` [PATCH 31/34] spi: remove incorrect of_match_ptr annotations
` [PATCH 32/34] ASoC: remove incorrect of_match_ptr/ACPI_PTR annotations
` [PATCH 33/34] drivers: "

[PATCH 0/6] Add support for AD411x
 2024-04-03  8:15 UTC  (11+ messages)
` [PATCH 1/6] dt-bindings: adc: ad7173: add support for ad411x
` [PATCH 6/6] iio: adc: ad7173: Add support for AD411x devices

[PATCH net-next 2/3] net: stmmac: add support for RZ/N1 GMAC
 2024-04-03  8:12 UTC  (5+ messages)
` [PATCH net-next 1/2] net: stmmac: introduce pcs_init/pcs_exit stmmac operations
  ` [Linux-stm32] "
` [PATCH net-next 2/2] net: stmmac: dwmac-socfpga: use pcs_init/pcs_exit
  ` [Linux-stm32] "

[RFC][PATCH 0/2] Amlogic T7 (A113D2) Clock Driver
 2024-04-03  8:12 UTC  (3+ messages)

include/linux/build_bug.h:78:41: error: static assertion failed: "struct bpf_fib_lookup size check"
 2024-04-03  8:10 UTC  (2+ messages)

[PATCH v5 00/10] Make PCI's devres API more consistent
 2024-04-03  8:07 UTC  (11+ messages)
` [PATCH v5 01/10] PCI: Add new set of devres functions
` [PATCH v5 02/10] PCI: Deprecate iomap-table functions
` [PATCH v5 03/10] PCI: Warn users about complicated devres nature
` [PATCH v5 04/10] PCI: Make devres region requests consistent
` [PATCH v5 05/10] PCI: Move dev-enabled status bit to struct pci_dev
` [PATCH v5 06/10] PCI: Move pinned "
` [PATCH v5 07/10] PCI: Give pcim_set_mwi() its own devres callback
` [PATCH v5 08/10] PCI: Give pci(m)_intx "
` [PATCH v5 09/10] PCI: Remove legacy pcim_release()
` [PATCH v5 10/10] drm/vboxvideo: fix mapping leaks

[PATCH net] net: dsa: sja1105: Fix parameters order in sja1110_pcs_mdio_write_c45()
 2024-04-03  8:06 UTC  (2+ messages)

[PATCH v6 0/4] firmware: arm_scmi: Add SCMI v3.2 pincontrol protocol basic support
 2024-04-03  8:06 UTC  (9+ messages)
` [PATCH v6 3/4] "

[PATCH v4 0/4] perf/x86/amd: add LBR capture support outside of hardware events
 2024-04-03  8:06 UTC  (4+ messages)

[PATCH v5 00/22] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-03  8:04 UTC  (23+ messages)
` [PATCH v5 01/22] RISC-V: Fix the typo in Scountovf CSR name
` [PATCH v5 02/22] RISC-V: Add FIRMWARE_READ_HI definition
` [PATCH v5 03/22] drivers/perf: riscv: Read upper bits of a firmware counter
` [PATCH v5 04/22] drivers/perf: riscv: Use BIT macro for shifting operations
` [PATCH v5 05/22] RISC-V: Add SBI PMU snapshot definitions
` [PATCH v5 06/22] drivers/perf: riscv: Implement SBI PMU snapshot function
` [PATCH v5 07/22] drivers/perf: riscv: Fix counter mask iteration for RV32
` [PATCH v5 08/22] RISC-V: KVM: Fix the initial sample period value
` [PATCH v5 09/22] RISC-V: KVM: Rename the SBI_STA_SHMEM_DISABLE to a generic name
` [PATCH v5 10/22] RISC-V: KVM: No need to update the counter value during reset
` [PATCH v5 11/22] RISC-V: KVM: No need to exit to the user space if perf event failed
` [PATCH v5 12/22] RISC-V: KVM: Implement SBI PMU Snapshot feature
` [PATCH v5 13/22] RISC-V: KVM: Add perf sampling support for guests
` [PATCH v5 14/22] RISC-V: KVM: Support 64 bit firmware counters on RV32
` [PATCH v5 15/22] RISC-V: KVM: Improve firmware counter read function
` [PATCH v5 16/22] KVM: riscv: selftests: Move sbi definitions to its own header file
` [PATCH v5 17/22] KVM: riscv: selftests: Add helper functions for extension checks
` [PATCH v5 18/22] KVM: riscv: selftests: Add Sscofpmf to get-reg-list test
` [PATCH v5 19/22] KVM: riscv: selftests: Add SBI PMU extension definitions
` [PATCH v5 20/22] KVM: riscv: selftests: Add SBI PMU selftest
` [PATCH v5 21/22] KVM: riscv: selftests: Add a test for PMU snapshot functionality
` [PATCH v5 22/22] KVM: riscv: selftests: Add a test for counter overflow

[PATCH 6.1 000/272] 6.1.84-rc1 review
 2024-04-03  8:02 UTC  (2+ messages)

[PATCHv2 1/1] mm: fix unproperly folio_put by changing API in read_pages
 2024-04-03  8:01 UTC  (4+ messages)

[PATCH RESEND bpf v2 0/2] x86/bpf: Fixes for the BPF JIT with retbleed=stuff
 2024-04-03  8:01 UTC  (5+ messages)

[PATCH v3 0/2] Samsung Galaxy Z Fold5 initial support
 2024-04-03  8:00 UTC  (3+ messages)
` [PATCH v3 2/2] arm64: dts: qcom: sm8550: Add support for Samsung Galaxy Z Fold5

[PATCH v3] clk: starfive: pll: Fix lower rate of CPUfreq by setting PLL0 rate to 1.5GHz
 2024-04-03  7:44 UTC  (7+ messages)

[PATCH] arm64: dts: rockchip: remove startup-delay-us from vcc3v3_pcie2x1l0 on rock-5b
 2024-04-03  7:59 UTC  (2+ messages)
`  "

[PATCH net-next v7 07/16] net: dsa: vsc73xx: Add vlan filtering
 2024-04-03  7:59 UTC  (2+ messages)

[PATCH v3] security: Place security_path_post_mknod() where the original IMA call was
 2024-04-03  7:57 UTC 

[PATCH 0/1] Split lock detected in kernel mode on x86-32 with PAE
 2024-04-03  7:57 UTC  (6+ messages)
` [PATCH 1/1] x86/mm/pae: Align up pteval_t, pmdval_t and pudval_t to avoid split locks

[PATCH v6 1/2] tracing: Include PPIN in mce_record tracepoint
 2024-04-03  7:57 UTC  (2+ messages)
` [tip: x86/cpu] tracing: Add the ::ppin field to the "

[PATCH v6 2/2] tracing: Include Microcode Revision in mce_record tracepoint
 2024-04-03  7:57 UTC  (2+ messages)
` [tip: x86/cpu] tracing: Add the ::microcode field to the "

[PATCH net v3] virtio_net: Do not send RSS key if it is not supported
 2024-04-03  7:57 UTC  (3+ messages)

[linus:master] [net] 2b0cfa6e49: stress-ng.sockfd.ops_per_sec 6.9% improvement
 2024-04-03  7:53 UTC 

[PATCH v1 00/31] x86/resctrl: Move the resctrl filesystem code to /fs/resctrl
 2024-04-03  7:52 UTC  (5+ messages)
` [PATCH v1 06/31] x86/resctrl: Export resctrl fs's init function
` [PATCH v1 09/31] x86/resctrl: Add a resctrl helper to reset all the resources

sh4: parisc: asm/cmpxchg.h:60:24: error: implicit declaration of function 'cmpxchg_emu_u8' [-Werror=implicit-function-declaration]
 2024-04-03  7:53 UTC 

ARM SVE ABI: kernel dropping SVE/SME state on syscalls
 2024-04-03  7:53 UTC  (4+ messages)

[PATCH 0/3] Add devicetree support of USB for QDU/QRU1000
 2024-04-03  7:50 UTC  (5+ messages)
` [PATCH 2/3] arm64: dts: qcom: qdu1000-idp: enable USB nodes

[PATCH v2 0/6] Improve visibility of writeback
 2024-04-03  7:49 UTC  (4+ messages)
` [PATCH v2 2/6] writeback: collect stats of all wb of bdi in bdi_debug_stats_show

[PATCH v5 0/6] Swap-out mTHP without splitting
 2024-04-03  7:48 UTC  (13+ messages)
` [PATCH v5 2/6] mm: swap: free_swap_and_cache_nr() as batched free_swap_and_cache()
` [PATCH v5 4/6] mm: swap: Allow storage of all mTHP orders

[PATCH v9 00/13] firmware: qcom: qseecom: convert to using the TZ allocator
 2024-04-03  7:47 UTC  (15+ messages)

[PATCH v12 0/7] drm/meson: add support for MIPI DSI Display
 2024-04-03  7:46 UTC  (8+ messages)
` [PATCH v12 1/7] dt-bindings: arm: amlogic: Document the MNT Reform 2 CM4 adapter with a BPI-CM4 Module
` [PATCH v12 2/7] clk: meson: add vclk driver
` [PATCH v12 3/7] clk: meson: g12a: make VCLK2 and ENCL clock path configurable by CCF
` [PATCH v12 4/7] drm/meson: gate px_clk when setting rate
` [PATCH v12 5/7] arm64: meson: g12-common: add the MIPI DSI nodes
` [PATCH v12 6/7] arm64: meson: khadas-vim3l: add TS050 DSI panel overlay
` [PATCH v12 7/7] arm64: dts: amlogic: meson-g12b-bananapi-cm4: add support for MNT Reform2 with CM4 adaper

[syzbot] [ext4?] possible deadlock in ext4_xattr_inode_iget (3)
 2024-04-03  7:45 UTC 

[PATCH v2 0/2] perf sched time -g/--call-graph option & perf
 2024-04-03  7:45 UTC  (4+ messages)
` [PATCH v2 2/2] perf evsel: Use evsel__name_is() helper
    ` [External] "

[PATCH v4 1/3] pnp: Add dev_is_pnp() macro
 2024-04-03  7:41 UTC  (3+ messages)
` [PATCH v4 2/3] serial: 8250_port: Add support of pnp irq to __uart_read_properties()
` [PATCH v4 3/3] serial: 8250_pnp: Support configurable reg shift property

[PATCH v4 0/3] serial: 8250_pnp: Support configurable reg shift property
 2024-04-03  7:41 UTC 

[tip: x86/urgent] x86/resctrl: Fix uninitialized memory read when last CPU of domain goes offline
 2024-04-03  7:41 UTC 

[PATCH v5 1/4] perf/x86/amd: ensure amd_pmu_core_disable_all() is always inlined
 2024-04-03  7:40 UTC  (2+ messages)
` [tip: perf/core] perf/x86/amd: Ensure "

[PATCH v5 2/4] perf/x86/amd: avoid taking branches before disabling LBR
 2024-04-03  7:40 UTC  (2+ messages)
` [tip: perf/core] perf/x86/amd: Avoid "

[PATCH v5 3/4] perf/x86/amd: support capturing LBR from software events
 2024-04-03  7:40 UTC  (2+ messages)
` [tip: perf/core] perf/x86/amd: Support "

[PATCH v5 4/4] perf/x86/amd: don't reject non-sampling events with configured LBR
 2024-04-03  7:40 UTC  (2+ messages)
` [tip: perf/core] perf/x86/amd: Don't "

[PATCH v18 0/9] Add multiport support for DWC3 controllers
 2024-04-03  7:40 UTC  (7+ messages)
` [PATCH v18 2/9] usb: dwc3: core: Access XHCI address space temporarily to read port info

[RFC PATCH 0/6] Support ROHM BD96801 scalable PMIC
 2024-04-03  7:38 UTC  (4+ messages)
` [RFC PATCH 4/6] regulator: bd96801: ROHM BD96801 PMIC regulators

kernel/sched/core.c:961:15: error: incompatible pointer to integer conversion passing 'typeof
 2024-04-03  7:38 UTC 

[PATCH v8 0/7] spmi: pmic-arb: Add support for multiple buses
 2024-04-03  7:37 UTC  (7+ messages)
` [PATCH v8 3/7] spmi: pmic-arb: Fix some compile warnings about members not being described
` [PATCH v8 6/7] spmi: pmic-arb: Register controller for bus instead of arbiter
` [PATCH v8 7/7] spmi: pmic-arb: Add multi bus support

[PATCH 0/3] mm/gup: fixups for hugetlb gup rework series
 2024-04-03  7:37 UTC  (3+ messages)
` [PATCH 1/3] mm: Allow anon exclusive check over hugetlb tail pages

[PATCH v4 00/15] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest
 2024-04-03  7:36 UTC  (5+ messages)
` [PATCH v4 08/15] RISC-V: KVM: Implement SBI PMU Snapshot feature

[PATCH] arm64: dts: ti: k3-j722s: Disable ethernet ports by default
 2024-04-03  7:35 UTC  (3+ messages)

[PATCH net-next v3 1/3] net: phy: marvell: add basic support of 88E308X/88E609X family
 2024-04-03  7:35 UTC  (2+ messages)

[PATCH v3 00/13] fiemap extension for more physical information
 2024-04-03  7:22 UTC  (14+ messages)
` [PATCH v3 01/13] fs: fiemap: add physical_length field to extents
` [PATCH v3 02/13] fs: fiemap: update fiemap_fill_next_extent() signature
` [PATCH v3 03/13] fs: fiemap: add new COMPRESSED extent state
` [PATCH v3 04/13] btrfs: fiemap: emit new COMPRESSED state
` [PATCH v3 05/13] btrfs: fiemap: return extent physical size
` [PATCH v3 06/13] nilfs2: fiemap: return correct extent physical length
` [PATCH v3 07/13] ext4: "
` [PATCH v3 08/13] f2fs: fiemap: add physical length to trace_f2fs_fiemap
` [PATCH v3 09/13] f2fs: fiemap: return correct extent physical length
` [PATCH v3 10/13] ocfs2: "
` [PATCH v3 11/13] bcachefs: "
` [PATCH v3 12/13] f2fs: fiemap: emit new COMPRESSED state
` [PATCH v3 13/13] bcachefs: "

[PATCH] riscv: Fix vector state restore in rt_sigreturn()
 2024-04-03  7:26 UTC 

[PATCH 0/4] SLUB: improve filling cpu partial a bit in get_partial_node()
 2024-04-03  7:25 UTC  (5+ messages)
` [PATCH 3/4] mm/slub: simplify get_partial_node()

[PATCH v3] mtd: rawnand: qcom: Fix broken misc_cmd_type in exec_op
 2024-04-03  7:23 UTC  (3+ messages)

[PATCH v3] drm/panthor: Fix couple of NULL vs IS_ERR() bugs
 2024-04-03  7:23 UTC  (3+ messages)

[PATCH v8 0/6] DCP as trusted keys backend
 2024-04-03  7:21 UTC  (7+ messages)
` [PATCH v8 1/6] crypto: mxs-dcp: Add support for hardware-bound keys
` [PATCH v8 2/6] KEYS: trusted: improve scalability of trust source config
` [PATCH v8 3/6] KEYS: trusted: Introduce NXP DCP-backed trusted keys
` [PATCH v8 4/6] MAINTAINERS: add entry for DCP-based "
` [PATCH v8 5/6] docs: document DCP-backed trusted keys kernel params
` [PATCH v8 6/6] docs: trusted-encrypted: add DCP as new trust source

[PATCH v5 0/4] perf/x86/amd: add LBR capture support outside of hardware events
 2024-04-03  7:19 UTC  (2+ messages)

[PATCH V2 RESEND 0/6] Add support for videocc and camcc on SM8650
 2024-04-03  7:16 UTC  (5+ messages)
` [PATCH V2 RESEND 6/6] arm64: dts: qcom: sm8650: Add video and camera clock controllers

[PATCH] drm/panthor: Fix error code in panthor_gpu_init()
 2024-04-03  7:16 UTC  (2+ messages)

[PATCH] drm/panthor: Fix off by one in panthor_fw_get_cs_iface()
 2024-04-03  7:16 UTC  (2+ messages)

[PATCH] drm/panthor: Fix a couple -ENOMEM error codes
 2024-04-03  7:16 UTC  (2+ messages)

[PATCH 1/7] dt-bindings: clock: Add PCIe pipe related clocks for IPQ9574
 2024-04-03  7:15 UTC  (8+ messages)
` [PATCH 3/7] dt-bindings: PCI: qcom: Add IPQ9574 PCIe controller
` [PATCH 5/7] dt-bindings: phy: qcom,ipq8074-qmp-pcie: add ipq9574 gen3x2 PHY
` [PATCH 7/7] arm64: dts: qcom: ipq9574: add PCIe2 nodes

[PATCH] drm/panthor: Fix NULL vs IS_ERR() bug in panthor_probe()
 2024-04-03  7:15 UTC  (2+ messages)

[PATCH 1/2] drm/panthor: Cleanup unused variable 'cookie'
 2024-04-03  7:15 UTC  (2+ messages)

[PATCH net-next v2] net: phy: dp8382x: keep WOL settings across suspends
 2024-04-03  7:15 UTC  (3+ messages)

warning: cast removes address space '__percpu' of expression
 2024-04-03  7:14 UTC  (8+ messages)

arch/xtensa/include/asm/irqflags.h:61:(.xiptext+0x6fc): dangerous relocation: windowed longcall crosses 1GB boundary; return may fail: remove_wait_queue
 2024-04-03  7:10 UTC 

[PATCH v6 0/6] Add interconnect driver for IPQ9574 SoC
 2024-04-03  7:09 UTC  (3+ messages)
` [PATCH v6 1/6] dt-bindings: interconnect: Add Qualcomm IPQ9574 support

[PATCH] x86/percpu: Use __force to cast from __percpu address space
 2024-04-03  7:08 UTC  (2+ messages)
` [tip: x86/percpu] "

[PATCH tip] x86/percpu: Re-enable named address spaces with sanitizers for GCC 13.3+
 2024-04-03  7:08 UTC  (2+ messages)
` [tip: x86/percpu] "

[PATCH v4 0/9] Add mediate-drm secure flow for SVP
 2024-04-03  7:07 UTC  (10+ messages)
` [PATCH v4 1/9] drm/mediatek/uapi: Add DRM_MTK_GEM_CREATE_ENCRYPTED flag
` [PATCH v4 2/9] drm/mediatek: Add secure buffer control flow to mtk_drm_gem
` [PATCH v4 3/9] drm/mediatek: Add secure identify flag and funcution to mtk_drm_plane
` [PATCH v4 4/9] drm/mediatek: Add mtk_ddp_sec_write to config secure buffer info
` [PATCH v4 5/9] drm/mediatek: Add get_sec_port interface to mtk_ddp_comp
` [PATCH v4 6/9] drm/mediatek: Add secure layer config support for ovl_adaptor
` [PATCH v4 7/9] drm/mediatek: Add secure layer config support for ovl
` [PATCH v4 8/9] drm/mediatek: Add secure flow support to mediatek-drm
` [PATCH v4 9/9] drm/mediatek: Add cmdq_insert_backup_cookie before secure pkt finalize

[PATCH] dt-bindings: mfd: syscon: Add missing simple syscon compatibles
 2024-04-03  7:07 UTC  (2+ messages)

[PATCH v3 0/9] asus-wmi: add new features, clean up, fixes
 2024-04-03  7:06 UTC  (3+ messages)
` [PATCH v3 1/9] platform/x86: asus-wmi: add support for 2024 ROG Mini-LED

[PATCH v4 0/4] Introduction of a remoteproc tee to load signed firmware
 2024-04-03  7:04 UTC  (8+ messages)
` [PATCH v4 4/4] remoteproc: stm32: Add support of an OP-TEE TA to load the firmware

[PATCH v2 1/4] dt-bindings: input: Add Himax HX83102J touchscreen
 2024-04-03  6:53 UTC  (3+ messages)

[PATCH v2 1/4] x86/hyperv/vtl: Correct parse_smp_cfg assignment
 2024-04-03  6:59 UTC  (2+ messages)
` [tip: x86/platform] x86/hyperv/vtl: Correct x86_init.mpparse.parse_smp_cfg assignment

[PATCH v2 2/4] x86/of: Set the parse_smp_cfg for all the DeviceTree platforms by default
 2024-04-03  6:59 UTC  (2+ messages)
` [tip: x86/platform] "

[PATCH v2 3/4] x86/of: Map NUMA node to CPUs as per DeviceTree
 2024-04-03  6:59 UTC  (2+ messages)
` [tip: x86/platform] "

[PATCH v2 4/4] x86/of: Change x86_dtb_parse_smp_config to static
 2024-04-03  6:59 UTC  (2+ messages)
` [tip: x86/platform] x86/of: Change x86_dtb_parse_smp_config() "


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 read-only IMAP folder(s) and NNTP newsgroup(s).