public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-10-16 13:43:11 to 2023-10-16 15:46:56 UTC [more...]

[PATCH 0/5] i3c: master: some improvment for i3c master
 2023-10-16 15:46 UTC  (2+ messages)
` [PATCH 1/5] i3c: master: svc: enable hotjoin default

[PATCH v3] perf bench sched pipe: Add -G/--cgroups option
 2023-10-16 15:45 UTC  (4+ messages)

[RFC PATCH 00/53] netfs, afs, cifs: Delegate high-level I/O to netfslib
 2023-10-16 15:44 UTC  (7+ messages)
` [RFC PATCH 01/53] netfs: Add a procfile to list in-progress requests
` [RFC PATCH 02/53] netfs: Track the fpos above which the server has no data
` [RFC PATCH 03/53] netfs: Note nonblockingness in the netfs_io_request struct

[PATCH v2] mm/migrate: correct nr_failed in migrate_pages_sync()
 2023-10-16 15:44 UTC  (2+ messages)

[PATCH RFC 00/11] KVM: x86: Make Hyper-V emulation optional (AKA introduce CONFIG_KVM_HYPERV)
 2023-10-16 15:43 UTC  (9+ messages)
` [PATCH RFC 07/11] KVM: x86: Make Hyper-V emulation optional
` [PATCH RFC 08/11] KVM: nVMX: hyper-v: Introduce nested_vmx_evmptr() accessor

[PATCH v20 0/4] Add Intel LJCA device driver
 2023-10-16 15:44 UTC  (13+ messages)
` [PATCH v20 1/4] usb: Add support for Intel LJCA device

[PATCH net-next v5 00/16] net: Make timestamping selectable
 2023-10-16 15:43 UTC  (10+ messages)
` [PATCH net-next v5 08/16] net: ethtool: Add a command to expose current time stamping layer

[PATCH 00/10] mm: PCP high auto-tuning
 2023-10-16 15:43 UTC  (9+ messages)
` [PATCH 02/10] cacheinfo: calculate per-CPU data cache size

[PATCH] iio: resolver: ad2s1210: add reset gpio support
 2023-10-16 15:43 UTC 

[RFC PATCH] tcp/dcpp: Un-pin tw_timer
 2023-10-16 15:40 UTC  (2+ messages)

[PATCH net-next v4 0/9] net: dsa: microchip: provide Wake on LAN support
 2023-10-16 15:39 UTC  (20+ messages)
` [PATCH net-next v4 1/9] net: dsa: microchip: Add missing MAC address register offset for ksz8863
` [PATCH net-next v4 2/9] dt-bindings: net: dsa: microchip: add wakeup-source property
` [PATCH net-next v4 3/9] net: dsa: microchip: use wakeup-source DT property to enable PME output
` [PATCH net-next v4 4/9] net: dsa: microchip: ksz9477: add Wake on LAN support
` [PATCH net-next v4 5/9] net: dsa: microchip: ksz9477: Add Wake on Magic Packet support
` [PATCH net-next v4 6/9] net: dsa: microchip: Refactor comment for ksz_switch_macaddr_get() function
` [PATCH net-next v4 7/9] net: dsa: microchip: Add error handling for ksz_switch_macaddr_get()
` [PATCH net-next v4 8/9] net: dsa: microchip: Refactor switch shutdown routine for WoL preparation
` [PATCH net-next v4 9/9] net: dsa: microchip: do not reset the switch on shutdown if WoL is active

[PATCH v2 1/1] leds: core: Refactor led_update_brightness() to use standard pattern
 2023-10-16 15:35 UTC  (2+ messages)

[PATCH v2] mm: kmsan: Panic on failure to allocate early boot metadata
 2023-10-16 15:34 UTC 

[PATCH 0/6] i3c: master: svc: collection of bugs fixes
 2023-10-16 15:32 UTC  (7+ messages)
` [PATCH 1/6] i3c: master: svc: fix race condition in ibi work thread
` [PATCH 2/6] i3c: master: svc: fix wrong data return when IBI happen during start frame
` [PATCH 3/6] i3c: master: svc: fix ibi may not return mandatory data byte
` [PATCH 4/6] i3c: master: svc: fix check wrong status register in irq handler
` [PATCH 5/6] i3c: master: svc: fix SDA keep low when polling IBIWON timeout happen
` [PATCH 6/6] i3c: master: svc: fix random hot join failure since timeout error

