All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-30 18:32:59 to 2023-08-30 18:38:10 UTC [more...]

[RFC PATCH v1 0/5] nolibc x86-64 string functions
 2023-08-30 15:23 UTC  (6+ messages)
` [RFC PATCH v1 2/5] tools/nolibc: x86-64: Use `rep stosb` for `memset()`
` [RFC PATCH v1 3/5] tools/nolibc: x86-64: Use `rep cmpsb` for `memcmp()`

[PATCH v2 0/7] regulator: core: locking cleanups, part 1/inf
 2023-08-30 17:35 UTC  (2+ messages)
` [PATCH v2 6/7] regulator/core: regulator_lock_two: propagate error up

[PATCH v8 0/8] x86/resctrl: Miscellaneous resctrl features
 2023-08-30 18:28 UTC  (9+ messages)
` [PATCH v8 4/8] x86/resctrl: Add comments on RFTYPE flags hierarchy
` [PATCH v8 5/8] x86/resctrl: Unwind the errors inside rdt_enable_ctx()

[PATCH v4 0/7] Add support for Sub-NUMA cluster (SNC) systems
 2023-08-30 15:43 UTC  (5+ messages)
` [PATCH v5 0/8] "
  ` [PATCH v5 8/8] selftests/resctrl: Adjust effective L3 cache size when SNC enabled

[PATCH net v4 0/3] Avoid TCP resets when using ECMP for load-balancing between multiple servers
 2023-08-30  9:13 UTC  (2+ messages)
` [PATCH net v4 3/3] selftests: fib_tests: Add multipath list receive tests

Linux 5.10.193
 2023-08-30 15:03 UTC  (2+ messages)

[PATCH] scsi: gvp11: add module parameter for DMA transfer bit mask
 2023-08-30  7:52 UTC  (5+ messages)

[syzbot] Monthly hfs report (Aug 2023)
 2023-08-30  9:53 UTC 

Linux 4.14.324
 2023-08-30 15:02 UTC 

[PATCH 0/2] mtd: switch to keying by dev_t
 2023-08-30 12:19 UTC  (15+ messages)
` [PATCH 1/2] fs: export sget_dev()
` [PATCH 2/2] mtd: key superblock by device number

[PATCH v8 0/3] Support pwm/tach driver for aspeed ast26xx
 2023-08-30 12:32 UTC  (2+ messages)
` [PATCH v8 2/3] dt-bindings: hwmon: Support Aspeed g6 PWM TACH Control

[PATCH 0/6] Add printf attribute to kselftest functions
 2023-08-30 13:40 UTC  (4+ messages)
` [PATCH 6/6] selftests/kvm: Replace attribute with macro

[PATCH v3 0/7] selftests/resctrl: Rework benchmark command handling
 2023-08-30  8:59 UTC  (4+ messages)
` [PATCH v3 5/7] selftests/resctrl: Make benchmark command const and build it with pointers

[PATCH v2 0/6] Introduce __mt_dup() to improve the performance of fork()
 2023-08-30 12:56 UTC  (2+ messages)
` [PATCH v2 6/6] fork: Use __mt_dup() to duplicate maple tree in dup_mmap()

[PATCH] arm-bsp/corstone500: removal of support
 2023-08-30 18:37 UTC 

[PATCH v2 0/2] nolibc: remove reliance on system headers
 2023-08-30 15:07 UTC  (2+ messages)
` [PATCH v2 1/2] tools/nolibc: add stdarg.h header

[PATCH v6 00/10] riscv: Allow userspace to directly access perf counters
 2023-08-30 13:20 UTC  (2+ messages)

[PATCH] kbuild: dummy-tools: support make MPROFILE_KERNEL checks work on BE
 2023-08-30 11:48 UTC  (3+ messages)

[RFC PATCH] kunit: Fix test log size limit too low for some tests
 2023-08-30 11:35 UTC  (3+ messages)
` [Intel-gfx] "

[GIT PULL] fsnotify cleanup for 6.6-rc1
 2023-08-30 10:27 UTC 

[PATCH 0/2] nolibc: remove reliance on system headers
 2023-08-30  7:27 UTC  (10+ messages)
