linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-10 14:53:11 to 2022-03-10 16:52:10 UTC [more...]

[PATCH 1/1] sign-file: Use OpenSSL provided define to compile out deprecated APIs
 2022-03-10 16:51 UTC  (3+ messages)
` [PATCH v2 1/1] sign-file: Do not attempt to use the ENGINE_* API if it's not available

[PATCH v2] mailbox: tegra-hsp: Flush whole channel
 2022-03-10 16:51 UTC  (2+ messages)

[PATCHv5 00/30] TDX Guest: TDX core support
 2022-03-10 16:48 UTC  (16+ messages)
` [PATCHv5 02/30] x86/tdx: Provide common base for SEAMCALL and TDCALL C wrappers
` [PATCHv5 03/30] x86/tdx: Add __tdx_module_call() and __tdx_hypercall() helper functions
` [PATCHv5 11/30] x86/tdx: Handle in-kernel MMIO
` [PATCHv5 27/30] x86/kvm: Use bounce buffers for TD guest

[PATCH 00/13] KVM: x86: Add a cap to disable NX hugepages on a VM
 2022-03-10 16:45 UTC  (14+ messages)
` [PATCH 01/13] selftests: KVM: Dump VM stats in binary stats test
` [PATCH 02/13] selftests: KVM: Test reading a single stat
` [PATCH 03/13] selftests: KVM: Wrap memslot IDs in a struct for readability
` [PATCH 04/13] selftests: KVM: Add memslot parameter to VM vaddr allocation
` [PATCH 05/13] selftests: KVM: Add memslot parameter to elf_load
` [PATCH 06/13] selftests: KVM: Improve error message in vm_phy_pages_alloc
` [PATCH 07/13] selftests: KVM: Add NX huge pages test
` [PATCH 08/13] KVM: x86/MMU: Factor out updating NX hugepages state for a VM
` [PATCH 09/13] KVM: x86/MMU: Track NX hugepages on a per-VM basis
` [PATCH 10/13] KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basis
` [PATCH 11/13] KVM: x86: Fix errant brace in KVM capability handling
` [PATCH 12/13] KVM: x86/MMU: Require reboot permission to disable NX hugepages
` [PATCH 13/13] selftests: KVM: Test disabling NX hugepages on a VM

[RFC PATCH v0 0/6] x86/AMD: Userspace address tagging
 2022-03-10 16:45 UTC  (5+ messages)

[BUG] new MIPS compile error on v5.15.27
 2022-03-10 16:48 UTC  (5+ messages)

arch/arc/kernel/smp.c:279:18: sparse: sparse: dereference of noderef expression
 2022-03-10 16:44 UTC 

[PATCH v3 00/16] Support external boost at CS35l41 ASoC driver
 2022-03-10 16:43 UTC  (5+ messages)
` [PATCH v3 01/16] sound: cs35l41: Unify hardware configuration

[PATCH 0/2] spi: spi-cadence: Align function names and fix
 2022-03-10 16:42 UTC  (3+ messages)
` [PATCH 1/2] spi: spi-cadence: Align function name s/cnds/cdns/g
` [PATCH 2/2] spi: spi-cadence: Fix kernel-doc format for resume/suspend

[PATCH v3 0/3] drm/bridge: ti-sn65dsi86: Support non-eDP DisplayPort connectors
 2022-03-10 16:42 UTC  (8+ messages)
` [PATCH v3 1/3] drm/bridge: ti-sn65dsi86: Support DisplayPort (non-eDP) mode
` [PATCH v3 2/3] drm/bridge: ti-sn65dsi86: Implement bridge connector operations
` [PATCH v3 3/3] drm/bridge: ti-sn65dsi86: Support hotplug detection

[PATCH net-next 0/3] Extend locked port feature with FDB locked flag (MAC-Auth/MAB)
 2022-03-10 16:40 UTC  (17+ messages)
` [PATCH net-next 1/3] net: bridge: add fdb flag to extent locked port feature
` [PATCH net-next 3/3] net: dsa: mv88e6xxx: mac-auth/MAB implementation

mmotm 2022-03-09-23-28 uploaded
 2022-03-10 16:34 UTC  (2+ messages)