[PATCH v2 6/6] cpufreq/cppc: set the frequency used for capacity computation
 2023-10-16 15:32 UTC  (5+ messages)

[PATCH] sched/eevdf: Toggle eligibility through sched_feat
 2023-10-16 15:28 UTC  (3+ messages)

[PATCH v2] wifi: wilc1000: use vmm_table as array in wilc struct
 2023-10-16 15:26 UTC  (2+ messages)

[PATCH] f2fs-tools: initialize allocated node area
 2023-10-16 15:25 UTC  (3+ messages)
` [f2fs-dev] "

linux-next: build warnings after merge of the scsi-mkp tree
 2023-10-16 15:25 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: i3c: Fix silvaco,i3c-master compatible string
 2023-10-16 15:24 UTC  (2+ messages)
` [PATCH 2/2] arm64: dts: freescale: imx93: add i3c1 and i3c2

[PATCH 1/3] PCI: layerscape: add function pointer for exit_from_l2()
 2023-10-16 15:22 UTC  (7+ messages)
` [PATCH 2/3] PCI: layerscape: add suspend/resume for ls1021a

[PATCH v10 00/50] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
 2023-10-16 15:21 UTC  (26+ messages)
` [PATCH v10 01/50] KVM: SVM: INTERCEPT_RDTSCP is never intercepted anyway
` [PATCH v10 03/50] KVM: SEV: Do not intercept accesses to MSR_IA32_XSS for SEV-ES guests
` [PATCH v10 04/50] x86/cpufeatures: Add SEV-SNP CPU feature
` [PATCH v10 05/50] x86/speculation: Do not enable Automatic IBRS if SEV SNP is enabled
` [PATCH v10 06/50] x86/sev: Add the host SEV-SNP initialization support
` [PATCH v10 07/50] x86/sev: Add RMP entry lookup helpers
` [PATCH v10 08/50] x86/fault: Add helper for dumping RMP entries
` [PATCH v10 09/50] x86/traps: Define RMP violation #PF error code
` [PATCH v10 39/50] KVM: SEV: Implement gmem hook for initializing private pages
` [PATCH v10 40/50] KVM: SEV: Implement gmem hook for invalidating "
` [PATCH v10 41/50] KVM: x86: Add gmem hook for determining max NPT mapping level
` [PATCH v10 42/50] KVM: SEV: Avoid WBINVD for HVA-based MMU notifications for SNP
` [PATCH v10 43/50] KVM: SVM: Add module parameter to enable the SEV-SNP
` [PATCH v10 44/50] iommu/amd: Add IOMMU_SNP_SHUTDOWN support
` [PATCH v10 45/50] iommu/amd: Report all cases inhibiting SNP enablement
` [PATCH v10 46/50] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command
` [PATCH v10 47/50] x86/sev: Add KVM commands for per-instance certs
` [PATCH v10 48/50] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event
` [PATCH v10 49/50] crypto: ccp: Add debug support for decrypting pages
` [PATCH v10 50/50] crypto: ccp: Add panic notifier for SEV/SNP firmware shutdown on kdump

[PATCH gmem FIXUP] kvm: guestmem: do not use a file system
 2023-10-16 15:19 UTC  (12+ messages)

[RFC PATCH v1 0/8] Introduce mseal() syscall
 2023-10-16 15:18 UTC  (11+ messages)
` [RFC PATCH v1 1/8] Add mseal syscall
` [RFC PATCH v1 2/8] Wire up "
` [RFC PATCH v1 3/8] mseal: add can_modify_mm and can_modify_vma
` [RFC PATCH v1 4/8] mseal: seal mprotect
` [RFC PATCH v1 5/8] mseal munmap
` [RFC PATCH v1 6/8] mseal mremap
` [RFC PATCH v1 7/8] mseal mmap
` [RFC PATCH v1 8/8] selftest mm/mseal mprotect/munmap/mremap/mmap

[PATCH] serial: core: Fix checks for tx runtime PM state
 2023-10-16 15:18 UTC  (8+ messages)

[PATCH v10 0/5] lib,kprobes: kretprobe scalability improvement
 2023-10-16 15:18 UTC  (12+ messages)
` [PATCH v10 1/5] lib: objpool added: ring-array based lockless MPMC
` [PATCH v10 3/5] kprobes: kretprobe scalability improvement with objpool

[PATCH v17 0/2] add debugfs to migration driver
 2023-10-16 15:17 UTC  (3+ messages)
` [PATCH v17 1/2] vfio/migration: Add debugfs to live "

