All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-01 18:36:29 to 2026-07-01 19:40:01 UTC [more...]

macOS builds broken in CI
 2026-07-01 19:39 UTC  (7+ messages)

[PATCH] meson: restore hook-list.h to builtin_sources
 2026-07-01 19:39 UTC 

[PATCH v2 0/8] iio: adc: new ti-ads112c14 driver
 2026-07-01 19:39 UTC  (3+ messages)
` [PATCH v2 2/8] dt-bindings: iio: adc: Add excitation current sources properties

[PATCH bpf-next v2 0/5] selftests/bpf: libarena cleanup and bitmap struct
 2026-07-01 19:38 UTC  (9+ messages)
` [PATCH bpf-next v2 1/5] selftests/bpf: libarena: Fix can-loop zero variable definition
` [PATCH bpf-next v2 2/5] selftests/bpf: libarena: Clean up allocation state before buddy tests
` [PATCH bpf-next v2 3/5] selftests/bpf: Add arena-based bitmap data structure
` [PATCH bpf-next v2 4/5] selftests/bpf: libarena: Add bitmap selftets
` [PATCH bpf-next v2 5/5] selftests/bpf: libarena: Add parallel bitmap selftest

[PATCH v6 0/3] iomap: add simple dio path for small direct I/O
 2026-07-01 19:35 UTC  (4+ messages)
` [PATCH v6 3/3] "

[PATCH net] selftests: net: bump default cmd() timeout to 20 seconds
 2026-07-01 19:34 UTC  (2+ messages)

[akpm-mm:mm-new] BUILD SUCCESS WITH WARNING f5ea2fbe68e0c9192c0c82ece4645beeace63345
 2026-07-01 19:33 UTC 

[PATCH] iio: light: veml6075: fix UV index reported at half value
 2026-07-01 19:33 UTC  (4+ messages)
` [PATCH v2] "

[PATCH net-next v6 00/15] Support for onsemi's S2500 10Base-T1S MAC-PHY
 2026-07-01 19:33 UTC  (3+ messages)
