linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-23 09:02:14 to 2022-11-23 10:55:30 UTC [more...]

[PATCH v7 00/20] TDX host kernel support
 2022-11-23 10:43 UTC  (16+ messages)
` [PATCH v7 04/20] x86/virt/tdx: Add skeleton to initialize TDX on demand
` [PATCH v7 05/20] x86/virt/tdx: Implement functions to make SEAMCALL
` [PATCH v7 06/20] x86/virt/tdx: Shut down TDX module in case of error
` [PATCH v7 10/20] x86/virt/tdx: Use all system memory when initializing TDX module as TDX memory

[PATCH v5] dt-bindings: iio: adc: ad7923: adjust documentation
 2022-11-23 10:42 UTC  (2+ messages)

[PATCH] ARM: dts: lan966x: Add otp support
 2022-11-23 10:45 UTC  (3+ messages)

[PATCH v1] soc: mediatek: mtk-pm-domains: Allow mt8186 ADSP default power on
 2022-11-23 10:40 UTC  (3+ messages)

[PATCH] ARM: at91: fix build for SAMA5D3 w/o L2 cache
 2022-11-23 10:40 UTC  (6+ messages)

[patch V2 00/17] timers: Provide timer_shutdown[_sync]()
 2022-11-23 10:39 UTC  (6+ messages)
` [patch V2 07/17] timers: Update kernel-doc for various functions
` [patch V2 12/17] timers: Silently ignore timers with a NULL function

[PATCH v10 000/108] KVM TDX basic feature support
 2022-11-23 10:36 UTC  (5+ messages)
` [PATCH v10 011/108] KVM: TDX: Add C wrapper functions for SEAMCALLs to the TDX module
` [PATCH v10 016/108] KVM: TDX: create/destroy VM structure

[PATCH v2] virtio_console: Introduce an ID allocator for virtual console numbers
 2022-11-23 10:36 UTC  (4+ messages)

[PATCH V2 0/5] fsl_lpuart: improve Idle Line Interrupt and registers handle in .shutdown()
 2022-11-23 10:36 UTC  (8+ messages)
` [PATCH V2 1/5] tty: serial: fsl_lpuart: only enable Idle Line Interrupt for non-dma case
` [PATCH V2 2/5] tty: serial: fsl_lpuart: clear UARTCTRL_LOOPS in lpuart32_shutdown()
` [PATCH V2 5/5] tty: serial: fsl_lpuart: clear LPUART Status Register "

[PATCH] cpuidle: riscv-sbi: Stop using non-retentive suspend
 2022-11-23 10:36 UTC  (7+ messages)

[PATCH v7 0/8] arm64: j721s2: Add support for additional IPs
 2022-11-23 10:35 UTC  (3+ messages)
` [PATCH v7 2/8] arm64: dts: ti: k3-j721s2-main: Add SERDES and WIZ device tree node

[PATCH resend] media: staging: stkwebcam: Restore MEDIA_{USB,CAMERA}_SUPPORT dependencies
 2022-11-23 10:35 UTC  (4+ messages)

[PATCH 1/2] dt-bindings: arm: qcom: Adding DT binding for zombie
 2022-11-23 10:34 UTC  (3+ messages)
` [PATCH 2/2] arm64: dts: qcom: sc7280: Add DT for sc7280-herobrine-zombie

[PATCH] qed: avoid defines prefixed with CONFIG
 2022-11-23 10:33 UTC 

[PATCH 0/1] *** Fix kill(-1,s) returning 0 on 0 kills ***
 2022-11-23 10:30 UTC  (3+ messages)
` [PATCH 1/1] Fix kill(-1,s) returning 0 on 0 kills

[PATCH] mm, compaction: fix fast_isolate_around() to stay within boundaries
 2022-11-23 10:25 UTC  (5+ messages)

[PATCH V8 0/4] PCI: vmd: Enable PCIe ASPM and LTR on select hardware
 2022-11-23 10:27 UTC  (2+ messages)

[PATCH v6 1/2] gpio: loongson: add gpio driver support
 2022-11-23 10:25 UTC  (2+ messages)