` mmotm 2022-03-09-23-28 uploaded (drivers/perf/marvell_cn10k_ddr_pmu.c)

[PATCH v2] media: st-delta: Fix PM disable depth imbalance in delta_probe
 2022-03-10 16:32 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 0/2] mm/page_alloc: Remote per-cpu lists drain support
 2022-03-10 16:31 UTC  (4+ messages)

[PATCH v2] livepatch: Don't block removal of patches that are safe to unload
 2022-03-10 16:30 UTC  (5+ messages)
    ` [External] "

[PATCH v4 00/45] x86: Kernel IBT
 2022-03-10 16:29 UTC  (10+ messages)

[PATCH 1/1] mm: fix use-after-free bug when mm->mmap is reused after being freed
 2022-03-10 16:28 UTC  (6+ messages)

[PATCH bpf-next] bpf: Use offsetofend() to simplify macro definition
 2022-03-10 16:24 UTC  (2+ messages)

include/linux/compiler_types.h:322:45: error: call to '__compiletime_assert_358' declared with attribute error: BUILD_BUG_ON failed: sizeof(struct prestera_msg_event_fdb) != 20
 2022-03-10 16:24 UTC 

[PATCH 0/4] x86/platform/uv: UV Kernel support for UV5
 2022-03-10 16:23 UTC  (8+ messages)
` [PATCH 1/4] x86/platform/uv: Remove Obsolete Scratch5 NMI handler
` [PATCH 2/4] x86/platform/uv: Update NMI Handler for UV5
` [PATCH 4/4] x86/platform/uv: Add gap hole end size

[PATCH] clk/rockchip: Use of_device_get_match_data()
 2022-03-10 16:22 UTC  (3+ messages)

[PATCH v3 00/20] netfs: Prep for write helpers
 2022-03-10 16:20 UTC  (21+ messages)
` [PATCH v3 01/20] fscache: export fscache_end_operation()
` [PATCH v3 02/20] netfs: Generate enums from trace symbol mapping lists
` [PATCH v3 03/20] netfs: Rename netfs_read_*request to netfs_io_*request
` [PATCH v3 04/20] netfs: Finish off rename of netfs_read_request to netfs_io_request
` [PATCH v3 05/20] netfs: Split netfs_io_* object handling out
` [PATCH v3 06/20] netfs: Adjust the netfs_rreq tracepoint slightly
` [PATCH v3 07/20] netfs: Trace refcounting on the netfs_io_request struct
` [PATCH v3 08/20] netfs: Trace refcounting on the netfs_io_subrequest struct
` [PATCH v3 09/20] netfs: Adjust the netfs_failure tracepoint to indicate non-subreq lines
` [PATCH v3 10/20] netfs: Refactor arguments for netfs_alloc_read_request
` [PATCH v3 11/20] netfs: Change ->init_request() to return an error code
` [PATCH v3 12/20] ceph: Make ceph_init_request() check caps on readahead
` [PATCH v3 13/20] netfs: Add a netfs inode context
` [PATCH v3 14/20] netfs: Add a function to consolidate beginning a read
` [PATCH v3 15/20] netfs: Prepare to split read_helper.c
` [PATCH v3 16/20] netfs: Rename read_helper.c to io.c
` [PATCH v3 17/20] netfs: Split fs/netfs/read_helper.c
` [PATCH v3 18/20] netfs: Split some core bits out into their own file
` [PATCH v3 19/20] netfs: Keep track of the actual remote file size
` [PATCH v3 20/20] afs: Maintain netfs_i_context::remote_i_size

[next] ld.lld: error: ./arch/arm/kernel/vmlinux.lds:34: AT expected, but got NOCROSSREFS
 2022-03-10 16:20 UTC  (2+ messages)

[PATCH v2 net-next 00/10] net: bridge: Multiple Spanning Trees
 2022-03-10 16:20 UTC  (13+ messages)
` [PATCH v2 net-next 07/10] net: dsa: Pass MST state changes to driver
` [PATCH v2 net-next 10/10] net: dsa: mv88e6xxx: MST Offloading

[PATCH] brcmfmac: make the read-only array pktflags static const
 2022-03-10 16:19 UTC  (2+ messages)

[PATCH] powerpc/vdso: Fix VDSO unmap check
 2022-03-10 16:18 UTC  (3+ messages)

[PATCH] rtlwifi: rtl8192ce: remove duplicated function '_rtl92ce_phy_set_rf_sleep'
 2022-03-10 16:18 UTC  (2+ messages)

[PATCH] block/psi: remove PSI annotations from submit_bio
 2022-03-10 16:18 UTC  (5+ messages)

[PATCH] bcma: gpio: remove redundant re-assignment of chip->owner
 2022-03-10 16:18 UTC  (2+ messages)

[PATCH] net: wireless: cw1200: use time_is_after_jiffies() instead of open coding it
 2022-03-10 16:17 UTC  (2+ messages)
`  "

