linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-12 16:32:34 to 2024-05-13 03:50:13 UTC [more...]

[GIT PULL] Crypto Update for 5.20
 2024-05-13  3:50 UTC  (11+ messages)
` [GIT PULL] Crypto Update for 6.1
  ` [GIT PULL] Crypto Update for 6.2
    ` [GIT PULL] Crypto Update for 6.3
      ` [GIT PULL] Crypto Update for 6.4
        ` [GIT PULL] Crypto Update for 6.5
          ` [GIT PULL] Crypto Update for 6.6
            ` [GIT PULL] Crypto Update for 6.7
              ` [GIT PULL] Crypto Update for 6.8
                ` [GIT PULL] Crypto Update for 6.9
                  ` [GIT PULL] Crypto Update for 6.10

[GIT PULL] alpha: cleanups and build fixes for 6.10
 2024-05-13  3:50 UTC  (2+ messages)

[PATCH v1 1/1] Fix get efuse issue for MT8188 DPTX
 2024-05-13  3:49 UTC  (3+ messages)

[PATCH RFCv1 00/14] Add Tegra241 (Grace) CMDQV Support (part 2/2)
 2024-05-13  3:44 UTC  (14+ messages)
` [PATCH RFCv1 01/14] iommufd: Move iommufd_object to public iommufd header
` [PATCH RFCv1 02/14] iommufd: Swap _iommufd_object_alloc and __iommufd_object_alloc
` [PATCH RFCv1 03/14] iommufd: Prepare for viommu structures and functions
` [PATCH RFCv1 04/14] iommufd: Add struct iommufd_viommu and iommufd_viommu_ops

[PATCH net-next v18 00/13] Add Realtek automotive PCIe driver
 2024-05-13  3:43 UTC  (5+ messages)
` [PATCH net-next v18 06/13] rtase: Implement .ndo_start_xmit function

[PATCH] ACPI: video: Use vendor backlight on Lenovo X1 Carbon
 2024-05-13  3:38 UTC 

[PATCH] ACPI: video: Add force_vendor quirk for Lenovo X1 Carbon
 2024-05-13  3:28 UTC 

[PATCH] dpll: fix return value check for kmemdup
 2024-05-13  3:28 UTC 

[PATCH v2 0/2] mm/ksm: fix some accounting problems
 2024-05-13  3:26 UTC  (4+ messages)
` [PATCH v2 1/2] mm/ksm: fix ksm_pages_scanned accounting
` [PATCH v2 2/2] mm/ksm: fix ksm_zero_pages accounting

[PATCH] eventfs: Directly return NULL to avoid null point dereferenced
 2024-05-13  3:25 UTC  (3+ messages)

[PATCH v8 0/5] soc: qcom: add in-kernel pd-mapper implementation
 2024-05-13  3:23 UTC  (2+ messages)

[PATCH v3] io_uring: releasing CPU resources when polling
 2024-05-13  3:20 UTC  (2+ messages)

[PATCH resend v9 0/8] I3C target mode support
 2024-05-13  3:16 UTC  (3+ messages)
` [PATCH resend v9 1/8] i3c: add "

[RFC PATCH 1/1] kvm: Note an RCU quiescent state on guest exit
 2024-05-13  3:14 UTC  (4+ messages)

[RFC 0/4] perf sched: Introduce schedstat tool
 2024-05-13  3:13 UTC  (4+ messages)
