public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-02-18 04:54:03 to 2023-02-18 16:20:05 UTC [more...]

[PATCH v3 00/11] Performance fixes for 9p filesystem
 2023-02-18 16:19 UTC  (29+ messages)
` [PATCH v4 "
  ` [PATCH v4 01/11] net/9p: Adjust maximum MSIZE to account for p9 header
  ` [PATCH v4 02/11] fs/9p: Expand setup of writeback cache to all levels
  ` [PATCH v4 03/11] fs/9p: Consolidate file operations and add readahead and writeback
  ` [PATCH v4 04/11] fs/9p: Remove unnecessary superblock flags
  ` [PATCH v4 05/11] fs/9p: allow disable of xattr support on mount
  ` [PATCH v4 06/11] net/9p: fix bug in client create for .L
  ` [PATCH v4 07/11] 9p: Add additional debug flags and open modes
  ` [PATCH v4 08/11] fs/9p: Add new mount modes
  ` [PATCH v4 09/11] fs/9p: fix error reporting in v9fs_dir_release
  ` [PATCH v4 10/11] fs/9p: writeback mode fixes
  ` [PATCH v4 11/11] fs/9p: Fix revalidate

[PATCH v3 0/18] pata_parport: protocol drivers fixes and cleanups
 2023-02-18 16:16 UTC  (10+ messages)
` [PATCH 02/18] pata_parport: probe all units automatically
` [PATCH 04/18] pata_parport: remove useless printks at module_init of bpck6
` [PATCH 05/18] pata_parport: Introduce module_pata_parport_driver macro
` [PATCH 06/18] pata_parport: remove devtype from struct pi_adapter

[PATCH v3 00/14] media: rkisp1: Add support for i.MX8MP
 2023-02-18 16:14 UTC  (3+ messages)

[PATCH] bnx2: remove deadcode in bnx2_init_cpus()
 2023-02-18 16:13 UTC  (2+ messages)

[RFC PATCH 0/1] x86: cpu topology fix and question on x86_max_cores
 2023-02-18 16:11 UTC  (4+ messages)
` [PATCH 1/1] x86/topology: fix erroneous smp_num_siblings on Intel Hybrid platform

[PATCH V5] clk: qcom: ipq5332: mark GPLL4 as ignore unused temporarily
 2023-02-18 16:04 UTC 

[PATCH] tracing: Check for NULL field_name in __synth_event_add_val()
 2023-02-18 15:59 UTC 

[PATCH v2 0/6] iommu: Extend changing default domain to normal group
 2023-02-18 15:58 UTC  (10+ messages)
` [PATCH v2 1/6] ARM/dma-mapping: Remove iommu_detach_device()
` [PATCH v2 3/6] iommu: Same critical region for device release and removal

[RESEND PATCH v6 1/2] iio: adc: axp20x_adc: Minor code cleanups
 2023-02-18 16:11 UTC  (3+ messages)
` [RESEND PATCH v6 2/2] iio: adc: axp20x_adc: Replace adc_en2 flag with adc_en2_mask field

[PATCH v2] reset: meson: Use devm_platform_ioremap_resource()
 2023-02-18 15:39 UTC  (2+ messages)

[PATCH v1 RFC] video/hdmi: Fix HDMI_VENDOR_INFOFRAME_SIZE
 2023-02-18 15:33 UTC  (7+ messages)

[PATCH v2] drm: add kms driver for loongson display controller
 2023-02-18 15:30 UTC  (5+ messages)

[PATCH v2 0/5] rtw88: Add additional SDIO support bits
 2023-02-18 15:29 UTC  (6+ messages)