` [PATCH 1/2] tools/nolibc: add stdarg.h header

[PATCH] kbuild: single-quote the format string of printf
 2023-08-30 13:00 UTC  (4+ messages)

[GIT PULL] ext2, quota, and udf fixes for 6.6-rc1
 2023-08-30 10:24 UTC 

[PATCH] selftests: static_keys: fix messages
 2023-08-30 13:32 UTC 

[PATCH] selftests/landlock: Fix a resource leak
 2023-08-30  9:01 UTC  (2+ messages)

[RFC PATCH 00/16] ext4: more accurate metadata reservaion for delalloc mount option
 2023-08-30 15:30 UTC  (6+ messages)
` [RFC PATCH 01/16] ext4: correct the start block of counting reserved clusters
` [RFC PATCH 02/16] ext4: make sure allocate pending entry not fail

[PATCH] riscv: enable DEBUG_FORCE_FUNCTION_ALIGN_64B
 2023-08-30 13:24 UTC  (3+ messages)

[PATCH v6 00/11] cleanups and unit test for mballoc
 2023-08-30  7:22 UTC  (2+ messages)

[RFC] tools/nolibc: replace duplicated -ENOSYS return with single -ENOSYS return
 2023-08-30 16:21 UTC  (4+ messages)
  `  "

[PATCH v1 1/1] bitops: Share BYTES_TO_BITS() for everyone
 2023-08-30  7:16 UTC  (3+ messages)

[PATCH 0/5 v3] fuse direct write consolidation and parallel IO
 2023-08-30 10:57 UTC  (3+ messages)
` [PATCH 2/6] fuse: Create helper function if DIO write needs exclusive lock

[PATCH v5 1/3] dt-bindings: thermal-zones: Document critical-action
 2023-08-30 15:38 UTC  (12+ messages)
` [PATCH v5 2/3] reboot: Introduce hw_protection_reboot()
` [PATCH v5 3/3] thermal: thermal_core: Allow rebooting after critical temp

[PATCH v4 0/6] iio: Add buffer write() support
 2023-08-30 16:18 UTC  (3+ messages)

[PATCH 00/12] Batch hugetlb vmemmap modification operations
 2023-08-30 18:36 UTC  (4+ messages)
` [PATCH 08/12] hugetlb: batch freeing of vmemmap pages

[PATCH v2 0/6] regulator: core: locking fixes and cleanups
 2023-08-30 17:25 UTC  (8+ messages)
` [PATCH 6/6] regulator: core: simplify lock_two()

[PATCH] iio: addac: ad74413r: fix function prefix typo
 2023-08-30  9:43 UTC 

[PATCH v1 0/4] thermal: Eliminate thermal_zone_device_register()
 2023-08-30 16:16 UTC  (5+ messages)
` [PATCH v1 1/4] thermal: core: Clean up headers of thermal zone registration functions
` [PATCH v1 2/4] thermal: core: Add function for registering tripless thermal zones
` [PATCH v1 3/4] thermal: Use thermal_tripless_zone_device_register()
` [PATCH v1 4/4] thermal: core: Drop thermal_zone_device_register()

[PATCH v2] exfat: add ioctls for accessing attributes
 2023-08-30 14:13 UTC  (2+ messages)

[PATCH] iio: light: opt4001: Use i2c_get_match_data()
 2023-08-30  8:17 UTC  (2+ messages)

[PATCH] iio: afe: rescale: Accept only offset channels
 2023-08-30  9:11 UTC  (2+ messages)

[syzbot] [netfilter?] INFO: rcu detected stall in tcp_setsockopt
 2023-08-30 13:50 UTC 

[PATCH v5 0/2] Adding support for Microchip MCP3564 ADC family
 2023-08-30  8:33 UTC  (4+ messages)
` [PATCH v5 1/2] dt-bindings: iio: adc: adding MCP3564 ADC

[PATCH V0 0/2] Add support for UMP serise pmic adc
 2023-08-30  7:15 UTC  (4+ messages)
` [PATCH V0 2/2] iio: adc: sprd_pmic_adc: "

[RFC PATCH 0/3] Add converter framework
 2023-08-30 17:15 UTC  (9+ messages)
` [RFC PATCH 1/3] iio: addac: add new "
` [RFC PATCH 2/3] iio: adc: ad9647: add based on "
` [RFC PATCH 3/3] iio: adc: adi-axi-adc: add based on new "

[PATCH 8/8] counter: stm32-timer-cnt: add support for events
 2023-08-30  7:40 UTC  (2+ messages)

[PATCH] powerpc/smp: Dynamically build powerpc topology
 2023-08-30 12:26 UTC 

[PATCH v6 1/3] dt-bindings: thermal-zones: Document critical-action
 2023-08-30 16:56 UTC  (4+ messages)