` [PATCH net-next v6 06/15] net: ethernet: oa_tc6: Support for hardware timestamp

[PATCH v5 00/51] x86: Try to wrangle PV clocks vs. TSC
 2026-07-01 19:32 UTC  (52+ messages)
` [PATCH v5 01/51] x86/apic: Provide helpers to set local APIC timer period in hz and khz
` [PATCH v5 02/51] x86/apic: Add CONFIG_X86_LOCAL_APIC=n stubs for apic_set_timer_period_{,k}hz()
` [PATCH v5 03/51] x86/tsc: Ensure that TSC recalibration doesn't run if TSC frequency is known
` [PATCH v5 04/51] x86/tsc: Restrict recalibrate_cpu_khz() export to p4-clockmod and powernow-k7
` [PATCH v5 05/51] x86/sev: Mark TSC as reliable when configuring Secure TSC
` [PATCH v5 06/51] x86/sev: Don't override CPU frequency calibration for SNP's "
` [PATCH v5 07/51] x86/sev: Move check for SNP Secure TSC support to tsc_early_init()
` [PATCH v5 08/51] x86/sev: Shove SNP's secure/trusted TSC frequency directly into "calibration"
` [PATCH v5 09/51] x86/tsc: Add a standalone helper for getting TSC info from CPUID.0x15
` [PATCH v5 10/51] x86/tdx: Force TSC frequency with CPUID-based info provided by the TDX-Module
` [PATCH v5 11/51] x86/tsc: Add dedicated hypervisor hooks for getting known TSC/CPU frequencies
` [PATCH v5 12/51] x86/acrn: Register TSC/CPU frequency callbacks iff frequency is actually in CPUID
` [PATCH v5 13/51] x86/acrn: Mark TSC frequency as known when using ACRN for calibration
` [PATCH v5 14/51] x86/tsc: Consolidate forcing of X86_FEATURE_TSC_KNOWN_FREQ for PV code
` [PATCH v5 15/51] x86/tsc: Kill off x86_platform_ops.calibrate_{cpu,tsc}() hooks
` [PATCH v5 16/51] x86/tsc: Rename pit_hpet_ptimer_calibrate_cpu() => native_calibrate_cpu_late()
` [PATCH v5 17/51] x86/tsc: Fold native_calibrate_cpu() into recalibrate_cpu_khz()
` [PATCH v5 18/51] x86/kvmclock: Rename kvm_get_tsc_khz() to kvmclock_get_tsc_khz()
` [PATCH v5 19/51] x86/kvmclock: Drop dead check on TSC being unstable during kvmclock_init()
` [PATCH v5 20/51] KVM: x86: Officially define CPUID 0x40000010 as PV Timing Info (TSC and Bus)
` [PATCH v5 21/51] x86/kvm: Obtain TSC frequency from PV CPUID if present
` [PATCH v5 22/51] x86/kvm: Mark TSC as reliable when it's constant and nonstop
` [PATCH v5 23/51] x86/tsc: Add standalone helper for getting CPU frequency from CPUID
` [PATCH v5 24/51] x86/kvm: Get CPU base frequency from CPUID when it's available
` [PATCH v5 25/51] clocksource: hyper-v: Register sched_clock save/restore iff it's necessary
` [PATCH v5 26/51] clocksource: hyper-v: Drop wrappers to sched_clock save/restore helpers
` [PATCH v5 27/51] clocksource: hyper-v: Don't save/restore TSC offset when using HV sched_clock
` [PATCH v5 28/51] x86/kvmclock: Setup kvmclock for secondary CPUs iff CONFIG_SMP=y
` [PATCH v5 29/51] x86/kvm: Don't disable kvmclock on BSP in syscore_suspend()
` [PATCH v5 30/51] x86/paravirt: Remove unnecessary PARAVIRT=n stub for paravirt_set_sched_clock()
` [PATCH v5 31/51] x86/paravirt: Move handling of unstable PV clocks into paravirt_set_sched_clock()
` [PATCH v5 32/51] x86/kvmclock: Move sched_clock save/restore helpers up in kvmclock.c
` [PATCH v5 33/51] x86/xen/time: NOP-ify x86_platform's sched_clock save/restore hooks
` [PATCH v5 34/51] x86/vmware: NOP-ify save/restore hooks when using VMware's sched_clock
` [PATCH v5 35/51] x86/tsc: WARN if TSC sched_clock save/restore used with PV sched_clock
` [PATCH v5 36/51] x86/paravirt: Pass sched_clock save/restore helpers during registration
` [PATCH v5 37/51] x86/kvmclock: Move kvm_sched_clock_init() down in kvmclock.c
` [PATCH v5 38/51] x86/xen/time: Mark xen_setup_vsyscall_time_info() as __init
` [PATCH v5 39/51] x86/pvclock: Mark setup helpers and related various as __init/__ro_after_init
` [PATCH v5 40/51] x86/pvclock: WARN if pvclock's valid_flags are overwritten
` [PATCH v5 41/51] x86/kvmclock: Refactor handling of PVCLOCK_TSC_STABLE_BIT during kvmclock_init()
` [PATCH v5 42/51] timekeeping: Resume clocksources before reading persistent clock
` [PATCH v5 43/51] x86/kvmclock: Hook clocksource.suspend/resume when kvmclock isn't sched_clock
` [PATCH v5 44/51] x86/kvmclock: WARN if wall clock is read while kvmclock is suspended
` [PATCH v5 45/51] x86/paravirt: Mark __paravirt_set_sched_clock() as __init
` [PATCH v5 46/51] x86/paravirt: Plumb a return code into __paravirt_set_sched_clock()
` [PATCH v5 47/51] x86/paravirt: Don't use a PV sched_clock in CoCo guests with trusted TSC
` [PATCH v5 48/51] x86/kvmclock: Use TSC for sched_clock if it's constant and non-stop
` [PATCH v5 49/51] x86/kvmclock: Plumb in AP-online and BSP-resume to kvmlock, for documentation
` [PATCH v5 50/51] x86/paravirt: Move using_native_sched_clock() stub into timer.h
` [PATCH v5 51/51] x86/kvm: Get local APIC bus frequency from PV CPUID Timing Info

[PATCH v10 0/3] Enable ADSP and CDSP for Glymur SoC
 2026-07-01 19:33 UTC  (4+ messages)
