The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2024-02-14 14:52:56 to 2024-02-14 16:40:33 UTC [more...]

[RFC v2 00/14] enable bs > ps in XFS
 2024-02-14 16:40 UTC  (19+ messages)
` [RFC v2 05/14] readahead: align index to mapping_min_order in ondemand_ra and force_ra
` [RFC v2 10/14] iomap: fix iomap_dio_zero() for fs bs > system page size
` [RFC v2 12/14] xfs: make the calculation generic in xfs_sb_validate_fsb_count()
` [RFC v2 14/14] xfs: enable block size larger than page size support

[PATCH v3 00/35] Memory allocation profiling
 2024-02-14 16:38 UTC  (14+ messages)

[PATCH v2 0/4] Add support for AF8133J magnetometer
 2024-02-14 16:38 UTC  (4+ messages)
` [PATCH v2 3/4] iio: magnetometer: add a driver for Voltafield "

[PATCH] x86/sev: Dump SEV_STATUS
 2024-02-14 16:37 UTC  (2+ messages)

[PATCH v4 0/7] Split a folio to any lower order folios
 2024-02-14 16:35 UTC  (24+ messages)
` [PATCH v4 1/7] mm/memcg: use order instead of nr in split_page_memcg()
` [PATCH v4 2/7] mm/page_owner: use order instead of nr in split_page_owner()
` [PATCH v4 4/7] mm: page_owner: add support for splitting to any order in split page_owner
` [PATCH v4 5/7] mm: thp: split huge page to any lower order pages (except order-1)
` [PATCH v4 6/7] mm: truncate: split huge page cache page to a non-zero order if possible

[PATCH v2] of: OF_IRQ: select IRQ_DOMAIN instead of depending on it
 2024-02-14 16:35 UTC  (4+ messages)

[PATCH for-6.8 v2 0/4] KVM: LoongArch: Fix wrong CPUCFG ID handling
 2024-02-14 16:33 UTC  (5+ messages)
` [PATCH for-6.8 v2 1/4] KVM: LoongArch: Fix input value checking of _kvm_get_cpucfg
` [PATCH for-6.8 v2 2/4] KVM: LoongArch: Fix kvm_check_cpucfg incorrectly accepting bad CPUCFG IDs
` [PATCH for-6.8 v2 3/4] KVM: LoongArch: Rename _kvm_get_cpucfg to _kvm_get_cpucfg_mask
` [PATCH for-6.8 v2 4/4] KVM: LoongArch: Streamline kvm_check_cpucfg and improve comments

[PATCH v12 00/20] KVM: xen: update shared_info and vcpu_info handling
 2024-02-14 16:33 UTC  (9+ messages)
` [PATCH v12 08/20] KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVA

[PATCH] net/iucv: fix the allocation size of iucv_path_table array
 2024-02-14 16:32 UTC 

[PATCH 0/4] Add support for AF8133J magnetometer
 2024-02-14 16:31 UTC  (9+ messages)
` [PATCH 2/4] dt-bindings: iio: magnetometer: Add DT binding for Voltafield AF8133J
` [PATCH 4/4] iio: magnetometer: add a driver for Voltafield AF8133J magnetometer

[PATCH v3 00/35] Memory allocation profiling
 2024-02-14 16:31 UTC  (11+ messages)
` [PATCH v3 23/35] mm/slub: Mark slab_free_freelist_hook() __always_inline

[PATCH v1 0/5] Introduce SandBox Mode (SBM)
 2024-02-14 16:31 UTC  (7+ messages)
` [PATCH v1 5/5] sbm: SandBox Mode documentation

[PATCH v5 0/4] arm64: ptdump: View the second stage page-tables
 2024-02-14 16:29 UTC  (6+ messages)
` [PATCH v5 4/4] KVM: arm64: Initialize the ptdump parser with stage-2 attributes

[PATCH 00/23] Rework Nomadik GPIO to add Mobileye EyeQ5 support
 2024-02-14 16:24 UTC  (24+ messages)