[PATCH v6] dt-bindings: arm: mediatek: convert audsys and mt2701-afe-pcm to yaml
 2023-10-16 15:15 UTC 

[PATCH V5] dt-bindings: Add Marantec vendor prefix
 2023-10-16 15:04 UTC 

[PATCH 5.15 000/102] 5.15.136-rc1 review
 2023-10-16 15:14 UTC  (3+ messages)

[PATCH 06/10] PCI/DPC: Use FIELD_GET()
 2023-10-16 15:14 UTC  (4+ messages)

[PATCH v1] dynamic_debug: add support for logs destination
 2023-10-16 15:13 UTC  (16+ messages)

[PATCH v2] bus: mhi: host: Add tracing support
 2023-10-16 15:13 UTC  (2+ messages)

[PATCH] spi: nxp-fspi: use the correct ioremap function
 2023-10-16 15:11 UTC  (2+ messages)

[RFC PATCH] ALSA: virtio: use copy and fill_silence callbacks
 2023-10-16 15:10 UTC  (2+ messages)

[PATCH V5] dt-bindings: Add Marantec vendor prefix
 2023-10-16 15:10 UTC  (2+ messages)

[PATCH v6 0/6] drm: Add support for atomic async page-flip
 2023-10-16 15:10 UTC  (9+ messages)
` [PATCH v6 6/6] drm/doc: Define KMS atomic state set

[PATCH v15 00/11] LSM: Three basic syscalls
 2023-10-16 15:06 UTC  (5+ messages)

[PATCH v1] dt-bindings: backlight: add brightness-levels related common properties
 2023-10-16 15:05 UTC 

[PATCH] jfs : fix array-index-out-of-bounds in diWrite
 2023-10-16 15:01 UTC  (2+ messages)

[PATCH] staging: emxx_udc: Remove unnecessary parentheses around condition tests
 2023-10-16 14:57 UTC  (2+ messages)

[PATCH] jfs: fix shift-out-of-bounds in dbJoin
 2023-10-16 15:00 UTC  (2+ messages)

[PATCH V2 0/6] mm: page_alloc: freelist migratetype hygiene
 2023-10-16 15:00 UTC  (12+ messages)

[PATCH] staging: sm750fb: remove unnecessary parentheses
 2023-10-16 14:28 UTC  (2+ messages)

[PATCH net-next 0/5] i40e: Add basic devlink support
 2023-10-16 14:56 UTC  (3+ messages)
` [PATCH net-next 3/5] i40e: Add handler for devlink .info_get

[PATCH v2 0/3] Add RTC for MStar SSD20xD SoCs
 2023-10-16 14:55 UTC  (5+ messages)
` [PATCH v2 1/3] rtc: Add support for the SSD202D RTC

[PATCH net-next 0/2] net: Use SMP threads for backlog NAPI (or optional)
 2023-10-16 14:53 UTC  (7+ messages)

linux-next: build failure after merge of the amdgpu tree
 2023-10-16 14:53 UTC  (4+ messages)

[PATCH v2 0/5] Add RC-to-EP doorbell with platform MSI controller
 2023-10-16 14:50 UTC  (5+ messages)

[PATCH 0/5] OPP: Minor cleanups
 2023-10-16 14:50 UTC  (5+ messages)
` [PATCH 3/5] OPP: Reorder code in _opp_set_required_opps_genpd()

[PATCH v2 vfio 0/3] pds/vfio: Fixes for locking bugs
 2023-10-16 14:49 UTC  (3+ messages)

[PATCH V2] dt-bindings: crypto: qcom,prng: document SA8775P and SC7280
 2023-10-16 14:49 UTC  (2+ messages)

