linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-01 22:36:25 to 2024-02-02 03:29:53 UTC [more...]

[PATCH v8 0/4] Introduce mseal
 2024-02-02  3:29 UTC  (17+ messages)
` [PATCH v8 2/4] mseal: add mseal syscall

[PATCH v6 0/6] Delay VERW
 2024-02-02  3:29 UTC  (3+ messages)
` [PATCH v6 1/6] x86/bugs: Add asm helpers for executing VERW

[net-next 0/3] Per epoll context busy poll support
 2024-02-02  3:28 UTC  (4+ messages)

[REGRESSION] 6.7.0: ASoC: SOF: refactoring breaks sof-rt5682 audio on chromebook; successfully bisected
 2024-02-02  3:12 UTC 

[PATCH] x86/hyperv: Use per cpu initial stack for vtl context
 2024-02-02  3:25 UTC  (3+ messages)

[PATCH] KVM: x86/pmu: Fix type length error when reading pmu->fixed_ctr_ctrl
 2024-02-02  3:25 UTC  (11+ messages)

[PATCH] arm: flush: don't abuse pfn_valid() to check if pfn is in RAM
 2024-02-02  3:19 UTC  (7+ messages)

[PATCH 1/2] mm: pgtable: add missing flag and statistics for kernel PTE page
 2024-02-02  3:16 UTC  (4+ messages)
` [PATCH 2/2] mm: pgtable: remove unnecessary split ptlock for kernel PMD page

[PATCH] regset: use vmalloc() for regset_get_alloc()
 2024-02-02  3:15 UTC  (7+ messages)

[syzbot] [ntfs3?] KASAN: slab-out-of-bounds Read in mi_enum_attr
 2024-02-02  3:16 UTC 

[PATCH v2 0/3] selftests/net: A couple of typos fixes in key-management/rst tests
 2024-02-02  3:13 UTC  (8+ messages)

[PATCH 1/3] tpm: protect against locality counter underflow
 2024-02-02  3:08 UTC  (5+ messages)
` [PATCH 3/3] tpm: make locality request return value consistent

[PATCH net-next v3 0/5] TSN auto negotiation between 1G and 2.5G
 2024-02-02  3:07 UTC  (6+ messages)
` [PATCH net-next v3 4/5] net: stmmac: enable Intel mGbE 1G/2.5G auto-negotiation support

[PATCH net-next v4 00/11] Enable SGMII and 2500BASEX interface mode switching for Intel platforms
 2024-02-02  3:06 UTC  (12+ messages)
` [PATCH net-next v4 06/11] net: stmmac: resetup XPCS according to the new interface mode
` [PATCH net-next v4 07/11] arch: x86: Add IPC mailbox accessor function and add SoC register access
` [PATCH net-next v4 08/11] stmmac: intel: configure SerDes according to the interface mode

[PATCH] usb: sysfs: use kstrtobool() if possible
 2024-02-02  3:00 UTC 

[RFC 0/9] power: sequencing: implement the subsystem and add first users
 2024-02-02  2:59 UTC  (4+ messages)
` [RFC 6/9] PCI: create platform devices for child OF nodes of the port node

[PATCH v4 0/5] KVM: selftests: aarch64: Introduce pmu_event_filter_test
 2024-02-02  2:56 UTC  (6+ messages)
` [PATCH v4 1/5] KVM: selftests: aarch64: Make the [create|destroy]_vpmu_vm() public
` [PATCH v4 2/5] KVM: selftests: aarch64: Move pmu helper functions into vpmu.h
` [PATCH v4 3/5] KVM: selftests: aarch64: Fix the buggy [enable|disable]_counter
` [PATCH v4 4/5] KVM: selftests: aarch64: Introduce pmu_event_filter_test
` [PATCH v4 5/5] KVM: selftests: aarch64: Add invalid filter test in pmu_event_filter_test

[PATCH v6 0/2] drivers: rtc: add max313xx series rtc driver
 2024-02-02  2:52 UTC  (3+ messages)
` [PATCH v6 1/2] "
` [PATCH v6 2/2] dt-bindings: rtc: add max313xx RTCs

[PATCH] tpm: make locality handling resilient
 2024-02-02  2:52 UTC  (5+ messages)

[syzbot] [ntfs3?] KASAN: slab-out-of-bounds Read in mi_enum_attr
 2024-02-02  2:49 UTC  (2+ messages)
` [syzbot] "

[PATCH v7 00/25] maps/threads/dsos memory improvements and fixes
 2024-02-02  2:48 UTC  (3+ messages)
` [PATCH v7 01/25] perf maps: Switch from rbtree to lazily sorted array for addresses

