messages from 2021-08-18 21:40:45 to 2021-08-26 10:40:20 UTC [more...]
[PATCH V5 00/13] Introduce vfio_pci_core subsystem
2021-08-26 10:39 UTC (9+ messages)
` [PATCH V5 01/13] vfio/pci: Rename vfio_pci.c to vfio_pci_core.c
` [PATCH V5 02/13] vfio/pci: Rename vfio_pci_private.h to vfio_pci_core.h
` [PATCH V5 03/13] vfio/pci: Rename vfio_pci_device to vfio_pci_core_device
` [PATCH V5 04/13] vfio/pci: Rename ops functions to fit core namings
` [PATCH V5 05/13] vfio/pci: Include vfio header in vfio_pci_core.h
` [PATCH V5 06/13] vfio/pci: Split the pci_driver code out of vfio_pci_core.c
` [PATCH V5 07/13] vfio/pci: Move igd initialization to vfio_pci.c
` [PATCH V5 08/13] vfio/pci: Move module parameters "
[PATCH V4 00/13] Introduce vfio_pci_core subsystem
2021-08-26 9:36 UTC (31+ messages)
` [PATCH V4 01/13] vfio/pci: Rename vfio_pci.c to vfio_pci_core.c
` [PATCH V4 02/13] vfio/pci: Rename vfio_pci_private.h to vfio_pci_core.h
` [PATCH V4 03/13] vfio/pci: Rename vfio_pci_device to vfio_pci_core_device
` [PATCH V4 04/13] vfio/pci: Rename ops functions to fit core namings
` [PATCH V4 05/13] vfio/pci: Include vfio header in vfio_pci_core.h
` [PATCH V4 06/13] vfio/pci: Split the pci_driver code out of vfio_pci_core.c
` [PATCH V4 07/13] vfio/pci: Move igd initialization to vfio_pci.c
` [PATCH V4 08/13] vfio/pci: Move module parameters "
` [PATCH V4 09/13] PCI: Add 'override_only' field to struct pci_device_id
` [PATCH V4 10/13] PCI / VFIO: Add 'override_only' support for VFIO PCI sub system
` [PATCH V4 11/13] vfio: Use select for eventfd
` [PATCH V4 12/13] vfio: Use kconfig if XX/endif blocks instead of repeating 'depends on'
` [PATCH V4 13/13] vfio/pci: Introduce vfio_pci_core.ko
[PATCH v2 4/5] Makefile: Enable -Warray-bounds
2021-08-26 5:04 UTC (2+ messages)
` [PATCH v2 5/5] Makefile: Enable -Wzero-length-bounds
[PATCH] kconfig: forbid symbols that end with '_MODULE'
2021-08-26 2:28 UTC (6+ messages)
[PATCH 0/2] Harden clang against unknown flag options
2021-08-25 22:32 UTC (7+ messages)
` [PATCH 1/2] x86: Do not add -falign flags unconditionally for clang
` [PATCH 2/2] kbuild: Add -Werror=ignored-optimization-argument to CLANG_FLAGS
[PATCH v2 0/7] Add __alloc_size() for better bounds checking
2021-08-25 21:31 UTC (17+ messages)
` [PATCH v2 1/7] Compiler Attributes: "
` [PATCH v2 4/7] slab: Add __alloc_size attributes "
` [PATCH v2 5/7] mm/page_alloc: "
` [PATCH v2 6/7] percpu: "
` [PATCH v2 7/7] mm/vmalloc: "
[PATCH 5/5] Makefile: Enable -Wzero-length-bounds
2021-08-25 21:17 UTC (2+ messages)
[PATCH] kbuild: Enable -Wimplicit-fallthrough for clang 14.0.0+
2021-08-25 21:09 UTC (8+ messages)
[PATCH 0/5] Add __alloc_size() for better bounds checking
2021-08-25 16:34 UTC (11+ messages)
` [PATCH 2/5] slab: Add __alloc_size attributes "
[PATCH 00/13] kbuild: refactoring after Clang LTO
2021-08-25 4:57 UTC (30+ messages)
` [PATCH 01/13] kbuild: move objtool_args back to scripts/Makefile.build
` [PATCH 02/13] gen_compile_commands: extract compiler command from a series of commands
` [PATCH 03/13] kbuild: detect objtool changes correctly and remove .SECONDEXPANSION
` [PATCH 04/13] kbuild: remove unused quiet_cmd_update_lto_symversions
` [PATCH 05/13] kbuild: remove stale *.symversions
` [PATCH 06/13] kbuild: merge vmlinux_link() between the ordinary link and Clang LTO
` [PATCH 07/13] kbuild: do not remove 'linux' link in scripts/link-vmlinux.sh
` [PATCH 08/13] kbuild: merge vmlinux_link() between ARCH=um and other architectures
` [PATCH 09/13] kbuild: do not create built-in.a.symversions or lib.a.symversions
` [PATCH 10/13] kbuild: build modules in the same way with/without Clang LTO
` [PATCH 11/13] kbuild: always postpone CRC links for module versioning
` [PATCH 12/13] kbuild: merge cmd_modversions_c and cmd_modversions_S
` [PATCH 13/13] kbuild: merge cmd_ar_builtin and cmd_ar_module
[PATCH 0/7] kbuild: remove cc-option-yn
2021-08-25 4:49 UTC (19+ messages)
` [PATCH 2/7] s390: replace cc-option-yn uses with cc-option
` [PATCH 3/7] powerpc: "
` [PATCH 4/7] arc: "
` [PATCH 5/7] x86: remove cc-option-yn test for -mtune=
` [PATCH 6/7] Makefile: replace cc-option-yn uses with cc-option
[PATCH V3 00/13] Introduce vfio_pci_core subsystem
2021-08-24 22:48 UTC (19+ messages)
` [PATCH V3 01/13] vfio/pci: Rename vfio_pci.c to vfio_pci_core.c
` [PATCH V3 02/13] vfio/pci: Rename vfio_pci_private.h to vfio_pci_core.h
` [PATCH V3 03/13] vfio/pci: Rename vfio_pci_device to vfio_pci_core_device
` [PATCH V3 04/13] vfio/pci: Rename ops functions to fit core namings
` [PATCH V3 05/13] vfio/pci: Include vfio header in vfio_pci_core.h
` [PATCH V3 06/13] vfio/pci: Split the pci_driver code out of vfio_pci_core.c
` [PATCH V3 07/13] vfio/pci: Move igd initialization to vfio_pci.c
` [PATCH V3 08/13] vfio/pci: Move module parameters "
` [PATCH V3 09/13] PCI: Add 'override_only' field to struct pci_device_id
` [PATCH V3 10/13] PCI / VFIO: Add 'override_only' support for VFIO PCI sub system
` [PATCH V3 11/13] vfio: Use select for eventfd
` [PATCH V3 12/13] vfio: Use kconfig if XX/endif blocks instead of repeating 'depends on'
` [PATCH V3 13/13] vfio/pci: Introduce vfio_pci_core.ko
[PATCH v2 43/63] net: qede: Use memset_startat() for counters
2021-08-24 16:51 UTC
[PATCH] scripts: add generic install.sh
2021-08-24 16:50 UTC
[PATCH 00/20] kbuild: unify the install.sh script usage
2021-08-24 15:22 UTC (3+ messages)
` [PATCH 18/20] kbuild: sh: remove unused install script
[PATCH v2 17/63] bnx2x: Use struct_group() for memcpy() region
2021-08-24 13:51 UTC
[PATCH 0/3] checkkconfigsymbols.py: Fix various bugs
2021-08-24 13:31 UTC (8+ messages)
` [PATCH 1/3] checkkconfigsymbols.py: Fix the '--ignore' option
` [PATCH 2/3] checkkconfigsymbols.py: Fix Kconfig parsing to find 'if' lines
` [PATCH 3/3] checkkconfigsymbols.py: Forbid passing 'HEAD' to --commit
[PATCH 1/1] of: unittest: rename overlay source files from .dts to .dtso
2021-08-24 9:20 UTC (13+ messages)
[PATCH v2 00/63] Introduce strict memcpy() bounds checking
2021-08-24 7:38 UTC (47+ messages)
` [PATCH v2 05/63] stddef: Introduce struct_group() helper macro
` [PATCH v2 06/63] cxl/core: Replace unions with struct_group()
` [PATCH v2 18/63] drm/amd/pm: Use struct_group() for memcpy() region
` [PATCH v2 22/63] HID: cp2112: "
` [PATCH v2 45/63] ath11k: Use memset_startat() for clearing queue descriptors
` [PATCH v2 47/63] intel_th: msu: Use memset_startat() for clearing hw header
` [PATCH v2 53/63] KVM: x86: Use struct_group() to zero decode cache
` [PATCH v2 55/63] HID: roccat: Use struct_group() to zero kone_mouse_event
` [PATCH v2 56/63] RDMA/mlx5: Use struct_group() to zero struct mlx5_ib_mr
` [PATCH v2 57/63] powerpc/signal32: Use struct_group() to zero spe regs
` [PATCH v2 61/63] powerpc: Split memset() to avoid multi-field overflow
[PATCH] Makefile: use -Wno-main in the full kernel tree
2021-08-21 23:26 UTC (4+ messages)
What is the oldest perl version being used with the kernel ? update oldest supported to 5.14 ?
2021-08-21 5:43 UTC (4+ messages)
[PATCH V2 00/12] Introduce vfio_pci_core subsystem
2021-08-19 22:36 UTC (5+ messages)
` [PATCH V2 06/12] vfio/pci: Split the pci_driver code out of vfio_pci_core.c
[PATCH V2 09/12] PCI: Add 'override_only' bitmap to struct pci_device_id
2021-08-19 22:19 UTC (6+ messages)
[PATCH][RESEND] tools/thermal/tmon: simplify Makefile and fix cross build
2021-08-19 10:02 UTC (3+ messages)
[PATCH 1/2] kbuild: macrofy the condition of if_changed and friends
2021-08-19 0:37 UTC (4+ messages)
` [PATCH 2/2] kbuild: warn if FORCE is missing for if_changed(_dep,_rule) and filechk
[PATCH 1/3] kbuild: Remove -Wno-format-invalid-specifier from clang block
2021-08-19 0:16 UTC (2+ messages)
[PATCH v4] kbuild: Fix TRIM_UNUSED_KSYMS with LTO_CLANG
2021-08-19 0:11 UTC (4+ messages)
[PATCH v2] kbuild: Fix 'no symbols' warning when CONFIG_TRIM_UNUSD_KSYMS=y
2021-08-19 0:01 UTC
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 NNTP newsgroup(s).