LKML Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-26 13:43:07 to 2024-04-26 15:20:17 UTC [more...]

[PATCH] tcp_bbr: replace lambda expression with bitwise operation for bit flip
 2024-04-26 15:20 UTC 

[PATCH v3 00/14] ARM: dts: aspeed: Add IBM P11 BMC Boards
 2024-04-26 15:19 UTC  (23+ messages)
` [PATCH v3 01/14] dt-bindings: spi: Document the IBM Power SPI controller
` [PATCH v3 03/14] dt-bindings: fsi: Document the FSI2PIB engine
` [PATCH v3 04/14] dt-bindings: fsi: p9-occ: Switch to yaml format
` [PATCH v3 05/14] dt-bindings: fsi: Document the IBM SBEFIFO engine
` [PATCH v3 06/14] dt-bindings: fsi: Document the FSI controller common properties
` [PATCH v3 08/14] dt-bindings: fsi: ast2600-fsi-master: Switch to yaml format
` [PATCH v3 09/14] dt-bindings: fsi: Document the FSI Hub Controller

[PATCH] kernel/trace/trace_probe:Fixed memory leak issues in trace_probe.c
 2024-04-26 15:19 UTC  (3+ messages)
` [PATCH] tracing/probes: Fix memory leak issues in traceprobe_parse_probe_arg_body()

[PATCH v3 0/1] Documentation: networking: document ISO 15765-2
 2024-04-26 15:18 UTC  (2+ messages)
` [PATCH] "

[PATCH v4 00/11] enable bs > ps in XFS
 2024-04-26 15:18 UTC  (13+ messages)
` [PATCH v4 02/11] fs: Allow fine-grained control of folio sizes
` [PATCH v4 03/11] filemap: allocate mapping_min_order folios in the page cache
` [PATCH v4 08/11] xfs: use kvmalloc for xattr buffers
` [PATCH v4 09/11] xfs: expose block size in stat
` [PATCH v4 10/11] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [PATCH v4 11/11] xfs: enable block size larger than page size support

[PATCH] dt-bindings: pinctrl: qcom,pmic-gpio: Fix "comptaible" typo for PMIH0108
 2024-04-26 15:18 UTC  (2+ messages)

[PATCH v3 00/17] riscv: Support vendor extensions and xtheadvector
 2024-04-26 15:17 UTC  (3+ messages)
` [PATCH v3 04/17] riscv: vector: Use vlenb from DT

[PATCH 00/11] KVM: guest_memfd: New hooks and functionality for SEV-SNP and TDX
 2024-04-26 15:17 UTC  (9+ messages)
` [PATCH 09/11] KVM: guest_memfd: Add interface for populating gmem pages with user data

[PATCH v8 00/16] ACPI/arm64: add support for virtual cpu hotplug
 2024-04-26 15:14 UTC  (18+ messages)
` [PATCH v8 01/16] ACPI: processor: Simplify initial onlining to use same path for cold and hotplug
` [PATCH v8 02/16] cpu: Do not warn on arch_register_cpu() returning -EPROBE_DEFER
` [PATCH v8 03/16] ACPI: processor: Drop duplicated check on _STA (enabled + present)
` [PATCH v8 04/16] ACPI: processor: Move checks and availability of acpi_processor earlier
` [PATCH v8 05/16] ACPI: processor: Add acpi_get_processor_handle() helper
` [PATCH v8 06/16] ACPI: processor: Register deferred CPUs from acpi_processor_get_info()
` [PATCH v8 07/16] ACPI: scan: switch to flags for acpi_scan_check_and_detach()
` [PATCH v8 08/16] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [PATCH v8 09/16] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [PATCH v8 10/16] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [PATCH v8 11/16] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [PATCH v8 12/16] arm64: psci: Ignore DENIED CPUs
` [PATCH v8 13/16] arm64: arch_register_cpu() variant to check if an ACPI handle is now available
` [PATCH v8 14/16] arm64: Kconfig: Enable hotplug CPU on arm64 if ACPI_PROCESSOR is enabled
` [PATCH v8 15/16] arm64: document virtual CPU hotplug's expectations
` [PATCH v8 16/16] cpumask: Add enabled cpumask for present CPUs that can be brought online

[PATCH v5 0/8] sysctl: Remove sentinel elements from networking
 2024-04-26 15:13 UTC  (3+ messages)