` [RFC 4/4] perf sched schedstat: Add support for report subcommand

[PATCH] mm/ksm: fix possible UAF of stable_node
 2024-05-13  3:07 UTC 

[PATCH] Bluetooth: hci_core: Prefer struct_size over open coded arithmetic
 2024-05-13  3:08 UTC  (2+ messages)

[PATCH] workqueue: Fix rescuer task's name truncated
 2024-05-13  3:06 UTC 

[PATCH v2] tty: rfcomm: prefer struct_size over open coded arithmetic
 2024-05-13  3:03 UTC  (2+ messages)

[PATCH v3 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-05-13  2:57 UTC  (7+ messages)

[Linux kernel bug] INFO: task hung in blk_mq_get_tag
 2024-05-13  2:38 UTC 

[RFC PATCH] workqueue: Fix rescuer task's name truncated
 2024-05-13  2:28 UTC  (3+ messages)

[PATCH] Refactor phrasing for clarity
 2024-05-13  2:24 UTC 

linux-next: manual merge of the block tree with Linus' tree
 2024-05-13  2:23 UTC 

[PATCH v1] perf pmu: Count sys and cpuid json events separately
 2024-05-13  2:22 UTC  (2+ messages)

[syzbot] [rdma?] WARNING in rxe_pool_cleanup
 2024-05-13  2:22 UTC 

[PATCH net-next] virtio_net: Fix error code in __virtnet_get_hw_stats()
 2024-05-13  2:18 UTC  (2+ messages)

[PATCH 1/3] lib80211: Handle const struct lib80211_crypto_ops in lib80211
 2024-05-13  2:14 UTC  (2+ messages)

linux-next: manual merge of the drm-msm tree with the kbuild tree
 2024-05-13  2:03 UTC  (2+ messages)

[PATCH v2 00/10] AMD Pstate Driver Fixes and Improvements
 2024-05-13  2:07 UTC  (11+ messages)
` [PATCH v2 01/10] cpufreq: amd-pstate: optimize the initial frequency values verification
` [PATCH v2 02/10] cpufreq: amd-pstate: remove unused variable nominal_freq
` [PATCH v2 03/10] cpufreq: amd-pstate: show CPPC debug message if CPPC is not supported
` [PATCH v2 04/10] cpufreq: amd-pstate: add debug message while CPPC is supported and disabled by SBIOS
` [PATCH v2 05/10] Documentation: PM: amd-pstate: add debugging section for driver loading failure
` [PATCH v2 06/10] Documentation: PM: amd-pstate: add guided mode to the Operation mode
` [PATCH v2 07/10] cpufreq: amd-pstate: switch boot_cpu_has() to cpu_feature_enabled()
` [PATCH v2 08/10] x86/cpufeatures: Add feature bits for AMD heterogeneous processor
` [PATCH v2 09/10] cpufreq: amd-pstate: implement heterogeneous core topology for highest performance initialization
` [PATCH v2 10/10] cpufreq: amd-pstate: automatically load pstate driver by default

[Linux kernel bug] general protection fault in gfs2_unstuffer_folio
 2024-05-13  2:05 UTC 

[PATCH net] net: fec: avoid lock evasion when reading pps_enable
 2024-05-13  1:51 UTC 

[PATCH] Build guest_memfd_test also on arm64
 2024-05-13  1:46 UTC  (4+ messages)

[net/net-next PATCH v6 0/2] Move EST lock and EST structure to struct stmmac_priv
 2024-05-13  1:43 UTC  (3+ messages)
` [net PATCH v6 1/2] net: stmmac: move the EST lock "
` [net-next PATCH v6 2/2] net: stmmac: move the EST structure "

[PATCH v10 00/12] LUF(Lazy Unmap Flush) reducing tlb numbers over 90%
 2024-05-13  1:44 UTC  (5+ messages)

[PATCH v3 0/1] Perf lock improvements
 2024-05-13  1:41 UTC  (5+ messages)
` [PATCH 1/1] perf lock info: Display both map and thread by default

[PATCH v5 0/2] Add i.MX8Q HSIO PHY support
 2024-05-13  1:22 UTC  (3+ messages)
` [PATCH v5 1/2] dt-bindings: phy: Add i.MX8Q HSIO SerDes PHY binding
` [PATCH v5 2/2] phy: freescale: imx8qm-hsio: Add i.MX8QM HSIO PHY driver support

[PATCH v10 0/2] wifi: mwifiex: add code to support host mlme
 2024-05-13  1:27 UTC  (13+ messages)
  ` [EXT] "
    ` [EXT] "

