linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-27 21:45:43 to 2023-02-28 01:48:19 UTC [more...]

[PATCH RFC] arm64/vmalloc: use module region only for module_alloc() if CONFIG_RANDOMIZE_BASE is set
 2023-02-28  1:48 UTC  (11+ messages)

[PATCH v2] vc_screen: modify vcs_size() handling in vcs_read()
 2023-02-28  1:45 UTC  (3+ messages)

[PATCH v2 00/11] Add new partial clock and reset drivers for StarFive JH7110
 2023-02-28  1:40 UTC  (4+ messages)
` [PATCH v2 10/11] riscv: dts: starfive: jh7110: Add DVP and HDMI TX pixel external clocks

[PATCH v4 4/4] RISC-V: Add arch functions to support hibernation/suspend-to-disk
 2023-02-28  1:32 UTC  (12+ messages)

[syzbot] [xfs?] INFO: task hung in xfs_buf_item_unpin
 2023-02-28  1:30 UTC 

[PATCH RFC v2] rcu: Add a minimum time for marking boot as completed
 2023-02-28  1:30 UTC  (8+ messages)

linux-next: Tree for Feb 28
 2023-02-28  1:27 UTC 

[PATCH AUTOSEL 6.1 01/21] ARM: OMAP2+: omap4-common: Fix refcount leak bug
 2023-02-28  1:25 UTC  (15+ messages)
` [PATCH AUTOSEL 6.1 12/21] fs/super.c: stop calling fscrypt_destroy_keyring() from __put_super()
          ` AUTOSEL process

[RFT PATCH v2 1/3] drm/bridge: tc358762: Set pre_enable_prev_first
 2023-02-28  1:25 UTC  (9+ messages)
` [RFT PATCH v2 2/3] drm/msm/dsi: Stop unconditionally powering up DSI hosts at modeset
` [RFT PATCH v2 3/3] drm/msm/dsi: More properly handle errors in regards to dsi_mgr_bridge_power_on()

[PATCH] dmapool: push new blocks in ascending order
 2023-02-28  1:25 UTC  (3+ messages)

[PATCH v2] drm/vram-helper: fix function names in vram helper doc
 2023-02-28  1:24 UTC 

[PATCH v4 0/4] RISC-V Hibernation Support
 2023-02-28  1:20 UTC  (6+ messages)
` [PATCH v4 4/4] RISC-V: Add arch functions to support hibernation/suspend-to-disk

[Patch v2 0/9] Tegra234 Memory interconnect support
 2023-02-28  1:18 UTC  (6+ messages)
` [Patch v2 7/9] cpufreq: tegra194: add OPP support and set bandwidth

[PATCH v3 1/2] capability: add cap_isidentical
 2023-02-28  1:14 UTC  (4+ messages)
` [PATCH v3 2/2] vfs: avoid duplicating creds in faccessat if possible

[PATCH -v5 0/9] migrate_pages(): batch TLB flushing
 2023-02-28  1:13 UTC  (4+ messages)

[RFC] sched: show cpu number when sched_show_task
 2023-02-28  1:13 UTC  (3+ messages)

[Syzkaller & bisect] There is "xfs_dquot_alloc" related BUG in v6.2 in guest
 2023-02-28  1:12 UTC  (6+ messages)

[PATCH v10 00/26] Drivers for Gunyah hypervisor
 2023-02-28  1:06 UTC  (16+ messages)
` [PATCH v10 08/26] gunyah: rsc_mgr: Add resource manager RPC core
` [PATCH v10 10/26] gunyah: vm_mgr: Introduce basic VM Manager

[PATCH v5 00/23] Convert to filemap_get_folios_tag()
 2023-02-28  1:01 UTC  (2+ messages)
` [f2fs-dev] "

[GIT PULL] f2fs update for 6.3-rc1
 2023-02-28  1:01 UTC  (3+ messages)
` [f2fs-dev] "

[PATCHv4 00/12] dmapool enhancements
 2023-02-28  1:01 UTC  (4+ messages)