` [PATCH v5 5/8] net: Remove ctl_table sentinel elements from several networking subsystems

[PATCH] serial: 8250_lpss: Fix memory leak in lpss8250_probe()
 2024-04-26 15:07 UTC  (8+ messages)
  `  "
    `  "

[RFT PATCH v2] serial: core: Call device_set_awake_path() for console port
 2024-04-26 15:11 UTC  (3+ messages)

[PATCH v1] mmc: core: check R1_STATUS for erase/trim/discard
 2024-04-26 15:10 UTC  (4+ messages)

[PATCH v2 00/35] x86/resctrl: Move the resctrl filesystem code to /fs/resctrl
 2024-04-26 15:09 UTC  (36+ messages)
` [PATCH v2 01/35] x86/resctrl: Fix allocation of cleanest CLOSID on platforms with no monitors
  ` [PATCH v2 02/35] x86/resctrl: Add a helper to avoid reaching into the arch code resource list
  ` [PATCH v2 03/35] x86/resctrl: Move ctrlval string parsing policy away from the arch code
  ` [PATCH v2 04/35] x86/resctrl: Add helper for setting CPU default properties
  ` [PATCH v2 05/35] x86/resctrl: Remove rdtgroup from update_cpu_closid_rmid()
  ` [PATCH v2 06/35] x86/resctrl: Export resctrl fs's init function
  ` [PATCH v2 07/35] x86/resctrl: Wrap resctrl_arch_find_domain() around rdt_find_domain()
  ` [PATCH v2 08/35] x86/resctrl: Move resctrl types to a separate header
  ` [PATCH v2 09/35] x86/resctrl: Add a resctrl helper to reset all the resources
  ` [PATCH v2 10/35] x86/resctrl: Move monitor init work to a resctrl init call
  ` [PATCH v2 11/35] x86/resctrl: Move monitor exit work to a resctrl exit call
  ` [PATCH v2 12/35] x86/resctrl: Move max_{name,data}_width into resctrl code
  ` [PATCH v2 13/35] x86/resctrl: Stop using the for_each_*_rdt_resource() walkers
  ` [PATCH v2 14/35] x86/resctrl: Export the is_mbm_*_enabled() helpers to asm/resctrl.h
  ` [PATCH v2 15/35] x86/resctrl: Add resctrl_arch_is_evt_configurable() to abstract BMEC
  ` [PATCH v2 16/35] x86/resctrl: Change mon_event_config_{read,write}() to be arch helpers
  ` [PATCH v2 17/35] x86/resctrl: Move mbm_cfg_mask to struct rdt_resource
  ` [PATCH v2 18/35] x86/resctrl: Allow resctrl_arch_mon_event_config_write() to return an error
  ` [PATCH v2 19/35] x86/resctrl: Add resctrl_arch_ prefix to pseudo lock functions
  ` [PATCH v2 20/35] x86/resctrl: Allow an architecture to disable pseudo lock
  ` [PATCH v2 21/35] x86/resctrl: Make prefetch_disable_bits belong to the arch code
  ` [PATCH v2 22/35] x86/resctrl: Make resctrl_arch_pseudo_lock_fn() take a plr
  ` [PATCH v2 23/35] x86/resctrl: Move thread_throttle_mode_init() to be managed by resctrl
  ` [PATCH v2 24/35] x86/resctrl: Move get_config_index() to a header
  ` [PATCH v2 25/35] x86/resctrl: Claim get_domain_from_cpu() for resctrl
  ` [PATCH v2 26/35] x86/resctrl: Describe resctrl's bitmap size assumptions
  ` [PATCH v2 27/35] x86/resctrl: Rename resctrl_sched_in() to begin with "resctrl_arch_"
  ` [PATCH v2 28/35] x86/resctrl: Drop __init/__exit on assorted symbols
  ` [PATCH v2 29/35] fs/resctrl: Add boiler plate for external resctrl code
  ` [PATCH v2 30/35] x86/resctrl: Squelch whitespace anomalies in resctrl core code
  ` [PATCH v2 31/35] x86/resctrl: Prefer alloc(sizeof(*foo)) idiom in rdt_init_fs_context()
  ` [PATCH v2 32/35] x86/resctrl: Relax some asm #includes
  ` [PATCH v2 33/35] x86/resctrl: Move the filesystem bits to headers visible to fs/resctrl
  ` [PATCH v2 34/35] x86/resctrl: Move the resctrl filesystem code to /fs/resctrl
  ` [PATCH v2 35/35] [SQUASHME] "

[PATCH v9 0/3] add support for EXAR XR20M1172 UART
 2024-04-26 15:10 UTC  (6+ messages)
