public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-12 20:00:48 to 2023-08-13 12:55:40 UTC [more...]

[PATCH RESEND] ASoC: tlv320aic32x4: Fix the divide by zero
 2023-08-13 12:55 UTC 

[PATCH 0/4] Add support for Agilex5 SoCFPGA platform
 2023-08-13 12:53 UTC  (5+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 4/5] clk: socfpga: agilex: add clock driver for the Agilex5

[PATCH v2] platform: sps: Fix an unsigned comparison that can never be negative
 2023-08-13 12:46 UTC  (2+ messages)

[PATCH v5 0/8] Initial Marvell PXA1908 support
 2023-08-13 12:43 UTC  (4+ messages)
` [PATCH v5 3/8] dt-bindings: clock: Add Marvell PXA1908 clock bindings

[PATCH] kernel/fork: stop playing lockless games for exe_file replacement
 2023-08-13 12:33 UTC 

[PATCH v9 0/7] refactor file signing program
 2023-08-13 12:26 UTC  (4+ messages)
` [PATCH v9 4/7] sign-file: add support to sign modules in bulk

[PATCH] crypto: fix uninit-value in af_alg_free_resources
 2023-08-13 12:23 UTC 

[syzbot] [crypto?] KMSAN: uninit-value in af_alg_free_resources
 2023-08-13 12:09 UTC  (4+ messages)

[PATCH net-next 0/4] Document internal MDIO bus of DSA switch and support it on MT7530
 2023-08-13 11:53 UTC  (9+ messages)
` [PATCH 1/4] dt-bindings: net: dsa: microchip,lan937x: add missing ethernet on example
` [PATCH 2/4] dt-bindings: net: dsa: document internal MDIO bus

[regression/bisected] Add IBPB decreases performance in two times
 2023-08-13 11:38 UTC  (6+ messages)

[PATCH net-next v4 0/4] net: tcp: support probing OOM
 2023-08-13 11:30 UTC  (2+ messages)

can: isotp: epoll breaks isotp_sendmsg
 2023-08-13 11:23 UTC  (3+ messages)

[PATCH v2 00/12] iommu: Prepare to deliver page faults to user space
 2023-08-13 11:19 UTC  (16+ messages)
` [PATCH v2 08/12] iommu: Prepare for separating SVA and IOPF
` [PATCH v2 10/12] iommu: Make iommu_queue_iopf() more generic

[PATCH 6.1 000/127] 6.1.45-rc1 review
 2023-08-13 11:02 UTC  (5+ messages)

[PATCH] platform: sps: Fix an unsigned comparison that can
 2023-08-13 11:01 UTC 

[PATCH net] net: dsa: mt7530: fix handling of 802.1X PAE frames
 2023-08-13 10:59 UTC 

[PATCH v2 net] net: dsa: mv88e6xxx: Wait for EEPROM done before HW reset
 2023-08-13 10:58 UTC  (2+ messages)

[PATCH 0/3] Add initial support for Xiaomi Mi 11 Ultra
 2023-08-13 10:56 UTC  (4+ messages)
` [PATCH 1/3] soc: qcom: pmic_glink: enable UCSI for SM8350

[PATCH] x86/srso: Disable the mitigation on unaffected configurations
 2023-08-13 10:45 UTC 

[RFC][PATCH 00/17] Fix up the recent SRSO patches
 2023-08-13 10:36 UTC  (3+ messages)
` [RFC][PATCH 07/17] x86/cpu/kvm: Provide UNTRAIN_RET_VM

[PATCH v2 0/7] selftests/nolibc: customize CROSS_COMPILE for all supported architectures
 2023-08-13 10:18 UTC  (8+ messages)
` [PATCH v2 3/7] selftests/nolibc: libc-test: use HOSTCC instead of CC
` [PATCH v2 5/7] selftests/nolibc: customize CROSS_COMPILE for all architectures

[GIT PULL] Kbuild fixes for v6.5-rc6
 2023-08-13 10:16 UTC 