[PATCH v2] hwmon: (corsair-cpro) Add firmware and bootloader information
 2024-05-13  1:21 UTC 

[PATCH v2 net-next] net: fec: Convert fec driver to use lock guards
 2024-05-13  1:21 UTC  (3+ messages)

[PATCH 0/3] LoongArch: KVM: Add Binary Translation extension support
 2024-05-13  1:12 UTC  (4+ messages)
` [PATCH 1/3] LoongArch: KVM: Add HW "
` [PATCH 2/3] LoongArch: KVM: Add LBT feature detection with cpucfg
` [PATCH 3/3] LoongArch: KVM: Add vm migration support for LBT feature

[PULL 00/19] KVM: Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2024-05-13  1:06 UTC  (4+ messages)

[PATCH 5.4 / 5.10] firmware: arm_scmi: Harden accesses to the reset domains
 2024-05-13  0:38 UTC 

[PATCH net-next v10 0/3] net: gro: remove network_header use, move p->{flush/flush_id} calculations to L4
 2024-05-13  0:44 UTC  (7+ messages)
` [PATCH net-next v10 1/3] net: gro: use cb instead of skb->network_header
` [PATCH net-next v10 2/3] net: gro: move L3 flush checks to tcp_gro_receive and udp_gro_receive_segment
` [PATCH net-next v10 3/3] selftests/net: add flush id selftests

[PATCH] drm/bridge: Remove a small useless code snippet
 2024-05-13  0:32 UTC  (3+ messages)

[PATCH 0/3] drm/loongson: Introduce component framework support
 2024-05-13  0:12 UTC  (4+ messages)
` [PATCH 1/3] drm/loongson: Add helpers for creating subdevice
` [PATCH 2/3] drm/loongson: Introduce component framework support
` [PATCH 3/3] drm/loongson: Refactor lsdc device initialize and the output port

[PATCH] hwmon: (corsair-cpro) Add firmware and bootloader information
 2024-05-13  0:10 UTC  (2+ messages)

[PATCH bpf-next v6 0/4] bpf: Inline helpers in arm64 and riscv JITs
 2024-05-13  0:00 UTC  (2+ messages)

[PATCH bpf] riscv, bpf: make some atomic operations fully ordered
 2024-05-13  0:00 UTC  (2+ messages)

[PATCH] riscv, bpf: Fix typo in comment
 2024-05-13  0:00 UTC  (2+ messages)

[RFC PATCH v2 0/3] Make ELOG log and trace consistently with GHES
 2024-05-12 23:45 UTC  (7+ messages)
` [RFC PATCH v2 3/3] ACPI: extlog: Make print_extlog_rcd() log unconditionally

[syzbot] [fs?] KASAN: slab-use-after-free Read in __fput (2)
 2024-05-12 23:10 UTC  (4+ messages)

[PATCH v3 2/2] drm/msm/a6xx: request memory region
 2024-05-12 23:06 UTC  (3+ messages)

[PATCH v7 0/5] iio: pressure: bmp280: Add triggered buffer support and
 2024-05-12 23:05 UTC  (6+ messages)