` [PATCH v9 1/3] serial: sc16is7xx: announce support of SER_RS485_RTS_ON_SEND

[PATCH v2] Bluetooth: qca: set power_ctrl_enabled on NULL returned by gpiod_get_optional()
 2024-04-26 15:09 UTC  (4+ messages)

[PATCH][next] ALSA: kunit: make read-only array buf_samples static const
 2024-04-26 15:08 UTC  (5+ messages)

[PATCH V2 0/2] Fix Coresight instruction synthesis logic
 2024-04-26 15:07 UTC  (3+ messages)

[PATCH] mm: Always sanity check anon_vma first for per-vma locks
 2024-04-26 15:07 UTC  (9+ messages)

[PATCH] perf/x86/intel: Add a distinct name for Granite Rapids
 2024-04-26 15:05 UTC 

[PATCH v1] perf tests: Run tests in parallel by default
 2024-04-26 15:06 UTC  (2+ messages)

[PATCH 0/2] ARM: dts: stm32: enable camera on stm32mp135f-dk
 2024-04-26 15:05 UTC  (3+ messages)
` [PATCH 1/2] ARM: dts: stm32: add DCMIPP pinctrl on STM32MP13x SoC family
` [PATCH 2/2] ARM: dts: stm32: enable camera support on stm32mp135f-dk board

[PATCH v2 0/2] kconfig: remove unneeded 'optional' property support
 2024-04-26 15:04 UTC  (4+ messages)
` [PATCH v2 2/2] kconfig: remove "

[syzbot] [input?] [ext4?] possible deadlock in uinput_request_submit
 2024-04-26 15:03 UTC  (3+ messages)

[GIT PULL] vfs fixes
 2024-04-26 14:59 UTC 

[RFC PATCH] net: Fix one page_pool page leak from skb_frag_unref
 2024-04-26 14:59 UTC  (8+ messages)

[PATCH 0/4] selftests/resctrl: Enable MBM and MBA tests on AMD
 2024-04-26 14:56 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 4/4] selftests/resctrl: Enable MBA/MBA "

[PATCH v2 0/2] Apply RMP table fixups for kexec
 2024-04-26 14:56 UTC  (6+ messages)
` [PATCH v2 2/2] x86/sev: Add callback to apply "

[GIT PULL] LoongArch fixes for v6.9-rc6
 2024-04-26 14:56 UTC 

[PATCH v1] mm: Fix race between __split_huge_pmd_locked() and GUP-fast
 2024-04-26 14:53 UTC  (8+ messages)

[PATCH] mm/slub: Avoid recursive loop with kmemleak
 2024-04-26 14:52 UTC  (2+ messages)

linux-next: manual merge of the tty tree with the mm tree
 2024-04-26 14:51 UTC  (2+ messages)

[tip:x86/urgent] BUILD SUCCESS ce0abef6a1d540acef85068e0e82bdf1fbeeb0e9
 2024-04-26 14:48 UTC 

[PATCH v1 0/2] arm64/mm: Enable userfaultfd write-protect
 2024-04-26 14:48 UTC  (10+ messages)
` [PATCH v1 1/2] arm64/mm: Move PTE_PROT_NONE and PMD_PRESENT_INVALID
` [PATCH v1 2/2] arm64/mm: Add uffd write-protect support

[PATCH v4 linux-next] usb:typec:mux: remove indentation for common path
 2024-04-26 14:47 UTC  (5+ messages)

[PATCH v4 0/4] x86/snp: Add kexec support
 2024-04-26 14:47 UTC  (7+ messages)
` [PATCH v5 0/3] "
  ` [PATCH v5 1/3] efi/x86: skip efi_arch_mem_reserve() in case of kexec

[PATCH v7 0/1] drivers: watchdog: revise watchdog bootstatus
 2024-04-26 14:45 UTC  (4+ messages)
` [PATCH v7 1/1] "

[PATCH 0/4] Improve anon_vma scalability for anon VMAs
 2024-04-26 14:45 UTC  (5+ messages)
` [PATCH 1/4] mm: Assert the mmap_lock is held in __anon_vma_prepare()
` [PATCH 2/4] mm: Delay the check for a NULL anon_vma
` [PATCH 3/4] mm: Fix some minor per-VMA lock issues in userfaultfd
` [PATCH 4/4] mm: Optimise vmf_anon_prepare() for VMAs without an anon_vma

[PATCH] serial: 8250_lpss: Fix memory leak in lpss8250_probe()
 2024-04-26 14:44 UTC  (4+ messages)

[PATCH iwl] idpf: don't enable NAPI and interrupts prior to allocating Rx buffers
 2024-04-26 14:44 UTC 

[PATCH v1 1/1] PCI/MSI: Make error path handling follow the standard pattern
 2024-04-26 14:40 UTC 

[PATCH] ASoC: sunxi: DMIC: Add controls for adjusting the mic gains
 2024-04-26 14:39 UTC  (4+ messages)