` [PATCHv4 11/12] dmapool: link blocks across pages

[PATCH] bootconfig: Change message if no bootconfig with CONFIG_BOOT_CONFIG_FORCE=y
 2023-02-28  1:01 UTC 

[PATCH -next RFC] block: count 'ios' and 'sectors' when io is done for bio-based device
 2023-02-28  1:01 UTC  (2+ messages)

[PATCH V4 8/8] soundwire: amd: add pm_prepare callback and pm ops support
 2023-02-28  1:03 UTC  (5+ messages)

[PATCH net-next] net: rose: Remove NULL check before dev_{put, hold}
 2023-02-28  0:52 UTC 

[PATCH] xen-netback: remove unused variables pending_idx and index
 2023-02-28  0:46 UTC  (4+ messages)

System boot failure related to commit 'irqdomain: Switch to per-domain locking'
 2023-02-28  0:45 UTC  (2+ messages)

[PATCH v2] mm/uffd: UFFD_FEATURE_WP_UNPOPULATED
 2023-02-28  0:36 UTC  (2+ messages)

[linus:master] [mm] f1a7941243: unixbench.score -19.2% regression
 2023-02-28  0:32 UTC  (9+ messages)

[RESEND 1/2] power_supply: Register cooling device outside of probe
 2023-02-28  0:23 UTC  (4+ messages)

[kernel PATCH v4] Bluetooth: hci_sync: Resume adv with no RPA when active scan
 2023-02-28  0:13 UTC 

[PATCH RFC v2 00/16] RISC-V: support some cryptography accelerations
 2023-02-28  0:05 UTC  (17+ messages)
` [PATCH RFC v2 01/16] riscv: Add support for kernel mode vector
` [PATCH RFC v2 02/16] riscv: Add vector extension XOR implementation
` [PATCH RFC v2 03/16] RISC-V: add Zbc extension detection
` [PATCH RFC v2 04/16] RISC-V: add Zbkb "
` [PATCH RFC v2 05/16] RISC-V: hook new crypto subdir into build-system
` [PATCH RFC v2 06/16] RISC-V: crypto: add accelerated GCM GHASH implementation
` [PATCH RFC v2 07/16] RISC-V: add helper function to read the vector VLEN
` [PATCH RFC v2 08/16] RISC-V: add vector crypto extension detection
` [PATCH RFC v2 09/16] RISC-V: crypto: update perl include with helpers for vector (crypto) instructions
` [PATCH RFC v2 10/16] RISC-V: crypto: add Zvkb accelerated GCM GHASH implementation
` [PATCH RFC v2 11/16] RISC-V: crypto: add Zvkg "
` [PATCH RFC v2 12/16] RISC-V: crypto: add a vector-crypto-accelerated SHA256 implementation
` [PATCH RFC v2 13/16] RISC-V: crypto: add a vector-crypto-accelerated SHA512 implementation
` [PATCH RFC v2 14/16] RISC-V: crypto: add Zvkned accelerated AES encryption implementation
` [PATCH RFC v2 15/16] RISC-V: crypto: add Zvksed accelerated SM4 "
` [PATCH RFC v2 16/16] RISC-V: crypto: add Zvksh accelerated SM3 hash implementation

[RFC][PATCH 1/2] time: alarmtimer: Fix erroneous case of using 0 as an "invalid" initialization value
 2023-02-28  0:03 UTC  (10+ messages)
` [RFC][PATCH 2/2] time: alarmtimer: Use TASK_FREEZABLE to cleanup freezer handling

[kernel PATCH v2 0/1] Clear workqueue to avoid use-after-free
 2023-02-27 23:58 UTC  (7+ messages)
` [kernel PATCH v2 1/1] Bluetooth: hci_sync: clear workqueue before clear mgmt cmd

[PATCH] kunit: Fix 'hooks.o' build by recursing into kunit
 2023-02-27 23:56 UTC  (3+ messages)

[syzbot] [net?] INFO: task hung in tls_sw_sendpage (3)
 2023-02-27 23:53 UTC  (3+ messages)

drivers/clk/.kunitconfig: warning: ignored by one of the .gitignore files
 2023-02-27 23:51 UTC 

[PATCH v2 00/30] New page table range API
 2023-02-27 23:50 UTC  (4+ messages)
` [PATCH v2 17/30] parisc: Implement the new "