[PATCH v2] platform/x86/amd/hsmp: switch to use device_add_groups()
 2024-02-02  2:44 UTC 

[PATCH] platform/x86/amd/hsmp: switch to use device_add_groups()
 2024-02-02  2:42 UTC  (7+ messages)

[PATCH] riscv: hwprobe: export VA_BITS
 2024-02-02  2:32 UTC  (2+ messages)

[PATCH 0/7] HID: unused struct members cleanup
 2024-02-02  2:30 UTC  (3+ messages)
` [PATCH 2/7] HID: wacom: remove unused hid_data::pressure

[for-linus][PATCH 00/13] tracing/eventfs: Updates for v6.8
 2024-02-02  2:30 UTC  (14+ messages)
` [for-linus][PATCH 01/13] ring-buffer: Clean ring_buffer_poll_wait() error return
` [for-linus][PATCH 02/13] tracefs: Zero out the tracefs_inode when allocating it
` [for-linus][PATCH 03/13] eventfs: Initialize the tracefs inode properly
` [for-linus][PATCH 04/13] tracefs: Avoid using the ei->dentry pointer unnecessarily
` [for-linus][PATCH 05/13] tracefs: dentry lookup crapectomy
` [for-linus][PATCH 06/13] eventfs: Remove unused d_parent pointer field
` [for-linus][PATCH 07/13] eventfs: Clean up dentry ops and add revalidate function
` [for-linus][PATCH 08/13] eventfs: Get rid of dentry pointers without refcounts
` [for-linus][PATCH 09/13] tracing/timerlat: Move hrtimer_init to timerlat_fd open()
` [for-linus][PATCH 10/13] eventfs: Warn if an eventfs_inode is freed without is_freed being set
` [for-linus][PATCH 11/13] eventfs: Restructure eventfs_inode structure to be more condensed
` [for-linus][PATCH 12/13] eventfs: Remove fsnotify*() functions from lookup()
` [for-linus][PATCH 13/13] eventfs: Keep all directory links at 1

[v2] riscv: dts: starfive: jh7110: Add camera subsystem nodes
 2024-02-02  2:29 UTC  (5+ messages)
  ` 回复: "
      ` 回复: "

[PATCH v3 0/3] riscv: mm: Extend mappable memory up to hint address
 2024-02-02  2:28 UTC  (5+ messages)
` [PATCH v3 1/3] riscv: mm: Use hint address in mmap if available

[PATCH v1 1/3] perf stat: Pass fewer metric arguments
 2024-02-02  2:25 UTC  (3+ messages)
` [PATCH v1 2/3] perf metrics: Compute unmerged uncore metrics individually
` [PATCH v1 3/3] perf stat: Fix metric-only aggregation index

[PATCH] selftests/net: Amend per-netns counter checks
 2024-02-02  2:24 UTC 

[PATCH v2 0/7] Allow coreboot modules to autoload and enable cbmem in the arm64 defconfig
 2024-02-02  2:21 UTC  (9+ messages)
` [PATCH v2 2/7] firmware: coreboot: Generate aliases for coreboot modules

[PATCH] mm/madvise: set ra_pages as device max request size during ADV_POPULATE_READ
 2024-02-02  2:20 UTC 

[Syzkaller & bisect] There is sys_bpf related out_of_memory WARNING in v6.8-rc2
 2024-02-02  2:14 UTC 

[GIT PULL] Kbuild fixes for v6.8-rc3
 2024-02-02  2:15 UTC  (5+ messages)

[PATCH V2] lockdep: fix deadlock issue between lockdep and rcu
 2024-02-02  2:13 UTC  (6+ messages)

[PATCH v5 0/8] bugfix of MD_CLOSING and clean up md_ioctl()
 2024-02-02  2:12 UTC  (13+ messages)
` [PATCH v5 1/8] md: merge the check of capabilities into md_ioctl_valid()
` [PATCH v5 2/8] md: changed the switch of RAID_VERSION to if
` [PATCH v5 3/8] md: clean up invalid BUG_ON in md_ioctl
` [PATCH v5 4/8] md: return directly before setting did_set_md_closing
` [PATCH v5 5/8] md: Don't clear MD_CLOSING when the raid is about to stop
` [PATCH v5 7/8] md: sync blockdev before stopping raid or setting readonly

[PATCH net-next v4 0/5] remove page frag implementation in vhost_net
 2024-02-02  2:10 UTC  (4+ messages)