` [PATCH v10 1/3] dt-bindings: soundwire: qcom: Increase max data ports to 17

[brauner-github:vfs-7.3.misc 9/9] Warning: fs/gfs2/inode.c:972 Excess function parameter 'excl' description in 'gfs2_create'
 2026-07-01 19:32 UTC 

[PATCH] qede: Prevent possible snprintf() truncation by bounding %s string format
 2026-07-01 19:33 UTC  (2+ messages)

[PATCH 00/15] MT8189: Add support for system and base clock controllers
 2026-07-01 19:33 UTC  (3+ messages)
` [PATCH 02/15] dt-bindings: clock: mediatek: regroup MT8188 dt-bindings into MT8186

[PATCH v2] mtd: spi-nor: Add gd55lb02gf chips
 2026-07-01 19:32 UTC  (2+ messages)

[PATCH v1 1/1] bootm: move OS index bound check into the legacy path
 2026-07-01 19:32 UTC  (2+ messages)

[PATCH] Input: focaltech - fix array out-of-bounds in focaltech_process_rel_packet
 2026-07-01 19:32 UTC  (3+ messages)

[PATCH bpf-next v8 0/9] bpf: Introduce global percpu data
 2026-07-01 19:32 UTC  (11+ messages)
` [PATCH bpf-next v8 2/9] "
` [PATCH bpf-next v8 4/9] libbpf: Add support for "
` [PATCH bpf-next v8 5/9] bpftool: Generate skeleton "

[PATCH] MAINTAINERS: Remove merge garbage
 2026-07-01 19:32 UTC  (2+ messages)

[GIT PULL] Please pull u-boot-pci-next-20260701
 2026-07-01 19:32 UTC  (2+ messages)

[to-be-updated] mm-page_alloc-free-allocated-pfns-if-the-range-does-not-match.patch removed from -mm tree
 2026-07-01 19:31 UTC 

[PATCH nf] netfilter: nft_set_rbtree: reject interval-end get for open intervals
 2026-07-01 19:31 UTC  (2+ messages)

[PATCH V15 0/9] Add Invensense ICM42607
 2026-07-01 19:30 UTC  (13+ messages)
` [PATCH V15 3/9] iio: imu: inv_icm42607: Add inv_icm42607 Core Driver
` [PATCH V15 6/9] iio: imu: inv_icm42607: Add Accelerometer for icm42607
` [PATCH V15 7/9] iio: imu: inv_icm42607: Add Gyroscope to icm42607
` [PATCH V15 8/9] iio: imu: inv_icm42607: Add Temp Support in icm42607

[PATCH 0/2] soundwire: qcom: Fix port handling bugs
 2026-07-01 19:30 UTC  (3+ messages)
` [PATCH 1/2] soundwire: qcom: Fix port exhaustion check in stream_alloc_ports
` [PATCH 2/2] soundwire: qcom: Allocate sruntime array dynamically

[PATCH] perf build: Fix compiler errors with old capstone
 2026-07-01 19:30 UTC  (5+ messages)

[PATCH v3] scripts/tags.sh: fix "make COMPILED_SOURCE=1 cscope" command ends up with *.rlib, *.rmeta, *.so filenames in cscope.files
 2026-07-01 19:01 UTC  (3+ messages)
` [PATCH v4] "

[PATCH i-g-t 00/25] tools: remove unnecessary shared library
 2026-07-01 19:29 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for tools: remove unnecessary shared library (rev2)
` ✓ i915.CI.BAT: "

[PATCH net-next v4 3/3] r8152: Add firmware upload capability for RTL8157/RTL8159
 2026-07-01 19:29 UTC  (6+ messages)
` RTL8159 firmware

[PATCH] mm/migrate_device: pin large folios before splitting
 2026-07-01 19:27 UTC  (3+ messages)

[PATCH v4 00/13] rv: Fixes on Deterministic and Hybrid Automata
 2026-07-01 19:27 UTC  (3+ messages)
` [PATCH v4 12/13] rv: Fix read_lock scope in per-task DA cleanup

[PATCH] opensbi: don't override ELFFLAGS, silence ldflags QA for bare-metal ELFs
 2026-07-01 19:26 UTC 

+ mm-migrate_device-pin-large-folios-before-splitting.patch added to mm-new branch
 2026-07-01 19:26 UTC 

[PATCH 0/8] Support ROHM BD73800
 2026-07-01 19:25 UTC  (3+ messages)
` [PATCH 1/8] dt-bindings: regulator: ROHM BD73800 regulators

