linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-02 00:44:35 to 2023-11-02 06:56:21 UTC [more...]

[GIT PULL] Crypto Fixes for 5.17
 2023-11-02  6:56 UTC  (11+ messages)
` [GIT PULL] Crypto Fixes for 5.18
  ` [GIT PULL] Crypto Fixes for 5.19
    ` [GIT PULL] Crypto Update for 5.20
      ` [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

[PATCH 00/10] drm/tidss: Probe related fixes and cleanups
 2023-11-02  6:44 UTC  (10+ messages)
` [PATCH 02/10] drm/tidss: Use PM autosuspend
` [PATCH 04/10] drm/tidss: Move reset to the end of dispc_init()
` [PATCH 05/10] drm/tidss: Return error value from from softreset

[RFC PATCH v3 0/4] Node Weights and Weighted Interleave
 2023-11-02  6:41 UTC  (3+ messages)

[PATCH v11 00/14] Linux RISC-V AIA Support
 2023-11-02  6:38 UTC  (3+ messages)
` [PATCH v11 12/14] irqchip/riscv-aplic: Add support for MSI-mode
  `  "

[PATCH] eventfs: Fix kerneldoc of eventfs_remove_rec()
 2023-11-02  6:35 UTC  (4+ messages)

Subject: [PATCH RFC 0/4] Demotion Profiling Improvements
 2023-11-02  6:34 UTC  (16+ messages)
` [PATCH RFC 1/4] drivers/base/node: Add demotion_nodes sys infterface
` [PATCH RFC 2/4] mm/vmstat: Move pgdemote_* to per-node stats
` [PATCH RFC 3/4] mm/vmstat: rename pgdemote_* to pgdemote_dst_* and add pgdemote_src_*
` [PATCH RFC 4/4] drivers/base/node: add demote_src and demote_dst to numastat

[PATCH] gpu/drm/drm_framebuffer.c: Use Macro instead of actual number
 2023-11-02  6:32 UTC  (2+ messages)

[PATCH 0/3] Add a few panels and use correct modes
 2023-11-02  6:31 UTC  (4+ messages)
` [PATCH 3/3] drm/panel-edp: Choose correct preferred mode

Requesting your attention and expertise regarding a Tablet/Kernel issue
 2023-11-02  6:31 UTC  (3+ messages)

[RFC PATCH v3 0/4] Node Weights and Weighted Interleave
 2023-11-02  6:21 UTC  (12+ messages)

[PATCH] sched/fair: Track current se's EEVDF parameters
 2023-11-02  6:27 UTC  (2+ messages)

[PATCH V3] nvmem: brcm_nvram: store a copy of NVRAM content
 2023-11-02  6:28 UTC 

[PATCH] arm64: dts: meson-axg: jethub-jxx add support for EEPROM
 2023-11-02  6:12 UTC 

[PATCH] usb:gadget:uvc Do not use worker thread to pump usb requests
 2023-11-02  6:06 UTC  (10+ messages)
` [PATCH v2] "
  ` [PATCH v3] usb:gadget:uvc Do not use worker thread to queue isoc "

[PATCH next 1/1] perf build: Warn about missing libelf before warning about missing libbpf
 2023-11-02  6:04 UTC  (2+ messages)

[PATCH next 1/1] perf beauty socket/prctl_option: Cope with extended regexp complaint by grep
 2023-11-02  6:04 UTC  (2+ messages)

[PATCH 0/2] Perf lock improvements
 2023-11-02  6:00 UTC  (7+ messages)
` [PATCH 1/2] perf lock report: Restore aggregation by caller by default
` [PATCH 2/2] perf lock info: Enforce exactly one of --map and --thread

[PATCH bpf-next v3 1/2] selftests/bpf: Convert CHECK macros to ASSERT_* macros in bpf_iter
 2023-11-02  6:00 UTC  (2+ messages)

[PATCHv2 bpf-next] bpf: fix compilation error without CGROUPS
 2023-11-02  6:00 UTC  (2+ messages)

[PATCH bpf v3 0/2] bpf: Fix incorrect immediate spill
 2023-11-02  6:00 UTC  (2+ messages)

[PATCH v13 00/35] KVM: guest_memfd() and per-page attributes
 2023-11-02  5:59 UTC  (10+ messages)
` [PATCH v13 09/35] KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspace
` [PATCH v13 12/35] KVM: Prepare for handling only shared mappings in mmu_notifier events
` [PATCH v13 13/35] KVM: Introduce per-page memory attributes

[PATCH 00/12] RISC-V: provide some accelerated cryptography implementations using vector extensions
 2023-11-02  5:58 UTC  (9+ messages)
` [PATCH 04/12] RISC-V: crypto: add Zvkned accelerated AES implementation
` [PATCH 06/12] RISC-V: crypto: add accelerated AES-CBC/CTR/ECB/XTS implementations
` [PATCH 10/12] RISC-V: crypto: add Zvksed accelerated SM4 implementation
` [PATCH 12/12] RISC-V: crypto: add Zvkb accelerated ChaCha20 implementation

[PATCH v2] bus: mhi: host: pci_generic: Add SDX75 based modem support
 2023-11-02  5:55 UTC 

[PATCH v5 00/14] Add Secure TSC support for SNP guests
 2023-11-02  5:53 UTC  (34+ messages)
` [PATCH v5 01/14] virt: sev-guest: Use AES GCM crypto library
` [PATCH v5 04/14] virt: sev-guest: Add SNP guest request structure
` [PATCH v5 05/14] virt: sev-guest: Add vmpck_id to snp_guest_dev struct
` [PATCH v5 07/14] x86/sev: Move and reorganize sev guest request api
` [PATCH v5 08/14] x86/mm: Add generic guest initialization hook
` [PATCH v5 09/14] x86/sev: Add Secure TSC support for SNP guests
` [PATCH v5 11/14] x86/sev: Prevent RDTSC/RDTSCP interception for Secure TSC enabled guests
` [PATCH v5 12/14] x86/kvmclock: Skip kvmclock when Secure TSC is available
` [PATCH v5 13/14] x86/tsc: Mark Secure TSC as reliable clocksource

[PATCH v2] opp: ti: Use device_get_match_data()
 2023-11-02  5:46 UTC  (2+ messages)

[PATCH] driver: thermal: simplify the traverse of sensor in thermal_zone
 2023-11-02  5:51 UTC 

[PATCH net-next] net: xscale: Drop unused PHY number
 2023-11-02  5:51 UTC  (2+ messages)

[PATCH net] rxrpc: Fix two connection reaping bugs
 2023-11-02  5:51 UTC  (2+ messages)

[PATCH net v3] tipc: Change nla_policy for bearer-related names to NLA_NUL_STRING
 2023-11-02  5:51 UTC  (2+ messages)

[PATCH 2/2] drivers: tty: vt: vt.c: fixed segmentation fault in vt.c
 2023-11-02  5:45 UTC  (2+ messages)

[PATCH v5 0/1] mm: report per-page metadata information
 2023-11-02  5:42 UTC  (5+ messages)
` [PATCH v5 1/1] "

[PATCH v2 00/37] Implement execute-only protection on powerpc
 2023-11-02  5:39 UTC  (3+ messages)
` [PATCH v2 37/37] powerpc: Support execute-only on all powerpc

[PATCH net-next 1/2] i40e: Do not call devlink_port_type_clear()
 2023-11-02  5:33 UTC  (4+ messages)
` [PATCH net-next 2/2] i40e: Fix devlink port unregistering
  ` [Intel-wired-lan] "
` [Intel-wired-lan] [PATCH net-next 1/2] i40e: Do not call devlink_port_type_clear()

[PATCH v5 5/5] PCI: qcom: Add OPP support to scale performance state of power domain
 2023-11-02  5:30 UTC  (3+ messages)

[PATCH 2/2] tg3: Fix the TX ring stall
 2023-11-02  5:29 UTC  (4+ messages)

[PATCH v3 0/1] ufs: core: Expand MCQ queue slot to DeviceQueueDepth + 1
 2023-11-02  5:24 UTC  (2+ messages)
` [PATCH v3 1/1] "

[PATCH net] virtio/vsock: Fix uninit-value in virtio_transport_recv_pkt()
 2023-11-02  5:20 UTC  (2+ messages)

[PATCH V1 0/1] sched/numa: Fix mm numa_scan_seq based unconditional scan
 2023-11-02  5:17 UTC  (5+ messages)
` [PATCH V1 1/1] "

[PATCH net,v2] hv_netvsc: fix race of netvsc and VF register_netdevice
 2023-11-02  5:07 UTC  (2+ messages)

[PATCH 0/7] crypto: Proper Initialization of `struct skcipher_walk` in x86 Glue Files
 2023-11-02  5:00 UTC  (12+ messages)
` [PATCH 1/7] crypto: Fixes uninitialized skcipher_walk use in sm4_aesni_avx_glue
  ` [PATCH 2/7] crypto: Fixes uninitialized skcipher_walk use in des3_ede_glue
  ` [PATCH 3/7] crypto: Fixes uninitialized skcipher_walk use in chacha_glue
  ` [PATCH 4/7] crypto: Fixes uninitialized skcipher_walk use in aesni-intel_glue
  ` [PATCH 5/7] crypto: Fixes uninitialized skcipher_walk use in aria_aesni_avx2_glue
  ` [PATCH 6/7] crypto: Fixes uninitialized skcipher_walk use in aria_aesni_avx_glue
  ` [PATCH 7/7] crypto: Fixes uninitialized skcipher_walk use in aria_gfni_avx512_glue

[PATCH drm-misc-next v8 00/12] [RFC] DRM GPUVM features
 2023-11-02  4:47 UTC  (7+ messages)
` [PATCH drm-misc-next v8 04/12] drm/nouveau: make use of drm_gpuvm_range_valid()
` [PATCH drm-misc-next v8 08/12] drm/nouveau: separately allocate struct nouveau_uvmm
` [PATCH drm-misc-next v8 12/12] drm/nouveau: use GPUVM common infrastructure

[net-next v2 PATCH] octeontx2-pf: TC flower offload support for ICMP type and code
 2023-11-02  4:42 UTC  (2+ messages)

[PATCH] net: usbnet: Fix potential NULL pointer dereference
 2023-11-02  4:38 UTC  (3+ messages)

[PATCH v2 0/3] reduce latency of normal synchronize_rcu() v2
 2023-11-02  4:37 UTC  (7+ messages)
` [PATCH v2 1/3] rcu: Reduce synchronize_rcu() latency
` [PATCH v2 2/3] rcu: Add a trace event for synchronize_rcu_normal()
` [PATCH v2 3/3] doc: Add rcutree.rcu_normal_wake_from_gp to kernel-parameters.txt

[PATCH v2] cgroup/rstat: Reduce cpu_lock hold time in cgroup_rstat_flush_locked()
 2023-11-02  4:35 UTC  (2+ messages)

[PATCH 1/4] platform/x86: wmi: Add wmidev_block_set()
 2023-11-02  4:29 UTC  (4+ messages)
` [PATCH 2/4] platform/x86: wmi: Add to_wmi_device() helper macro
` [PATCH 3/4] platform/x86: intel-wmi-sbl-fw-update: Use bus-based WMI interface
` [PATCH 4/4] platform/x86/intel/wmi: thunderbolt: "

[for-next][PATCH 0/2] tracing: Final update for 6.7
 2023-11-02  4:21 UTC  (3+ messages)
` [for-next][PATCH 1/2] seq_buf: Export seq_buf_putc()
` [for-next][PATCH 2/2] seq_buf: Export seq_buf_puts()

[git pull] m68knommu changes for v6.7
 2023-11-02  4:21 UTC 

net/core/filter.c:11773:17: warning: no previous declaration for 'bpf_sock_addr_set_sun_path'
 2023-11-02  4:14 UTC 

[PATCH] coresight: etm4x: Fix width of CCITMIN field
 2023-11-02  4:14 UTC  (2+ messages)

[PATCH v1] scsi: ufs: core: Process abort completed command in MCQ mode
 2023-11-02  4:07 UTC  (3+ messages)

[PATCH v4 00/12] RISC-V: support some cryptography accelerations
 2023-11-02  4:03 UTC  (8+ messages)

[PATCH v4] KVM x86/xen: add an override for PVCLOCK_TSC_STABLE_BIT
 2023-11-02  4:03 UTC  (2+ messages)

[PATCH v1 2/2] mm: memcg: introduce new event to trace shrink_memcg
 2023-11-02  4:03 UTC  (2+ messages)

[PATCH v2] i2c: designware: Disable TX_EMPTY irq while waiting for block length byte
 2023-11-02  3:30 UTC 

[PATCH 0/2] Add gpio driver support for Realtek DHC SoCs
 2023-11-02  3:30 UTC  (7+ messages)
` [PATCH 1/2] gpio: realtek: Add GPIO support for RTD SoC variants
` [PATCH 2/2] dt-bindings: gpio: realtek: Add realtek,rtd-gpio bindings

[PATCH v4 0/3] hwmon: max31790: support to config PWM as TACH
 2023-11-02  3:28 UTC  (4+ messages)
` [PATCH v4 1/3] "
` [PATCH v4 2/3] dt-bindings: hwmon: add MAX31790
` [PATCH v4 3/3] hwmon: max31790: add fanN_enable for all fans

[PATCH v5 0/9] slub: Delay freezing of CPU partial slabs
 2023-11-02  3:23 UTC  (10+ messages)
` [PATCH v5 1/9] slub: Reflow ___slab_alloc()
` [PATCH v5 2/9] slub: Change get_partial() interfaces to return slab
` [PATCH v5 3/9] slub: Keep track of whether slub is on the per-node partial list
` [PATCH v5 4/9] slub: Prepare __slab_free() for unfrozen partial slab out of node "
` [PATCH v5 5/9] slub: Introduce freeze_slab()
` [PATCH v5 6/9] slub: Delay freezing of partial slabs
` [PATCH v5 7/9] slub: Optimize deactivate_slab()
` [PATCH v5 8/9] slub: Rename all *unfreeze_partials* functions to *put_partials*
` [PATCH v5 9/9] slub: Update frozen slabs documentations in the source

[GIT PULL] Documentation for 6.7
 2023-11-02  3:15 UTC  (2+ messages)

[GIT PULL] Kselftest next update for Linux 6.7-rc1
 2023-11-02  3:15 UTC  (2+ messages)

[GIT PULL] KUnit next update for Linux 6.7-rc1
 2023-11-02  3:15 UTC  (2+ messages)

[PATCH] hwmon: ltc2991: remove device reference from state
 2023-11-02  3:15 UTC  (2+ messages)

[RFC PATCH V3 00/26] vfio/pci: Back guest interrupts from Interrupt Message Store (IMS)
 2023-11-02  3:14 UTC  (5+ messages)

[PATCH v4 0/1] hwmon: npcm: add Arbel NPCM8XX support
 2023-11-02  3:14 UTC  (3+ messages)
` [PATCH v4 1/1] hwmon: npcm750-pwm-fan: Add NPCM8xx support

[PATCH] driver: thermal: simplify the traverse of sensor in thermal_zone
 2023-11-02  3:09 UTC 

[PATCH] hwmon: max31827: include regulator header
 2023-11-02  3:09 UTC  (2+ messages)

[PATCH][next] hwmon: ltc2991: Fix spelling mistake "contiuous" -> "continuous"
 2023-11-02  3:08 UTC  (2+ messages)

[RFC PATCH v11 15/19] fsverity: consume builtin signature via LSM hook
 2023-11-02  2:53 UTC  (4+ messages)
` [PATCH RFC "

[GIT PULL] Networking for 6.7
 2023-11-02  2:51 UTC  (3+ messages)
` [GIT PULL v2] "

[GIT PULL] asm-generic updates for v6.7
 2023-11-02  2:51 UTC  (2+ messages)

[GIT PULL] Please pull IOMMUFD subsystem changes
 2023-11-02  2:51 UTC  (2+ messages)

[PATCHv2 -next] kconfig: add dependency warning print about invalid values in verbose mode
 2023-11-02  2:50 UTC  (2+ messages)

[PATCH v4 0/1] mm: report per-page metadata information
 2023-11-02  2:43 UTC  (4+ messages)
` [PATCH v4 1/1] "

[PATCH v4 0/7] RISC-V: Add MMC support for TH1520 boards
 2023-11-02  2:48 UTC  (8+ messages)
` [PATCH v4 1/7] dt-bindings: mmc: sdhci-of-dwcmhsc: Add T-Head TH1520 support
` [PATCH v4 2/7] mmc: sdhci: add __sdhci_execute_tuning() to header
` [PATCH v4 3/7] mmc: sdhci-of-dwcmshc: Add support for T-Head TH1520
` [PATCH v4 4/7] riscv: defconfig: Enable mmc and dma drivers "
` [PATCH v4 5/7] riscv: dts: thead: Add TH1520 mmc controllers and sdhci clock
` [PATCH v4 6/7] riscv: dts: thead: Enable BeagleV Ahead eMMC and microSD
` [PATCH v4 7/7] riscv: dts: thead: Enable LicheePi 4A "

[RFC PATCH v4 0/9] slub: Delay freezing of CPU partial slabs
 2023-11-02  2:48 UTC  (14+ messages)
` [RFC PATCH v4 7/9] slub: Optimize deactivate_slab()
` [RFC PATCH v4 8/9] slub: Rename all *unfreeze_partials* functions to *put_partials*
` [RFC PATCH v4 9/9] slub: Update frozen slabs documentations in the source

[PATCH] tracing: Have trace_event_file have ref counters
 2023-11-02  2:46 UTC  (4+ messages)

[GIT PULL] ksmbd server fixes
 2023-11-02  2:46 UTC 

[PATCH] mm/memblock.c: using judgment statement can reduce loop and enhance readability
 2023-11-02  2:37 UTC 

[PATCH 00/32] bcachefs - a new COW filesystem
 2023-11-02  2:36 UTC  (11+ messages)
` [PATCH 22/32] vfs: inode cache conversion to hash-bl
  ` (subset) "

[PATCH net v1 1/2] octeontx2-pf: Fix error codes
 2023-11-02  2:31 UTC  (4+ messages)
` [PATCH net v1 2/2] octeontx2-pf: Fix holes in error code
    ` [EXT] "

[PATCH v4 2/5] zswap: make shrinking memcg-aware
 2023-11-02  2:17 UTC  (5+ messages)

[PATCH v6 0/8] eventfs: Fixing dynamic creation
 2023-11-02  2:14 UTC  (3+ messages)
` [PATCH v6 7/8] eventfs: Remove special processing of dput() of events directory

[GIT PULL] RCU changes for v6.7
 2023-11-02  2:13 UTC  (9+ messages)

linux-next: Tree for Nov 2
 2023-11-02  2:13 UTC 

[PATCH] tty: hso: Fix potential null pointer dereference
 2023-11-02  2:09 UTC  (2+ messages)

[Patch 0/2] Enable topdown slots event in vPMU
 2023-11-02  2:07 UTC  (8+ messages)
` [Patch 1/2] KVM: x86/pmu: Add Intel CPUID-hinted TopDown slots event

[PATCH v4] scsi: ufs: ufs-sysfs: Expose UFS power info
 2023-11-02  1:58 UTC 

[PATCH] perf vendor events riscv: add StarFive Dubhe-80 JSON file
 2023-11-02  1:54 UTC 

[PATCH v3] scsi: ufs: ufs-sysfs: Expose UFS power info
 2023-11-02  1:49 UTC  (5+ messages)

[PATCH] gfs2: remove dead code in __acquires
 2023-11-02  1:51 UTC 

[PATCH v2 0/8] Add support to configure TPDM CMB subunit
 2023-11-02  1:50 UTC  (5+ messages)
` [PATCH v2 2/8] coresight-tpda: Add support to configure CMB element

[PATCH 6.5 000/111] 6.5.10-rc2 review
 2023-11-02  1:46 UTC  (3+ messages)

[PATCH net] tcp: Fix -Wc23-extensions in tcp_options_write()
 2023-11-02  1:42 UTC  (4+ messages)

[RFC PATCH v1] mm: zswap: Store large folios without splitting
 2023-11-02  1:37 UTC  (4+ messages)

[PATCH v8 0/3] mm: use memmap_on_memory semantics for dax/kmem
 2023-11-02  1:27 UTC  (4+ messages)
` [PATCH v8 2/3] mm/memory_hotplug: split memmap_on_memory requests across memblocks

[RFCv2 bpf-next 0/7] Add bpf_xdp_get_xfrm_state() kfunc
 2023-11-02  1:27 UTC  (3+ messages)
` [RFCv2 bpf-next 1/7] bpf: xfrm: "

[PATCH] f2fs: fix thread name cannot be fully displayed
 2023-11-02  1:20 UTC 

[PATCH 2/2] PCI: Ignore PCIe ports used for tunneling in pcie_bandwidth_available()
 2023-11-02  1:14 UTC  (2+ messages)

[PATCH 0/3] reduce latency of synchronize_rcu()
 2023-11-02  1:04 UTC  (8+ messages)
` [PATCH 1/3] rcu: Reduce synchronize_rcu() waiting time

[PATCH] ARM: npcm: Add CPU hotplug callbacks for kexec support
 2023-11-02  0:53 UTC  (3+ messages)
` [PATCH RESEND] "

drivers/net/wireless/realtek/rtw89/coex.c:1448:17: warning: writing 8 bytes into a region of size 0
 2023-11-02  0:46 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).