[RFC v2 0/3] iommu/intel: Free empty page tables on unmaps
 2024-04-26 14:39 UTC  (4+ messages)

[PATCH v3 0/2] virtiofs: fix the warning for kernel direct IO
 2024-04-26 14:39 UTC  (3+ messages)
` [PATCH v3 1/2] virtiofs: use pages instead of pointer "
` [PATCH v3 2/2] virtiofs: use GFP_NOFS when enqueuing request through kworker

[PATCH v3 00/11] Add support for a few Zc* extensions as well as Zcmop
 2024-04-26 14:35 UTC  (5+ messages)
` [PATCH v3 02/11] riscv: add ISA extensions validation
` [PATCH v3 03/11] riscv: add ISA parsing for Zca, Zcf, Zcd and Zcb

[PATCH] "drivers:Fixed memory leak in /linux/drivers/tty/serial/8250/8250_lpss.c file
 2024-04-26 14:34 UTC  (2+ messages)

[PATCH net v2] igb: cope with large MAX_SKB_FRAGS
 2024-04-26 14:30 UTC  (3+ messages)

[PATCH v3 0/5] Define i2c_designware in a header file
 2024-04-26 14:30 UTC  (3+ messages)
` [PATCH v3 4/5] mfd: intel_quark_i2c_gpio: Utilize i2c-designware.h

[PATCH v5] usb-storage: Optimize scan delay more precisely
 2024-04-26 14:30 UTC  (2+ messages)

[PATCH v2 0/6] Ensure the copied buf is NUL terminated
 2024-04-26 14:29 UTC  (5+ messages)
` [PATCH v2 5/6] cio: ensure "

[PATCH 0/3] ARM: st: use a correct pwr compatible for stm32mp15
 2024-04-26 14:28 UTC  (5+ messages)

[PATCH v12 00/14] Add Cgroup support for SGX EPC memory
 2024-04-26 14:28 UTC  (6+ messages)
` [PATCH v12 14/14] selftests/sgx: Add scripts for EPC cgroup testing

[PATCH V2 RESEND 0/6] Add support for videocc and camcc on SM8650
 2024-04-26 14:26 UTC  (8+ messages)
` [PATCH V2 RESEND 1/6] dt-bindings: clock: qcom: Add SM8650 video clock controller

[PATCH v2 0/4] PCI: controller: Move to agnostic GPIO API
 2024-04-26 14:26 UTC  (2+ messages)

[PATCH V2 net 0/7] There are some bugfix for the HNS3 ethernet driver
 2024-04-26 14:26 UTC  (9+ messages)
` [PATCH V2 net 1/7] net: hns3: direct return when receive a unknown mailbox message
` [PATCH V2 net 2/7] net: hns3: change type of numa_node_mask as nodemask_t
` [PATCH V2 net 4/7] net: hns3: use appropriate barrier function after setting a bit value
` [PATCH V2 net 5/7] net: hns3: using user configure after hardware reset

lib/maple_tree.c:336:20: error: unused function 'mte_has_null'
 2024-04-26 14:24 UTC 

[PATCH] arm64: dts: qcom: qcs6490-rb3gen2: enable hdmi bridge
 2024-04-26 14:24 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v5 0/4] media: mgb4: YUV and variable framerate support
 2024-04-26 14:16 UTC  (5+ messages)
` [PATCH v5 1/4] media: mgb4: Add support for YUV image formats
` [PATCH v5 2/4] media: mgb4: Add support for V4L2_CAP_TIMEPERFRAME
` [PATCH v5 3/4] media: mgb4: Fixed signal frame rate limit handling
` [PATCH v5 4/4] media: admin-guide: mgb4: Outputs DV timings documentation update

[RFC PATCH v2 0/1] x86/sgx: Explicitly give up the CPU in EDMM's ioctl() to avoid softlockup
 2024-04-26 14:18 UTC  (2+ messages)
` [RFC PATCH v2 1/1] "

[PATCH] ARM: dts: aspeed: sbp1: IBM sbp1 BMC board
 2024-04-26 14:22 UTC  (2+ messages)

[PATCH v2 00/11] Series to deliver Ethernets for STM32MP13
 2024-04-26 14:22 UTC  (2+ messages)

[PATCH RESEND 0/2] soundwire: intel_ace2x: fix wakeup handling for LunarLake
 2024-04-26 14:22 UTC  (2+ messages)

[PATCH] Revert "vmgenid: emit uevent when VMGENID updates"
 2024-04-26 14:20 UTC  (8+ messages)
` [REGRESSION] "