` [PATCH v2 1/5] wifi: rtw88: mac: Add support for the SDIO HCI in rtw_pwr_seq_parser()
` [PATCH v2 2/5] wifi: rtw88: mac: Add SDIO HCI support in the TX/page table setup
` [PATCH v2 3/5] wifi: rtw88: rtw8821c: Implement RTL8821CS (SDIO) efuse parsing
` [PATCH v2 4/5] wifi: rtw88: rtw8822b: Implement RTL8822BS "
` [PATCH v2 5/5] wifi: rtw88: rtw8822c: Implement RTL8822CS "

[RESEND PATCH v3] bcache: Fix __bch_btree_node_alloc to make the failure behavior consistent
 2023-02-18 15:22 UTC  (2+ messages)

[PATCH net-next 00/12] Add tc-mqprio and tc-taprio support for preemptible traffic classes
 2023-02-18 15:20 UTC  (2+ messages)

linux-6.2-rc4+ hangs on poweroff/reboot: Bisected
 2023-02-18 15:19 UTC  (19+ messages)

[PATCH v3] smb3: Replace smb2pdu 1-element arrays with flex-arrays
 2023-02-18 15:19 UTC  (3+ messages)

[PATCH] perf/arm-cmn: Fix and refactor device mapping resource
 2023-02-18 15:16 UTC  (2+ messages)

Regression: NULL pointer dereference after NFS_V4_2_READ_PLUS (commit 7fd461c47)
 2023-02-18 15:09 UTC  (4+ messages)

[PATCH v3 07/11] dt-bindings: clock: Add StarFive JH7110 system clock and reset generator
 2023-02-18 15:08 UTC  (15+ messages)

[GIT PULL] EDAC updates for 6.3
 2023-02-18 14:59 UTC 

[RFC][PATCH 1/2] time: alarmtimer: Fix erroneous case of using 0 as an "invalid" initialization value
 2023-02-18 14:56 UTC  (4+ messages)
` [RFC][PATCH 2/2] time: alarmtimer: Use TASK_FREEZABLE to cleanup freezer handling

[PATCH 0/5] KVM: Put struct kvm_vcpu on a diet
 2023-02-18 14:55 UTC  (3+ messages)
` [PATCH 2/5] KVM: x86: Shrink struct kvm_queued_exception

[PATCH v2 01/10] powerpc/machdep: Make machine name const
 2023-02-18 14:54 UTC  (11+ messages)
` [PATCH v2 02/10] powerpc/machdep: Define 'compatible' property in ppc_md and use it
` [PATCH v2 03/10] powerpc/platforms: Use 'compatible' property for simple cases
` [PATCH v2 04/10] powerpc/47x: Split ppc47x machine in two
` [PATCH v2 05/10] powerpc/gamecube|wii : Use machine_device_initcall()
` [PATCH v2 06/10] powerpc/85xx: Fix function naming for p1023_rdb platform
` [PATCH v2 07/10] powerpc: Make generic_calibrate_decr() the default
` [PATCH v2 08/10] powerpc: Add ppc_md_progress()
` [PATCH v2 09/10] powerpc: Use ppc_md_progress()
` [PATCH v2 10/10] powerpc/85xx: Don't check ppc_md.progress in mpc85xx_cds_setup_arch()

[GIT PULL] Final batch KVM changes for Linux 6.2
 2023-02-18 14:51 UTC 

[PATCH v2 1/2] dt-bindings: display/msm: dsi-controller-main: Fix deprecated QCM2290 compatible
 2023-02-18 14:49 UTC  (10+ messages)

[PATCH 1/4] soc: qcom: socinfo: move SMEM item struct and defines to a header
 2023-02-18 14:43 UTC  (3+ messages)
` [PATCH 4/4] cpufreq: qcom-nvmem: make qcom_cpufreq_get_msm_id() return the SoC ID

[GIT PULL] irqchip updates for 6.3
 2023-02-18 14:34 UTC 

[PATCH 2/2] irqchip/irq-bcm7120-l2: Set IRQ_LEVEL for level triggered interrupts
 2023-02-18 14:28 UTC  (2+ messages)
` [irqchip: irq/irqchip-next] "

[PATCH 1/2] irqchip/irq-brcmstb-l2: Set IRQ_LEVEL for level triggered interrupts
 2023-02-18 14:28 UTC  (2+ messages)
