All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-03-18 09:15:56 to 2024-03-18 09:49:18 UTC [more...]

[PATCH v8 0/8] AMD Pstate Fixes And Enhancements
 2024-03-18  9:48 UTC  (9+ messages)
` [PATCH v8 1/8] cpufreq: amd-pstate: Document *_limit_* fields in struct amd_cpudata
` [PATCH v8 2/8] cpufreq: amd-pstate: Document the units for freq variables in amd_cpudata
` [PATCH v8 3/8] cpufreq: amd-pstate: Unify computation of {max,min,nominal,lowest_nonlinear}_freq
` [PATCH v8 4/8] cpufreq: amd-pstate: Remove amd_get_{min,max,nominal,lowest_nonlinear}_freq()
` [PATCH v8 5/8] cpufreq: amd-pstate: Bail out if min/max/nominal_freq is 0
` [PATCH v8 6/8] cpufreq: amd-pstate: get transition delay and latency value from ACPI tables
` [PATCH v8 7/8] cppc_acpi: print error message if CPPC is unsupported
` [PATCH v8 8/8] cpufreq: amd-pstate: Add quirk for the pstate CPPC capabilities missing

[PATCH v5 0/3] add pmic pca9451a support
 2024-03-18  9:56 UTC  (7+ messages)
` [PATCH v5 1/3] regulator: dt-bindings: pca9450: add "
` [PATCH v5 2/3] regulator: "
` [PATCH v5 3/3] arm64: dts: imx93-11x11-evk: "

[PATCH 0/3] Update the max31790 driver
 2024-03-18  9:48 UTC  (4+ messages)
` [PATCH 3/3] dt-bindings: hwmon: max31790: Add pwmout-pin-as-tach-input property

[PATCH 00/43] drm: Provide fbdev emulation per memory manager
 2024-03-18  9:48 UTC  (10+ messages)
` [PATCH 01/43] drm/fbdev-generic: Do not set physical framebuffer address
` [PATCH 12/43] drm/mgag200: Use fbdev-shmem

[RFC PATCH v2] mm: support multi-size THP numa balancing
 2024-03-18  9:48 UTC  (4+ messages)

nft ends with error
 2024-03-18  9:47 UTC  (4+ messages)

[PATCH v2] locking/osq_lock: Optimize osq_lock performance using per-NUMA
 2024-03-18  9:47 UTC  (2+ messages)

[PATCH v1 1/2] ARM: i.MX8MP: skov: add fallback for unsupported HW
 2024-03-18  9:45 UTC  (2+ messages)
` [PATCH v1 2/2] ARM: i.MX8MP: skov: add new bd500 variant support

[PATCH v3 0/7] Fix USB pipe configuration for RZ/G2L
 2024-03-18  9:46 UTC  (7+ messages)
` [PATCH v3 4/7] usb: renesas_usbhs: Drop has_new_pipe_configs from struct renesas_usbhs_driver_param
` [PATCH v3 5/7] usb: renesas_usbhs: Update usbhs pipe configuration for RZ/G2L family

[PATCH iproute2-next] arpd: create /var/lib/arpd on first use
 2024-03-18  9:43 UTC  (10+ messages)
` [PATCH iproute2-next v2] "
      ` [EXTERNAL] "

[PATCH v2 1/2] drm/xe/client: remove bogus rcu list usage
 2024-03-18  9:45 UTC  (4+ messages)
` [PATCH v2 2/2] drm/xe/client: drop bogus bo NULL check

[PATCH v1 0/4] docs: verify/bisect: install, tainting, and finetuning
 2024-03-18  9:44 UTC  (2+ messages)

Call for contributions to the 5.0 release notes
 2024-03-18  9:44 UTC  (3+ messages)
` [OE-core] "

[PATCH v3] uvc_video: move clock_decode and stats_decode to the end of decode_start
 2024-03-18  9:43 UTC  (2+ messages)

[PATCH v2 1/3] wifi: ath: Convert sprintf/snprintf to sysfs_emit
 2024-03-18  9:42 UTC  (4+ messages)
` [PATCH v2 3/3] wifi: ti: "