[PATCH] binfmt_misc: add two-steps registration (opt-in)
 2022-03-10 16:13 UTC  (2+ messages)

[PATCH] net: wireless: marvell: use time_is_before_jiffies() instead of open coding it
 2022-03-10 16:11 UTC  (2+ messages)

[PATCH] brcmfmac: check the return value of devm_kzalloc() in brcmf_of_probe()
 2022-03-10 16:09 UTC  (2+ messages)

[PATCH 01/29] rtc: ds1685: switch to RTC_FEATURE_UPDATE_INTERRUPT
 2022-03-10 16:09 UTC  (3+ messages)
` [PATCH 11/29] rtc: pcf2127: set RTC_FEATURE_ALARM_RES_2S

[PATCH v4 00/24] AMD MCA Address Translation Updates
 2022-03-10 16:09 UTC  (9+ messages)
` [PATCH v4 07/24] EDAC/amd64: Define function to dehash address
` [PATCH v4 10/24] EDAC/amd64: Define function to get Interleave Address Bit

[PATCH printk v1 00/13] implement threaded console printing
 2022-03-10 16:08 UTC  (6+ messages)
` [PATCH printk v1 11/13] printk: reimplement console_lock for proper kthread support

[PATCH] pinctrl: mediatek: Fix missing of_node_put() in mtk_pctrl_init
 2022-03-10 16:06 UTC  (2+ messages)

[PATCH] net: ipv6: fix invalid alloclen in __ip6_append_data
 2022-03-10 16:06 UTC  (9+ messages)

[PATCHv2 00/10] ext4: Improve FC trace events
 2022-03-10 16:05 UTC  (12+ messages)
` [PATCHv2 01/10] ext4: Remove unused enum EXT4_FC_COMMIT_FAILED
` [PATCHv2 02/10] ext4: Fix ext4_fc_stats trace point
` [PATCHv2 03/10] ext4: Convert ext4_fc_track_dentry type events to use event class
` [PATCHv2 04/10] ext4: Do not call FC trace event in ext4_fc_commit() if FS does not support FC
` [PATCHv2 05/10] ext4: Return early for non-eligible fast_commit track events
` [PATCHv2 06/10] ext4: Add new trace event in ext4_fc_cleanup
` [PATCHv2 07/10] ext4: Add transaction tid info in fc_track events
` [PATCHv2 08/10] ext4: Add commit_tid info in jbd debug log
` [PATCHv2 09/10] ext4: Add commit tid info in ext4_fc_commit_start/stop trace events
` [PATCHv2 10/10] ext4: Fix remaining two trace events to use same printk convention

[PATCH v2 0/2] dt-bindings: DTB based validation
 2022-03-10 16:05 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: kbuild: Pass DT_SCHEMA_FILES to dt-validate
` [PATCH v2 2/2] dt-bindings: kbuild: Use DTB files for validation

[PATCH] ax25: Fix memory leaks caused by ax25_cb_del()
 2022-03-10 16:01 UTC  (3+ messages)
  `  "

[PATCH 0/3] mmc: mmci: stm32: updates for SDIO
 2022-03-10 15:59 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: mmc: mmci: add a property to disable DMA LLI

[PATCH] block: aoe: handle device timeouts atomic-safe
 2022-03-10 15:29 UTC  (2+ messages)

[PATCH] ath10k: Fix error handling in ath10k_setup_msa_resources
 2022-03-10 15:52 UTC  (2+ messages)