` [irqchip: irq/irqchip-next] "

[PATCH V5 0/7] Add minimal boot support for IPQ5332
 2023-02-18 14:15 UTC  (3+ messages)
` [PATCH V5 3/7] clk: qcom: add Global Clock controller (GCC) driver for IPQ5332 SoC

[PATCH V4] clk: qcom: ipq5332: mark GPLL4 as critical temporarily
 2023-02-18 14:06 UTC 

[syzbot] [bridge?] [netfilter?] KASAN: vmalloc-out-of-bounds Read in __ebt_unregister_table
 2023-02-18 14:06 UTC 

[PATCH 0/3] RISC-V Hibernation Support
 2023-02-18 14:01 UTC  (3+ messages)
` [PATCH 3/3] RISC-V: Add arch functions to support hibernation/suspend-to-disk

[BUG] sbs module causes lockup upon suspend/shutdown
 2023-02-18 13:58 UTC 

[PATCH v5 0/2] perf tool: 'config3' attribute support
 2023-02-18 13:21 UTC  (3+ messages)
` [PATCH v5 1/2] perf tools: Sync perf_event_attr::config3 addition

[PATCH v3 0/5] apple-gmux: support MMIO gmux type on T2 Macs
 2023-02-18 13:20 UTC  (6+ messages)
` [PATCH v3 1/5] apple-gmux: use first bit to check switch state
` [PATCH v3 2/5] apple-gmux: refactor gmux types
` [PATCH v3 3/5] apple-gmux: Use GMSP acpi method for interrupt clear
` [PATCH v3 4/5] apple-gmux: support MMIO gmux on T2 Macs
` [PATCH v3 5/5] apple-gmux: add debugfs interface

[PATCH v4 00/12] AV1 stateless decoder for RK3588
 2023-02-18 13:16 UTC  (4+ messages)
` [PATCH v4 06/12] media: verisilicon: Check AV1 bitstreams bit depth

[PATCH v2 06/14] drm/msm/gpu: Use dev_pm_opp_set_rate for non-GMU GPUs
 2023-02-18 13:04 UTC  (7+ messages)
` [PATCH v2 07/14] drm/msm/a6xx: Add support for A619_holi

[PATCH v8 0/6] media: verisilicon: HEVC: fix 10bits handling
 2023-02-18 12:57 UTC  (6+ messages)
` [PATCH v8 2/6] media: verisilicon: Do not use ctx fields as format storage when resetting
` [PATCH v8 5/6] media: verisilicon: HEVC: Only propose 10 bits compatible pixels formats

[PATCH v2 0/5] apple-gmux: support MMIO gmux type on T2 Macs
 2023-02-18 12:52 UTC  (7+ messages)
` [PATCH v2 4/5] apple-gmux: support MMIO gmux "

[PATCH] first patch test
 2023-02-18 12:52 UTC  (4+ messages)

[PATCH] mt76: mt7915: expose device tree match table
 2023-02-18 11:29 UTC 

[PATCH v2] firmware: qcom_scm: modify qcom_scm_set_download_mode()
 2023-02-18 12:38 UTC  (3+ messages)

[PATCH net-next v2] net: phy: micrel: Add support for PTP_PF_PEROUT for lan8841
 2023-02-18 12:30 UTC 

[PATCH] dt-bindings: interrupt-controller: convert loongson,ls1x-intc.txt to json-schema
 2023-02-18 12:22 UTC 

[PATCH v3 0/5] arm: dts: mt7623: relocate gmacs, mt7530 switch, and add port@5
 2023-02-18 12:18 UTC  (5+ messages)
  ` Aw: "
      ` Aw: "

[PATCH net-next] net: phy: micrel: Add support for PTP_PF_PEROUT for lan8841
 2023-02-18 12:10 UTC  (3+ messages)

[PATCH 1/3] dt-bindings: reset: syscon-reboot: Add priority property
 2023-02-18 12:05 UTC  (5+ messages)
` [PATCH v4 "
  ` [PATCH v4 3/3] powerpc: dts: turris1x.dts: Set lower priority for CPLD syscon-reboot

[PATCH v2 1/2] platform/x86: dell-ddv: Fix cache invalidation on resume
 2023-02-18 11:53 UTC  (2+ messages)
