messages from 2022-03-29 06:07:24 to 2022-04-04 07:10:20 UTC [more...]
cleanup swiotlb initialization v8
2022-04-04 7:09 UTC (18+ messages)
` [PATCH 01/15] dma-direct: use is_swiotlb_active in dma_direct_map_page
` [PATCH 02/15] swiotlb: make swiotlb_exit a no-op if SWIOTLB_FORCE is set
` [PATCH 03/15] swiotlb: simplify swiotlb_max_segment
` [PATCH 04/15] swiotlb: rename swiotlb_late_init_with_default_size
` [PATCH 05/15] arm/xen: don't check for xen_initial_domain() in xen_create_contiguous_region
` [PATCH 06/15] MIPS/octeon: use swiotlb_init instead of open coding it
` [PATCH 07/15] x86: remove the IOMMU table infrastructure
` [PATCH 08/15] x86: centralize setting SWIOTLB_FORCE when guest memory encryption is enabled
` [PATCH 09/15] swiotlb: make the swiotlb_init interface more useful
` [PATCH 10/15] swiotlb: add a SWIOTLB_ANY flag to lift the low memory restriction
` [PATCH 11/15] swiotlb: pass a gfp_mask argument to swiotlb_init_late
` [PATCH 12/15] swiotlb: provide swiotlb_init variants that remap the buffer
` [PATCH 13/15] swiotlb: merge swiotlb-xen initialization into swiotlb
` [PATCH 14/15] swiotlb: remove swiotlb_init_with_tbl and swiotlb_init_late_with_tbl
` [PATCH 15/15] x86: remove cruft from <asm/dma-mapping.h>
[PATCH v6 00/12] Fix broken usage of driver_override (and kfree of static memory)
2022-04-03 18:37 UTC (13+ messages)
` [PATCH v6 01/12] driver: platform: Add helper for safer setting of driver_override
` [PATCH v6 02/12] amba: Use driver_set_override() instead of open-coding
` [PATCH v6 03/12] fsl-mc: "
` [PATCH v6 04/12] hv: "
` [PATCH v6 05/12] PCI: "
` [PATCH v6 06/12] s390/cio: "
` [PATCH v6 07/12] spi: Use helper for safer setting of driver_override
` [PATCH v6 08/12] vdpa: "
` [PATCH v6 09/12] clk: imx: scu: Fix kfree() of static memory on setting driver_override
` [PATCH v6 10/12] slimbus: qcom-ngd: "
` [PATCH v6 11/12] rpmsg: Constify local variable in field store macro
` [PATCH v6 12/12] rpmsg: Fix kfree() of static memory on setting driver_override
[PATCH v5 00/11] Fix broken usage of driver_override (and kfree of static memory)
2022-04-03 18:26 UTC (4+ messages)
` [PATCH v5 01/11] driver: platform: Add helper for safer setting of driver_override
[PATCH 0/3 v3] Documentation: kernel-parameters: alphabetize and misc. fixes
2022-04-03 5:48 UTC (2+ messages)
` [PATCH 1/3 v3] Docs: admin/kernel-parameters: edit a few boot options
[PATCH v2] Documentation: kernel-parameters: alphabetize and misc. fixes
2022-04-03 5:13 UTC (4+ messages)
` [PATCH 1/3 v2] Docs: admin/kernel-parameters: edit a few boot options
[PATCH V11 00/20] riscv: Add COMPAT mode support for rv64
2022-04-02 14:04 UTC (22+ messages)
` [PATCH V11 01/20] uapi: simplify __ARCH_FLOCK{,64}_PAD a little
` [PATCH V11 02/20] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h
` [PATCH V11 03/20] compat: consolidate the compat_flock{,64} definition
` [PATCH V11 04/20] arch: Add SYSVIPC_COMPAT for all architectures
` [PATCH V11 05/20] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT
` [PATCH V11 06/20] asm-generic: compat: Cleanup duplicate definitions
` [PATCH V11 07/20] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT
` [PATCH V11 08/20] riscv: Fixup difference with defconfig
` [PATCH V11 09/20] riscv: compat: Add basic compat data type implementation
` [PATCH V11 10/20] riscv: compat: Support TASK_SIZE for compat mode
` [PATCH V11 11/20] riscv: compat: syscall: Add compat_sys_call_table implementation
` [PATCH V11 12/20] riscv: compat: syscall: Add entry.S implementation
` [PATCH V11 13/20] riscv: compat: process: Add UXL_32 support in start_thread
` [PATCH V11 14/20] riscv: compat: Add elf.h implementation
` [PATCH V11 15/20] riscv: compat: Add hw capability check for elf
` [PATCH V11 16/20] riscv: compat: vdso: Add COMPAT_VDSO base code implementation
` [PATCH V11 17/20] riscv: compat: vdso: Add setup additional pages implementation
` [PATCH V11 18/20] riscv: compat: signal: Add rt_frame implementation
` [PATCH V11 19/20] riscv: compat: ptrace: Add compat_arch_ptrace implement
` [PATCH V11 20/20] riscv: compat: Add COMPAT Kbuild skeletal support
[PATCH V10 00/20] riscv: Add COMPAT mode support for rv64
2022-04-02 13:42 UTC (23+ messages)
` [PATCH V10 01/20] uapi: simplify __ARCH_FLOCK{,64}_PAD a little
` [PATCH V10 02/20] uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h
` [PATCH V10 03/20] compat: consolidate the compat_flock{,64} definition
` [PATCH V10 04/20] kconfig: Add SYSVIPC_COMPAT for all architectures
` [PATCH V10 05/20] fs: stat: compat: Add __ARCH_WANT_COMPAT_STAT
` [PATCH V10 06/20] asm-generic: compat: Cleanup duplicate definitions
` [PATCH V10 07/20] syscalls: compat: Fix the missing part for __SYSCALL_COMPAT
` [PATCH V10 08/20] riscv: Fixup difference with defconfig
` [PATCH V10 09/20] riscv: compat: Add basic compat data type implementation
` [PATCH V10 10/20] riscv: compat: Support TASK_SIZE for compat mode
` [PATCH V10 11/20] riscv: compat: syscall: Add compat_sys_call_table implementation
` [PATCH V10 12/20] riscv: compat: syscall: Add entry.S implementation
` [PATCH V10 13/20] riscv: compat: process: Add UXL_32 support in start_thread
` [PATCH V10 14/20] riscv: compat: Add elf.h implementation
` [PATCH V10 15/20] riscv: compat: Add hw capability check for elf
` [PATCH V10 16/20] riscv: compat: vdso: Add COMPAT_VDSO base code implementation
` [PATCH V10 17/20] riscv: compat: vdso: Add setup additional pages implementation
` [PATCH V10 18/20] riscv: compat: signal: Add rt_frame implementation
` [PATCH V10 19/20] riscv: compat: ptrace: Add compat_arch_ptrace implement
` [PATCH V10 20/20] riscv: compat: Add COMPAT Kbuild skeletal support
[PATCH V9 00/20] riscv: compat: Add COMPAT Kbuild skeletal support
2022-04-02 13:16 UTC (4+ messages)
[GIT PULL] s390 patches for the 5.18 merge window #2
2022-04-01 21:45 UTC (2+ messages)
[PATCH 0/2] Dirtying, failing memop: don't indicate suppression
2022-04-01 17:40 UTC (5+ messages)
` [PATCH 1/2] KVM: s390: Don't indicate suppression on dirtying, failing memop
` [PATCH 2/2] KVM: s390: selftest: Test suppression indication on key prot exception
[PATCH v9 00/18] KVM: s390: pv: implement lazy destroy for reboot
2022-04-01 15:13 UTC (28+ messages)
` [PATCH v9 01/18] KVM: s390: pv: leak the topmost page table when destroy fails
` [PATCH v9 02/18] KVM: s390: pv: handle secure storage violations for protected guests
` [PATCH v9 03/18] KVM: s390: pv: handle secure storage exceptions for normal guests
` [PATCH v9 04/18] KVM: s390: pv: refactor s390_reset_acc
` [PATCH v9 05/18] KVM: s390: pv: usage counter instead of flag
` [PATCH v9 06/18] KVM: s390: pv: add export before import
` [PATCH v9 07/18] KVM: s390: pv: module parameter to fence lazy destroy
` [PATCH v9 08/18] KVM: s390: pv: clear the state without memset
` [PATCH v9 09/18] KVM: s390: pv: Add kvm_s390_cpus_from_pv to kvm-s390.h and add documentation
` [PATCH v9 10/18] KVM: s390: pv: add mmu_notifier
` [PATCH v9 11/18] s390/mm: KVM: pv: when tearing down, try to destroy protected pages
` [PATCH v9 12/18] KVM: s390: pv: refactoring of kvm_s390_pv_deinit_vm
` [PATCH v9 13/18] KVM: s390: pv: cleanup leftover protected VMs if needed
` [PATCH v9 14/18] KVM: s390: pv: asynchronous destroy for reboot
` [PATCH v9 15/18] KVM: s390: pv: api documentation for asynchronous destroy
` [PATCH v9 16/18] KVM: s390: pv: add KVM_CAP_S390_PROTECTED_ASYNC_DISABLE
` [PATCH v9 17/18] KVM: s390: pv: avoid export before import if possible
` [PATCH v9 18/18] KVM: s390: pv: support for Destroy fast UVC
[PATCH AUTOSEL 4.19 19/29] net/smc: correct settings of RMB window update limit
2022-04-01 14:46 UTC
[PATCH AUTOSEL 5.10 41/65] net/smc: correct settings of RMB window update limit
2022-04-01 14:41 UTC
[PATCH AUTOSEL 4.14 13/22] net/smc: correct settings of RMB window update limit
2022-04-01 14:47 UTC
[PATCH AUTOSEL 5.4 23/37] net/smc: correct settings of RMB window update limit
2022-04-01 14:44 UTC
[PATCH AUTOSEL 5.16 022/109] net/smc: Send directly when TCP_CORK is cleared
2022-04-01 14:32 UTC (2+ messages)
` [PATCH AUTOSEL 5.16 076/109] net/smc: correct settings of RMB window update limit
[PATCH AUTOSEL 5.15 16/98] net/smc: Send directly when TCP_CORK is cleared
2022-04-01 14:37 UTC (2+ messages)
` [PATCH AUTOSEL 5.15 65/98] net/smc: correct settings of RMB window update limit
[PATCH AUTOSEL 5.17 032/149] net/smc: Send directly when TCP_CORK is cleared
2022-04-01 14:24 UTC (2+ messages)
` [PATCH AUTOSEL 5.17 109/149] net/smc: correct settings of RMB window update limit
[kvm-unit-tests PATCH 0/2] s390x: Add tests for SIGP store adtl status
2022-04-01 12:33 UTC (3+ messages)
` [kvm-unit-tests PATCH 1/2] s390x: gs: move to new header file
` [kvm-unit-tests PATCH 2/2] s390x: add test for SIGP STORE_ADTL_STATUS order
[kvm-unit-tests PATCH v2 0/5] lib: s390x: Refactor and rename vm.[ch]
2022-04-01 8:14 UTC (9+ messages)
` [kvm-unit-tests PATCH v2 1/5] s390x: remove spurious includes
` [kvm-unit-tests PATCH v2 2/5] s390x: skey: remove check for old z/VM version
` [kvm-unit-tests PATCH v2 3/5] lib: s390: rename and refactor vm.[ch]
` [kvm-unit-tests PATCH v2 4/5] lib: s390x: functions for machine models
` [kvm-unit-tests PATCH v2 5/5] lib: s390x: stidp wrapper and move get_machine_id
[PATCH] s390: replace zero-length array with flexible-array member
2022-04-01 7:56 UTC
[kvm-unit-tests PATCH v1 0/4] lib: s390x: Refactor and rename vm.[ch]
2022-03-31 15:24 UTC (9+ messages)
` [kvm-unit-tests PATCH v1 1/4] s390x: remove spurious includes
` [kvm-unit-tests PATCH v1 2/4] lib: s390: rename and refactor vm.[ch]
` [kvm-unit-tests PATCH v1 3/4] lib: s390x: functions for machine models
` [kvm-unit-tests PATCH v1 4/4] lib: s390x: stidp wrapper and move get_machine_id
[kvm-unit-tests PATCH] s390x: snippets: c: Load initial cr0
2022-03-31 14:58 UTC (2+ messages)
[PATCH net-next v2] veth: Support bonding events
2022-03-31 12:07 UTC (12+ messages)
[syzbot] general protection fault in smc_pnet_add (2)
2022-03-31 6:46 UTC (2+ messages)
[syzbot] memory leak in smc_create (2)
2022-03-31 6:42 UTC (2+ messages)
[PATCH v18 00/17] s390/vfio-ap: dynamic configuration support
2022-03-31 0:28 UTC (6+ messages)
` [PATCH v18 15/18] s390/vfio-ap: handle config changed and scan complete notification
` [PATCH v18 17/18] s390/Docs: new doc describing lock usage by the vfio_ap device driver
[PATCH v2 0/8] mm: COW fixes part 3: reliable GUP R/W FOLL_GET of anonymous pages
2022-03-30 16:48 UTC (13+ messages)
` [PATCH v2 1/8] mm/swap: remember PG_anon_exclusive via a swp pte bit
` [PATCH v2 2/8] mm/debug_vm_pgtable: add tests for __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH v2 3/8] x86/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH v2 4/8] arm64/pgtable: "
` [PATCH v2 5/8] s390/pgtable: cleanup description of swp pte layout
` [PATCH v2 6/8] s390/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE
` [PATCH v2 7/8] powerpc/pgtable: remove _PAGE_BIT_SWAP_TYPE for book3s
` [PATCH v2 8/8] powerpc/pgtable: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE "
[PATCH 0/2] s390x: Add tests for SIGP store adtl status
2022-03-30 12:46 UTC (6+ messages)
` [PATCH 2/2] s390x: add test for SIGP STORE_ADTL_STATUS order
[PATCH v3 0/9] kvm: s390: Add PV dump support
2022-03-30 12:19 UTC (10+ messages)
` [PATCH v3 1/9] s390: pv: Add SE hdr query information
` [PATCH v3 2/9] s390: uv: Add dump fields to query
` [PATCH v3 3/9] KVM: s390: pv: Add query interface
` [PATCH v3 4/9] KVM: s390: pv: Add dump support definitions
` [PATCH v3 5/9] KVM: s390: pv: Add query dump information
` [PATCH v3 6/9] kvm: s390: Add configuration dump functionality
` [PATCH v3 7/9] kvm: s390: Add CPU "
` [PATCH v3 8/9] Documentation: virt: Protected virtual machine dumps
` [PATCH v3 9/9] Documentation/virt/kvm/api.rst: Add protvirt dump/info api descriptions
[PATCH] livepatch: Remove klp_arch_set_pc() and asm/livepatch.h
2022-03-29 11:22 UTC (3+ messages)
[PATCH net-next 0/1] veth: Support bonding events
2022-03-29 8:33 UTC (3+ messages)
[PATCH v3] char: tty3270: fix a missing check on list iterator
2022-03-29 6:07 UTC (3+ messages)
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