[RFC PATCH v8 00/23] target/arm: Implement FEAT_NMI and FEAT_GICv3_NMI
 2024-03-18  9:35 UTC  (39+ messages)
` [RFC PATCH v8 01/23] target/arm: Handle HCR_EL2 accesses for bits introduced with FEAT_NMI
` [RFC PATCH v8 02/23] target/arm: Add PSTATE.ALLINT
` [RFC PATCH v8 03/23] target/arm: Add support for FEAT_NMI, Non-maskable Interrupt
` [RFC PATCH v8 04/23] target/arm: Implement ALLINT MSR (immediate)
` [RFC PATCH v8 05/23] target/arm: Support MSR access to ALLINT
` [RFC PATCH v8 06/23] target/arm: Add support for Non-maskable Interrupt
` [RFC PATCH v8 07/23] target/arm: Add support for NMI in arm_phys_excp_target_el()
` [RFC PATCH v8 08/23] target/arm: Handle IS/FS in ISR_EL1 for NMI
` [RFC PATCH v8 09/23] target/arm: Handle PSTATE.ALLINT on taking an exception
` [RFC PATCH v8 10/23] hw/arm/virt: Wire NMI and VNMI irq lines from GIC to CPU
` [RFC PATCH v8 11/23] hw/intc/arm_gicv3: Add external IRQ lines for NMI
` [RFC PATCH v8 12/23] target/arm: Handle NMI in arm_cpu_do_interrupt_aarch64()
` [RFC PATCH v8 13/23] hw/intc/arm_gicv3: Add irq superpriority information
` [RFC PATCH v8 14/23] hw/intc/arm_gicv3_redist: Implement GICR_INMIR0
` [RFC PATCH v8 15/23] hw/intc/arm_gicv3: Implement GICD_INMIR
` [RFC PATCH v8 16/23] hw/intc: Enable FEAT_GICv3_NMI Feature
` [RFC PATCH v8 17/23] hw/intc/arm_gicv3: Add NMI handling CPU interface registers
` [RFC PATCH v8 18/23] hw/intc/arm_gicv3: Handle icv_nmiar1_read() for icc_nmiar1_read()
` [RFC PATCH v8 19/23] hw/intc/arm_gicv3: Implement NMI interrupt prioirty
` [RFC PATCH v8 20/23] hw/intc/arm_gicv3: Report the NMI interrupt in gicv3_cpuif_update()
` [RFC PATCH v8 21/23] hw/intc/arm_gicv3: Report the VNMI interrupt
` [RFC PATCH v8 22/23] target/arm: Add FEAT_NMI to max
` [RFC PATCH v8 23/23] hw/arm/virt: Add FEAT_GICv3_NMI feature support in virt GIC

[PATCH v2] RDMA/restrack: Fix potential invalid address access
 2024-03-18  9:23 UTC 

[BUG] kernel warning from br_nf_local_in+0x157/0x180
 2024-03-18  9:41 UTC 

[PATCH v2 0/2] docs: *-regressions.rst: Tweaks to the commands
 2024-03-18  9:40 UTC  (2+ messages)

[PATCH 0/2] Small fixes for MSM8974 SoC dtsi
 2024-03-18  9:40 UTC  (5+ messages)
` [PATCH 1/2] ARM: dts: qcom: msm8974: Add @0 to memory node name
` [PATCH 2/2] ARM: dts: qcom: msm8974: Add empty chosen node

[PATCH] drm/xe: Remove usage of unsafe strcpy
 2024-03-18  9:40 UTC  (2+ messages)

[GIT PULL] IRQ fix
 2024-03-18  9:40 UTC 

[PATCH net] packet: annotate data-races around ignore_outgoing
 2024-03-18  9:40 UTC  (2+ messages)

[PATCH v6 0/2] mmc: sdhci-of-dwcmshc: Add CQE support
 2024-03-18  9:40 UTC  (3+ messages)

[PATCH v2 0/3] Virtio SPI Linux driver
 2024-03-18  9:39 UTC  (3+ messages)
` [PATCH v2 3/3] virtio-spi: Add virtio SPI driver

