messages from 2023-09-11 22:25:23 to 2023-09-20 21:01:42 UTC [more...]
[PATCH v2 0/8] sysctl: Remove sentinel elements from arch
2023-09-20 21:01 UTC (10+ messages)
` [PATCH v2 1/8] S390: Remove now superfluous sentinel elem from ctl_table arrays
` [PATCH v2 2/8] arm: "
` [PATCH v2 3/8] arch/x86: "
` [PATCH v2 4/8] x86/vdso: Remove now superfluous sentinel element from ctl_table array
` [PATCH v2 5/8] riscv: "
` [PATCH v2 6/8] powerpc: Remove now superfluous sentinel element from ctl_table arrays
` [PATCH v2 7/8] ia64: Remove now superfluous sentinel element from ctl_table array
` [PATCH v2 8/8] c-sky: Remove now superfluous sentinel element from ctl_talbe array
remove get_super
2023-09-20 20:41 UTC (8+ messages)
` [PATCH 07/17] nbd: call blk_mark_disk_dead in nbd_clear_sock_ioctl
[RFC PATCH v2 5/9] iov_iter: Create a function to prepare userspace VM for UBUF/IOVEC tests
2023-09-20 20:35 UTC (2+ messages)
[PATCH rc] kvm: Prevent compiling virt/kvm/vfio.c unless VFIO is selected
2023-09-20 18:18 UTC
[PATCH net-next 00/18] net/smc: implement virtual ISM extension and loopback-ism
2023-09-20 13:05 UTC (23+ messages)
` [PATCH net-next 01/18] net/smc: decouple ism_dev from SMC-D device dump
` [PATCH net-next 02/18] net/smc: decouple ism_dev from SMC-D DMB registration
` [PATCH net-next 03/18] net/smc: extract v2 check helper from SMC-D device registration
` [PATCH net-next 04/18] net/smc: support SMCv2.x supplemental features negotiation
` [PATCH net-next 05/18] net/smc: reserve CHID range for SMC-D virtual device
` [PATCH net-next 06/18] net/smc: extend GID to 128bits for virtual ISM device
` [PATCH net-next 07/18] net/smc: disable SEID on non-s390 architecture
` [PATCH net-next 08/18] net/smc: enable virtual ISM device feature bit
` [PATCH net-next 09/18] net/smc: introduce SMC-D loopback device
` [PATCH net-next 10/18] net/smc: implement ID-related operations of loopback
` [PATCH net-next 11/18] net/smc: implement some unsupported "
` [PATCH net-next 12/18] net/smc: implement DMB-related "
` [PATCH net-next 13/18] net/smc: register loopback device as SMC-Dv2 device
` [PATCH net-next 14/18] net/smc: add operation for getting DMB attribute
` [PATCH net-next 15/18] net/smc: add operations for DMB attach and detach
` [PATCH net-next 16/18] net/smc: avoid data copy from sndbuf to peer RMB in SMC-D
` [PATCH net-next 17/18] net/smc: modify cursor update logic when sndbuf mapped to RMB
` [PATCH net-next 18/18] net/smc: add interface implementation of loopback device
[PATCH net] net/smc: fix panic smc_tcp_syn_recv_sock() while closing listen socket
2023-09-20 12:08 UTC
Poptávka
2023-09-20 7:51 UTC
[s390:features 15/24] arch/s390/include/asm/ctlreg.h:80:9: warning: array subscript 0 is outside array bounds of 'struct ctlreg[0]'
2023-09-20 0:11 UTC
[PATCH v8 00/24] iommu: Make default_domain's mandatory
2023-09-19 10:44 UTC (26+ messages)
` [PATCH v8 01/24] iommu: Add iommu_ops->identity_domain
` [PATCH v8 02/24] iommu: Add IOMMU_DOMAIN_PLATFORM
` [PATCH v8 03/24] powerpc/iommu: Setup a default domain and remove set_platform_dma_ops
` [PATCH v8 04/24] iommu: Add IOMMU_DOMAIN_PLATFORM for S390
` [PATCH v8 05/24] iommu/fsl_pamu: Implement a PLATFORM domain
` [PATCH v8 06/24] iommu/tegra-gart: Remove tegra-gart
` [PATCH v8 07/24] iommu/mtk_iommu_v1: Implement an IDENTITY domain
` [PATCH v8 08/24] iommu: Reorganize iommu_get_default_domain_type() to respect def_domain_type()
` [PATCH v8 09/24] iommu: Allow an IDENTITY domain as the default_domain in ARM32
` [PATCH v8 10/24] iommu/exynos: Implement an IDENTITY domain
` [PATCH v8 11/24] iommu/tegra-smmu: "
` [PATCH v8 12/24] iommu/tegra-smmu: Support DMA domains in tegra
` [PATCH v8 13/24] iommu/omap: Implement an IDENTITY domain
` [PATCH v8 14/24] iommu/msm: "
` [PATCH v8 15/24] iommu: Remove ops->set_platform_dma_ops()
` [PATCH v8 16/24] iommu/qcom_iommu: Add an IOMMU_IDENTITIY_DOMAIN
` [PATCH v8 17/24] iommu/ipmmu: "
` [PATCH v8 18/24] iommu/mtk_iommu: "
` [PATCH v8 19/24] iommu/sun50i: "
` [PATCH v8 20/24] iommu: Require a default_domain for all iommu drivers
` [PATCH v8 21/24] iommu: Add __iommu_group_domain_alloc()
` [PATCH v8 22/24] iommu: Add ops->domain_alloc_paging()
` [PATCH v8 23/24] iommu: Convert simple drivers with DOMAIN_DMA to domain_alloc_paging()
` [PATCH v8 24/24] iommu: Convert remaining simple drivers "
Pytanie o samochód
2023-09-19 7:30 UTC
[PATCH 00/26] KVM: vfio: Hide KVM internals from others
2023-09-18 16:17 UTC (39+ messages)
` [PATCH 01/26] vfio: Wrap KVM helpers with CONFIG_KVM instead of CONFIG_HAVE_KVM
` [PATCH 02/26] vfio: Move KVM get/put helpers to colocate it with other KVM related code
` [PATCH 03/26] virt: Declare and define vfio_file_set_kvm() iff CONFIG_KVM is enabled
` [PATCH 04/26] vfio: Add struct to hold KVM assets and dedup group vs. iommufd code
` [PATCH 05/26] vfio: KVM: Pass get/put helpers from KVM to VFIO, don't do circular lookup
` [PATCH 06/26] KVM: Drop CONFIG_KVM_VFIO and just look at KVM+VFIO
` [PATCH 07/26] x86/idt: Wrap KVM logic with CONFIG_KVM instead of CONFIG_HAVE_KVM
` [PATCH 08/26] KVM: x86: Stop selecting and depending on HAVE_KVM
` [PATCH 09/26] KVM: arm64: "
` [PATCH 10/26] KVM: s390: "
` [PATCH 11/26] KVM: MIPS: Make HAVE_KVM a MIPS-only Kconfig
` [PATCH 12/26] KVM: arm64: Move arm_{psci,hypercalls}.h to an internal KVM path
` [PATCH 13/26] KVM: arm64: Include KVM headers to get forward declarations
` [PATCH 14/26] KVM: arm64: Move ARM specific headers in include/kvm to arch directory
` [PATCH 15/26] KVM: Move include/kvm/iodev.h to include/linux as kvm_iodev.h
` [PATCH 16/26] KVM: MIPS: Stop adding virt/kvm to the arch include path
` [PATCH 17/26] KVM: PPC: "
` [PATCH 18/26] KVM: s390: "
` [PATCH 19/26] KVM: Standardize include paths across all architectures
` [PATCH 20/26] perf/x86: KVM: Have perf define a dedicated struct for getting guest PEBS data
` [PATCH 21/26] entry/kvm: Drop @vcpu param from arch_xfer_to_guest_mode_handle_work()
` [PATCH 22/26] entry/kvm: KVM: Move KVM details related to signal/-EINTR into KVM proper
` [PATCH 23/26] KVM: arm64: Move and consolidate "public" functions in asm/kvm_host.h
` [PATCH 24/26] powerpc/xics: Move declaration of xics_wake_cpu() out of kvm_ppc.h
` [PATCH 25/26] KVM: PPC: Rearrange code in kvm_ppc.h to isolate "public" information
` [PATCH 26/26] KVM: Hide KVM internal data structures and values from kernel at-large
split up ->kill_sb
2023-09-18 15:24 UTC (45+ messages)
` [PATCH 01/19] fs: reflow deactivate_locked_super
` [PATCH 02/19] fs: make ->kill_sb optional
` [PATCH 03/19] fs: release anon dev_t in deactivate_locked_super
` [PATCH 04/19] NFS: remove the s_dev field from struct nfs_server
` [PATCH 05/19] fs: assign an anon dev_t in common code
` [PATCH 06/19] qibfs: use simple_release_fs
` [PATCH 07/19] hypfs: use d_genocide to kill fs entries
` [PATCH 08/19] pstore: shrink the pstore_sb_lock critical section in pstore_kill_sb
` [PATCH 09/19] zonefs: remove duplicate cleanup in zonefs_fill_super
` [PATCH 10/19] USB: gadget/legacy: remove sb_mutex
` [PATCH 11/19] fs: add new shutdown_sb and free_sb methods
` [PATCH 12/19] fs: convert kill_litter_super to litter_shutdown_sb
` [PATCH 13/19] fs: convert kill_block_super to block_free_sb
` [PATCH 14/19] jffs2: convert to ->shutdown_sb and ->free_sb
` [PATCH 15/19] kernfs: split ->kill_sb
` [PATCH 16/19] x86/resctrl: release rdtgroup_mutex and the CPU hotplug lock in rdt_shutdown_sb
` [PATCH 17/19] NFS: move nfs_kill_super to fs_context.c
` [PATCH 18/19] fs: simple ->shutdown_sb and ->free_sb conversions
` [PATCH 19/19] fs: remove ->kill_sb
[PATCH 0/3] Use arch_make_folio_accessible() everywhere
2023-09-18 11:01 UTC (7+ messages)
` [PATCH 1/3] mm: Use arch_make_folio_accessible() in gup_pte_range()
` [PATCH 2/3] mm: Convert follow_page_pte() to use a folio
` [PATCH 3/3] s390: Convert arch_make_page_accessible() to arch_make_folio_accessible()
[PATCH v3 00/13] mm: jit/text allocator
2023-09-18 7:29 UTC (14+ messages)
` [PATCH v3 01/13] nios2: define virtual address space for modules
` [PATCH v3 02/13] mm: introduce execmem_text_alloc() and execmem_free()
` [PATCH v3 03/13] mm/execmem, arch: convert simple overrides of module_alloc to execmem
` [PATCH v3 04/13] mm/execmem, arch: convert remaining "
` [PATCH v3 05/13] modules, execmem: drop module_alloc
` [PATCH v3 06/13] mm/execmem: introduce execmem_data_alloc()
` [PATCH v3 07/13] arm64, execmem: extend execmem_params for generated code allocations
` [PATCH v3 08/13] riscv: "
` [PATCH v3 09/13] powerpc: extend execmem_params for kprobes allocations
` [PATCH v3 10/13] arch: make execmem setup available regardless of CONFIG_MODULES
` [PATCH v3 11/13] x86/ftrace: enable dynamic ftrace without CONFIG_MODULES
` [PATCH v3 12/13] kprobes: remove dependency on CONFIG_MODULES
` [PATCH v3 13/13] bpf: remove CONFIG_BPF_JIT dependency on CONFIG_MODULES of
[PATCH 0/2] a couple of corrections to the IRQ enablement function
2023-09-15 14:04 UTC (7+ messages)
` [PATCH 1/2] s390/vfio-ap: unpin pages on gisc registration failure
` [PATCH 2/2] s390/vfio-ap: set status response code to 06 "
[PATCH 0/3] partitions/ibm: Replace strncpy() and cleanups
2023-09-15 13:10 UTC (4+ messages)
` [PATCH 1/3] partitions/ibm: Remove unnecessary memset
` [PATCH 2/3] partitions/ibm: Replace strncpy() and improve readability
` [PATCH 3/3] partitions/ibm: Introduce defines for magic string length values
[PATCH v2] arch: Reserve map_shadow_stack() syscall number for all architectures
2023-09-15 3:23 UTC (3+ messages)
[RFC PATCH net-next] net/smc: Introduce SMC-related proc files
2023-09-15 1:58 UTC (5+ messages)
[PATCH 0/2] arch: Sync all syscall tables with 2 newly added system calls
2023-09-14 12:26 UTC (7+ messages)
` [PATCH 2/2] arch: Reserve map_shadow_stack() syscall number for all architectures
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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 read-only IMAP folder(s) and NNTP newsgroup(s).