Kernel 6.0.5 breaks virtual machines that boot from nfs mounted qcow2 images
 2022-11-23 10:08 UTC 

RDTSCP | IA32_TSC_AUX on x86-32
 2022-11-23 10:23 UTC  (4+ messages)

[PATCH -next] fbdev: offb: allow build when DRM_OFDRM=m
 2022-11-23 10:23 UTC  (4+ messages)

[PATCH v2 0/5] blk-iocost: random patches to improve configuration
 2022-11-23 10:22 UTC  (8+ messages)
` [PATCH v2 4/5] blk-iocost: fix sleeping in atomic context warnning

[PATCH] cpuidle: riscv-sbi: Stop using non-retentive suspend
 2022-11-23 10:20 UTC  (3+ messages)

[PATCH 0/2] soc: qcom: Add support for Qualcomm Modem Processing SubSystem DSM memory
 2022-11-23 10:19 UTC  (8+ messages)
` [PATCH 1/2] dt-bindings: reserved-memory: document Qualcomm MPSS "

[PATCH net-next 00/17] rxrpc: Increasing SACK size and moving away from softirq, part 3
 2022-11-23 10:16 UTC  (18+ messages)
` [PATCH net-next 01/17] rxrpc: Split the receive code
` [PATCH net-next 02/17] rxrpc: Create a per-local endpoint receive queue and I/O thread
` [PATCH net-next 03/17] rxrpc: Move packet reception processing into "
` [PATCH net-next 04/17] rxrpc: Move error processing into the local endpoint "
` [PATCH net-next 05/17] rxrpc: Remove call->input_lock
` [PATCH net-next 06/17] rxrpc: Don't use sk->sk_receive_queue.lock to guard socket state changes
` [PATCH net-next 07/17] rxrpc: Don't take spinlocks in the RCU callback functions
` [PATCH net-next 08/17] rxrpc: Remove the _bh annotation from all the spinlocks
` [PATCH net-next 09/17] rxrpc: Implement a mechanism to send an event notification to a call
` [PATCH net-next 10/17] rxrpc: Move DATA transmission into call processor work item
` [PATCH net-next 11/17] rxrpc: Remove RCU from peer->error_targets list
` [PATCH net-next 12/17] rxrpc: Make the I/O thread take over the call and local processor work
` [PATCH net-next 13/17] rxrpc: Trace/count transmission underflows and cwnd resets
` [PATCH net-next 14/17] rxrpc: Move the cwnd degradation after transmitting packets
` [PATCH net-next 15/17] rxrpc: Fold __rxrpc_unuse_local() into rxrpc_unuse_local()
` [PATCH net-next 16/17] rxrpc: Transmit ACKs at the point of generation
` [PATCH net-next 17/17] rxrpc: Simplify skbuff accounting in receive path

[PATCH] perf symbol: correction while adjusting symbol
 2022-11-23 10:18 UTC 

[PATCH -next] iommu/dma: avoid expensive indirect calls for sync operations
 2022-11-23 10:15 UTC  (3+ messages)

[PATCH V5 0/4] Add S4 SoC PLL and Peripheral clock controller
 2022-11-23 10:10 UTC  (7+ messages)
` [PATCH V5 1/4] clk: meson: S4: add support for Amlogic S4 SoC PLL clock driver and bindings
` [PATCH V5 3/4] clk: meson: s4: add s4 SoC peripheral clock controller "
` [PATCH V5 4/4] arm64: dts: meson: add S4 Soc Peripheral clock controller in DT

[PATCH v4 0/4] x86/of: Add support for interrupt mode config for x86 OF systems
 2022-11-23 10:08 UTC  (5+ messages)
` [PATCH v4 1/4] dt-bindings: x86: apic: Convert Intel's APIC bindings to YAML schema
` [PATCH v4 2/4] dt-bindings: x86: apic: Introduce new optional bool property for lapic
` [PATCH v4 3/4] x86/of: Replace printk(KERN_LVL) with pr_lvl()
` [PATCH v4 4/4] x86/of: Add support for boot time interrupt delivery mode configuration

[PATCH net-next 00/13] rxrpc: Increasing SACK size and moving away from softirq, part 2
 2022-11-23 10:08 UTC  (14+ messages)