[PATCH 0/3] arm64: dts: ti: Introduce AM62P SoCs
 2023-08-13  9:55 UTC  (5+ messages)
` [PATCH 1/3] dt-bindings: arm: ti: Add bindings for AM62P5 SoCs

[PATCH 0/3] Introduce PRNG on SM8450
 2023-08-13  9:48 UTC  (3+ messages)
` [PATCH 1/3] dt-bindings: crypto: qcom,prng: Add SM8450

[PATCH 0/7] Initial support for MSM8x26 Lumias
 2023-08-13  9:47 UTC  (5+ messages)
` [PATCH 1/7] dt-bindings: arm: qcom: Document MSM8x26-based Lumia phones

[PATCH v2 0/4] clk: marvell: Move number of clocks to driver source
 2023-08-13  9:45 UTC  (2+ messages)

[PATCH v6 0/2] tools/nolibc: fix up size inflat regression
 2023-08-13  9:08 UTC  (4+ messages)
` [PATCH v6 2/2] tools/nolibc: fix up size inflate regression

[patch V2 00/37] x86/microcode: Cleanup and late loading enhancements
 2023-08-13  9:08 UTC  (35+ messages)
` [patch V2 05/37] x86/microcode: Make reload_early_microcode() static
` [patch V2 07/37] x86/microcode: Move core specific defines to local header
` [patch V2 08/37] x86/microcode/intel: Remove debug code
` [patch V2 09/37] x86/microcode/intel: Remove pointless mutex
` [patch V2 10/37] x86/microcode/intel: Rip out mixed stepping support for Intel CPUs
` [patch V2 11/37] x86/microcode/intel: Simplify scan_microcode()
` [patch V2 12/37] x86/microcode/intel: Simplify and rename generic_load_microcode()
` [patch V2 13/37] x86/microcode/intel: Cleanup code further
` [patch V2 14/37] x86/microcode/intel: Simplify early loading
` [patch V2 15/37] x86/microcode/intel: Save the microcode only after a successful late-load
` [patch V2 16/37] x86/microcode/intel: Switch to kvmalloc()
` [patch V2 17/37] x86/microcode/intel: Unify microcode apply() functions
` [patch V2 18/37] x86/microcode/intel: Rework intel_cpu_collect_info()
` [patch V2 19/37] x86/microcode/intel: Reuse intel_cpu_collect_info()
` [patch V2 20/37] x86/microcode/intel: Rework intel_find_matching_signature()
` [patch V2 21/37] x86/microcode/amd: Read revision from hardware in collect_cpu_info_amd()
` [patch V2 22/37] x86/microcode: Remove pointless apply() invocation
` [patch V2 23/37] x86/microcode: Get rid of the schedule work indirection
` [patch V2 24/37] x86/microcode: Clean up mc_cpu_down_prep()
` [patch V2 25/37] x86/microcode: Handle "nosmt" correctly
` [patch V2 26/37] x86/microcode: Clarify the late load logic
` [patch V2 27/37] x86/microcode: Sanitize __wait_for_cpus()
` [patch V2 28/37] x86/microcode: Add per CPU result state
` [patch V2 29/37] x86/microcode: Add per CPU control field
` [patch V2 30/37] x86/microcode: Provide new control functions
` [patch V2 31/37] x86/microcode: Replace the all in one rendevouz handler
` [patch V2 32/37] x86/microcode: Rendezvous and load in NMI
` [patch V2 33/37] x86/microcode: Protect against instrumentation
` [patch V2 34/37] x86/apic: Provide apic_force_nmi_on_cpu()
` [patch V2 35/37] x86/microcode: Handle "offline" CPUs correctly
` [patch V2 36/37] x86/microcode: Prepare for minimal revision check
` [patch V2 37/37] x86/microcode/intel: Add a minimum required revision for late-loads

[PATCH RESEND] fs/befs: fix shift-out-of-bounds in befs_check_sb
 2023-08-13  9:07 UTC  (2+ messages)

[PATCH net] net: hns3: fix strscpy causing content truncation issue
 2023-08-13  9:05 UTC  (6+ messages)