` [PATCH v7 1/5] iio: pressure: bmp280: Refactorize reading functions
` [PATCH v7 2/5] iio: pressure: bmp280: Introduce new cleanup routines
` [PATCH v7 3/5] iio: pressure: bmp280: Generalize read_{temp,press,humid}() functions
` [PATCH v7 4/5] iio: pressure: bmp280: Add SCALE, RAW values in channels and refactorize them
` [PATCH v7 5/5] iio: pressure: bmp280: Add triggered buffer support

[PATCH] integrity: Update comment for load_moklist_certs()
 2024-05-12 23:03 UTC  (2+ messages)

[PATCH v1 1/1] selftests/sgx: Fix the implicit declaration of asprintf() compiler error
 2024-05-12 23:02 UTC  (6+ messages)

[PATCH] pcmcia: Use resource_size function on resource object
 2024-05-12 22:31 UTC 

[syzbot] [kernel?] KASAN: slab-use-after-free Read in kill_orphaned_pgrp (2)
 2024-05-12 22:23 UTC  (2+ messages)

[PATCH] platform/x86: dell-laptop: Implement platform_profile
 2024-05-12 22:14 UTC  (15+ messages)
` [PATCH v5] "
    `  "
` [PATCH v6 1/2] platform/x86: dell-smbios: Add helper for checking supported commands
` [PATCH v6 2/2] platform/x86: dell-laptop: Implement platform_profile

[PATCH 0/3] usb: gadget: uvc: allocate requests based on frame interval length and buffersize
 2024-05-12 22:10 UTC  (6+ messages)

[PATCH v7 0/6] Add Tegra241 (Grace) CMDQV Support (part 1/2)
 2024-05-12 22:09 UTC  (10+ messages)
` [PATCH v7 3/6] iommu/arm-smmu-v3: Enforce arm_smmu_cmdq_build_sync_cmd
` [PATCH v7 5/6] iommu/arm-smmu-v3: Add in-kernel support for NVIDIA Tegra241 (Grace) CMDQV
` [PATCH v7 6/6] iommu/tegra241-cmdqv: Limit CMDs for guest owned VINTF

[PATCH v5 0/6] Assume sysfs event names are always the same case
 2024-05-12 22:08 UTC  (3+ messages)
` [PATCH v5 2/6] perf Document: Sysfs event names must be lower or upper case

(no subject)
 2024-05-12 21:33 UTC 

[PATCH] Add firmware and bootloader information
 2024-05-12 21:40 UTC 

Linux 6.9
 2024-05-12 21:34 UTC 

[PATCH v2] usb: dwc3: gadget: check drained isoc ep
 2024-05-12 21:33 UTC  (11+ messages)

[PATCH v16 0/9] Cache insensitive cleanup for ext4/f2fs
 2024-05-12 21:27 UTC  (4+ messages)
` [PATCH v16 3/9] libfs: Introduce case-insensitive string comparison helper

[PATCH] usb: dwc3: gadget: create per ep interrupts
 2024-05-12 21:27 UTC  (9+ messages)

[PATCH] drm/bridge: cdns-mhdp8546: Remove a redundant check on existence of bridge->encoder
 2024-05-12 21:22 UTC  (2+ messages)

[PATCH] drm/bridge: megachips-stdpxxxx-ge-b850v3-fw: Remove a redundant check on existence of bridge->encoder
 2024-05-12 21:21 UTC  (2+ messages)

[PATCH] drm/bridge: synopsys: dw-mipi-dsi: Remove a redundant check on existence of bridge->encoder
 2024-05-12 21:20 UTC  (2+ messages)

[PATCH] drm/bridge: lt9611uxc: Remove a redundant check on existence of bridge->encoder
 2024-05-12 21:19 UTC  (2+ messages)

[PATCH] drm/bridge: adv7511: Remove a redundant check on existence of bridge->encoder
 2024-05-12 21:18 UTC  (2+ messages)

[PATCH] drm/bridge: imx: Remove redundant checks on existence of bridge->encoder
 2024-05-12 21:17 UTC  (2+ messages)

[PATCH] drm/bridge: analogix: Remove redundant checks on existence of bridge->encoder
 2024-05-12 21:15 UTC  (2+ messages)

[PATCH] drm/bridge: it6505: Remove a redundant check on existence of bridge->encoder
 2024-05-12 21:15 UTC  (2+ messages)

[PATCH] drm/bridge: panel: Remove a redundant check on existence of bridge->encoder
 2024-05-12 21:14 UTC  (2+ messages)

[PATCH] drm/bridge: nxp-ptn3460: Remove a small useless code snippet
 2024-05-12 21:13 UTC  (2+ messages)

[PATCH] drm/bridge: tfp410: Remove a small useless code snippet
 2024-05-12 21:12 UTC  (2+ messages)