[PATCH] ath11k: remove unneeded flush_workqueue
 2022-03-10 15:51 UTC  (2+ messages)

[PATCH] ath6kl: add device ID for WLU5150-D81
 2022-03-10 15:50 UTC  (2+ messages)

[PATCH 0/2] dt-bindings: DTB based validation
 2022-03-10 15:49 UTC  (8+ messages)
` [PATCH 1/2] dt-bindings: kbuild: Pass DT_SCHEMA_FILES to dt-validate

[PATCH] afs: Fix potential thrashing in afs writeback
 2022-03-10 15:47 UTC 

[patch v2] mm: lru_cache_disable: replace work queue synchronization with synchronize_rcu
 2022-03-10 13:22 UTC  (5+ messages)
` [patch v3] "
  ` [patch v4] "
      ` [patch v5] "

[PATCH v3 0/7] irqchip/apple-aic: Add support for AICv2
 2022-03-10 15:43 UTC  (3+ messages)
` [PATCH v3 2/7] dt-bindings: interrupt-controller: apple,aic2: New binding "

[PATCH V2] mmc: sdhci-msm: Reset GCC_SDCC_BCR register for SDHC
 2022-03-10 15:40 UTC 

[PATCHv4 0/8] 64-bit data integrity field support
 2022-03-10 15:39 UTC  (8+ messages)
` [PATCHv4 6/8] crypto: add rocksoft 64b crc guard tag framework

[RFC] Free up a page flag
 2022-03-10 15:39 UTC  (3+ messages)

[PATCH v3] dt-bindings: can: xilinx_can: Convert Xilinx CAN binding to YAML
 2022-03-10 15:39 UTC 

[v2 0/2] ASoC: mediatek: mt8192: support rt1015p_rt5682s
 2022-03-10 15:37 UTC  (3+ messages)
` [v2 1/2] ASoC: dt-bindings: mt8192-mt6359: add new compatible for using rt1015p and rt5682
` [v2 2/2] ASoC: mediatek: mt8192: support rt1015p_rt5682s

[PATCH v3 0/6] Add Xilinx RPU subsystem support
 2022-03-10 15:36 UTC  (6+ messages)
` [PATCH v3 6/6] drivers: remoteproc: Add Xilinx r5 remoteproc driver

[ANNOUNCE] 5.15.27-rt35
 2022-03-10 15:36 UTC 

[syzbot] memory leak in usb_get_configuration
 2022-03-10 15:29 UTC  (4+ messages)

[PATCH v3] vsock: each transport cycles only on its own sockets
 2022-03-10 15:28 UTC  (3+ messages)

[PATCH 0/5] ASoC: mediatek: Add support for MT8195 sound card with max98390 and rt5682
 2022-03-10 15:25 UTC  (5+ messages)
` [PATCH 1/5] ASoC: mediatek: mt8195: add reset controller
` [PATCH 4/5] ASoC: mediatek: mt8195: add machine driver with mt6359, max98390 and rt5682

[PATCH] bpf: test_run: use kvfree() for memory allocated with kvmalloc()
 2022-03-10 15:23 UTC  (3+ messages)

[PATCH] mm: vmscan: fix documentation for page_check_references()
 2022-03-10 15:20 UTC 

epoll: Does anyone know about CVE-2021-39634
 2022-03-10 15:16 UTC 

[PATCH] gpio: Restrict usage of gc irq members before initialization
 2022-03-10 15:13 UTC  (3+ messages)

[PATCH v2 1/2] nvmet-tcp: support specifying the congestion-control
 2022-03-10 15:13 UTC  (7+ messages)

[PATCH v10 00/12] fprobe: Introduce fprobe function entry/exit probe
 2022-03-10 15:11 UTC  (5+ messages)
` [PATCH v10 12/12] fprobe: Add a selftest for fprobe

[PATCH v3 0/3] arch_topology, ACPI: populate cpu capacity from CPPC
 2022-03-10 15:08 UTC  (6+ messages)