[PATCH] doc: Fix typo in admin-guide/cifs/introduction.rst
 2024-03-18  9:39 UTC  (2+ messages)

[RFC v4 linux-next 00/19] fs & block: remove bdev->bd_inode
 2024-03-18  9:39 UTC  (9+ messages)
` [RFC v4 linux-next 17/19] dm-vdo: prevent direct access of bd_inode
` [RFC v4 linux-next 18/19] scsi: factor out a helper bdev_read_folio() from scsi_bios_ptable()

[PATCH v3 0/5] Add support for TI TPS65224 PMIC
 2024-03-18  9:39 UTC  (7+ messages)
` [PATCH v3 1/5] power: tps65941: Add macros of "
` [PATCH v3 2/5] power: pmic: tps65941: Add TI "
` [PATCH v3 3/5] power: regulator: tps65941: Added macros for BUCK ID
` [PATCH v3 4/5] power: regulator: tps65941: use function callbacks for conversion ops
` [PATCH v3 5/5] power: regulator: tps65941: Add TPS65224 PMIC regulator support
` Add support for TI TPS65224 PMIC

[PATCH nf] netfilter: flowtable: infer TCP state and timeout before flow teardown
 2024-03-18  9:39 UTC 

[PATCH 1/1] mei: vsc: Mark the driver BROKEN
 2024-03-18  9:39 UTC  (2+ messages)

[RFC blktests v1 00/10] Add support to run against real target
 2024-03-18  9:38 UTC  (12+ messages)
` [RFC blktests v1 01/10] common/xfs: propagate errors from _xfs_run_fio_verify_io
` [RFC blktests v1 02/10] nvme/{012,013,035}: check return value of _xfs_run_fio_verify_io
` [RFC blktests v1 03/10] nvme/rc: use long command line option for nvme
` [RFC blktests v1 04/10] nvme/{014,015,018,019,020,023,024,026,045,046}: "
` [RFC blktests v1 05/10] nvme/rc: connect subsys only support long options
` [RFC blktests v1 06/10] nvme/rc: remove unused connect options
` [RFC blktests v1 06/10] nvme/rc: Remove "
` [RFC blktests v1 07/10] nvme/rc: add nqn/uuid args to target setup/cleanup helper
` [RFC blktests v1 08/10] nvme/031: do not open code target setup/cleanup
` [RFC blktests v1 09/10] nvme/rc: introduce remote target support
` [RFC blktests v1 10/10] nvme/030: only run against kernel soft target

LSM/IMA integration denying access to inode_init_security
 2024-03-18  9:38 UTC 

[bug report] BUG: kernel NULL pointer dereference, address: 0000000000000000
 2024-03-18  9:38 UTC 

[PATCH 0/4] refine argparse library
 2024-03-18  9:38 UTC  (13+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 4/5] argparse: fix argument flags operate as uint32 type
` [PATCH v3 0/6] refine argparse library
  ` [PATCH v3 1/6] argparse: refine error message
  ` [PATCH v3 2/6] argparse: remove dead code
  ` [PATCH v3 3/6] argparse: replace flag enum with marco
  ` [PATCH v3 4/6] argparse: fix argument flags operate as uint32 type
  ` [PATCH v3 5/6] test/argparse: refine testcases
  ` [PATCH v3 6/6] argparse: fix doc don't display two hyphens

[PATCH] README: Fix spelling
 2024-03-18  9:36 UTC  (2+ messages)

[PATCH v3] mm/ksm: fix ksm exec support for prctl
 2024-03-18  9:36 UTC  (2+ messages)

[PATCH net v2] hsr: Handle failures in module init
 2024-03-18  9:36 UTC  (2+ messages)