[PATCH] dmaengine: ioat: fixing the wrong chancnt
 2023-08-13  8:59 UTC  (3+ messages)

[PATCH v5] tools/nolibc: fix up size inflate regression
 2023-08-13  8:51 UTC  (3+ messages)

[syzbot] [udf?] KASAN: use-after-free Read in udf_sync_fs
 2023-08-13  8:45 UTC 

[PATCH 4/5] net: stmmac: Add glue layer for Loongson-1 SoC
 2023-08-13  8:28 UTC  (3+ messages)

[syzbot] [net?] WARNING in unregister_vlan_dev
 2023-08-13  8:26 UTC  (2+ messages)

[PATCH v4] init: Add support for rootwait timeout parameter
 2023-08-13  8:23 UTC 

[PATCH v29 0/6] Implement IOCTL to get and optionally clear info about PTEs
 2023-08-13  8:14 UTC  (4+ messages)
` [PATCH v29 2/6] fs/proc/task_mmu: "

[syzbot] [net?] possible deadlock in br_forward_delay_timer_expired
 2023-08-13  8:07 UTC 

Ping
 2023-08-13  7:50 UTC  (3+ messages)

[PATCH v2] net: ethernet: ti: am65-cpsw-qos: Add Frame Preemption MAC Merge support
 2023-08-13  7:45 UTC  (2+ messages)

[PATCH -next] rdma: Remove unused function declarations
 2023-08-13  7:33 UTC  (2+ messages)

[PATCH v3 0/3] overlayfs: debugging check for valid superblock
 2023-08-13  7:31 UTC  (6+ messages)
` [PATCH v3 3/3] ovl: validate superblock in OVL_FS()

[GIT PULL v2] SCSI fixes for 6.5-rc5
 2023-08-13  7:24 UTC 

[syzbot] [dri?] [reiserfs?] WARNING: bad unlock balance in vkms_vblank_simulate
 2023-08-13  7:24 UTC 

[GIT PULL] SCSI fixes for 6.5-rc5
 2023-08-13  7:18 UTC  (3+ messages)

[PATCH 0/6] Staging: rtl8192e: Series-A Rename struct rx_ts_record references
 2023-08-13  7:11 UTC  (10+ messages)
` [PATCH v2 1/6] Staging: rtl8192e: Rename variable pBa in function rx_ts_delete_ba()
` [PATCH v2 2/6] Staging: rtl8192e: Rename variable pTS in function rtllib_rx_ADDBAReq()
` [PATCH v2 3/6] Staging: rtl8192e: Rename variable pRxTs in function rtllib_rx_DELBA()
` [PATCH v2 4/6] Staging: rtl8192e: Rename variable pRxTs in function rtllib_ts_init_del_ba()
` [PATCH v2 5/6] Staging: rtl8192e: Rename variable pRxTs in function rtllib_rx_ba_inact_timeout()
` [PATCH v2 6/6] Staging: rtl8192e: Rename variable pRxTs in function RxPktPendingTimeout()

[PATCH] Doc: fs: Take away the stale url
 2023-08-13  6:52 UTC 

[PATCH 0/5] Staging: rtl8192e: Series-B Rename struct rx_ts_record references
 2023-08-13  6:54 UTC  (3+ messages)
` [PATCH 1/5] Staging: rtl8192e: Rename variable pTS in function ResetRxTsEntry()
` [PATCH 2/5] Staging: rtl8192e: Rename variable pRxTS in function TSInitialize()

[PATCH 0/4] Remove unsupported mode IW_MODE_MASTER
 2023-08-13  6:36 UTC  (5+ messages)
` [PATCH 1/4] staging: rtl8192e: "
` [PATCH 2/4] staging: rtl8192e: Remove unused function rtllib_start_master_bss()
` [PATCH 3/4] staging: rtl8192e: Remove unsupported mode IW_MODE_REPEAT
` [PATCH 4/4] staging: rtl8192e: Remove unsupported mode IW_MODE_MESH