[PATCH v4] KVM: arm64: Record whether pKVM stage 2 mapping is cacheable
 2026-07-01 19:24 UTC 

[PATCH] selftests: Open /dev/udmabuf O_RDONLY
 2026-07-01 19:23 UTC  (5+ messages)

[PATCH net-next v4 0/3] net: devmem: allow rx-buf-size > PAGE_SIZE per binding
 2026-07-01 19:22 UTC  (4+ messages)
` [PATCH net-next v4 1/3] net: devmem: allow rx-buf-size > PAGE_SIZE per dmabuf binding
` [PATCH net-next v4 2/3] selftests/net: ncdevmem: add -b option to set rx-buf-size on bind
` [PATCH net-next v4 3/3] selftests/net: devmem.py: add check_rx_large_niov

[PATCH v2] selftests: Open /dev/udmabuf O_RDONLY
 2026-07-01 19:22 UTC 

[PATCH 0/2] iio: adc: add missing 'select IIO_TRIGGERED_BUFFER' to Kconfig entries
 2026-07-01 19:21 UTC  (3+ messages)
` [PATCH 1/2] iio: adc: ad4130: add missing `select IIO_TRIGGERED_BUFFER` to Kconfig
` [PATCH 2/2] iio: adc: ad7779: add missing 'select IIO_TRIGGERED_BUFFER' "

[Bug 221712] New: README.d/deps implies that there is a Debian package named checkpatch, but there isn’t
 2026-07-01 19:20 UTC  (2+ messages)
` [Bug 221712] "

[PATCH v1 0/2] ACPI: bus: Remove struct acpi_driver from the kernel
 2026-07-01 19:17 UTC  (3+ messages)
` [PATCH v1 1/2] 1/2] ACPI: bus: Eliminate struct acpi_driver
` [PATCH v1 2/2] ACPI: scan: Set power.no_pm for all struct acpi_device objects

[PATCH v2 0/7] vmsplice: fix some problems in my previous vmsplice patchset
 2026-07-01 19:16 UTC  (6+ messages)

[REGRESSION][BISECTED] tun/tap & vhost-net: multi-threaded network performance
 2026-07-01 19:16 UTC 

[PATCH 2/3] xattrat: accept empty O_PATH file descriptors
 2026-07-01 19:16 UTC  (8+ messages)
` [PATCH 1/3] file: add fd_except cleanup class

[PATCH] futex/requeue: Revert "Prevent NULL pointer dereference in remove_waiter() on self-deadlock""
 2026-07-01 19:13 UTC  (4+ messages)

[PATCH 1/2] HID: multitouch: fix out-of-bounds bit access on mt_io_flags
 2026-07-01 19:12 UTC  (2+ messages)

[PATCH] drm/xe: Add debugfs knob to disable Mid-Thread Preemption per GT
 2026-07-01 19:11 UTC  (2+ messages)
` ✗ Xe.CI.BAT: failure for drm/xe: Add debugfs knob to disable Mid-Thread Preemption per GT (rev2)

[PATCH] iommu/dma: free the entire IOVA reservation in dma_iova_destroy()
 2026-07-01 19:09 UTC  (4+ messages)

[PATCH] wifi: ath: avoid repeated divisions in DFS PRI detector
 2026-07-01 19:08 UTC  (2+ messages)

[PATCH v1] cpufreq: intel_pstate: Rearrange checks in hybrid_get_cost()
 2026-07-01 19:07 UTC  (3+ messages)

+ mm-page_vma_mapped-fix-device-private-pmd-handling-fix.patch added to mm-hotfixes-unstable branch
 2026-07-01 19:04 UTC 

[PATCH v3.1] sched/isolation: Defer freeing of cpumask memblock memory to initcall
 2026-07-01 19:03 UTC  (4+ messages)

[PATCH] ref-manual: remmove all traces of "kernel_menuconfig" task
 2026-07-01 19:02 UTC 

[PATCH] x86/microcode/intel: Panic on partial microcode update
 2026-07-01 19:02 UTC  (4+ messages)