[PATCH 1/1] ARM: dts: imx6ul: tqma6ul + mba6ulx: Fix pinctrl node names
 2024-03-18  9:35 UTC  (4+ messages)

[isar-cip-core][RFC v1 0/6] Integrate Delta Update with rdiff_image and delta handler
 2024-03-18  9:34 UTC  (16+ messages)
` [isar-cip-core][RFC v1 1/6] conf: Use bookworm backports for enabling delta handler in swupdate
    ` [cip-dev] "
` [isar-cip-core][RFC v1 5/6] swupdate.bbclass: Generate swu for delta updates
      ` [cip-dev] "

[PATCH 0/3] NXP S32G3 SoC initial bring-up
 2024-03-18  9:34 UTC  (5+ messages)
` [PATCH 1/3] arm64: dts: S32G3: Introduce device tree for S32G-VNP-RDB3

[oe-core][PATCH] python3-gpiod: add recipe
 2024-03-18  9:35 UTC  (2+ messages)

[PATCH v3 0/2] Generate get_gp_data method to print gp status of different types of rcutorture tests
 2024-03-18  9:34 UTC  (3+ messages)
` [PATCH v3 1/2] rcutorture: Make rcutorture support print rcu-tasks gp state
` [PATCH v3 2/2] rcutorture: Removing redundant function pointer initialization

[PATCH] Change back kvm fault condition to translation
 2024-03-18  9:33 UTC 

summarize all information again at bottom//reply: reply: [PATCH] mm: fix a race scenario in folio_isolate_lru
 2024-03-18  9:32 UTC 

[PATCH 0/4] ui/console: Remove console_select()
 2024-03-18  9:30 UTC  (5+ messages)
` [PATCH 2/4] ui/vnc: Do not use console_select()

[PATCH RFC bpf-next 0/3] uprobe: uretprobe speed up
 2024-03-18  9:31 UTC  (4+ messages)
` [PATCH RFC bpf-next 1/3] uprobe: Add uretprobe syscall to speed up return probe
` [PATCH RFC bpf-next 2/3] selftests/bpf: Add uretprobe syscall test
` [PATCH RFC bpf-next 3/3] selftests/bpf: Mark uprobe trigger functions with nocf_check attribute

[PATCH net] net: move dev->state into net_device_read_txrx group
 2024-03-18  9:31 UTC  (2+ messages)

[PATCH rdma-next 0/4] Define and use mana queues for CQs and WQs
 2024-03-18  9:31 UTC  (7+ messages)
` [PATCH rdma-next 1/4] RDMA/mana_ib: Introduce helpers to create and destroy mana queues
    ` [EXTERNAL] "
` [PATCH rdma-next 4/4] RDMA/mana_ib: Use struct mana_ib_queue for RAW QPs

VFS: Close: file count is zero (use-after-free)
 2024-03-18  9:31 UTC  (2+ messages)

❌ FAIL (MISSED 25 of 204): Test report for master (6.8.0, mainline.kernel.org-clang, 906a93be)
 2024-03-18  9:31 UTC 

[PATCH] net: wan: fsl_qmc_hdlc: Fix module compilation
 2024-03-18  9:30 UTC  (3+ messages)

spinlock recursion when running q800 emulation in qemu
 2024-03-18  9:31 UTC  (19+ messages)

[PATCH] ARM: vfp: use asm volatile for FP control register accesses
 2024-03-18  9:30 UTC 

[Buildroot] [PATCH 1/2] configs/avenger96: bump Uboot version to 2024.01
 2024-03-18  9:30 UTC  (2+ messages)
` [Buildroot] [PATCH 2/2] configs/avenger96: bump Linux version to 6.6.21 LTS

[v2 net PATCH 0/5] octeontx2-pf: RVU Mailbox fixes
 2024-03-18  9:29 UTC  (6+ messages)
` [v2 net PATCH 1/5] octeontx2: Detect the mbox up or down message via register
` [v2 net PATCH 2/5] octeontx2-pf: Wait till detach_resources msg is complete
` [v2 net PATCH 3/5] octeontx2-pf: Use default max_active works instead of one
` [v2 net PATCH 4/5] octeontx2-pf: Send UP messages to VF only when VF is up
` [v2 net PATCH 5/5] octeontx2-af: Use separate handlers for interrupts