` [PATCH 01/23] dt-bindings: gpio: nomadik: convert into yaml format
` [PATCH 02/23] dt-bindings: gpio: nomadik: add optional ngpios property
` [PATCH 03/23] dt-bindings: gpio: nomadik: add mobileye,eyeq5-gpio compatible
` [PATCH 04/23] dt-bindings: gpio: nomadik: add optional reset property
` [PATCH 05/23] gpio: nomadik: extract GPIO platform driver from drivers/pinctrl/nomadik/
` [PATCH 06/23] pinctrl: nomadik: fix build warning (-Wformat)
` [PATCH 07/23] pinctrl: nomadik: fix build warning (-Wpointer-to-int-cast)
` [PATCH 08/23] pinctrl: nomadik: minimise indentation in probe
` [PATCH 09/23] pinctrl: nomadik: follow type-system kernel coding conventions
` [PATCH 10/23] pinctrl: nomadik: follow whitespace "
` [PATCH 11/23] pinctrl: nomadik: follow conditional "
` [PATCH 12/23] gpio: nomadik: request dynamic ID allocation
` [PATCH 13/23] gpio: nomadik: fix offset bug in nmk_pmx_set()
` [PATCH 14/23] gpio: nomadik: make clock optional
` [PATCH 15/23] gpio: nomadik: change driver name from gpio to gpio-nomadik
` [PATCH 16/23] gpio: nomadik: support shared GPIO IRQs
` [PATCH 17/23] gpio: nomadik: handle variadic GPIO count
` [PATCH 18/23] gpio: nomadik: support mobileye,eyeq5-gpio
` [PATCH 19/23] gpio: nomadik: grab optional reset control and deassert it at probe
` [PATCH 20/23] MIPS: eyeq5_defconfig: enable GPIO by default
` [PATCH 21/23] MIPS: mobileye: eyeq5: add two GPIO bank nodes
` [PATCH 22/23] MIPS: mobileye: eyeq5: add resets to GPIO banks
` [PATCH 23/23] MIPS: mobileye: eyeq5: map GPIOs to pins using gpio-ranges

[PATCH ver.2] gtp: fix use-after-free and null-ptr-deref in gtp_genl_dump_pdp()
 2024-02-14 16:27 UTC 

[PATCH net-next v3 0/7] dma: skip calling no-op sync ops when possible
 2024-02-14 16:22 UTC  (8+ messages)
` [PATCH net-next v3 1/7] dma: compile-out DMA sync op calls when not used
` [PATCH net-next v3 2/7] dma: avoid redundant calls for sync operations
` [PATCH net-next v3 3/7] iommu/dma: avoid expensive indirect "
` [PATCH net-next v3 4/7] page_pool: make sure frag API fields don't span between cachelines
` [PATCH net-next v3 5/7] page_pool: don't use driver-set flags field directly
` [PATCH net-next v3 6/7] page_pool: check for DMA sync shortcut earlier
` [PATCH net-next v3 7/7] xsk: use generic DMA sync shortcut instead of a custom one

[RFC PATCH v3 0/3] Virtio SPI Linux driver compliant to draft spec V10
 2024-02-14 16:22 UTC  (2+ messages)
` [virtio-dev] "

[regression] tracing: kmemleak warning in allocate_cmdlines_buffer()
 2024-02-14 16:22 UTC  (5+ messages)

[PATCH] Corrected GPL license name
 2024-02-14 16:20 UTC  (3+ messages)

[PATCH v2] tracing: Inform kmemleak of saved_cmdlines allocation
 2024-02-14 16:20 UTC 

[PATCH v1 0/2] coresight: tpdm: Change qcom,dsb-element-size to qcom,dsb-elem-bits
 2024-02-14 16:18 UTC  (10+ messages)
` [PATCH v1 1/2] dt-bindings: arm: qcom,coresight-tpdm: Rename qcom,dsb-element-size

[PATCH V4 0/5] mlx5 ConnectX control misc driver
 2024-02-14 16:17 UTC  (4+ messages)