[PATCH 0/6] Add driver for ENS160 sensor
 2024-05-12 21:04 UTC  (7+ messages)
` [PATCH 1/6] dt-bindings: vendor-prefixes: add ScioSense
` [PATCH 2/6] dt-bindings: Add ENS160 as trivial device
` [PATCH 3/6] iio: chemical: add driver for ENS160 sensor
` [PATCH 4/6] iio: chemical: ens160: add triggered buffer support
` [PATCH 5/6] iio: chemical: ens160: add power management support
` [PATCH 6/6] MAINTAINERS: Add ScioSense ENS160

Inquiry Regarding Handling of Kernel Crashes
 2024-05-12 20:50 UTC  (2+ messages)

[PATCH] fs/jffs2: Fix NULL deref in jffs2_scan_dirty_space
 2024-05-12 20:39 UTC  (2+ messages)

[syzbot] [mm?] INFO: rcu detected stall in validate_mm (3)
 2024-05-12 20:41 UTC  (3+ messages)

[PATCH v2] extcon: Add LC824206XA microUSB switch driver
 2024-05-12 20:40 UTC 

[GIT PULL] Rust for 6.10
 2024-05-12 20:22 UTC 

Intermittent Qemu boot hang/regression traced back to INT 0x80 changes
 2024-05-12 20:23 UTC  (4+ messages)

[RFC PATCH v1] riscv kernel control flow integrity
 2024-05-12 20:12 UTC  (3+ messages)
` [RFC PATCH 07/12] riscv/mm: prepare shadow stack for init task for kernel cfi

[GIT PULL] Final KVM change for Linux 6.9
 2024-05-12 20:11 UTC  (2+ messages)

[PATCH] ucounts: constify usage of ctl_table_header::ctl_table_arg
 2024-05-12 19:54 UTC  (3+ messages)

[LSF/MM/BPF TOPIC] DAMON Updates and Plans: Automation of DAMON tuning, tiering, and VM guest scaling
 2024-05-12 19:44 UTC  (2+ messages)

[syzbot] [v9fs?] KASAN: slab-use-after-free Write in v9fs_free_request
 2024-05-12 19:42 UTC 

[RFC IDEA v2 0/6] mm/damon: introduce Access/Contiguity-aware Memory Auto-scaling (ACMA)
 2024-05-12 19:36 UTC  (7+ messages)
` [RFC IDEA v2 1/6] mm/damon: implement DAMOS actions for access-aware contiguous memory allocation
` [RFC IDEA v2 2/6] mm/damon: add the initial part of access/contiguity-aware memory auto-scaling module
` [RFC IDEA v2 3/6] mm/page_reporting: implement a function for reporting specific pfn range
` [RFC IDEA v2 4/6] mm/damon/acma: implement scale down feature
` [RFC IDEA v2 5/6] mm/damon/acma: implement scale up feature
` [RFC IDEA v2 6/6] drivers/virtio/virtio_balloon: integrate ACMA and ballooning

[PATCH 0/4] drm/tidss: Add OLDI bridge support
 2024-05-12 19:34 UTC  (9+ messages)
` [PATCH 1/4] dt-bindings: display: ti,am65x-dss: Minor Cleanup
` [PATCH 2/4] dt-bindings: display: ti: Add schema for AM625 OLDI Transmitter
` [PATCH 4/4] drm/tidss: Add OLDI bridge support

[RFC] Mitigating unexpected arithmetic overflow
 2024-05-12 19:29 UTC  (9+ messages)

[QUESTION] Convert axg-audio-clkc to YAML format
 2024-05-12 19:06 UTC  (4+ messages)