` [PATCH v2 2/2] platform/x86: dell-ddv: Fix temperature scaling

[PATCH] PM: hibernate: don't store zero pages in the image file
 2023-02-18 11:48 UTC  (5+ messages)
` [PATCH v2] "

[PATCH V3] platform/x86: hp-wmi: Support omen backlight control wmi-acpi methods
 2023-02-18 11:48 UTC  (11+ messages)
        ` API for setting colors of RGB backlit keyboard zones (was [PATCH V3] platform/x86: hp-wmi: Support omen backlight control wmi-acpi methods)

[PATCH v2 0/9] drm/vc4: hdmi: Broadcast RGB, BT601, BT2020
 2023-02-18 11:33 UTC  (5+ messages)
` [PATCH v2 1/9] drm/vc4: Switch to container_of_const
` [PATCH v2 3/9] drm/vc4: hdmi: Add Broadcast RGB property to allow override of RGB range

[PATCH v3 0/8] powerpc/85xx: p2020: Create one unified machine description
 2023-02-18 11:14 UTC  (9+ messages)
` [PATCH v3 1/8] powerpc/85xx: Mark mpc85xx_rdb_pic_init() as static
` [PATCH v3 2/8] powerpc/85xx: Mark mpc85xx_ds_pic_init() "
` [PATCH v3 3/8] powerpc/85xx: p2020: Move all P2020 machine descriptions to p2020.c
` [PATCH v3 4/8] powerpc/85xx: p2020: Move i8259 code into own function
` [PATCH v3 5/8] powerpc/85xx: p2020: Unify .setup_arch and .init_IRQ callbacks
` [PATCH v3 6/8] powerpc/85xx: p2020: Define just one machine description
` [PATCH v3 7/8] powerpc/85xx: p2020: Enable boards by new config option CONFIG_PPC_P2020
` [PATCH v3 8/8] powerpc: dts: turris1x.dts: Remove "fsl,P2020RDB-PC" compatible string

[PATCH v3 0/5] Add generic-display-mux driver and bindings
 2023-02-18 11:17 UTC  (6+ messages)
` [PATCH v3 1/5] dt-bindings: display: bridge: Add ddc-i2c-bus for anx7688
` [PATCH v3 2/5] drm/bridge: Add .get_edid callback for anx7688 driver
` [PATCH v3 3/5] drm/mediatek: Remove .get_edid callback
` [PATCH v3 4/5] dt-bindings: display: bridge: Add GPIO display mux binding
` [PATCH v3 5/5] drm: bridge: Generic GPIO mux driver

[GIT PULL] arm64 perf/PMU regression fixes for 6.2
 2023-02-18 11:11 UTC 

mainline build failure on arm hosts
 2023-02-18 10:51 UTC  (2+ messages)

[PATCH 1/2] platform/x86: dell-ddv: Fix cache invalidation on resume
 2023-02-18 10:43 UTC  (2+ messages)

[5.15] Please apply 'selftest/lkdtm: Skip stack-entropy test if lkdtm is not available'
 2023-02-18 10:29 UTC  (2+ messages)

[PATCH 5.15] of: reserved_mem: Have kmemleak ignore dynamically allocated reserved mem
 2023-02-18 10:29 UTC  (2+ messages)

[RFC PATCH 0/4] fpga: add initial KUnit test suite for the subsystem
 2023-02-18 10:13 UTC  (5+ messages)
` [RFC PATCH 1/4] fpga: add initial KUnit test suite
` [RFC PATCH 2/4] fpga: add fake FPGA region

[PATCH V2 0/5] Add APSS clock controller support for IPQ9574
 2023-02-18 10:22 UTC  (5+ messages)
` [PATCH V2 1/5] dt-bindings: clock: qcom,a53pll: add IPQ9574 compatible
` [PATCH V2 3/5] dt-bindings: mailbox: qcom: add compatible for IPQ9574 SoC

[PATCH V2 0/6] Add regulator support for IPQ9574 SoC
 2023-02-18 10:20 UTC  (3+ messages)