` [PATCH v6 2/3] reboot: Introduce hw_protection_reboot()
` [PATCH v6 3/3] thermal: thermal_core: Allow rebooting after critical temp

[PATCH v3 0/3] can: xilinx_can: Add ECC feature support
 2023-08-30  7:45 UTC  (6+ messages)
` [PATCH v3 1/3] dt-bindings: can: xilinx_can: Add ECC property 'xlnx,has-ecc'

[PATCH v2 0/7] rtc: Add support for limited alarm timer offsets
 2023-08-30  7:13 UTC  (4+ messages)
` [PATCH v2 2/7] rtc: alarmtimer: Use maximum alarm time offset

[PATCH 0/5] btrfs: qgroup: reduce GFP_ATOMIC usage for ulist
 2023-08-30 10:37 UTC  (6+ messages)
` [PATCH 1/5] btrfs: qgroup: iterate qgroups without memory allocation for qgroup_reserve()
` [PATCH 2/5] btrfs: qgroup: use qgroup_iterator facility for btrfs_qgroup_free_refroot()
` [PATCH 3/5] btrfs: qgroup: use qgroup_iterator facility for qgroup_convert_meta()
` [PATCH 4/5] btrfs: qgroup: use qgroup_iterator facility for __qgroup_excl_accounting()
` [PATCH 5/5] btrfs: qgroup: use qgroup_iterator facility to replace @tmp ulist of qgroup_update_refcnt()

[PATCH V2 0/3] Supporting same fsid mounting through a compat_ro feature
 2023-08-30 12:00 UTC  (5+ messages)
` [PATCH 2/3] btrfs: Introduce the single-dev feature

[syzbot] Monthly btrfs report (Aug 2023)
 2023-08-30  9:53 UTC 

[syzbot] [btrfs?] UBSAN: array-index-out-of-bounds in FSE_decompress_wksp_body_bmi2
 2023-08-30  7:49 UTC 

btrfs sequential 8K read()s from compressed files are not merging
 2023-08-30 18:18 UTC  (7+ messages)
  ` (PING) "

[PATCH v2 0/5] Add USB support for RK3128
 2023-08-30 13:36 UTC  (2+ messages)
` [PATCH v2 1/5] phy: rockchip-inno-usb2: Split ID interrupt phy registers

[RFC/PATCH bpf-next] bpf: Fix d_path test after last fs update
 2023-08-30 18:35 UTC  (3+ messages)

cip-gitlab/ci/iwamatsu/linux-4.19.y-cip-rc build: 198 builds: 10 failed, 188 passed, 6 errors, 25 warnings (v4.19.292-cip102-130-g18b864070345b)
 2023-08-30 18:35 UTC 

[GIT PULL] ARM: SoC/genpd driver updates for v6.6
 2023-08-30 15:07 UTC  (7+ messages)

[Intel-gfx] [PATCH] drm/i915: Add Wa_14015150844
 2023-08-30 18:34 UTC  (2+ messages)

[PATCH v1 0/3] Add i.MX8Q PCIe PHY driver
 2023-08-30  7:37 UTC  (5+ messages)
` [PATCH v1 1/3] dt-bindings: phy: Add i.MX8QM PCIe PHY binding

[PATCH 0/5] arm64: ti: k3-j7: Add the ESM & main domain watchdog nodes
 2023-08-30  7:26 UTC  (2+ messages)
` [PATCH 5/5] arm64: dts: ti: k3-j784s4-main: Add main domain watchdog entries

[PATCH] ARM: dts: arm: realview: Fix development chip ROM compatible value
 2023-08-30 15:03 UTC 

[ti:ti-rt-linux-6.1.y 69/107] drivers/media/i2c/imx390.c:864:34: warning: 'imx390_dt_id' defined but not used
 2023-08-30 18:34 UTC 

[PATCH v1 1/2] dt-bindings: backlight: Add MPS MP3309C
 2023-08-30 11:56 UTC  (8+ messages)