` [PATCH net-next 01/13] rxrpc: Implement an in-kernel rxperf server for testing purposes
` [PATCH net-next 02/13] rxrpc: Remove decl for rxrpc_kernel_call_is_complete()
` [PATCH net-next 03/13] rxrpc: Remove handling of duplicate packets in recvmsg_queue
` [PATCH net-next 04/13] rxrpc: Remove the [k_]proto() debugging macros
` [PATCH net-next 05/13] rxrpc: Remove the [_k]net() "
` [PATCH net-next 06/13] rxrpc: Drop rxrpc_conn_parameters from rxrpc_connection and rxrpc_bundle
` [PATCH net-next 07/13] rxrpc: Extract the code from a received ABORT packet much earlier
` [PATCH net-next 08/13] rxrpc: trace: Don't use __builtin_return_address for rxrpc_local tracing
` [PATCH net-next 09/13] rxrpc: trace: Don't use __builtin_return_address for rxrpc_peer tracing
` [PATCH net-next 10/13] rxrpc: trace: Don't use __builtin_return_address for rxrpc_conn tracing
` [PATCH net-next 11/13] rxrpc: trace: Don't use __builtin_return_address for rxrpc_call tracing
` [PATCH net-next 12/13] rxrpc: Trace rxrpc_bundle refcount
` [PATCH net-next 13/13] rxrpc: trace: Don't use __builtin_return_address for sk_buff tracing

[PATCH v5 0/5] net/tcp: Dynamically disable TCP-MD5 static key
 2022-11-23 10:07 UTC  (4+ messages)
` [PATCH v5 1/5] jump_label: Prevent key->enabled int overflow

[PATCH net] qlcnic: fix sleep-in-atomic-context bugs caused by msleep
 2022-11-23 10:06 UTC 

[PATCH v7 1/3] drm_bridge: register content protect property
 2022-11-23 10:05 UTC  (3+ messages)
` [PATCH v7 2/3] drm/bridge: anx7625: "
` [PATCH v7 3/3] drm/bridge: it6505: handle HDCP request

[PATCH v1 0/2] soc: add NPCM LPC BPC driver support
 2022-11-23 10:03 UTC  (3+ messages)
` [PATCH v1 1/2] dt-binding: soc: nuvoton: Add NPCM BPC LPC documentation

[PATCH v3 1/4] i915: Move list_count() to list.h for broader use
 2022-11-23 10:02 UTC  (2+ messages)

[syzbot] possible deadlock in mnt_want_write_file
 2022-11-23 10:02 UTC 

[PATCH 1/5] kobject: make kobject_get_ownership() take a constant kobject *
 2022-11-23  9:57 UTC  (4+ messages)
` [PATCH 5/5] driver core: pass a const * into of_device_uevent()

[PATCH v3] ceph: mark directory as non-complete complete after loading key
 2022-11-23  9:59 UTC  (3+ messages)

[PATCH v2 0/2] add ti tmag5273 driver
 2022-11-23  9:58 UTC  (4+ messages)
` [PATCH v2 2/2] iio: magnetometer: "

[PATCH 1/5] net: ethernet: mtk_eth_soc: account for vlan in rx header length
 2022-11-23  9:57 UTC  (5+ messages)
` [PATCH 2/5] net: ethernet: mtk_eth_soc: compile out netsys v2 code on mt7621
` [PATCH 3/5] net: ethernet: mtk_eth_soc: work around issue with sending small fragments
` [PATCH 4/5] net: ethernet: mtk_eth_soc: fix flow_offload related refcount bug
` [PATCH 5/5] net: ethernet: mtk_eth_soc: drop generic vlan rx offload, only use DSA untagging

[PATCH] regulator: core: fix kernfs complain in destroy_regulator()
 2022-11-23  9:56 UTC 

[PATCH] ACPI: bus: make osc_sb_ffh_opregion_support_confirmed static
 2022-11-23  9:54 UTC  (2+ messages)

[PATCH v5 0/6] evm: Prepare for moving to the LSM infrastructure
 2022-11-23  9:52 UTC  (7+ messages)
` [PATCH v5 1/6] reiserfs: Switch to security_inode_init_security()
` [PATCH v5 2/6] ocfs2: "
` [PATCH v5 3/6] security: Remove security_old_inode_init_security()
` [PATCH v5 4/6] security: Allow all LSMs to provide xattrs for inode_init_security hook
` [PATCH v5 5/6] evm: Align evm_inode_init_security() definition with LSM infrastructure
` [PATCH v5 6/6] evm: Support multiple LSMs providing an xattr

[PATCH v3 0/4] x86/of: Fix a bug in x86 arch OF support
 2022-11-23  9:52 UTC  (7+ messages)

[PATCH v3 00/18] nvmem: core: introduce NVMEM layouts
 2022-11-23  9:52 UTC  (4+ messages)
` [PATCH v3 17/18] nvmem: layouts: Add ONIE tlv layout driver