[PATCH net] net/mlx5: HWS, fix matcher leak on resize target setup failure
 2026-07-01 19:02 UTC  (3+ messages)

[avpatel:riscv_sbi_dbtr_v3 63/64] arch/riscv/kernel/hw_breakpoint.c:441:22: sparse: sparse: incorrect type in assignment (different base types)
 2026-07-01 19:00 UTC 

[PATCH] iio: hid-sensors: Fix poll_value sign check before msleep_interruptible
 2026-07-01 18:59 UTC  (4+ messages)

[pseudo] [PATCH 1/7] pseudo.h: Avoid accessing unallocated memory
 2026-07-01 18:59 UTC  (4+ messages)
    ` [yocto-patches] "

[PATCH 1/2] arm64: dts: rockchip: Add AP6275S support for 9Tripod X3568 v4
 2026-07-01 18:56 UTC  (4+ messages)
` [PATCH 2/2] arm64: dts: rockchip: Replace deprecated 'gpio' property with 'gpios' "

[PATCH-next 00/23] cgroup/cpuset: Enable runtime update of nohz_full and managed_irq CPUs
 2026-07-01 18:56 UTC  (5+ messages)

[PATCH v5 0/3] iio: dac: Add support for AD5529R DAC
 2026-07-01 18:55 UTC  (9+ messages)
` [PATCH v5 1/3] dt-bindings: spi: Add spi,device-addr peripheral property
` [PATCH v5 2/3] dt-bindings: iio: dac: Add AD5529R
` [PATCH v5 3/3] iio: dac: Add AD5529R DAC driver support

[PATCH 0/3] ASoC: codecs: tas675x: misc bugfixes and minor changes
 2026-07-01 18:55 UTC  (3+ messages)
` [PATCH 1/3] ASoC: codecs: tas675x: use READ_ONCE for params to be used concurrently

[PATCH v2] perf test amd ibs: avoid using executable heap
 2026-07-01 18:54 UTC  (4+ messages)

[RFC PATCH 0/4] tracing/probes: Optimize fetcharg with BPF
 2026-07-01 18:53 UTC  (5+ messages)
` [RFC PATCH 2/4] tracing/probes: Compile all fetchargs into a single BPF program per event

[PATCH RFC] coding-assistants: simplify attribution
 2026-07-01 18:53 UTC  (3+ messages)

Add Topping E2x2 ucm support
 2026-07-01 18:51 UTC 

[PATCH] dm-verity: fix buffer overflow in FEC calculation
 2026-07-01 18:51 UTC  (2+ messages)

[PATCH v4 0/2] tracing: Move non-trace_printk prototypes into trace_controls.h
 2026-07-01 18:51 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for "

[PATCH v4 0/8] phy: rockchip: samsung-hdptx: Clock fixes and API transition cleanups
 2026-07-01 18:50 UTC  (4+ messages)

[PATCH 0/9] Stability fixes for GVE
 2026-07-01 18:50 UTC  (2+ messages)

[PATCH] MAINTAINERS: Update wine-devel list address
 2026-07-01 18:32 UTC 

[RFC] entry: Untangle the return value of syscall_enter_from_user_mode from syscall NR
 2026-07-01 17:42 UTC 

[PATCH v2 0/1] watchdog: realtek-otto: Make use of regmap API
 2026-07-01 18:48 UTC  (5+ messages)

[PATCH] wifi: carl9170: fix stack-out-of-bounds in carl9170_cmd_callback
 2026-07-01 18:47 UTC  (3+ messages)

[PATCH v4] drm: uapi: Add macro for chipset specific event ID region
 2026-07-01 18:51 UTC  (2+ messages)

[RFC PATCH bpf 0/6] bpf: Disallow interpreter fallback for interpreter-unsupported insns
 2026-07-01 18:47 UTC  (12+ messages)
` [RFC PATCH bpf 1/6] bpf: Disallow interpreter fallback for user BPF_ADDR_SPACE_CAST insn

[PATCH v2 0/4] minix: convert to iomap and add direct I/O
 2026-07-01 18:47 UTC  (8+ messages)
` [PATCH v2 2/4] minix: convert address space operations to iomap
` [PATCH v2 3/4] minix: convert file operations to iomap and add