[PATCH 00/16] Staging: rtl8192e: Rename struct rx_ts_record references
 2023-08-13  6:30 UTC  (11+ messages)
` [PATCH 01/16] Staging: rtl8192e: Rename variable pBa in function rx_ts_delete_ba()
` [PATCH 02/16] Staging: rtl8192e: Rename variable pTS in function rtllib_rx_ADDBAReq()
` [PATCH 03/16] Staging: rtl8192e: Rename variable pRxTs in function rtllib_rx_DELBA()
` [PATCH 04/16] Staging: rtl8192e: Rename variable pRxTs in function rtllib_ts_init_del_ba()
` [PATCH 05/16] Staging: rtl8192e: Rename variable pRxTs in function rtllib_rx_ba_inact_timeout()
` [PATCH 06/16] Staging: rtl8192e: Rename variable pRxTs in function RxPktPendingTimeout()

[PATCH] rcutorture: Copy out ftrace into its own console file
 2023-08-13  6:28 UTC  (3+ messages)

[PATCH] staging: octeon: Remove unnecessary parentheses
 2023-08-13  6:28 UTC  (2+ messages)

[PATCH] mm/thp: fix "mm: thp: kill __transhuge_page_enabled()"
 2023-08-13  6:19 UTC  (3+ messages)
` [EXTERNAL] "

[PATCH v3] riscv: dts: allwinner: d1: Add CAN controller nodes
 2023-08-13  6:16 UTC  (5+ messages)

[PATCH v4] ntfs : fix shift-out-of-bounds in ntfs_iget
 2023-08-13  5:59 UTC 

arch/um/drivers/pcap_kern.c:18:6: warning: no previous prototype for function 'pcap_init_kern'
 2023-08-13  5:00 UTC 

[PATCH net v2] net: phy: broadcom: stub c45 read/write for 54810
 2023-08-13  4:41 UTC 

[PATCH] serial: 8250_bcm7271: improve bcm7271 8250 port
 2023-08-13  4:24 UTC  (3+ messages)

[PATCH] riscv: dts: allwinner: d1: Specify default CAN pins
 2023-08-13  4:13 UTC  (3+ messages)

[PATCH] thermal: intel: intel_soc_dts_iosf: Fix thermal_zone removal
 2023-08-13  3:11 UTC  (3+ messages)

[PATCH v2 0/4] dedupe smb unicode files
 2023-08-13  3:11 UTC  (12+ messages)

[PATCH V2] thermal: intel: intel_soc_dts_iosf: Remove redundant check
 2023-08-13  2:52 UTC 

[syzbot] [udf?] KASAN: use-after-free Read in udf_sync_fs
 2023-08-13  2:41 UTC 

[PATCH v3 0/6] Enable loading local and third party keys on PowerVM guest
 2023-08-13  2:15 UTC  (7+ messages)
` [PATCH v3 1/6] integrity: PowerVM support for loading CA keys on machine keyring
` [PATCH v3 2/6] integrity: ignore keys failing CA restrictions on non-UEFI platform
` [PATCH v3 3/6] integrity: remove global variable from machine_keyring.c
` [PATCH v3 4/6] integrity: check whether imputed trust is enabled
` [PATCH v3 5/6] integrity: PowerVM machine keyring enablement
` [PATCH v3 6/6] integrity: PowerVM support for loading third party code signing keys

[PATCH v2] tracepoint: add new `tcp:tcp_ca_event` trace event
 2023-08-13  2:08 UTC  (10+ messages)
` [PATCH v3] "

[PATCH V3 1/2] tick: Rename tick_do_update_jiffies64() and allow external usage
 2023-08-13  2:07 UTC  (2+ messages)

[PATCH v2 0/4] soc: qcom: aoss: Introduce debugfs interface and cleanup things
 2023-08-13  1:59 UTC  (5+ messages)