[PATCH] workqueue: Remove the unbound release work from the per-cpu type
 2022-11-23  9:50 UTC 

[syzbot] KASAN: use-after-free Read in task_work_run (2)
 2022-11-23  9:49 UTC  (3+ messages)

[PATCH v7 0/3] mm/slub: extend redzone check for kmalloc objects
 2022-11-23  9:48 UTC  (5+ messages)

[PATCH 0/1] Increase spi-max-frequency of nor flash for roc-rk3399-pc
 2022-11-23  9:48 UTC  (2+ messages)
` [PATCH 1/1] arm64: dts: rockchip: increase "

[PATCH 000/606] i2c: Complete conversion to i2c_probe_new
 2022-11-23  9:48 UTC  (7+ messages)
` [PATCH 011/606] gpio: max732x: Convert to i2c's .probe_new()
` [PATCH 012/606] gpio: pca953x: "
` [PATCH 013/606] gpio: pcf857x: "

[PATCH v1 0/2] kexec: Add new toogle to disable kexec_reboot
 2022-11-23  9:47 UTC  (3+ messages)
` [PATCH v1 1/2] Documentation: sysctl: Correct kexec_load_disabled

[RFC PATCH] net: devlink: devlink_nl_info_fill: populate default information
 2022-11-23  9:46 UTC  (4+ messages)

[syzbot] unregister_netdevice: waiting for DEV to become free (7)
 2022-11-23  9:45 UTC  (5+ messages)

[PATCH 1/1] sctp: sysctl: referring the correct net namespace
 2022-11-23  9:44 UTC 

[PATCH net-next 0/4] TC protocol all support in Sparx5 IS2 VCAP
 2022-11-23  9:42 UTC  (4+ messages)
` [PATCH net-next 1/4] net: microchip: sparx5: Support for copying and modifying rules in the API

[PATCH RFC v2 00/12] mm/hugetlb: Make huge_pte_offset() thread-safe for pmd unshare
 2022-11-23  9:40 UTC  (2+ messages)

[PATCH] KVM: s390: vsie: Fix the initialization of the epoch extension (epdx) field
 2022-11-23  9:41 UTC  (4+ messages)

[PATCH v4 0/4] x86/of: Add support for interrupt mode config for x86 OF systems
 2022-11-23  9:38 UTC  (5+ messages)
` [PATCH v4 1/4] dt-bindings: x86: apic: Convert Intel's APIC bindings to YAML schema
` [PATCH v4 2/4] dt-bindings: x86: apic: Introduce new optional bool property for lapic
` [PATCH v4 3/4] x86/of: Replace printk(KERN_LVL) with pr_lvl()
` [PATCH v4 4/4] x86/of: Add support for boot time interrupt delivery mode configuration

[PATCH v2 0/7] Add the Renesas USBF controller support
 2022-11-23  9:39 UTC  (19+ messages)
` [PATCH v2 2/7] dt-bindings: clock: renesas,r9a06g032-sysctrl: Add h2mode property

[PATCH 6.0 000/314] 6.0.10-rc1 review
 2022-11-23  8:47 UTC 

[PATCH v2 0/3] x86/realmode: use a dummy trampoline for Xen PV guests
 2022-11-23  9:37 UTC  (3+ messages)
` [PATCH v2 3/3] x86/xen: add "