[RFC PATCH v1 0/6] Introducing `wq_cpu_set` mount option for btrfs
 2023-02-27 23:49 UTC  (5+ messages)

[PATCH v2] ASoC: amd: yc: Add DMI entries to support HP OMEN 16-n0xxx (8A43)
 2023-02-27 23:49 UTC 

[PATCH v11 000/113] KVM TDX basic feature support
 2023-02-27 23:49 UTC  (38+ messages)
` [PATCH v11 021/113] KVM: TDX: Refuse to unplug the last cpu on the package
` [PATCH v11 023/113] KVM: TDX: allocate/free TDX vcpu structure
` [PATCH v11 030/113] KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE
` [PATCH v11 031/113] KVM: x86/mmu: Allow non-zero value for non-present SPTE and removed SPTE
` [PATCH v11 033/113] KVM: x86/mmu: Track shadow MMIO value on a per-VM basis
` [PATCH v11 050/113] KVM: x86/tdp_mmu: Ignore unsupported mmu operation on private GFNs
` [PATCH v11 055/113] KVM: x86/VMX: introduce vmx tlb_remote_flush and tlb_remote_flush_with_range
` [PATCH v11 058/113] KVM: TDX: MTRR: implement get_mt_mask() for TDX
` [PATCH v11 099/113] KVM: TDX: Handle TDX PV map_gpa hypercall

[PATCH v4 06/14] dma-buf/sync_file: Support (E)POLLPRI
 2023-02-27 23:48 UTC  (14+ messages)

[PATCH v2 0/3] Fixes and Improvements for CS35L41 HDA
 2023-02-27 23:48 UTC  (4+ messages)
` [PATCH v2 1/3] ALSA: hda: cs35l41: Correct error condition handling

Implementation of fwnode_operations :: device_get_match_data() for software nodes?
 2023-02-27 23:44 UTC  (5+ messages)

[PATCH v2] ptp: kvm: Use decrypted memory in confidential guest on x86
 2023-02-27 23:40 UTC  (2+ messages)

[PATCH 1/2] ASoC: max98363: add soundwire amplifier driver
 2023-02-27 23:38 UTC  (7+ messages)

[RFC PATCH 0/2] drm/msm/dp: refactor the msm dp driver resources
 2023-02-27 23:36 UTC  (3+ messages)
` [RFC PATCH 2/2] drm/msm/dp: enable pm_runtime support for dp driver

[PATCH RFC bootconfig] Allow forcing unconditional bootconfig processing
 2023-02-27 23:29 UTC  (11+ messages)

[PATCH] usb: dwc3: gadget: Add 100uS delay after end transfer command without IOC
 2023-02-27 23:20 UTC 

[PATCH] scsi: ufs: support IO traces for zoned block device
 2023-02-27 23:15 UTC  (3+ messages)

[PATCH v3 0/7] RISC-V Hardware Probing User Interface
 2023-02-27 23:14 UTC  (9+ messages)
` [PATCH v3 2/7] RISC-V: Add a syscall for HW probing
` [PATCH v3 3/7] RISC-V: hwprobe: Add support for RISCV_HWPROBE_BASE_BEHAVIOR_IMA
` [PATCH v3 4/7] dt-bindings: Add RISC-V misaligned access performance
` [PATCH v3 5/7] RISC-V: hwprobe: Support probing of "

INFO: REPRODUCED: memory leak in gpio device in 6.2-rc6
 2023-02-27 23:13 UTC  (11+ messages)

[PATCH mm] kasan, powerpc: Don't rename memintrinsics if compiler adds prefixes
 2023-02-27 23:09 UTC  (3+ messages)

[PATCH v10 0/6] Implement IOCTL to get and/or the clear info about PTEs
 2023-02-27 23:09 UTC  (9+ messages)
` [PATCH v10 3/6] fs/proc/task_mmu: "