` [PATCH v3 2/3] arch_topology: obtain cpu capacity using information "

[for-linus][PATCH 0/3] tracing: Three fixes
 2022-03-10 15:04 UTC  (4+ messages)
` [for-linus][PATCH 1/3] tracing/osnoise: Do not unregister events twice
` [for-linus][PATCH 2/3] tracing/osnoise: Force quiescent states while tracing
` [for-linus][PATCH 3/3] ftrace: Fix some W=1 warnings in kernel doc comments

[PATCH] tcp: export symbol tcp_set_congestion_control
 2022-03-10 15:05 UTC  (4+ messages)

[PATCH v3 1/3] sched/cpuacct: fix charge percpu cpuusage
 2022-03-10 15:01 UTC  (7+ messages)
` [PATCH v3 2/3] sched/cpuacct: optimize away RCU read lock

[PATCH] perf/arm-ccn: Use platform_get_irq() to get the interrupt
 2022-03-10 14:59 UTC  (7+ messages)
` [PATCH] slimbus: qcom-ngd-ctrl: "

[PATCH v1 0/6] Add TDX Guest Attestation support
 2022-03-10 14:57 UTC  (6+ messages)
` [PATCH v1 4/6] platform/x86: intel_tdx_attest: Add TDX Guest attestation interface driver

[PATCH v4 0/3] arch_topology, ACPI: populate cpu capacity from CPPC
 2022-03-10 14:54 UTC  (4+ messages)
` [PATCH v4 1/3] x86, ACPI: rename init_freq_invariance_cppc to arch_init_invariance_cppc
` [PATCH v4 2/3] arch_topology: obtain cpu capacity using information from CPPC
` [PATCH v4 3/3] arm64, topology: enable use of init_cpu_capacity_cppc()

[PATCH -next] i2c: designware: Add helper to remove redundancy
 2022-03-10 14:52 UTC  (2+ messages)

[PATCH] drm: of: Properly try all possible cases for bridge/panel detection
 2022-03-10 14:54 UTC  (2+ messages)

[PATCH v12 00/46] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-03-10 14:51 UTC  (3+ messages)
` [PATCH v12 32/46] x86/compressed/64: Add support for SEV-SNP CPUID table in #VC handlers

[PATCH] docs: UML: Mention telnetd for port channel
 2022-03-10 14:17 UTC  (2+ messages)

[PATCH] PCI: mediatek: Fix refcount leak in mtk_pcie_subsys_powerup
 2022-03-10 14:48 UTC  (2+ messages)

[PATCH v3 0/2] gpio: ts4900: Do not set DAT and OE together
 2022-03-10 14:48 UTC  (3+ messages)
` [PATCH v3 1/2] "

[PATCH v2 00/18] crypto: rockchip: permit to pass self-tests
 2022-03-10 14:45 UTC  (4+ messages)
` [PATCH v2 11/18] crypto: rockhip: do not handle dma clock

[PATCH v2 0/2] Cleanups for slab
 2022-03-10 14:45 UTC  (2+ messages)
` [PATCH v2 2/2] mm: slub: Delete useless parameter of alloc_slab_page()

[PATCH] drm/rockchip: remove redundant assignment to pointer connector
 2022-03-10 14:50 UTC  (3+ messages)

[PATCH V2] arm64: dts: qcom: sc7280: Enable gcc HW reset
 2022-03-10 14:45 UTC 

[PATCH V2] ax25: Fix NULL pointer dereferences in ax25 timers
 2022-03-10 14:43 UTC 

[PATCH v2 0/2] exfat: allow access to paths with trailing dots
 2022-03-10 14:24 UTC 

arch/arm64/kvm/va_layout.c:292:6: warning: no previous prototype for function 'kvm_compute_final_ctr_el0'
 2022-03-10 14:42 UTC 

[PATCH] net: phy: Kconfig: micrel_phy: fix dependency issue
 2022-03-10 14:38 UTC  (2+ messages)

[PATCH v3] cpufreq: unify the show() and store() styles of attr and use __ATTR_XX macro
 2022-03-10 14:38 UTC 

[PATCH] remoteproc: mediatek: fix side effect of mt8195 sram power on
 2022-03-10 14:40 UTC  (2+ messages)

[PATCH net-next v2] net: lan966x: Improve the CPU TX bitrate
 2022-03-10 14:36 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).