` [PATCH v1 2/2] backlight: mp3309c: Add support for "

[PATCH] fbdev: Update fbdev source file paths
 2023-08-30  7:10 UTC  (2+ messages)

[PATCH v1 1/3] perf parse-events: Minor help message improvements
 2023-08-30 15:04 UTC  (6+ messages)
` [PATCH v1 2/3] perf parse-events: Make common term list to strbuf helper
` [PATCH v1 3/3] perf pmu: Remove str from perf_pmu_alias

[PATCH v1] perf pmu: Avoid uninitialized use of alias->str
 2023-08-30 15:48 UTC  (3+ messages)

[PATCH] perf dlfilter: Avoid leak in v0 API test use of resolve_address()
 2023-08-30  9:05 UTC 

[PATCH] dt-bindings: arm: realview: Spelling s/Cortex A-/Cortex-A/
 2023-08-30 16:50 UTC  (3+ messages)

[PATCH v1] perf metric: Add #num_cpus_online literal
 2023-08-30 16:28 UTC  (3+ messages)

[PATCH v6 0/6] perf vendor events arm64: Update N2 and V2 metrics and events using Arm telemetry repo
 2023-08-30 17:59 UTC  (5+ messages)
` [PATCH v6 4/6] perf jevents: Add a new expression builtin strcmp_cpuid_str()

[PATCH v1] perf jevents: Use "default_core" for events with no Unit
 2023-08-30 13:06 UTC  (3+ messages)

[GIT pull] x86/core for v6.6-rc1
 2023-08-30 10:40 UTC 

[PATCH v1] perf vendor events intel: Fix modifier in tma_info_system_mem_parallel_reads
 2023-08-30 17:55 UTC 

[PATCH v2 1/4] perf tools: Handle old data in PERF_RECORD_ATTR
 2023-08-30 13:54 UTC  (5+ messages)
` [PATCH v2 3/4] perf tools: Convert to perf_record_header_attr_id()

[PATCH 0/2] wifi: rtw89: 8852c: update RF configurations to improve performance
 2023-08-30  9:28 UTC  (3+ messages)
` [PATCH 1/2] wifi: rtw89: 8852c: Update bandedge parameters for better performance
` [PATCH 2/2] wifi: rtw89: 8852c: Fix TSSI causes transmit power inaccuracy

[RFC PATCH net-next 0/2] Add Half Duplex support for ICSSG Driver
 2023-08-30 11:31 UTC  (2+ messages)
` [RFC PATCH net-next 2/2] net: ti: icssg-prueth: Add support for half duplex operation

[PATCH v3 0/9] wifi: cfg80211/mac80211: extend 6 GHz support for all power modes
 2023-08-30  8:00 UTC  (10+ messages)
` [PATCH v3 4/9] wifi: cfg80211: add NL command to set 6 GHz power mode

[PATCH 00/16] wifi: iwlwifi: updates intended for v6.6 2023-08-30
 2023-08-30  8:31 UTC  (17+ messages)
` [PATCH 01/16] wifi: iwlwifi: mvm: support CSA with MLD
` [PATCH 02/16] wifi: iwlwifi: mvm: increase session protection after CSA
` [PATCH 03/16] wifi: iwlwifi: mvm: disconnect long CSA only w/o alternative
` [PATCH 04/16] wifi: iwlwifi: honor the enable_ini value
` [PATCH 05/16] wifi: iwlwifi: fix some kernel-doc issues
` [PATCH 06/16] wifi: iwlwifi: don't use an uninitialized variable
` [PATCH 07/16] wifi: iwlwifi: queue: fix kernel-doc
` [PATCH 08/16] wifi: iwlwifi: dvm: remove kernel-doc warnings
` [PATCH 09/16] wifi: iwlwifi: pcie: fix kernel-doc issues
` [PATCH 10/16] wifi: iwlwifi: mvm: fix kernel-doc
` [PATCH 11/16] wifi: iwlwifi: fw: reconstruct the API/CAPA enum number
` [PATCH 12/16] wifi: iwlwifi: mvm: move RU alloc B2 placement
` [PATCH 13/16] wifi: iwlwifi: mvm: check link more carefully
` [PATCH 14/16] wifi: iwlwifi: mvm: reduce maximum RX A-MPDU size
` [PATCH 15/16] wifi: iwlwifi: pcie: fix RB status reading
` [PATCH 16/16] wifi: iwlwifi: increase number of RX buffers for EHT devices

[PATCH] wifi: ath11k: add chip id board name while searching board-2.bin for WCN6855
 2023-08-30  7:29 UTC  (2+ messages)

[PATCH] ARM: dts: stm32: Add MyirTech MYD-YA15XC-T development board support
 2023-08-30 14:30 UTC  (6+ messages)

[RFC PATCH 00/32] ACPI/arm64: add support for virtual cpuhotplug
 2023-08-30 18:31 UTC  (3+ messages)
` [RFC PATCH 02/32] ACPI: Move ACPI_HOTPLUG_CPU to be enabled per architecture