[PATCH v2] lib/test_rhashtable: Remove set but unused variable 'insert_retries'
 2022-11-23  9:37 UTC 

[PATCH] soundwire: bus_type: Avoid lockdep assert in sdw_drv_probe()
 2022-11-23  9:35 UTC  (2+ messages)

[PATCH v2 00/14] Basic clock and reset support for StarFive JH7110 RISC-V SoC
 2022-11-23  9:34 UTC  (7+ messages)
` [PATCH v2 07/14] dt-bindings: clock: Add StarFive JH7110 system and always-on clock definitions

[PATCH v2 0/2] ASoC/soundwire: revisit support for clock registers
 2022-11-23  9:33 UTC  (5+ messages)
` [PATCH v2 1/2] ASoC/soundwire: remove is_sdca boolean property
` [PATCH v2 2/2] soundwire: enable optional clock registers for SoundWire 1.2 devices

[PATCH] mmc: mmc_test: fix missing assignment of 'file' when register debugfs file
 2022-11-23  9:55 UTC 

[PATCH v2 0/2] Introduce Socionext F_OSPI SPI flash controller
 2022-11-23  9:33 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: spi: Add Socionext F_OSPI controller bindings

[PATCH v2] mm: introduce arch_has_hw_nonleaf_pmd_young()
 2022-11-23  9:31 UTC  (2+ messages)

[PATCH mm-unstable v4 00/10] convert core hugetlb functions to folios
 2022-11-23  9:29 UTC  (3+ messages)
` [PATCH mm-unstable v4 06/10] mm/hugetlb: convert add_hugetlb_page() to folios and add hugetlb_cma_folio()

[linux-next:master] [asm] 5e5ff73c2e: Initramfs_unpacking_failed
 2022-11-23  9:25 UTC 

=?gb18030?B?UmWjulJlOiBbUEFUQ0ggVjJdIHByaW50azogZml4IGEgdHlwbyBvZiBjb21tZW50?=
 2022-11-23  9:30 UTC 

[PATCH 5.15 000/181] 5.15.80-rc1 review
 2022-11-23  8:49 UTC 

[PATCH 1/2] docs/RCU/rcubarrier: Adjust 'Answer' parts of QQs as definition-lists
 2022-11-23  9:29 UTC  (2+ messages)
` [PATCH 2/2] docs/RCU/rcubarrier: Right-adjust line numbers in code snippets

[PATCH] mm: memcg: fix stale protection of reclaim target memcg
 2022-11-23  9:25 UTC  (3+ messages)

[PATCH v4 0/2] arm64: dts: [exynos|fsd]: Update cache properties
 2022-11-23  9:24 UTC  (3+ messages)
` [PATCH v4 1/2] arm64: dts: exynos: "
` [PATCH v4 2/2] arm64: dts: fsd: "

[PATCH] documentation/mm: Update pmd_present() in arch_pgtable_helpers.rst
 2022-11-23  9:24 UTC  (2+ messages)

[PATCH] media: v4l2-mem2mem: allow device run without buf
 2022-11-23  9:24 UTC 

[PATCH v2] clk: qcom: ipq8074: populate fw_name for all parents
 2022-11-23  9:24 UTC  (3+ messages)

[PATCH v3] rapidio: fix possible UAF when kfifo_alloc() fails
 2022-11-23  9:51 UTC 

[PATCH V2] printk: fix a typo of comment
 2022-11-23  9:21 UTC  (3+ messages)

[PATCH v2 0/3] mm: memcg: fix protection of reclaim target memcg
 2022-11-23  9:21 UTC  (4+ messages)
` [PATCH v2 1/3] mm: memcg: fix stale "
` [PATCH v2 2/3] selftests: cgroup: refactor proactive reclaim code to reclaim_until()
` [PATCH v2 3/3] selftests: cgroup: make sure reclaim target memcg is unprotected

[PATCH][next] tools/arch/x86: intel_sdsi: Fix a couple of spelling mistakes
 2022-11-23  9:21 UTC 

[PATCH] clk: rockchip: Fix memory leak in rockchip_clk_register_pll()
 2022-11-23  9:21 UTC  (3+ messages)

