messages from 2023-02-20 20:21:59 to 2023-02-20 21:01:29 UTC [more...]
[Buildroot] [git commit branch/next] package/multipath-tools: add MULTIPATH_TOOLS_CPE_ID_VENDOR
2022-11-05 20:28 UTC
[Buildroot] [git commit branch/next] package/docopt-cpp: fix static build
2022-11-05 20:20 UTC
[Intel-gfx] [PATCH 00/17] drm/i915: Init DDI ports in VBT order
2023-02-20 21:01 UTC (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.BAT: failure "
linux-next: manual merge of the mm-stable tree with the cifs tree
2023-02-20 21:00 UTC (8+ messages)
[Buildroot] [git commit branch/next] configs/bananapi_m64: remove defconfig
2022-11-07 21:17 UTC
[Buildroot] [git commit branch/next] package/libdcadec: remove package
2022-11-05 18:09 UTC
[Buildroot] [git commit branch/next] package/gensio: fix libressl build
2022-11-06 14:06 UTC
[Buildroot] [git commit branch/next] package/swupdate: specify SWU_VER during build
2022-11-05 20:02 UTC
[Buildroot] [git commit branch/next] configs/kontron_smarc_sal28: add BR2_TARGET_UBOOT_NEEDS_OPENSSL
2022-11-06 14:07 UTC
[Buildroot] [git commit branch/next] package/socat: disable openssl for static build
2022-11-05 22:47 UTC
[Buildroot] [git commit branch/next] package/swupdate: add missing backslash
2022-11-05 20:19 UTC
[v4l-utils] [PATCH v8 0/6] Switch build system to meson
2023-02-20 20:59 UTC (3+ messages)
[Buildroot] [git commit branch/next] package/crun: fix musl and uclibc-ng builds
2022-11-06 12:19 UTC
[Buildroot] [git commit branch/next] package/linux: don't leak host timezone into linux version string
2022-11-05 14:09 UTC
[Buildroot] [git commit branch/next] Revert "package/mupdf: fix CVE-2021-4216"
2022-12-05 14:14 UTC
[Buildroot] [git commit branch/next] package/lxc: bump to version 5.0.1
2022-11-05 22:02 UTC
[Buildroot] [git commit branch/next] Merge branch 'next'
2022-12-05 9:01 UTC
[Buildroot] [git commit branch/next] package/libopenssl: don't build the afalg engine
2022-11-05 15:03 UTC
[Buildroot] [git commit branch/next] package/sudo: fix CVE-2022-43995
2022-11-05 14:03 UTC
[Buildroot] [git commit branch/next] package/freeipmi: fix build without makeinfo
2022-11-05 22:43 UTC
[Buildroot] [git commit branch/next] boot/uboot/uboot.mk: fix zynqmp without pmufw
2022-11-23 10:01 UTC
[PATCH v12 00/60] Xen HVM support under KVM
2023-02-20 20:47 UTC (61+ messages)
` [PATCH v12 01/60] include: import Xen public headers to hw/xen/interface
` [PATCH v12 02/60] xen: add CONFIG_XEN_BUS and CONFIG_XEN_EMU options for Xen emulation
` [PATCH v12 03/60] xen: Add XEN_DISABLED mode and make it default
` [PATCH v12 04/60] i386/kvm: Add xen-version KVM accelerator property and init KVM Xen support
` [PATCH v12 05/60] i386/kvm: handle Xen HVM cpuid leaves
` [PATCH v12 06/60] i386/hvm: Set Xen vCPU ID in KVM
` [PATCH v12 07/60] xen-platform: exclude vfio-pci from the PCI platform unplug
` [PATCH v12 08/60] xen-platform: allow its creation with XEN_EMULATE mode
` [PATCH v12 09/60] i386/xen: handle guest hypercalls
` [PATCH v12 10/60] i386/xen: implement HYPERVISOR_xen_version
` [PATCH v12 11/60] i386/xen: implement HYPERVISOR_sched_op, SCHEDOP_shutdown
` [PATCH v12 12/60] i386/xen: Implement SCHEDOP_poll and SCHEDOP_yield
` [PATCH v12 13/60] hw/xen: Add xen_overlay device for emulating shared xenheap pages
` [PATCH v12 14/60] xen: Permit --xen-domid argument when accel is KVM
` [PATCH v12 15/60] i386/xen: add pc_machine_kvm_type to initialize XEN_EMULATE mode
` [PATCH v12 16/60] i386/xen: manage and save/restore Xen guest long_mode setting
` [PATCH v12 17/60] i386/xen: implement HYPERVISOR_memory_op
` [PATCH v12 18/60] i386/xen: implement XENMEM_add_to_physmap_batch
` [PATCH v12 19/60] i386/xen: implement HYPERVISOR_hvm_op
` [PATCH v12 20/60] i386/xen: implement HYPERVISOR_vcpu_op
` [PATCH v12 21/60] i386/xen: handle VCPUOP_register_vcpu_info
` [PATCH v12 22/60] i386/xen: handle VCPUOP_register_vcpu_time_info
` [PATCH v12 23/60] i386/xen: handle VCPUOP_register_runstate_memory_area
` [PATCH v12 24/60] i386/xen: implement HYPERVISOR_event_channel_op
` [PATCH v12 25/60] i386/xen: implement HVMOP_set_evtchn_upcall_vector
` [PATCH v12 26/60] i386/xen: implement HVMOP_set_param
` [PATCH v12 27/60] hw/xen: Add xen_evtchn device for event channel emulation
` [PATCH v12 28/60] i386/xen: Add support for Xen event channel delivery to vCPU
` [PATCH v12 29/60] hw/xen: Implement EVTCHNOP_status
` [PATCH v12 30/60] hw/xen: Implement EVTCHNOP_close
` [PATCH v12 31/60] hw/xen: Implement EVTCHNOP_unmask
` [PATCH v12 32/60] hw/xen: Implement EVTCHNOP_bind_virq
` [PATCH v12 33/60] hw/xen: Implement EVTCHNOP_bind_ipi
` [PATCH v12 34/60] hw/xen: Implement EVTCHNOP_send
` [PATCH v12 35/60] hw/xen: Implement EVTCHNOP_alloc_unbound
` [PATCH v12 36/60] hw/xen: Implement EVTCHNOP_bind_interdomain
` [PATCH v12 37/60] hw/xen: Implement EVTCHNOP_bind_vcpu
` [PATCH v12 38/60] hw/xen: Implement EVTCHNOP_reset
` [PATCH v12 39/60] i386/xen: add monitor commands to test event injection
` [PATCH v12 40/60] hw/xen: Support HVM_PARAM_CALLBACK_TYPE_GSI callback
` [PATCH v12 41/60] hw/xen: Support HVM_PARAM_CALLBACK_TYPE_PCI_INTX callback
` [PATCH v12 42/60] kvm/i386: Add xen-gnttab-max-frames property
` [PATCH v12 43/60] hw/xen: Add xen_gnttab device for grant table emulation
` [PATCH v12 44/60] hw/xen: Support mapping grant frames
` [PATCH v12 45/60] i386/xen: Implement HYPERVISOR_grant_table_op and GNTTABOP_[gs]et_verson
` [PATCH v12 46/60] hw/xen: Implement GNTTABOP_query_size
` [PATCH v12 47/60] i386/xen: handle PV timer hypercalls
` [PATCH v12 48/60] i386/xen: Reserve Xen special pages for console, xenstore rings
` [PATCH v12 49/60] i386/xen: handle HVMOP_get_param
` [PATCH v12 50/60] hw/xen: Add backend implementation of interdomain event channel support
` [PATCH v12 51/60] hw/xen: Add xen_xenstore device for xenstore emulation
` [PATCH v12 52/60] hw/xen: Add basic ring handling to xenstore
` [PATCH v12 53/60] hw/xen: Automatically add xen-platform PCI device for emulated Xen guests
` [PATCH v12 54/60] i386/xen: Implement HYPERVISOR_physdev_op
` [PATCH v12 55/60] hw/xen: Implement emulated PIRQ hypercall support
` [PATCH v12 56/60] hw/xen: Support GSI mapping to PIRQ
` [PATCH v12 57/60] hw/xen: Support MSI "
` [PATCH v12 58/60] kvm/i386: Add xen-evtchn-max-pirq property
` [PATCH v12 59/60] i386/xen: Document Xen HVM emulation
` [PATCH v12 60/60] hw/xen: Subsume xen_be_register_common() into xen_be_init()
[Buildroot] [git commit branch/next] Revert "package/ninja: bump to version 1.11.1.g95dee.kitware.jobserver-1"
2022-11-05 22:44 UTC
[Buildroot] [git commit branch/next] package/gawk: drop incorrect patch
2022-11-03 22:10 UTC
[Buildroot] [git commit branch/next] package/libvncserver: fix CVE-2020-29260
2022-11-13 21:56 UTC
[Buildroot] [git commit branch/next] support/testing/tests/package/test_gdb.py: drop version-specific tests
2022-11-03 22:08 UTC
[Buildroot] [git commit branch/next] package/gsl: fix powerpc build
2022-11-05 21:31 UTC
[Buildroot] [git commit branch/next] packages/sudo: explicitly set with-tzdir
2022-11-13 13:57 UTC
[Buildroot] [git commit branch/next] package/pixman: security bump version to 0.42.2
2022-11-03 21:31 UTC
[Buildroot] [git commit branch/next] support/testing/tests/package/test_python_flask*: increase time after server startup
2022-11-03 22:07 UTC
[Buildroot] [git commit branch/next] package/botan: add host-python3 dependency
2022-11-05 20:09 UTC
[Buildroot] [git commit branch/next] configs/kontron_bl_imx8mm: U-Boot needs util-linux
2022-11-11 20:19 UTC
[Buildroot] [git commit branch/next] package/multipath-tools: security bump to version 0.9.3
2022-11-03 22:05 UTC
[Buildroot] [git commit branch/next] package/gawk: renumber remaining patch
2022-11-05 12:27 UTC
[Buildroot] [git commit branch/next] configs/friendlyarm_nanopi_r1: remove defconfig
2022-11-07 21:17 UTC
[Buildroot] [git commit branch/next] package/ipmitool: fix static build with readline
2022-11-03 22:03 UTC
[Buildroot] [git commit branch/next] package/lxc: add systemd optional dependency
2022-11-07 22:12 UTC
[Buildroot] [git commit branch/next] package/rsync: force HAVE_C99_VSNPRINTF to "yes"
2022-11-03 22:12 UTC
[Buildroot] [git commit branch/next] package/rpi-userland: fix hello_ applications
2022-11-03 21:13 UTC
[Buildroot] [git commit branch/next] package/procps-ng: fix build without __NR_pidfd_open
2022-11-03 21:38 UTC
[PATCH v2 0/2] Teach diff to honor diff algorithms set through git attributes
2023-02-20 20:53 UTC (9+ messages)
` [PATCH v3 "
` [PATCH v3 2/2] diff: teach diff to read algorithm from diff driver
[Buildroot] [git commit branch/next] support/testing/tests/package/test_python_crossbar: use ext2 instead of cpio
2022-11-03 22:07 UTC
[Buildroot] [git commit branch/next] package/libidn2: fix build with libunistring
2022-11-03 22:04 UTC
[Buildroot] [git commit branch/next] configs/qemu_aarch64_ebbr: bump u-boot and linux versions
2022-11-03 21:27 UTC
[Buildroot] [git commit branch/next] package/ipmitool: drop ncurses dependency
2022-11-03 22:03 UTC
[Buildroot] [git commit branch/next] package/makedumpfile: fix mips64 build
2022-11-03 21:12 UTC
[PATCH 6.1 000/118] 6.1.13-rc1 review
2023-02-20 20:52 UTC
[Buildroot] [git commit branch/next] package/numactl: link with -latomic if needed
2022-11-03 21:12 UTC
[GIT PULL] UDF and ext2 fixes
2023-02-20 20:51 UTC (2+ messages)
[Buildroot] [git commit] package/modsecurity2: disable pcre
2023-02-20 20:51 UTC
[Buildroot] [PATCH 1/3] package/libjxl: fix build with libjpeg
2023-02-20 20:51 UTC (2+ messages)
[Buildroot] [git commit] package/libjxl: security bump to version 0.8.1
2023-02-20 20:50 UTC
[Buildroot] [git commit] package/libjxl: disable benchmark and tests
2023-02-20 20:50 UTC
[GIT PULL] tracing: Handle race between rb_move_tail and rb_check_pages
2023-02-20 20:50 UTC (2+ messages)
[Intel-gfx] [PATCH v9 0/7] Enable YCbCr420 for VDSC
2023-02-20 20:50 UTC (6+ messages)
` [Intel-gfx] [PATCH v9 1/7] drm/dp_helper: Add helper to check if the sink supports given format with DSC
` [Intel-gfx] [PATCH v9 2/7] drm/i915/dp: Check if DSC supports the given output_format
[Buildroot] [git commit] package/libjxl: fix build with libjpeg
2023-02-20 20:50 UTC
[PATCH] cifs: get rid of dns resolve worker
2023-02-20 20:50 UTC (2+ messages)
[Buildroot] [PATCH v1 1/3] Revert "xorg-server: not available with musl on ARM"
2023-02-20 20:49 UTC (4+ messages)
` [Buildroot] [PATCH v1 2/3] package/libgtk3: re-enable atk-bridge
[igt-dev] [PATCH i-g-t] tests/gem_barrier_race: Extend support over compute engines
2023-02-20 20:49 UTC (3+ messages)
` [Intel-gfx] "
stable-rc/linux-4.14.y baseline: 130 runs, 22 regressions (v4.14.305-54-g2fbaf74fe657)
2023-02-20 20:49 UTC
[Buildroot] [git commit] package/zabbix: set --with-libpcre2
2023-02-20 20:47 UTC
[merged mm-stable] mm-memory_hotplug-cleanup-return-value-handing-in-do_migrate_range.patch removed from -mm tree
2023-02-20 20:47 UTC
[Buildroot] [PATCH 1/1] package/zabbix: set --with-libpcre2
2023-02-20 20:47 UTC (2+ messages)
[merged mm-stable] include-linux-migrateh-remove-unneeded-externs.patch removed from -mm tree
2023-02-20 20:47 UTC
[merged mm-stable] mm-change-to-return-bool-for-isolate_movable_page.patch removed from -mm tree
2023-02-20 20:47 UTC
[Buildroot] [PATCH v2, 1/1] package/modem-manager: needs dynamic library
2023-02-20 20:46 UTC (2+ messages)
[merged mm-stable] mm-change-to-return-bool-for-folio_isolate_lru.patch removed from -mm tree
2023-02-20 20:46 UTC
[merged mm-stable] mm-uffd-fix-comment-in-handling-pte-markers.patch removed from -mm tree
2023-02-20 20:47 UTC
[merged mm-stable] mm-hugetlb-change-to-return-bool-for-isolate_hugetlb.patch removed from -mm tree
2023-02-20 20:47 UTC
[merged mm-stable] objtool-add-uaccess-exceptions-for-__tsan_volatile_read-write.patch removed from -mm tree
2023-02-20 20:46 UTC
[merged mm-stable] mm-change-to-return-bool-for-isolate_lru_page.patch removed from -mm tree
2023-02-20 20:46 UTC
[merged mm-stable] kmsan-disable-ftrace-in-kmsan-core-code.patch removed from -mm tree
2023-02-20 20:46 UTC
[merged mm-stable] kasan-mark-addr_has_metadata-__always_inline.patch removed from -mm tree
2023-02-20 20:46 UTC
[Buildroot] [git commit] package/modem-manager: needs dynamic library
2023-02-20 20:46 UTC
[folded-merged] mm-hugetlb-change-to-return-bool-for-isolate_hugetlb-fix.patch removed from -mm tree
2023-02-20 20:44 UTC
stable-rc/linux-5.10.y baseline: 177 runs, 16 regressions (v5.10.168-58-g7d11e4c4fc56)
2023-02-20 20:44 UTC
[folded-merged] mm-change-to-return-bool-for-isolate_movable_page-fix.patch removed from -mm tree
2023-02-20 20:45 UTC
ld.lld: error: drivers/gpu/drm/drm_gem_atomic_helper.o:(.riscv.attributes): rv64i2p0_m2p0_a2p0_zicsr2p0_zifencei2p0: unsupported version number 2.0 for extension 'zicsr'
2023-02-20 20:45 UTC
[GIT PULL] tracing: Updates for 6.3
2023-02-20 20:44 UTC
[PATCH v2] hash: add XOR32 hash function
2023-02-20 20:44 UTC (4+ messages)
` [PATCH v3] "
[Buildroot] [PATCH 1/1] package/zabbix: fix libcurl build
2023-02-20 20:44 UTC (2+ messages)
[Buildroot] Buildroot 2023.02-rc1 released
2023-02-20 20:43 UTC
Source IP incorrect on multi homed systems
2023-02-20 20:43 UTC (11+ messages)
` Src addr code review (Was: Source IP incorrect on multi homed systems)
[PATCH v4 0/6] crypto: Accelerated AES/GCM stitched implementation
2023-02-20 20:42 UTC (7+ messages)
` [PATCH v4 1/6] Update Kconfig and Makefile
` [PATCH v4 2/6] Glue code for AES/GCM stitched implementation
` [PATCH v4 3/6] An accelerated "
` [PATCH v4 4/6] Supporting functions for AES
` [PATCH v4 5/6] Supporting functions for ghash
` [PATCH v4 6/6] A perl script to process PowerPC assembler source
[PATCH v10 0/4] add support for self monitoring
2023-02-20 20:42 UTC (11+ messages)
` [PATCH v11 "
` [PATCH v11 1/4] lib: add generic support for reading PMU events
` [EXT] "
[Buildroot] [PATCH 1/1] support/dependencies/dependencies.sh: require FileHandle perl package for syslinux
2023-02-20 20:39 UTC (2+ messages)
[Buildroot] [git commit] package/libarchive: fix uclibc with libiconv build
2023-02-20 20:38 UTC
[Buildroot] [git commit] support/dependencies/dependencies.sh: require FileHandle perl package for syslinux
2023-02-20 20:39 UTC
[PATCH v5 00/16] iotests: use vm.cmd()
2023-02-20 20:38 UTC (5+ messages)
` [PATCH v5 01/16] python: fix superfluous-parens pylint error
` [PATCH v5 02/16] python: fix broad-exception-raised "
[PATCH 00/14] target/arm: gdbstub cleanups and additions
2023-02-20 18:27 UTC (6+ messages)
` [PATCH 14/14] target/arm: Support reading m-profile system registers from gdb
[PATCH] net: phy: micrel: drop superfluous use of temp variable
2023-02-20 20:39 UTC
[Buildroot] [PATCH 1/1] package/libarchive: fix uclibc with libiconv build
2023-02-20 20:38 UTC (2+ messages)
[Intel-gfx] [PATCH 1/2] drm/i915: Fix audio ELD handling for DP MST
2023-02-20 20:38 UTC (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/2] "
[Buildroot] [git commit] package/libarchive: fix host build
2023-02-20 20:36 UTC
[Buildroot] [PATCH v2,1/1] package/libarchive: fix host build
2023-02-20 20:37 UTC (2+ messages)
[Buildroot] [PATCH 1/1] package/speechd: fix build with help2man
2023-02-20 20:36 UTC (2+ messages)
[Buildroot] [git commit] package/speechd: fix build with help2man
2023-02-20 20:36 UTC
[PATCH] KVM: selftests: Depend on kernel headers when making selftests
2023-02-20 20:35 UTC
uuid and RFC4122
2023-02-20 20:28 UTC (3+ messages)
[PATCH RFC v8 00/56] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support
2023-02-20 20:31 UTC (4+ messages)
` [PATCH RFC v8 18/56] x86/fault: fix handle_split_page_fault() to work with memfd backed pages
[PATCH drm-next v2 00/16] [RFC] DRM GPUVA Manager & Nouveau VM_BIND UAPI
2023-02-20 20:33 UTC (9+ messages)
` [PATCH drm-next v2 04/16] maple_tree: add flag MT_FLAGS_LOCK_NONE
` [Nouveau] "
[PATCH] Bluetooth: ISO: fix timestamped HCI ISO data packet parsing
2023-02-20 20:33 UTC (2+ messages)
` "
[PATCH v9 0/8] Parallel CPU bringup for x86_64
2023-02-20 20:31 UTC (5+ messages)
[PATCH v4 0/4] tools/nolibc: Adding stdint.h, more integer types and tests
2023-02-20 20:20 UTC (5+ messages)
` [PATCH v5 1/4] tools/nolibc: add stdint.h
` [PATCH v5 2/4] tools/nolibc: add integer types and integer limit macros
` [PATCH v5 3/4] tools/nolibc: enlarge column width of tests
` [PATCH v5 4/4] tools/nolibc: add tests for the integer limits in stdint.h
[PATCH net-next v3 0/5] net/mlx5e: Add GBP VxLAN HW offload support
2023-02-20 20:30 UTC (8+ messages)
` [PATCH net-next v3 2/5] vxlan: Expose helper vxlan_build_gbp_hdr
[RFC PATCH 0/4] tools/nolibc: add stdint and more integer types
2023-02-20 20:29 UTC (9+ messages)
` [RFC PATCH 2/4] tools/nolibc: add integer types and integer limit macros
` [RFC PATCH 4/4] tools/nolibc: add tests for the integer limits in stdint.h
[RFC PATCH v2 00/22] Introduce QC USB SND audio offloading support
2023-02-20 17:11 UTC (3+ messages)
` [RFC PATCH v2 12/22] sound: usb: card: Introduce USB SND platform op callbacks
[PATCH] btrfs: move all btree initialization into btrfs_init_btree_inode
2023-02-20 20:19 UTC (2+ messages)
[PATCH 0/2] fix and optimize btrfs_lookup_bio_sums()
2023-02-20 20:17 UTC (4+ messages)
` [PATCH 2/2] btrfs: optimize search_file_offset_in_bio return value to bool
[PATCH v6 00/41] Shadow stacks for userspace
2023-02-20 20:22 UTC (2+ messages)
[GIT PULL] Remove get_kernel_pages() for v6.3
2023-02-20 20:20 UTC (2+ messages)
[GIT PULL] fs updates for v6.3
2023-02-20 20:20 UTC (2+ messages)
[GIT PULL] acl updates for v6.3
2023-02-20 20:20 UTC (2+ messages)
[GIT PULL] file locking changes for v6.3
2023-02-20 20:20 UTC (2+ messages)
[GIT PULL] tpm: changes for v6.3-rc1
2023-02-20 20:20 UTC (2+ messages)
[GIT PULL] i_version handling changes for v6.3
2023-02-20 20:20 UTC (2+ messages)
[GIT PULL] fs idmapped updates for v6.3
2023-02-20 20:20 UTC (2+ messages)
[GIT PULL] Rust for 6.3
2023-02-20 20:20 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.