Transaction test error in RaspberryPI4 build with picamera and libGL
 2024-03-18  8:06 UTC 

[PATCH 1/3] drm/xe: Fix out-of-bounds warning in vm_bind_ioctl_check_args
 2024-03-18  9:27 UTC  (5+ messages)
` [PATCH 3/3] drm/xe: Warn on NULL job when user fence used in xe_sync_entry_signal

[PATCH v4 00/39] Add support for sam9x7 SoC family
 2024-03-18  9:25 UTC  (5+ messages)
` [PATCH v4 27/39] clk: at91: sam9x7: add sam9x7 pmc driver

net/sunrpc/sched.c: error: result of comparison against a string literal is unspecified (use an explicit string comparison function instead)
 2024-03-18  9:25 UTC 

[PATCH] caif: Use UTILITY_NAME_LENGTH instead of hard-coding 16
 2024-03-18  9:25 UTC  (2+ messages)

[PATCH v3 0/1] Fix lb_imbalance reporting in /proc/schedstat
 2024-03-18  9:24 UTC  (2+ messages)
` [PATCH v3 1/1] sched: Report the different kinds of imbalances "

[PATCH v9 0/2] wifi: mwifiex: add code to support host mlme
 2024-03-18  9:24 UTC  (3+ messages)

[PATCH] ASoC: dt-bindings: wm8776: Convert to dtschema
 2024-03-18  9:23 UTC  (2+ messages)

[PATCH 00/14] mips: dts: ralink: mt7621: improve DTS style
 2024-03-18  9:23 UTC  (11+ messages)

[PATCH 1/2] firewire: Kill unnecessary buf check in device_attribute.show
 2024-03-18  9:23 UTC  (6+ messages)
    ` [PATCH] firewire: core: add memo about the caller of show functions for device attributes

[PATCH] drm/panel: ilitek-ili9881c: Fix warning with GPIO controllers that sleep
 2024-03-18  9:22 UTC  (3+ messages)

[PATCH v2 0/2] Describe SC8280XP PCIe SMMU
 2024-03-18  9:21 UTC  (5+ messages)
` [PATCH v2 2/2] arm64: dts: qcom: sc8280xp: Describe the PCIe SMMUv3

[net/devlink] Question about possible CMD misuse in devlink_nl_port_new_doit()
 2024-03-18  9:21 UTC  (2+ messages)

[PATCH] drm/xe/client: remove bogus rcu list usage
 2024-03-18  9:21 UTC 

[PATCH] dt-bindings: nxp,i2c-pnx: Convert to dtschema
 2024-03-18  9:19 UTC  (2+ messages)

[PATCH v3 0/4] iio: move IIO to the cleanup.h magic
 2024-03-18  9:23 UTC  (10+ messages)
` [PATCH v3 2/4] iio: trigger: move "
` [PATCH v3 3/4] iio: buffer: iio: core: "
` [PATCH v3 4/4] iio: inkern: "

[patch net] devlink: fix port new reply cmd type
 2024-03-18  9:19 UTC 

compression silently skipped with O_DIRECT & checksum/corruption issue with qemu live migration ?
 2024-03-18  9:19 UTC  (2+ messages)

[PATCH iproute2] ifstat: don't set errno if strdup fails
 2024-03-18  9:16 UTC 

[PATCH iproute2 v2] ifstat: handle strdup return value
 2024-03-18  9:15 UTC 

[PATCH 0/4] mtd: nand: raw: Collected improvements
 2024-03-18  9:15 UTC  (6+ messages)
` [PATCH 4/4] mtd: nand: raw: atmel: Introduce optional debug commands


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.