` [PATCH V2 1/6] dt-bindings: soc: qcom: smd-rpm: Add IPQ9574 compatible

[PATCH v3 1/3] misc: servo-pwm: driver for controlling servo motors via PWM
 2023-02-18 10:16 UTC  (3+ messages)
` [PATCH v3 3/3] dt-bindings: misc: servo-pwm: Add new bindings for servo-pwm

[PATCH 0/4] RZ/G2L SSI: Update interrupt numbers
 2023-02-18 10:11 UTC  (5+ messages)
` [PATCH 1/4] ASoC: dt-bindings: renesas,rz-ssi: Update interrupts and interrupt-names properties
` [PATCH 2/4] ASoC: sh: rz-ssi: Update interrupt handling for half duplex channels

[PATCH v5 0/5] ARM: Add GXP I2C Support
 2023-02-18 10:10 UTC  (3+ messages)
` [PATCH v5 3/5] ARM: dts: hpe: Add I2C Topology

[PATCH v8 0/3] regulator: Add X-Powers AXP313a PMIC support*
 2023-02-18 10:08 UTC  (4+ messages)
` [PATCH v8 3/3] regulator: axp20x: Add support for AXP313a variant

External USB disks not recognized with v6.1.8 when using Xen
 2023-02-18  9:59 UTC  (4+ messages)
` [tip: x86/urgent] x86/mtrr: Revert 90b926e68f50 ("x86/pat: Fix pat_x_mtrr_type() for MTRR disabled case")

[PATCH] bnxt: avoid overflow in bnxt_get_nvram_directory()
 2023-02-18  9:50 UTC 

[RFC PATCH v3 00/22] arm64: livepatch: Use ORC for dynamic frame pointer validation
 2023-02-18  9:30 UTC  (3+ messages)
  ` [RFC PATCH v3 05/22] objtool: Reorganize ORC types

[PATCH] powerpc/e500: Add missing prototype for 'relocate_init'
 2023-02-18  9:28 UTC 

[syzbot] [bridge?] [coreteam?] KASAN: vmalloc-out-of-bounds Read in __ebt_unregister_table
 2023-02-18  9:28 UTC 

[PATCH v14 00/17] iov_iter: Improve page extraction (pin or just list)
 2023-02-18  9:25 UTC  (4+ messages)
` [PATCH v14 02/17] splice: Add a func to do a splice from a buffered file without ITER_PIPE

[PATCH v14 08/17] splice: Do splice read from a file without using ITER_PIPE
 2023-02-18  9:18 UTC  (4+ messages)

[PATCH v4 0/2] Apple Magic Keyboard Backlight
 2023-02-18  9:07 UTC  (3+ messages)
` [PATCH v4 1/2] Documentation: leds: standardise keyboard backlight led names
` [PATCH v4 2/2] HID: hid-apple-magic-backlight: Add driver for keyboard backlight on internal Magic Keyboards

[PATCH v3 0/2] Apple Magic Keyboard Backlight
 2023-02-18  8:58 UTC  (4+ messages)
` [PATCH v3 2/2] HID: hid-apple-magic-backlight: Add driver for keyboard backlight on internal Magic Keyboards

[RFC v1 0/4] Simplify regulator supply resolution code by offloading to driver core
 2023-02-18  8:54 UTC  (7+ messages)
` [RFC v1 1/4] regulator: core: Add regulator devices to bus instead of class
` [RFC v1 2/4] regulator: core: Add sysfs class backward compatibility
` [RFC v1 3/4] regulator: core: Probe regulator devices
` [RFC v1 4/4] regulator: core: Move regulator supply resolving to the probe function

[PATCH] xen: sysfs: make kobj_type structure constant
 2023-02-18  8:45 UTC  (2+ messages)

[PATCH RESEND 0/1] Validating UAPI backwards compatibility
 2023-02-18  8:31 UTC  (4+ messages)