[PATCH v2 0/6] mfd: tmio: simplify header and move to platform_data
 2024-02-14 16:16 UTC  (13+ messages)
` [PATCH v2 1/6] mfd: tmio: Remove obsolete platform_data
` [PATCH v2 2/6] mfd: tmio: Remove obsolete io accessors
` [PATCH v2 3/6] mmc: tmio/sdhi: Fix includes
` [PATCH v2 4/6] mfd: tmio: Update include files
` [PATCH v2 5/6] mfd: tmio: Sanitize comments
` [PATCH v2 6/6] mfd: tmio: Move header to platform_data

[PATCH] serial: st-asc: don't get/put GPIOs in atomic context
 2024-02-14 16:16 UTC  (2+ messages)

[PATCH bpf-next] bpf/test_run: increase Page Pool's ptr_ring size in live frames mode
 2024-02-14 16:16 UTC  (2+ messages)

[PATCH v1 1/1] serial: 8250_of: Drop quirk fot NPCM from 8250_port
 2024-02-14 16:14 UTC 

[PATCH 0/2] iio: adc: ad7944: new driver
 2024-02-14 16:13 UTC  (5+ messages)
` [PATCH 2/2] iio: adc: ad7944: add driver for AD7944/AD7985/AD7986

[PATCH 0/2] FRU Memory Poison Manager
 2024-02-14 16:11 UTC  (21+ messages)
` [PATCH 1/2] RAS/AMD/ATL, EDAC/amd64: Move MI300 Row Retirement to ATL
` [PATCH 2/2] RAS: Introduce the FRU Memory Poison Manager

[ANNOUNCE] v6.8-rc4-rt4
 2024-02-14 16:11 UTC 

[RFC nf-next v5 0/2] netfilter: bpf: support prog update
 2024-02-14 16:10 UTC  (2+ messages)

[PATCH 6.7 000/127] 6.7.5-rc2 review
 2024-02-14 16:07 UTC  (2+ messages)

[PATCH v1] PCI / PM: Really allow runtime PM without callback functions
 2024-02-14 16:06 UTC  (2+ messages)

[PATCH] security: fix integer overflow in lsm_set_self_attr() syscall
 2024-02-14 16:05 UTC 

[RFC] include/linux/make_type.h: Helpers for making u16/u32/u64 values
 2024-02-14 16:04 UTC  (2+ messages)

[REGRESSION] `lis3lv02d_i2c_suspend()` causes `unbalanced disables for regulator-dummy` and `Failed to disable Vdd_IO: -EIO`
 2024-02-14 16:04 UTC  (4+ messages)

[PATCH v2 1/2] dt-bindings: auxdisplay: adjust example indentation and use generic node names
 2024-02-14 16:03 UTC  (4+ messages)
` [PATCH v2 2/2] dt-bindings: auxdisplay: hit,hd44780: use defines for GPIO flags

[PATCH] dt-bindings: mfd: dlg,da9063: Make #interrupt-cells required
 2024-02-14 15:58 UTC  (2+ messages)

[PATCH] perf/x86/intel/uncore: Fix the bits of the CHA extended umask for SPR
 2024-02-14 15:57 UTC 

[PATCH V2 1/2] dt-bindings: pwm: mediatek,mt2712: add compatible for MT7988
 2024-02-14 15:57 UTC  (5+ messages)
` [PATCH V2 2/2] pwm: mediatek: add support "

[PATCH 0/4] tools/nolibc: Misc fixes for strlcpy() and strlcat()
 2024-02-14 15:55 UTC  (13+ messages)
` [PATCH 2/4] tools/nolibc: Fix strlcat() return code and size usage
` [PATCH 3/4] tools/nolibc: Fix strlcpy() "
` [PATCH 4/4] selftests/nolibc: Add tests for strlcat() and strlcpy()

[PATCH v2 00/23] KVM: arm64: Improvements to LPI injection
 2024-02-14 15:55 UTC  (3+ messages)