[PATCH v4 0/8] sysctl: Remove sentinel elements from networking
 2024-04-26 14:19 UTC  (5+ messages)
` [PATCH v4 1/8] net: Remove the now superfluous sentinel elements from ctl_table array

[syzbot] [net?] possible deadlock in team_del_slave (3)
 2024-04-26 14:17 UTC  (2+ messages)

[PATCH] Bluetooth: qca: fix invalid device address check
 2024-04-26 14:15 UTC  (11+ messages)

[PATCH] f2fs: zone: fix to don't trigger OPU on pinfile for direct IO
 2024-04-26 14:14 UTC  (2+ messages)

Linux Kernel Code of Conduct Committee: March 31, 2024
 2024-04-26 14:13 UTC 

[PATCH v8 0/6] AMD Pstate Driver Core Performance Boost
 2024-04-26 14:13 UTC  (9+ messages)
` [PATCH v8 3/6] cpufreq: amd-pstate: implement cpb_boost sysfs entry for boost control
` [PATCH v8 4/6] cpufreq: amd-pstate: fix the MSR highest perf will be reset issue while cpb boost off
` [PATCH v8 5/6] Documentation: cpufreq: amd-pstate: introduce the new cpu boost control method
` [PATCH v8 6/6] cpufreq: amd-pstate-ut: support new cpb boost control interface

[PATCH] clk: imx: imx8mp: Add delay after power up
 2024-04-26 14:11 UTC  (4+ messages)

[RFC PATCH 23/41] KVM: x86/pmu: Implement the save/restore of PMU state for Intel CPU
 2024-04-26 14:09 UTC  (15+ messages)

[PATCH 1/4] drm/tiny: ili9225: drop driver owner assignment
 2024-04-26 14:08 UTC  (3+ messages)

[PATCH] serial: sc16is7xx: fix bug in sc16is7xx_set_baud() when using prescaler
 2024-04-26 14:10 UTC  (2+ messages)

[PATCH net-next v2] net: phy: micrel: Add support for PTP_PF_EXTTS for lan8814
 2024-04-26 14:02 UTC 

[PATCH v2] KVM: selftests: Use TAP interface in the set_memory_region test
 2024-04-26 14:03 UTC  (2+ messages)

[PATCH v7 0/6] soc: qcom: add in-kernel pd-mapper implementation
 2024-04-26 14:02 UTC  (4+ messages)
` [PATCH v7 5/6] soc: qcom: add "

[PATCH v4] docs/zh_CN: add process/cve Chinese translation
 2024-04-26 13:58 UTC  (2+ messages)

[PATCH v2] drm: move DRM-related CONFIG options into DRM submenu
 2024-04-26 13:56 UTC 

[PATCH 0/7] adis16501 and adis1657x support
 2024-04-26 13:53 UTC  (8+ messages)
` [PATCH 1/7] dt-bindings: iio: imu: Add ADIS16501 compatibles
` [PATCH 2/7] drivers: iio: imu: Add support for ADIS16501
` [PATCH 3/7] iio: imu: adis16475: Re-define ADIS16475_DATA
` [PATCH 4/7] iio: imu: adis_buffer: Add buffer setup API with buffer attributes
` [PATCH 5/7] iio: imu: adis16475: Create push single sample API
` [PATCH 6/7] dt-bindings: iio: imu: Add ADIS1657X family devices compatibles
` [PATCH 7/7] drivers: iio: imu: Add support for adis1657x family

[PATCH v2 0/2] Input: add ft5426
 2024-04-26 13:51 UTC  (9+ messages)
` [PATCH v2 2/2] Input: edt-ft5x06 - "

[PATCH v19 000/130] KVM TDX basic feature support
 2024-04-26 13:50 UTC  (9+ messages)
` [PATCH v19 011/130] KVM: Add new members to struct kvm_gfn_range to operate on

[PATCH RFC 0/7] block: Introduce CBD (CXL Block Device)
 2024-04-26 13:48 UTC  (6+ messages)

[PATCH net-next v4 00/12] Add support for OPEN Alliance 10BASE-T1x MACPHY Serial Interface
 2024-04-26 13:45 UTC  (4+ messages)
` [PATCH net-next v4 09/12] net: ethernet: oa_tc6: implement receive path to receive rx ethernet frames

[PATCH v1 0/3] mm/gup: consistently call it GUP-fast
 2024-04-26 13:44 UTC  (4+ messages)
` [PATCH v1 1/3] mm/gup: consistently name GUP-fast functions

[PATCH v3] docs/MAINTAINERS: Update my email address
 2024-04-26 13:43 UTC  (4+ messages)
  ` [PATCH v4] "


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).