[PATCH] dt-bindings: mfd: stericsson,db8500-prcmu: Spelling s/Cortex A-/Cortex-A/
 2023-08-30 14:59 UTC  (2+ messages)

[RFC PATCH net-next 0/2] Add support for ICSSG on AM64x EVM
 2023-08-30 11:37 UTC  (2+ messages)
` [RFC PATCH net-next 1/2] dt-bindings: net: Add compatible for AM64x in ICSSG

[syzbot] [net?] [wireless?] INFO: rcu detected stall in request_firmware_work_func (2)
 2023-08-30 10:13 UTC 

[PATCH v2 0/6] Device tree fixes for RK3128
 2023-08-30 18:17 UTC  (3+ messages)
` [PATCH v2 5/5] ARM: dts: rockchip: Disable non-required timers "

[PATCH] wifi: mac80211: fix BA session teardown race
 2023-08-30  8:16 UTC  (3+ messages)

[PATCH] ssb-main: Fix division by zero in ssb_calc_clock_rate()
 2023-08-30  8:27 UTC 

[PATCH] clk: qcom: ipq5332: Drop set rate parent from gpll0 dependent clocks
 2023-08-30  6:35 UTC 

[PATCH v2 0/3] vfio: use __aligned_u64 for ioctl structs
 2023-08-30  8:32 UTC  (3+ messages)

[PATCH v2] arm/kvm: Enable support for KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE
 2023-08-30 11:29 UTC  (3+ messages)

[PATCH v3 0/7] sched: Implement shared runqueue in CFS
 2023-08-30  9:56 UTC  (7+ messages)

[PATCH v14 0/7] Support Nuvoton NPCM Video Capture/Encode Engine
 2023-08-30  9:42 UTC  (3+ messages)
` [PATCH v14 7/7] media: nuvoton: Add driver for NPCM video capture and encode engine

[PATCH 00/11] Initial support for the Fairphone 5 smartphone
 2023-08-30  9:58 UTC  (3+ messages)
` [PATCH 05/11] arm64: dts: qcom: pm8350c: Add flash led node
` [PATCH 06/11] dt-bindings: pinctrl: qcom,sc7280: Allow gpio-reserved-ranges

[Intel-gfx] [PATCH v4 00/29] drm/i915/gvt: KVM: KVMGT fixes and page-track cleanups
 2023-08-30 15:04 UTC  (3+ messages)
` [Intel-gfx] [PATCH v4 16/29] KVM: x86: Reject memslot MOVE operations if KVMGT is attached
  `  "

[PATCH v2] efi: fix -Wmissing-variable-declarations warning
 2023-08-30 17:56 UTC  (3+ messages)

[PATCH v1 00/22] vfio: Adopt iommufd
 2023-08-30 10:37 UTC  (2+ messages)
` [PATCH v1 02/22] Update linux-header to support iommufd cdev and hwpt alloc

[PATCH v1 0/5] [PATCH 0/5] Add support for DCMIPP camera interface of STMicroelectronics STM32 SoC series
 2023-08-30  8:20 UTC  (5+ messages)
` [PATCH v1 3/5] media: stm32-dcmipp: STM32 DCMIPP camera interface driver

[PATCH] efi: fix -Wmissing-variable-declarations warning
 2023-08-30 13:32 UTC  (4+ messages)

[PATCH] RISC-V: Optimize bitops with Zbb extension
 2023-08-30  6:59 UTC  (4+ messages)

[PATCH 0/4] KVM: x86: tracepoint updates
 2023-08-30 12:42 UTC  (3+ messages)
` [PATCH 2/4] KVM: x86: add more information to the kvm_entry tracepoint
` [PATCH 3/4] KVM: x86: add more information to kvm_exit tracepoint

[ANNOUNCE] PUCK Agenda - 2023.08.23 - CANCELED
 2023-08-30 15:22 UTC  (2+ messages)
` PUCK Agenda - 2023.08.30

[PATCH v4 0/7] Add support for LUT PPG
 2023-08-30 18:05 UTC 

[PATCH v7 1/1] vfio/nvgpu: Add vfio pci variant module for grace hopper
 2023-08-30 13:50 UTC  (2+ messages)

[PATCH V5 0/6] scsi: ufs: qcom: Align programming sequence as per HW spec
 2023-08-30 17:37 UTC  (4+ messages)
` [PATCH V5 1/6] scsi: ufs: qcom: Update offset for core_clk_1us_cycles


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.