` [PATCH v2 01/23] KVM: arm64: Add tracepoints + stats for LPI cache effectiveness

[PATCH] tty: hvc: Don't enable the RISC-V SBI console by default
 2024-02-14 15:54 UTC  (4+ messages)

[PATCH net v2 0/7] Fix MODULE_DESCRIPTION() for net (p6)
 2024-02-14 15:52 UTC  (9+ messages)
` [PATCH net v2 1/7] net: fill in MODULE_DESCRIPTION()s for xen-netback
` [PATCH net v2 2/7] net: fill in MODULE_DESCRIPTION()s for ieee802154/fakelb
` [PATCH net v2 3/7] net: fill in MODULE_DESCRIPTION()s for plip
` [PATCH net v2 4/7] net: fill in MODULE_DESCRIPTION()s for fddik/skfp
` [PATCH net v2 5/7] net: fill in MODULE_DESCRIPTION()s for ppp
` [PATCH net v2 6/7] net: fill in MODULE_DESCRIPTION()s for mdio_devres
` [PATCH net v2 7/7] net: fill in MODULE_DESCRIPTION()s for missing arcnet

[PATCH v6 0/9] watchdog: rzg2l_wdt: Add support for RZ/G3S
 2024-02-14 15:51 UTC  (6+ messages)
` [PATCH v6 2/9] watchdog: rzg2l_wdt: Make the driver depend on PM

[PATCH net-next] net: fec: Always call fec_restart() in resume path
 2024-02-14 15:49 UTC  (5+ messages)

[PATCH v7 0/3] w1: add UART w1 bus driver
 2024-02-14 15:48 UTC  (5+ messages)
` [PATCH v7 2/3] dt-bindings: w1: UART 1-Wire bus
` [PATCH v7 3/3] w1: add UART w1 bus driver
  ` (subset) "

[RFC PATCH 0/3] Add display sharing support in tidss
 2024-02-14 15:47 UTC  (6+ messages)
` [RFC PATCH 2/3] drm/tidss: Add support for display sharing
      `  "

[RFC 0/9] power: sequencing: implement the subsystem and add first users
 2024-02-14 15:46 UTC  (4+ messages)
` [RFC 8/9] PCI/pwrctl: add PCI power control core code

[PATCH v4 00/11] x86: Confine early 1:1 mapped startup code
 2024-02-14 15:44 UTC  (4+ messages)
` [PATCH v4 11/11] x86/startup_64: Drop global variables keeping track of LA57 state

[PATCH v1 00/30] perf vendor event and TMA 4.7 metric update
 2024-02-14 15:44 UTC  (2+ messages)

[syzbot] [bpf?] [net?] BUG: unable to handle kernel NULL pointer dereference in sk_psock_verdict_data_ready
 2024-02-14 15:44 UTC  (3+ messages)
` [syzbot] Test for fd7b34375c1c8ce29c93

[PATCH] ASoC: SOF: Add some bounds checking to firmware data
 2024-02-14 15:44 UTC  (2+ messages)

[PATCH net-next v3 00/17] net: Add support for Power over Ethernet (PoE)
 2024-02-14 15:41 UTC  (5+ messages)
` [PATCH net-next v3 10/17] dt-bindings: net: pse-pd: Add another way of describing several PSE PIs

[PATCH net-next v3] net: dqs: add NIC stall detector based on BQL
 2024-02-14 15:41 UTC  (5+ messages)

[PATCH net] netfilter: nf_tables: fix bidirectional offload regression
 2024-02-14 15:40 UTC  (2+ messages)

sched/cpufreq: Rework schedutil governor performance estimation - Regression bisected
 2024-02-14 15:37 UTC  (8+ messages)

[v3 PATCH] ALSA: virtio: Fix "Coverity: virtsnd_kctl_tlv_op(): Uninitialized variables" warning
 2024-02-14 15:36 UTC  (2+ messages)

[PATCH 0/9] PCI: introduce the concept of power sequencing of PCIe devices
 2024-02-14 15:34 UTC  (11+ messages)