[PATCH bpf-next v2 0/8] Support defragmenting IPv(4|6) packets in BPF
 2023-02-27 23:03 UTC  (5+ messages)

[PATCH -v2 00/11] SEV: Cleanup sev-guest a bit and add throttling
 2023-02-27 23:03 UTC  (4+ messages)
` [PATCH -v2 11/11] x86/sev: Change snp_guest_issue_request()'s fw_err argument

[PATCH v1 0/6] PolarFire SoC Auto Update Support
 2023-02-27 22:56 UTC  (7+ messages)

[PATCH 1/2] mips: remove SYS_HAS_CPU_MIPS32_R1 from RALINK
 2023-02-27 22:55 UTC  (4+ messages)
` [PATCH 2/2] mips: ralink: make SOC_MT7621 select PINCTRL

[PATCH v2 0/4] MIPS DMA coherence fixes
 2023-02-27 22:55 UTC  (3+ messages)
` [PATCH v2 1/4] MIPS: Remove DMA_PERDEV_COHERENT

[PATCH 1/2] lib/test_bitmap: increment failure counter properly
 2023-02-27 22:55 UTC  (2+ messages)

[PATCH v7 00/41] Shadow stacks for userspace
 2023-02-27 22:54 UTC  (43+ messages)
` [PATCH v7 01/41] Documentation/x86: Add CET shadow stack description
` [PATCH v7 02/41] x86/shstk: Add Kconfig option for shadow stack
` [PATCH v7 03/41] x86/cpufeatures: Add CPU feature flags for shadow stacks
` [PATCH v7 04/41] x86/cpufeatures: Enable CET CR4 bit for shadow stack
` [PATCH v7 05/41] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v7 06/41] x86/fpu: Add helper for modifying xstate
` [PATCH v7 07/41] x86: Move control protection handler to separate file
` [PATCH v7 08/41] x86/shstk: Add user control-protection fault handler
` [PATCH v7 09/41] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v7 10/41] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v7 11/41] mm: Introduce pte_mkwrite_kernel()
` [PATCH v7 12/41] s390/mm: Introduce pmd_mkwrite_kernel()
` [PATCH v7 13/41] mm: Make pte_mkwrite() take a VMA
` [PATCH v7 14/41] x86/mm: Introduce _PAGE_SAVED_DIRTY
` [PATCH v7 15/41] x86/mm: Update ptep/pmdp_set_wrprotect() for _PAGE_SAVED_DIRTY
` [PATCH v7 16/41] x86/mm: Start actually marking _PAGE_SAVED_DIRTY
` [PATCH v7 17/41] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v7 18/41] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v7 19/41] x86/mm: Check shadow stack page fault errors
` [PATCH v7 20/41] x86/mm: Teach pte_mkwrite() about stack memory
` [PATCH v7 21/41] mm: Add guard pages around a shadow stack
` [PATCH v7 22/41] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v7 23/41] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v7 24/41] mm: Don't allow write GUPs to shadow stack memory
` [PATCH v7 25/41] x86/mm: Introduce MAP_ABOVE4G
` [PATCH v7 26/41] mm: Warn on shadow stack memory in wrong vma
` [PATCH v7 27/41] x86/mm: Warn if create Write=0,Dirty=1 with raw prot
` [PATCH v7 28/41] x86: Introduce userspace API for shadow stack
` [PATCH v7 29/41] x86/shstk: Add user-mode shadow stack support
` [PATCH v7 30/41] x86/shstk: Handle thread shadow stack
` [PATCH v7 31/41] x86/shstk: Introduce routines modifying shstk
` [PATCH v7 32/41] x86/shstk: Handle signals for shadow stack
` [PATCH v7 33/41] x86/shstk: Introduce map_shadow_stack syscall
` [PATCH v7 34/41] x86/shstk: Support WRSS for userspace
` [PATCH v7 35/41] x86: Expose thread features in /proc/$PID/status
` [PATCH v7 36/41] x86/shstk: Wire in shadow stack interface
` [PATCH v7 37/41] selftests/x86: Add shadow stack test
` [PATCH v7 38/41] x86/fpu: Add helper for initing features
` [PATCH v7 39/41] x86: Add PTRACE interface for shadow stack
` [PATCH v7 40/41] x86/shstk: Add ARCH_SHSTK_UNLOCK
` [PATCH v7 41/41] x86/shstk: Add ARCH_SHSTK_STATUS

[PATCH v2 2/2] iio: adc: Add TI ADS1100 and ADS1000
 2023-02-27 22:47 UTC  (3+ messages)

[PATCH 0/2] iio: Add kernel-doc and rename
 2023-02-27 22:50 UTC  (3+ messages)
` [PATCH 1/2] iio: Improve the kernel-doc of iio_trigger_poll