[PATCH -next 1/2] mm/slab: add is_kmalloc_cache() helper macro
 2022-11-23  9:21 UTC  (4+ messages)

[PATCH 5.10 000/149] 5.10.156-rc1 review
 2022-11-23  8:49 UTC 

[PATCH v1 0/2] kunit: add macro to allow conditionally exposing static symbols to tests
 2022-11-23  9:20 UTC  (6+ messages)
` [PATCH v1 1/2] "
` [PATCH v1 2/2] apparmor: test: make static symbols visible during kunit testing

[PATCH v4] drm/fourcc: Add Synaptics VideoSmart tiled modifiers
 2022-11-23  9:19 UTC 

[PATCH] x86/kexec: Fix double-free of elf header buffer
 2022-11-23  9:19 UTC  (2+ messages)

[PATCH] mfd: rohm-bd*: Use dev_err_probe()
 2022-11-23  9:19 UTC 

[PATCH] [openvswitch v4] openvswitch: Add support to count upcall packets
 2022-11-23  9:18 UTC 

[PATCH v2] ASoC: soc-pcm: Add NULL check in BE reparenting
 2022-11-23  9:16 UTC  (2+ messages)

[RESEND PATCH 5/6] KVM: x86/VMX: add kvm_vmx_reinject_nmi_irq() for NMI/IRQ reinjection
 2022-11-23  9:16 UTC  (11+ messages)

[PATCH net v3] net: stmmac: Set MAC's flow control register to reflect current settings
 2022-11-23  9:15 UTC 

[PATCH v2] drm/mediatek: Clean dangling pointer on bind error path
 2022-11-23  9:15 UTC  (2+ messages)

[PATCH v2] clk: rockchip: Fix memory leak in rockchip_clk_register_pll()
 2022-11-23  9:12 UTC 

RCU stalls in squashfs_readahead()
 2022-11-23  9:14 UTC  (11+ messages)
` BUG: in squashfs_xz_uncompress() (Was: RCU stalls in squashfs_readahead())
      ` BUG: BISECTED: "

[PATCH] doc: Fix htmldocs build warnings of stallwarn.rst
 2022-11-23  9:12 UTC 

[PATCH] can: etas_es58x: repair conditional for a verbose debug message
 2022-11-23  9:13 UTC  (2+ messages)

[syzbot] linux-next boot error: WARNING in fb_deferred_io_schedule_flush
 2022-11-23  9:13 UTC 

[PATCH 5.4 000/156] 5.4.225-rc1 review
 2022-11-23  8:49 UTC 

[PATCH] jump_label: use atomic_try_cmpxchg in static_key_slow_inc_cpuslocked
 2022-11-23  9:08 UTC  (3+ messages)

[PATCH linux-next] RDMA/mlx4: NULL check before dev_{put, hold} functions is not needed
 2022-11-23  9:08 UTC 

[RFC PATCH v1 0/4] Introduce merge identical pages mechanism
 2022-11-23  9:07 UTC  (10+ messages)
` [RFC PATCH v1 1/4] zram: introduce "

[PATCH linux-next] powerpc/cell/axon_msi: replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE
 2022-11-23  9:06 UTC 

[PATCH v1 0/4] MediaTek CIRQ: new register layout and schema
 2022-11-23  9:04 UTC  (4+ messages)
` [PATCH v1 3/4] irqchip: irq-mtk-cirq: Move register offsets to const array

[PATCH linux-next] KVM: x86: remove redundant ret variable
 2022-11-23  9:04 UTC 

[PATCH v2] Revert "clocksource/drivers/riscv: Events are stopped during CPU suspend"
 2022-11-23  9:04 UTC  (3+ messages)

[PATCH 4.19 000/114] 4.19.267-rc1 review
 2022-11-23  8:49 UTC 

[PATCH v3 0/2] arm64: dts: Update cache properties for exynos/fsd
 2022-11-23  9:03 UTC  (4+ messages)
` [PATCH v3 1/2] arm64: dts: Update cache properties for exynos
` [PATCH v3 2/2] arm64: dts: Update cache properties for fds


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