[PATCH 0/4] cpufreq: Add basic cpufreq scaling for Qualcomm MSM8909
 2023-10-16 14:47 UTC  (9+ messages)
` [PATCH 1/4] cpufreq: qcom-nvmem: Enable virtual power domain devices

[PATCH v6 0/3] dmaengine: fsl_edma: add trace and debugfs support
 2023-10-16 14:47 UTC  (2+ messages)

[PATCH] x86/mce: Increase the size of the MCE pool from 2 to 8 pages
 2023-10-16 14:47 UTC  (8+ messages)

[PATCH 0/4] Add WCN3680B WiFi/Bluetooth and enable it on Fairphone 3
 2023-10-16 14:44 UTC  (5+ messages)
` [PATCH 1/4] dt-bindings: remoteproc: qcom: wcnss: Add WCN3680B compatible

[PATCH v2 0/4] x86/paravirt: Get rid of paravirt patching
 2023-10-16 14:40 UTC  (6+ messages)
` [PATCH v2 3/4] x86/paravirt: switch mixed paravirt/alternative calls to alternative_2
` [PATCH v2 4/4] x86/paravirt: remove no longer needed paravirt patching code

[PATCH] gnss: tell what GNSS means
 2023-10-16 14:38 UTC  (2+ messages)

[PATCH v7 3/4] drivers/perf: add DesignWare PCIe PMU driver
 2023-10-16 14:38 UTC  (2+ messages)

[PATCH] get_maintainer: correctly parse UTF-8 encoded names in files
 2023-10-16 14:37 UTC  (2+ messages)

[PATCH v11 00/56] Add DELETE_BUF ioctl
 2023-10-16 14:33 UTC  (5+ messages)
` [PATCH v11 45/56] media: test-drivers: vivid: Increase max supported buffers for capture queues

[PATCH 0/3] Handle reversed SBU orientation for FSA4480
 2023-10-16 14:32 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: usb: fsa4480: Add data-lanes property to endpoint

[PATCH v5] dt-bindings: arm: mediatek: convert audsys and mt2701-afe-pcm to yaml
 2023-10-16 14:30 UTC  (2+ messages)

[PATCH 0/2] vfio/mtty: Add migration support
 2023-10-16 14:29 UTC  (3+ messages)
` [PATCH 2/2] vfio/mtty: Enable "

[PATCH v2 03/13] PCI/ASPM: Disable ASPM when driver requests it
 2023-10-16 14:27 UTC  (2+ messages)

[PATCH 6.5 000/191] 6.5.8-rc1 review
 2023-10-16  8:39 UTC  (2+ messages)
` [PATCH 6.5 006/191] arm_pmu: acpi: Add a representative platform device for TRBE

[PATCH] staging: qlge: Add bool type to qlge_idc_wait()
 2023-10-16 14:19 UTC  (5+ messages)

[PATCH 0/2] serial: sc16is7xx: device tree improvements
 2023-10-16 14:18 UTC  (5+ messages)
` [PATCH 2/2] dt-bindings: serial: sc16is7xx: remove 'clock-frequency' property

[PATCH v5 00/10] Introduce __mt_dup() to improve the performance of fork()
 2023-10-16 14:10 UTC  (3+ messages)