` [PATCH 4/9] PCI: create platform devices for child OF nodes of the port node
        `  "
            `  "

[RFC PATCH net-next v5 00/14] Device Memory TCP
 2024-02-14 15:30 UTC  (5+ messages)
` [RFC PATCH net-next v5 07/14] page_pool: devmem support

[PATCH 0/6] dts: Fix dtc interrupt warnings
 2024-02-14 15:30 UTC  (3+ messages)

[PATCH v1 0/8] x86_64 SandBox Mode arch hooks
 2024-02-14 15:28 UTC  (3+ messages)

[PATCH] nvmem: include bit index in cell sysfs file name
 2024-02-14 15:28 UTC  (2+ messages)

[PATCH] tracing: Inform kmemleak of saved_cmdlines allocation
 2024-02-14 15:26 UTC 

[PATCH v3 0/5] media: i2c: alvium: store frame interval in subdev
 2024-02-14 15:24 UTC  (6+ messages)
` [PATCH v3 5/5] media: i2c: alvium: fix req_fr check into alvium_s_frame_interval()

[PATCH v2] acpi/ghes: Prevent sleeping with spinlock held
 2024-02-14 15:23 UTC  (3+ messages)

linux-next: build failure after merge of the mm tree
 2024-02-14 15:19 UTC  (2+ messages)

Cirrus firmware installation warnings
 2024-02-14 15:18 UTC 

[PATCH v2] efivarfs: Halve name buffer size until first successful response
 2024-02-14 15:18 UTC  (6+ messages)
` [PATCH v3] efivarfs: Request at most 512 bytes for variable names

[PATCH 1/2] x86/random: Retry on RDSEED failure
 2024-02-14 15:18 UTC  (14+ messages)

[PATCH v6 0/3] per-vma locks in userfaultfd
 2024-02-14 15:17 UTC  (2+ messages)

[PATCH 1/1] tty: Don't include tty_buffer.h tty.h
 2024-02-14 15:16 UTC  (2+ messages)

[PATCH net v3] net: ravb: Count packets instead of descriptors in GbEth RX path
 2024-02-14 15:12 UTC 

Warning! Unlikely big volume range (=9234), cval->res is probably wrong. (Dell XPS 13 9360 and Plantronics Blackwire 315.1
 2024-02-14 15:12 UTC  (2+ messages)

[PATCH v9 0/5] Introduce mseal
 2024-02-14 15:11 UTC  (6+ messages)
` [PATCH v9 1/5] mseal: Wire up mseal syscall
` [PATCH v9 2/5] mseal: add "
` [PATCH v9 3/5] selftest mm/mseal memory sealing
` [PATCH v9 4/5] mseal:add documentation
` [PATCH v9 5/5] selftest mm/mseal read-only elf memory segment

init_tis() takes 50 ms on Dell XPS 13 9360 – almost 10 % of whole time until initrd
 2024-02-14 15:10 UTC 

[PATCH v3] Documentation: Document the Linux Kernel CVE process
 2024-02-14 15:10 UTC  (8+ messages)

[PATCH net-next] net: sparx5: Add spinlock for frame transmission from CPU
 2024-02-14 15:09 UTC  (4+ messages)

[PATCH] brcmsmac: avoid function pointer casts
 2024-02-14 15:07 UTC  (4+ messages)

[PATCH] usb-storage: Add US_FL_FIX_INQUIRY quirk for Intenso Twist Line USB 3.2
 2024-02-14 15:04 UTC  (2+ messages)

[PATCH] media: v4l: marvell: select CONFIG_V4L2_ASYNC where needed
 2024-02-14 15:03 UTC  (8+ messages)

[PATCH v9 00/24] x86/resctrl: monitored closid+rmid together, separate arch/fs locking
 2024-02-14 15:01 UTC  (2+ messages)

[tip:x86/misc] BUILD SUCCESS 7dd0a21ccb5a937ca9f798afad34de4ba030f8d4
 2024-02-14 14:57 UTC 


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