` [PATCH net-next v4 2/5] page_frag: unify gfp bits for order 3 page allocation

[PATCH net-next] tun: Implement ethtool's get_channels() callback
 2024-02-02  2:03 UTC  (3+ messages)

[RESEND PATCH v0 0/5] wave5 codec driver
 2024-02-02  1:55 UTC  (4+ messages)
` [RESEND PATCH v0 4/5] wave5: Use the bitstream buffer size from host

Workqueue regression
 2024-02-02  1:52 UTC  (2+ messages)

[PATCH v2] riscv: add CALLER_ADDRx support
 2024-02-02  1:51 UTC 

[PATCH 0/2] interconnect: qcom: ACV enable_mask fixes
 2024-02-02  1:48 UTC  (3+ messages)
` [PATCH 1/2] interconnect: qcom: sm8650: Use correct ACV enable_mask
` [PATCH 2/2] interconnect: qcom: x1e80100: Add missing "

Boot-time dumping of ftrace fuctiongraph buffer
 2024-02-02  1:46 UTC  (2+ messages)

[net-next PATCH v5 0/9] net: phy: Introduce PHY Package concept
 2024-02-02  1:43 UTC  (13+ messages)
` [net-next PATCH v5 2/9] net: phy: add support for scanning PHY in PHY packages nodes
` [net-next PATCH v5 6/9] dt-bindings: net: Document Qcom QCA807x PHY package
` [net-next PATCH v5 7/9] net: phy: qcom: add support for QCA807x PHY Family
` [net-next PATCH v5 8/9] net: phy: qcom: generalize some qca808x LED functions
` [net-next PATCH v5 9/9] net: phy: qca807x: add support for configurable LED

[PATCH 0/8] Intel On Demand: Add netlink interface for SPDM attestation
 2024-02-02  1:42 UTC  (3+ messages)

[PATCH][RFC] workqueue: Fix kernel panic on CPU hot-unplug
 2024-02-02  1:39 UTC  (6+ messages)

[PATCH] KVM: selftests: Test top-down slots event
 2024-02-02  1:38 UTC  (3+ messages)

[RFC PATCH] mm: hugetlb: remove __GFP_THISNODE flag when dissolving the old hugetlb
 2024-02-02  1:35 UTC  (3+ messages)

[PATCH] arm64: fix typo in comments
 2024-02-02  1:33 UTC 

[PATCH 0/4] apply page shift to PFN instead of VA in pfn_to_virt
 2024-02-02  1:02 UTC  (5+ messages)

[PATCH 0/2] Fix I/O high when memory almost met memcg limit
 2024-02-02  1:25 UTC  (6+ messages)
` [PATCH 2/2] mm/readahead: limit sync readahead while too many active refault

[PATCHSET wq/for-6.9] workqueue: Implement BH workqueue and convert several tasklet users
 2024-02-02  1:15 UTC  (3+ messages)