` [APPROACH 2 1/2] arm64: dts: amlogic: list all slave clocks for audio clock controller

[PATCH] ACPI: x86: Force StorageD3Enable on more products
 2024-05-12 19:05 UTC  (2+ messages)

[PATCH v3] sched: Consolidate cpufreq updates
 2024-05-12 19:00 UTC 

[PATCH v6 0/9] iio: pressure: bmp280: Add triggered buffer support and
 2024-05-12 18:48 UTC  (7+ messages)
` [PATCH v6 5/9] iio: pressure: bmp280: Refactorize reading functions
` [PATCH v6 8/9] iio: pressure: bmp280: Add SCALE, RAW values in channels and refactorize them

[PATCH 0/3] Rust block device driver API and null block driver
 2024-05-12 18:39 UTC  (4+ messages)
` [PATCH 1/3] rust: block: introduce `kernel::block::mq` module
` [PATCH 2/3] rust: block: add rnull, Rust null_blk implementation
` [PATCH 3/3] MAINTAINERS: add entry for Rust block device driver API

[PATCH net-next v4 0/3] mlx4: Add support for netdev-genl API
 2024-05-12 18:37 UTC  (4+ messages)
` [PATCH net-next v4 1/3] net/mlx4: Track RX allocation failures in a stat

[syzbot] Monthly bpf report (May 2024)
 2024-05-12 18:21 UTC 

[PATCH 00/48] RCU changes for v6.10
 2024-05-12 18:06 UTC  (7+ messages)
` [PATCH 25/48] rcu: Mark writes to rcu_sync ->gp_count field
  ` [PATCH] rcu/sync: don't read rcu_sync->gp_count lockless

[RFC PATCH v3 1/7] mm/damon/paddr: refactor DAMOS_PAGEOUT with migration_mode
 2024-05-12 18:00 UTC  (2+ messages)

[RFC PATCH v4 0/5] DAMON based tiered memory management for CXL memory
 2024-05-12 17:54 UTC  (6+ messages)
` [RFC PATCH v4 1/5] mm: make alloc_demote_folio externally invokable for migration
` [RFC PATCH v4 2/5] mm/damon/sysfs-schemes: add target_nid on sysfs-schemes
` [RFC PATCH v4 3/5] mm/migrate: add MR_DAMON to migrate_reason
` [RFC PATCH v4 4/5] mm/damon/paddr: introduce DAMOS_MIGRATE_COLD action for demotion
` [RFC PATCH v4 5/5] mm/damon/paddr: introduce DAMOS_MIGRATE_HOT action for promotion

[syzbot] [bcachefs?] kernel BUG in cpu_replicas_add_entry
 2024-05-12 17:46 UTC 

[GIT PULL] LKMM changes for v6.10
 2024-05-12 17:41 UTC 

[PATCH v6 0/3] Meson: R/W support for pages used by boot ROM
 2024-05-12 17:26 UTC  (4+ messages)
` [PATCH v6 1/3] dt-bindings: mtd: amlogic,meson-nand: support fields for boot ROM code

[GIT PULL] KCSAN changes for v6.10
 2024-05-12 17:33 UTC 

[GIT PULL] Native and emulated one-byte cmpxcha()g for v6.10
 2024-05-12 17:28 UTC 

[PATCH RESEND v2 0/9] Merge arm64/riscv hugetlbfs contpte support
 2024-05-12 17:25 UTC  (3+ messages)

[PATCH] platform/x86: Add Steam Deck driver
 2024-05-12 17:21 UTC  (5+ messages)

[PATCH v3 00/29] riscv control-flow integrity for usermode
 2024-05-12 17:10 UTC  (9+ messages)
` [PATCH v3 13/29] riscv mmu: write protect and shadow stack
` [PATCH v3 14/29] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v3 15/29] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v3 20/29] riscv/kernel: update __show_regs to print shadow stack register

[PATCH v2 0/2] hwmon: (adt7475) duty cycle configuration
 2024-05-12 16:58 UTC  (7+ messages)
` [PATCH v2 1/2] dt-bindings: hwmon: Document adt7475 PWM initial duty cycle

[PATCH] ext4: fix infinite loop when replaying fast_commit
 2024-05-12 16:44 UTC  (2+ messages)


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 NNTP newsgroup(s).