[PATCH v2 0/7] Several UFS MCQ Code Changes
 2023-02-27 22:47 UTC  (8+ messages)
` [PATCH v2 2/7] scsi: ufs: core: Rename symbols
` [PATCH v2 3/7] scsi: ufs: core: Fix mcq nr_hw_queues
` [PATCH v2 4/7] scsi: ufs: core: Add hwq print for debug

[GIT PULL] TTY/Serial driver updates for 6.3-rc1
 2023-02-27 22:47 UTC  (8+ messages)

[PATCH] m68k: mm: Move initrd phys_to_virt handling after paging_init()
 2023-02-27 22:48 UTC  (2+ messages)

[PATCH 0/2] selftests: bump timeout for firmware and kmod
 2023-02-27 22:42 UTC  (4+ messages)
` [PATCH 1/2] selftests/kmod: increase the kmod timeout from 45 to 165

[PATCH V3] riscv: asid: Fixup stale TLB entry cause application crash
 2023-02-27 22:40 UTC  (6+ messages)

include/asm-generic/div64.h:238:36: error: passing argument 1 of '__div64_32' from incompatible pointer type
 2023-02-27 22:30 UTC 

[PATCH v4 0/4] StarFive's SDIO/eMMC driver support
 2023-02-27 22:29 UTC  (5+ messages)
` [PATCH v4 4/4] dt-bindings: syscon: Add StarFive syscon doc

[PATCH RFC 0/4] Driver for Apple Z2 touchscreens
 2023-02-27 22:25 UTC  (9+ messages)
` [PATCH RFC 1/4] dt-bindings: input: touchscreen: Add Z2 controller bindings

[PATCH v3] tools/memory-model: Make ppo a subrelation of po
 2023-02-27 22:21 UTC  (8+ messages)

[PATCH v3 0/5] pinctrl: at91: Cleanups
 2023-02-27 22:20 UTC  (6+ messages)
` [PATCH v3 5/5] pinctrl: at91: Utilise temporary variable for struct device

[PATCH] zram: fix 32-bit atomic_long_t print
 2023-02-27 22:19 UTC  (2+ messages)

[PULL] Networking for v6.3-rc1
 2023-02-27 22:15 UTC  (2+ messages)

[PATCH v4 2/2] vdpasim: support doorbell mapping
 2023-02-27 22:09 UTC  (2+ messages)

[RFC PATCH] sched/fair: update the vruntime to be max vruntime when yield
 2023-02-27 22:07 UTC  (3+ messages)

[PATCH bpf-next v3 0/3] libbpf: allow users to set kprobe/uprobe attach mode
 2023-02-27 22:06 UTC  (8+ messages)
` [PATCH bpf-next v3 1/3] libbpf: add support "
` [PATCH bpf-next v3 2/3] selftests/bpf: split test_attach_probe into multi subtests
` [PATCH bpf-next v3 3/3] selftests/bpf: add test for legacy/perf kprobe/uprobe attach mode

[PATCH v1 00/51] shadow metric clean up and improvements
 2023-02-27 22:04 UTC  (2+ messages)

Regression in probing some AMBA devices possibly devlink related
 2023-02-27 22:00 UTC  (5+ 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).