` [PATCH 3/8] workqueue: Implement BH workqueues to eventually replace tasklets
  ` [PATCH v2 "

[PATCH] tpm,tpm_tis: Avoid warning splat at shutdown
 2024-02-02  1:13 UTC  (5+ messages)

[PATCH 0/6] mm/zswap: optimize zswap lru list
 2024-02-02  1:11 UTC  (12+ messages)
` [PATCH 1/6] mm/zswap: add more comments in shrink_memcg_cb()
` [PATCH 2/6] mm/zswap: invalidate zswap entry when swap entry free
` [PATCH 3/6] mm/zswap: stop lru list shrinking when encounter warm region
` [PATCH 5/6] mm/zswap: only support zswap_exclusive_loads_enabled
` [PATCH 6/6] mm/zswap: zswap entry doesn't need refcount anymore

[PATCH net-next] tun: Fix code style issues in <linux/if_vlan.h>
 2024-02-02  1:09 UTC  (3+ messages)

[PATCH] md/linear: Get rid of md-linear.h
 2024-02-02  1:08 UTC  (2+ messages)

[PATCH] tty: serial: samsung: Remove superfluous braces in macro
 2024-02-02  1:05 UTC 

linux-next: build failure after merge of the ieee1394 tree
 2024-02-02  1:04 UTC  (2+ messages)

linux-next: build failure after merge of the modules tree
 2024-02-02  1:03 UTC 

[PATCH v18 000/121] KVM TDX basic feature support
 2024-02-02  1:02 UTC  (6+ messages)
` [PATCH v18 012/121] KVM: TDX: Define TDX architectural definitions
` [PATCH v18 064/121] KVM: TDX: Create initial guest memory

[PATCH 0/4] TDX host: kexec() support
 2024-02-02  0:54 UTC  (3+ messages)
` [PATCH 3/4] x86/kexec(): Reset TDX private memory on platforms with TDX erratum

[PATCH v5] f2fs: unify the error handling of f2fs_is_valid_blkaddr
 2024-02-02  0:53 UTC  (3+ messages)

[RFC PATCH] mm: filemap: avoid unnecessary major faults in filemap_fault()
 2024-02-02  0:39 UTC  (13+ messages)

[PATCH v5 0/2] drivers: rtc: add max313xx series rtc driver
 2024-02-02  0:28 UTC  (6+ messages)

[PATCH v39 00/42] LSM: General module stacking
 2024-02-02  0:24 UTC  (2+ messages)

[linux][PATCH v6 0/3] Convert Microchip's HLCDC Text based DT bindings to JSON schema
 2024-02-02  0:17 UTC  (4+ messages)
` [linux][PATCH v6 1/3] dt-bindings: display: convert Atmel's HLCDC to DT schema
` [linux][PATCH v6 2/3] dt-bindings: atmel,hlcdc: convert pwm bindings to json-schema
` [linux][PATCH v6 3/3] dt-bindings: mfd: atmel,hlcdc: Convert to DT schema format

[PATCH 1/3] dt-bindings: soc: imx: add fdcc clock to i.MX8MP hdmi blk ctrl
 2024-02-02  0:17 UTC  (4+ messages)
` [PATCH 2/3] pmdomain: imx8mp-blk-ctrl: imx8mp_blk: Add fdcc clock to hdmimix domain

[syzbot] [dri?] WARNING in vkms_get_vblank_timestamp (2)
 2024-02-02  0:13 UTC  (2+ messages)

[PATCH v2] drm/panel: visionox-vtdr6130: Set prepare_prev_first flag
 2024-02-02  0:10 UTC 

[syzbot] kernel BUG in ext4_do_writepages
 2024-02-02  0:08 UTC  (2+ messages)

[PATCH] KEYS: encrypted: Add check for strsep
 2024-02-02  0:05 UTC  (11+ messages)

[PATCH v2 0/4] usb: gadget: 9pfs transport
 2024-02-02  0:05 UTC  (5+ messages)
` [PATCH v2 1/4] usb: gadget: function: move u_f.h to include/linux/usb/
` [PATCH v2 2/4] net/9p/usbg: Add new usb gadget function transport
` [PATCH v2 3/4] usb: gadget: legacy: add 9pfs multi gadget
` [PATCH v2 4/4] tools: usb: p9_fwd: add usb gadget packet forwarder script

[PATCH net-next v2 0/7] MT7530 DSA Subdriver Improvements Act II
 2024-02-02  0:05 UTC  (7+ messages)
` [PATCH net-next v2 5/7] net: dsa: mt7530: simplify mt7530_setup_port6() and change to void
` [PATCH net-next v2 6/7] net: dsa: mt7530: correct port capabilities of MT7988

[PATCH 0/2] Add QCOM PBS driver
 2024-02-02  0:03 UTC  (2+ messages)

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

[linux][PATCH v5 0/3] Convert Microchip's HLCDC Text based DT bindings to JSON schema
 2024-02-01 23:52 UTC  (4+ messages)

[PATCH v4 0/5] PM: domains: Add control for switching back and forth to HW control
 2024-02-01 23:51 UTC  (5+ messages)
` [PATCH v4 1/5] PM: domains: Allow devices attached to genpd to be managed by HW
      `  "

[PATCH 00/12] Add TI-SCI reboot driver
 2024-02-01 23:50 UTC  (4+ messages)
` [PATCH 02/12] dt-bindings: arm: keystone: ti-sci: Add reboot-controller child node

[PATCH v8 00/15] Add Cgroup support for SGX EPC memory
 2024-02-01 23:39 UTC  (13+ messages)
` [PATCH v8 01/15] cgroup/misc: Add per resource callbacks for CSS events
` [PATCH v8 04/15] x86/sgx: Implement basic EPC misc cgroup functionality
` [PATCH v8 05/15] x86/sgx: Add sgx_epc_lru_list to encapsulate LRU list
` [PATCH v8 06/15] x86/sgx: Abstract tracking reclaimable pages in LRU
` [PATCH v8 07/15] x86/sgx: Expose sgx_reclaim_pages() for cgroup
` [PATCH v8 08/15] x86/sgx: Implement EPC reclamation flows "

[PATCH v5 0/4] UIO_MEM_DMA_COHERENT for cnic/bnx2/bnx2x
 2024-02-01 23:34 UTC  (5+ messages)
` [PATCH v5 1/4] uio: introduce UIO_MEM_DMA_COHERENT type
` [PATCH v5 2/4] cnic,bnx2,bnx2x: use UIO_MEM_DMA_COHERENT
` [PATCH v5 3/4] uio_pruss: UIO_MEM_DMA_COHERENT conversion
` [PATCH v5 4/4] uio_dmem_genirq: "

[syzbot] [erofs?] KMSAN: uninit-value in z_erofs_lz4_decompress (3)
 2024-02-01 23:30 UTC  (2+ messages)
` [syzbot] "

[PATCH v2 0/2] riscv: Use CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS to set misaligned access speed
 2024-02-01 23:30 UTC  (3+ messages)
` [PATCH v2 1/2] riscv: lib: Introduce has_fast_misaligned_access function
` [PATCH v2 2/2] riscv: Disable misaligned access probe when CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS

[PATCH] arm64: dts: qcom: sm6115: Fix missing interconnect-names
 2024-02-01 23:29 UTC 

[PATCH v8 0/7] Add support for LUT PPG
 2024-02-01 23:28 UTC  (5+ messages)
` [PATCH v8 3/7] soc: qcom: add QCOM PBS driver
      `  "

[PATCH net RFC] net: dsa: mt7530: fix link-local frames that ingress vlan filtering ports
 2024-02-01 23:26 UTC  (2+ messages)

[PATCH v7 00/15] Add Cgroup support for SGX EPC memory
 2024-02-01 23:21 UTC  (5+ messages)
` [PATCH v7 04/15] x86/sgx: Implement basic EPC misc cgroup functionality

[PATCH v2] mm: swap: async free swap slot cache entries
 2024-02-01 23:20 UTC  (3+ messages)

[PATCH] drm/panel: novatek-nt36523: Set prepare_prev_first
 2024-02-01 23:15 UTC  (2+ messages)

[PATCH v2 0/3] Add Rust Rockchip PHY driver
 2024-02-01 23:12 UTC  (5+ messages)
` [PATCH v2 3/3] net: phy: add "

[PATCH v2 0/2] x86/cpu: fix invalid MTRR mask values for SEV or TME
 2024-02-01 23:08 UTC  (3+ messages)

[PATCH 0/3] riscv: optimize memcpy/memmove/memset
 2024-02-01 23:04 UTC  (4+ messages)
` [PATCH 3/3] riscv: optimized memset

[PATCH v7 3/3] Input: Add TouchNetix axiom i2c touchscreen driver
 2024-02-01 23:00 UTC  (2+ messages)

[PATCH v2 1/6] dt-bindings: display: rockchip: rockchip,dw-hdmi: remove port property
 2024-02-01 22:58 UTC  (2+ messages)

[PATCH net-next v5 00/11] net: dsa: realtek: variants to drivers, interfaces to a common module
 2024-02-01 22:58 UTC  (7+ messages)
` [PATCH net-next v5 09/11] net: dsa: realtek: migrate user_mii_bus setup to realtek-dsa
` [PATCH net-next v5 10/11] net: dsa: realtek: use the same mii bus driver for both interfaces
` [PATCH net-next v5 11/11] net: dsa: realtek: embed dsa_switch into realtek_priv

[PATCH] mmc: pwrseq: Use proper reboot notifier path
 2024-02-01 22:56 UTC  (4+ messages)

[PATCH v3 1/4] dt-bindings: spi: Convert spi-davinci.txt to YAML
 2024-02-01 22:50 UTC  (4+ messages)
` [PATCH v3 2/4] dt-bindings: clock: Convert keystone-gate.txt "
` [PATCH v3 3/4] dt-bindings: arm: keystone: Convert keystone.txt "
` [PATCH v3 4/4] dt-bindings: dma: Convert ti-edma.txt "

[PATCH v3 00/47] filelock: split file leases out of struct file_lock
 2024-02-01 22:49 UTC  (4+ messages)
` [PATCH v3 34/47] 9p: adapt to breakup "

[PATCH v1 0/4] Tegra30: add support for LG tegra based phones
 2024-02-01 22:48 UTC  (8+ messages)
` [PATCH v1 1/4] dt-bindings: vendor-prefixes: add LG Electronics, Inc. prefix

[PATCH v2 3/5] dt-bindings: memory: additional compatible strings for Broadcom DPFE
 2024-02-01 22:40 UTC  (2+ messages)
    ` [PATCH v2 4/5] memory: brcmstb_dpfe: introduce version-specific compatible strings

[PATCH] arm64: jump_label: use constraints "Si" instead of "i"
 2024-02-01 22:35 UTC 


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