` [PATCH v5 03/10] maple_tree: Introduce interfaces __mt_dup() and mtree_dup()

[PATCH v11 00/20] cxl/pci: Add support for RCH RAS error handling
 2023-10-16 14:09 UTC  (9+ messages)
` [PATCH v11 07/20] cxl/hdm: Use stored Component Register mappings to map HDM decoder capability
` [PATCH v11 10/20] cxl/pci: Introduce config option PCIEAER_CXL

[PATCH] Remove extra unlock for the mutex
 2023-10-16 14:08 UTC  (2+ messages)

[PATCH net] net: pktgen: Fix interface flags printing
 2023-10-16 14:08 UTC 

[RFC PATCH v6 00/11] Add audio support in v4l2 framework
 2023-10-16 14:08 UTC  (5+ messages)
` [RFC PATCH v6 10/11] media: imx-asrc: Add memory to memory driver
` [RFC PATCH v6 11/11] media: viaudm2m: add virtual driver for audio memory to memory

[PATCH v7 00/11] io_uring: Initial support for {s,g}etsockopt commands
 2023-10-16 13:47 UTC  (12+ messages)
` [PATCH v7 01/11] bpf: Add sockptr support for getsockopt
` [PATCH v7 02/11] bpf: Add sockptr support for setsockopt
` [PATCH v7 03/11] net/socket: Break down __sys_setsockopt
` [PATCH v7 04/11] net/socket: Break down __sys_getsockopt
` [PATCH v7 05/11] io_uring/cmd: Pass compat mode in issue_flags
` [PATCH v7 06/11] tools headers: Grab copy of io_uring.h
` [PATCH v7 07/11] selftests/net: Extract uring helpers to be reusable
` [PATCH v7 08/11] io_uring/cmd: return -EOPNOTSUPP if net is disabled
` [PATCH v7 09/11] io_uring/cmd: Introduce SOCKET_URING_OP_GETSOCKOPT
` [PATCH v7 10/11] io_uring/cmd: Introduce SOCKET_URING_OP_SETSOCKOPT
` [PATCH v7 11/11] selftests/bpf/sockopt: Add io_uring support

[PATCH] kgdb: Flush console before entering kgdb on panic
 2023-10-16 14:00 UTC  (6+ messages)

[PATCH v7 0/3] media: i2c: Introduce driver for the TW9900 video decoder
 2023-10-16 13:58 UTC  (4+ messages)
` [PATCH v7 1/3] dt-bindings: vendor-prefixes: Add techwell vendor prefix
` [PATCH v7 2/3] media: dt-bindings: media: i2c: Add bindings for TW9900
` [PATCH v7 3/3] media: i2c: Introduce a driver for the Techwell TW9900 decoder

[PATCH v3 0/3] gnss: ubx: updates to support the Renesas KingFisher board
 2023-10-16 13:55 UTC  (5+ messages)
` [PATCH v3 2/3] dt-bindings: gnss: u-blox: add "reset-gpios" binding
` [PATCH v3 3/3] gnss: ubx: add support for the reset gpio

[PATCH v2] iio: resolver: ad2s1210: add support for adi,fixed-mode
 2023-10-16 13:54 UTC 

[PATCH v11 0/3] Add minimal MT8365 and MT8365-EVK support
 2023-10-16 13:49 UTC  (4+ messages)
` [PATCH v11 3/3] arm64: dts: mediatek: Initial mt8365-evk support

[PATCH] nvmem: core: Fix possible buffer overflow on nvmem cell write
 2023-10-16 13:48 UTC  (3+ messages)

[PATCH 3/3] x86/mce: Fixup mce_usable_address()
 2023-10-16 13:48 UTC  (2+ messages)
` [tip: ras/core] x86/mce: Cleanup mce_usable_address()

[PATCH 1/3] x86/MCE/AMD: Split amd_mce_is_memory_error()
 2023-10-16 13:48 UTC  (2+ messages)
` [tip: ras/core] "

[PATCH 2/3] x86/mce: Define amd_mce_usable_address()
 2023-10-16 13:48 UTC  (2+ messages)
` [tip: ras/core] "

[PATCH v13 0/8] Wave5 codec driver
 2023-10-16 13:47 UTC  (4+ messages)
` [PATCH v13 6/8] media: dt-bindings: wave5: add Chips&Media 521c codec IP support

[PATCH v2 0/2] AMD Address Translation Library
 2023-10-16 13:47 UTC  (4+ messages)
` [PATCH v2 1/2] RAS: Introduce "

[PATCH net-next v5 0/5] bridge: Add a limit on learned FDB entries
 2023-10-16 13:27 UTC  (6+ messages)
` [PATCH net-next v5 1/5] net: bridge: Set BR_FDB_ADDED_BY_USER early in fdb_add_entry
` [PATCH net-next v5 2/5] net: bridge: Track and limit dynamically learned FDB entries
` [PATCH net-next v5 3/5] net: bridge: Add netlink knobs for number / max "
` [PATCH net-next v5 4/5] net: bridge: Set strict_start_type for br_policy
` [PATCH net-next v5 5/5] selftests: forwarding: bridge_fdb_learning_limit: Add a new selftest


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