[Buildroot] [PATCH] package/mariadb: security bump to v10.11.18
 2026-07-01 18:46 UTC  (2+ messages)

[Buildroot] [git commit] package/mariadb: security bump to v10.11.18
 2026-07-01 18:18 UTC 

[PATCH v2 00/17] Enable DICE-based TDX Quoting Extension
 2026-07-01 18:45 UTC  (9+ messages)
` [PATCH v2 16/17] KVM: TDX: Add in-kernel Quote generation

[PATCH v8 0/3] ASoC: qcom: lpass: Switch VA/WSA macros to PM clock framework
 2026-07-01 18:44 UTC  (4+ messages)
` [PATCH v8 1/3] ASoC: codecs: lpass-wsa-macro: Switch to PM clock framework for runtime PM
` [PATCH v8 2/3] ASoC: codecs: lpass-va-macro: "
` [PATCH v8 3/3] ASoC: codecs: lpass-wsa-macro: Use devm_clk_hw_register() for MCLK output

[PATCH v2] drm/imagination: Fix user array stride in pvr_set_uobj_array()
 2026-07-01 18:44 UTC 

[PATCH] drm/i915: Calculate CDCLK on modeset after sanitizing pre-os programming
 2026-07-01 18:42 UTC  (2+ messages)
` ✗ LGCI.VerificationFailed: failure for "

[PATCH v2 0/1] KVM: powerpc: Use generic xfer to guest work function
 2026-07-01 18:42 UTC  (3+ messages)
` [PATCH v2 1/1] "

[PATCH 0/9] ax88179_178a: Add support for AX88179A-based chips
 2026-07-01 18:41 UTC  (8+ messages)
` [PATCH 5/9] ax88179_178a: Add support for ethtool pause parameter configuration

[PATCH RESEND v5 0/3] x86/pvh: fix unbootable VMs again (PVH + KASAN)
 2026-07-01 18:40 UTC  (3+ messages)
` [PATCH RESEND v5 1/3] x86/asm, x86/boot: expose inline memcmp

[PATCH v3 0/3] drm/nouveau/gsp/r570: Fix runtime PM
 2026-07-01 18:41 UTC  (3+ messages)
` [PATCH v3 1/3] Revert "nouveau/gsp: fix suspend/resume regression on r570 firmware"

[PATCH bpf 0/2] bpf: Copy per-CPU map value padding in copy_map_value_long()
 2026-07-01 18:40 UTC  (2+ messages)

[PATCH 0/5] x86/msr: Drop 32-bit interfaces of native MSR functions
 2026-07-01 18:39 UTC  (3+ messages)
` [PATCH 1/5] x86/msr: Switch users of native_wrmsr() to native_wrmsrq()

[PATCH] gpu: nova: fix rust-analyzer generation
 2026-07-01 18:39 UTC  (2+ messages)

[PATCH bpf-next 1/2] libbpf: add bpf_map__reuse_fd_from_loader_ctx() to allow shared maps
 2026-07-01 18:39 UTC  (2+ messages)

[PATCH] drm/vmwgfx: Fix NULL vs error pointer bug in vmw_prime_import_sg_table()
 2026-07-01 18:43 UTC  (2+ messages)

[PATCH] powerpc/64s: Clarify copy_and_flush() cache sync loop comment
 2026-07-01 18:38 UTC  (2+ messages)

[RFC PATCH 00/20] BPF interface for applying Landlock rulesets
 2026-07-01 18:38 UTC  (8+ messages)
` [RFC PATCH 06/20] bpf: lsm: Add Landlock kfuncs

[PATCH v13 0/7] Add support for NXP P3H2x4x I3C hub driver
 2026-07-01 18:37 UTC  (5+ messages)
` [PATCH v13 1/7] i3c: master: Add APIs for I3C hub support

[PATCH] mm: gfp_types: fix __GFP_ACCOUNT, GFP_KERNEL_ACCOUNT documentation
 2026-07-01 18:37 UTC  (2+ messages)

[PATCH v6 4/4] drm/i915/display: remove unnecessary PHY_NONE definition
 2026-07-01 18:36 UTC  (2+ messages)
` [v6,4/4] "

[PATCH 1/2] drm/xe: Add support for WA 22022079272
 2026-07-01 18:36 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for series starting with [1/2] "


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.