` [PATCH RESEND 1/1] check-uapi: Introduce check-uapi.sh

[PATCH] virtio: Reorder fields in 'struct virtqueue'
 2023-02-18  8:10 UTC 

[PATCH] mwifiex: Fix use-after-free bug due to race condition between main thread thread and timer thread
 2023-02-18  7:59 UTC 

[PATCH v2 13/46] hugetlb: add hugetlb_hgm_walk and hugetlb_walk_step
 2023-02-18  7:43 UTC  (2+ messages)

[PATCH] dt-bindings: net: dsa: mediatek,mt7530: change some descriptions to literal
 2023-02-18  7:23 UTC 

[RFC PATCH V3 00/16] x86/hyperv/sev: Add AMD sev-snp enlightened guest support on hyperv
 2023-02-18  7:15 UTC  (4+ messages)

[PATCH] f2fs: support fault injection for f2fs_down_write_trylock()
 2023-02-18  7:13 UTC 

[RESEBD PATCH v3] bcache: Remove some unnecessary NULL point check for the return value of __bch_btree_node_alloc-related pointer
 2023-02-18  7:06 UTC  (3+ messages)

[PATCH net-next v1 1/1] net: openvswitch: ovs_packet_cmd_execute put sw_flow mainbody in stack
 2023-02-18  6:53 UTC 

[PATCH 1/2] pinctrl: mediatek: add missing options to PINCTRL_MT7981
 2023-02-18  6:51 UTC  (2+ messages)
` [PATCH 2/2] pinctrl: mediatek: fix naming inconsistency

KMSAN: uninit-value in __dma_map_sg_attrs
 2023-02-18  6:44 UTC 

[PATCH v5 0/3] LoongArch: Add hardware breakpoints/watchpoints support
 2023-02-18  6:39 UTC  (4+ messages)
` [PATCH v5 1/3] "
` [PATCH v5 2/3] LoongArch: Add ptrace single step support
` [PATCH v5 3/3] LoongArch: ptrace: expose hardware breakpoints to debuggers

[PATCH v4 0/3] LoongArch: Add hardware breakpoints/watchpoints support
 2023-02-18  6:38 UTC  (8+ messages)
` [PATCH v4 2/3] LoongArch: Add ptrace single step support

arch/powerpc/platforms/83xx/suspend.c:210:3: error: call to undeclared function 'enable_kernel_fp'; ISO C99 and later do not support implicit function declarations
 2023-02-18  6:21 UTC 

Current LKMM patch disposition
 2023-02-18  6:13 UTC  (12+ messages)

BUG: unable to handle kernel NULL pointer dereference in ntfs_iget5
 2023-02-18  5:53 UTC 

KMSAN: uninit-value in generic_bin_search
 2023-02-18  6:02 UTC 

[PATCH 0/4] crypto: Add Xilinx ZynqMP RSA driver support
 2023-02-18  5:38 UTC  (5+ messages)
` [PATCH 1/4] firmware: xilinx: Get the SoC family specific data for crypto operation
` [PATCH 2/4] firmware: xilinx: Add ZynqMP RSA API for RSA encrypt/decrypt operation
` [PATCH 3/4] crypto: xilinx: Add ZynqMP RSA driver
` [PATCH 4/4] MAINTAINERS: Add maintainer for Xilinx "

[PATCH v3 1/2] clk: Add generic sync_state callback for disabling unused clocks
 2023-02-18  5:38 UTC  (2+ messages)

[PATCH v2 00/46] hugetlb: introduce HugeTLB high-granularity mapping
 2023-02-18  5:24 UTC  (3+ messages)
` [PATCH v2 11/46] hugetlb: add hugetlb_pte to track HugeTLB page table entries

[syzbot] [bridge?] [coreteam?] KASAN: vmalloc-out-of-bounds Read in __ebt_unregister_table
 2023-02-18  5:28 UTC 

[RFC PATCH v2 2/2] selftests/x86: sysret_rip: Add more syscall tests with respect to `%rcx` and `%r11`
 2023-02-18  4:51 UTC  (12+ messages)
  ` [RFC PATCH v5 0/2] sysret_rip update for the Intel FRED architecture


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