` [PATCH v2 2/4] soc: qcom: aoss: Add debugfs interface for sending messages

[syzbot] [udf?] KASAN: use-after-free Read in udf_sync_fs
 2023-08-13  1:34 UTC 

[PATCH 1/5] riscv: VMAP_STACK overflow detection thread-safe
 2023-08-13  1:25 UTC  (3+ messages)

[PATCH] tracing: Fix race when concurrently splice_read trace_pipe
 2023-08-13  1:13 UTC  (11+ messages)

[PATCH v4 0/4] dedupe smb unicode files
 2023-08-13  0:53 UTC  (5+ messages)
` [PATCH v4 1/4] fs/smb: Remove unicode 'lower' tables
` [PATCH v4 2/4] fs/smb: Swing unicode common code from smb->NLS
` [PATCH v4 3/4] fs/smb/client: Use common code in client
` [PATCH v4 4/4] fs/jfs: Use common ucs2 upper case table

[PATCHv3 pci-next 1/2] PCI/AER: correctable error message as KERN_INFO
 2023-08-13  0:44 UTC  (2+ messages)

[PATCH] f2fs: should update REQ_TIME for direct write
 2023-08-13  0:26 UTC  (2+ messages)

[PATCH 00/11] drm/bridge: tc358768: Fixes and timings improvements
 2023-08-13  0:23 UTC  (5+ messages)
` [PATCH 02/11] drm/bridge: tc358768: Fix bit updates

[RESEND PATCH v2 0/3] Add support for Nuvoton ma35d1 rtc controller
 2023-08-13  0:16 UTC  (3+ messages)

[PATCH] PCI: hv: Fix a crash in hv_pci_restore_msi_msg() during hibernation
 2023-08-13  0:12 UTC 

[PATCH v6] perf/arm-dmc620: Fix dmc620_pmu_irqs_lock/cpu_hotplug_lock circular lock dependency
 2023-08-12 23:55 UTC 

[tip:master] BUILD SUCCESS adbade5d0c7a3234cce506f49fff3fa4675f5cd0
 2023-08-12 23:33 UTC 

[PATCH RFC bootconfig 0/2] Distinguish bootloader and embedded kernel parameters
 2023-08-12 23:30 UTC  (7+ messages)
` [PATCH RFC bootconfig] 1/2] fs/proc: Add /proc/cmdline_load for boot loader arguments

[PATCH v2 0/5] drm/rockchip: Fix crtc duplicate state and crtc reset funcs
 2023-08-12 22:33 UTC  (4+ messages)

[PATCH V2] perf test: Add support for testing gecko script
 2023-08-12 21:46 UTC  (2+ messages)

[PATCH v3 0/2] GPIO-based hotplug i2c bus
 2023-08-12 21:46 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: i2c: add binding for i2c-hotplug-gpio

[RFC PATCH] perf scripts python: Add support for input args in gecko script
 2023-08-12 21:36 UTC 

[PATCH] bcachefs: six locks: Fix missing barrier on wait->lock_acquired
 2023-08-12 21:08 UTC  (4+ messages)

[PATCH 0/2] Advertise ARI related capabilities
 2023-08-12 20:44 UTC  (3+ messages)
` [PATCH 1/2] PCI: cadence: Advertise ARI Forwarding Supported
` [PATCH 2/2] PCI: cadence: Clear the ARI Capability Next Function Number of the last function

[PATCH 0/2] iio: imu: lsm6dsx: Support temperature and ism330dhc
 2023-08-12 20:40 UTC  (6+ messages)
` [PATCH 1/2] iio: lsm6dsx: Support temperature channel

[GIT PULL] Btrfs fixes for 6.5-rc6
 2023-08-12 20:37 UTC  (3+ messages)

[PATCH 0/4] genirq/irq_sim: fix a use-after-free bug + some
 2023-08-12 19:44 UTC  (2+ messages)
` [PATCH 2/4] genirq/irq_sim: order includes alphabetically

[patch V3 00/40] x86/cpu: Rework the topology evaluation
 2023-08-12 20:04 UTC  (4+ messages)
` [patch V3 27/40] x86/cpu: Provide a sane leaf 0xb/0x1f parser


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