public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-02-29 11:02:23 to 2016-02-29 13:48:41 UTC [more...]

[Resend PATCH 00/10] i2c-octeon and i2c-thunderx drivers
 2016-02-29 13:46 UTC  (9+ messages)
` [Resend PATCH 01/10] i2c-octeon: Cleanup i2c-octeon driver
` [Resend PATCH 02/10] i2c-octeon: Support I2C_M_RECV_LEN
` [Resend PATCH 03/10] i2c-octeon: Enable high-level controller and improve on bus contention
` [Resend PATCH 06/10] i2c-octeon: Flush TWSI writes with readback
` [Resend PATCH 07/10] i2c-octeon: Faster operation when IFLG signals late
` [Resend PATCH 08/10] i2c-octeon: Add workaround for chips with broken irqs
` [Resend PATCH 09/10] i2c: split i2c-octeon driver and add ThunderX support
` [Resend PATCH 10/10] i2c: thunderx: add smbus support

[PATCH 0/18] change mmap_sem taken for write killable
 2016-02-29 13:48 UTC  (25+ messages)
` [PATCH 01/18] mm: Make mmap_sem for write waits killable for mm syscalls
` [PATCH 02/18] mm: make vm_mmap killable
` [PATCH 03/18] mm: make vm_munmap killable
` [PATCH 04/18] mm, aout: handle vm_brk failures
` [PATCH 05/18] mm, elf: handle vm_brk error
` [PATCH 06/18] mm: make vm_brk killable
` [PATCH 07/18] mm, proc: make clear_refs killable
` [PATCH 08/18] mm, fork: make dup_mmap wait for mmap_sem for write killable
` [PATCH 09/18] ipc, shm: make shmem attach/detach wait for mmap_sem killable
` [PATCH 10/18] vdso: make arch_setup_additional_pages wait for mmap_sem for write killable
` [PATCH 11/18] coredump: make coredump_wait wait for mma_sem "
` [PATCH 12/18] aio: make aio_setup_ring killable
` [PATCH 13/18] exec: make exec path waiting for mmap_sem killable
` [PATCH 14/18] prctl: make PR_SET_THP_DISABLE wait "
` [PATCH 15/18] uprobes: wait for mmap_sem for write killable
` [PATCH 16/18] drm/i915: make i915_gem_mmap_ioctl wait for mmap_sem killable
` [PATCH 17/18] drm/radeon: make radeon_mn_get "
` [PATCH 18/18] drm/amdgpu: make amdgpu_mn_get "

fs: NULL deref in atime_needs_update
 2016-02-29 13:43 UTC  (15+ messages)

[PATCH 0/5] oom reaper v5
 2016-02-29 13:41 UTC  (6+ messages)
` [PATCH 2/5] oom reaper: handle mlocked pages

small diff in reported GiB size of an SSD
 2016-02-29 13:31 UTC 

[PATCH 0/2] arm64, cma, gicv3-its: Use CMA for allocation of large device tables
 2016-02-29 13:30 UTC  (4+ messages)

[PATCH 0/1] usb: serial: option: Adding support for Telit LE922 PID 0x1045
 2016-02-29 13:30 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH v4 0/4] ACPI: parse the SPCR table
 2016-02-29 13:29 UTC  (6+ messages)
` [PATCH v4 1/4] ACPI: parse SPCR and enable matching console
` [PATCH v4 2/4] ACPI: enable ACPI_SPCR_TABLE on ARM64
` [PATCH v4 3/4] ACPI: add definitions of DBG2 subtypes
` [PATCH v4 4/4] serial: pl011: use ACPI SPCR to setup 32-bit access

[PATCH] perf tools: Fix python extension build
 2016-02-29 13:20 UTC  (2+ messages)

[PATCH 1/2] arm64: tegra: Add DT entry for keys used in Jetson-TX1
 2016-02-29 13:06 UTC  (2+ messages)
` [PATCH 2/2] arm64: tegra: Jetson-TX1: Add DT entry for system PMIC MAX77620

[PATCH] staging: lowmemorykiller: fix 2 checks that checkpatch complained
 2016-02-29 13:18 UTC 

[PATCH 1/1] arm64: defconfig: Enable Maxim PMIC max77620 config
 2016-02-29 13:02 UTC 

[PATCH] fbdev: da8xx-fb: fix videomodes of lcd panels
 2016-02-29 13:12 UTC 

loop subsystem corrupted after mounting multiple btrfs sub-volumes
 2016-02-29 13:11 UTC  (12+ messages)

[PATCH 1/2] rtc: max77686: Add support for MAX20024/MAX77620 RTC IP
 2016-02-29 12:58 UTC  (2+ messages)
` [PATCH 2/2] rtc: max77686: Use REGMAP_IRQ_REG for regmap-rtc-irqs initialisation

[PATCH v4 0/5] getcpu_cache system call for 4.6
 2016-02-29 13:08 UTC  (5+ messages)
  ` [PATCH v4 1/5] getcpu_cache system call: cache CPU number of running thread

[PATCH v5] serial: support for 16550A serial ports on LP-8x4x
 2016-02-29 13:03 UTC  (4+ messages)
` [PATCH v6] "

[PATCH v4 0/2] gpio: designware: add gpio-signaled acpi event support for power button
 2016-02-29 13:13 UTC  (3+ messages)
` [PATCH v4 1/2] gpio: designware: switch device node to fwnode and add acpi binding
` [PATCH v4 2/2] gpio: designware: add gpio-signaled acpi event support

[PATCH 0/11] introduce down_write_killable for rw_semaphore
 2016-02-29 12:58 UTC  (12+ messages)
` [PATCH 01/11] locking, rwsem: get rid of __down_write_nested
` [PATCH 02/11] locking, rwsem: drop explicit memory barriers
` [PATCH 03/11] locking, rwsem: introduce basis for down_write_killable
` [PATCH 04/11] alpha, rwsem: provide __down_write_killable
` [PATCH 05/11] ia64, "
` [PATCH 06/11] s390, "
` [PATCH 07/11] sh, "
` [PATCH 08/11] sparc, "
` [PATCH 09/11] xtensa, "
` [PATCH 10/11] x86, "
` [PATCH 11/11] locking, rwsem: provide down_write_killable

[PATCH v3 0/5] Process Dell Instant Launch hotkey on Vostro V131 and Inspiron M5110
 2016-02-29 13:00 UTC  (12+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/5] dell-laptop: move dell_smi_error() to dell-smbios
  ` [PATCH v4 2/5] dell-smbios: rename dell_smi_error() to dell_smbios_error()
  ` [PATCH v4 3/5] dell-wmi: enable receiving WMI events on Dell Vostro V131
  ` [PATCH v4 4/5] dell-wmi: properly process Dell Instant Launch hotkey
  ` [PATCH v4 5/5] dell-wmi: support Dell Inspiron M5110

[PATCH] netfilter: xt_osf: remove unused variable
 2016-02-29 13:00 UTC  (2+ messages)

[PATCH] device property: don't bother the drivers with struct property_set
 2016-02-29 12:59 UTC  (2+ messages)

[PATCH] lz4c: shut up lz4c output
 2016-02-29 12:58 UTC  (2+ messages)

[PATCH 0/9] powerpc32: set of optimisation of network checksum functions
 2016-02-29 12:53 UTC  (4+ messages)
` [PATCH 6/9] powerpc32: optimise a few instructions in csum_partial()

[PATCH] net/mlx5e: make VXLAN support conditional
 2016-02-29 12:51 UTC  (3+ messages)

[PATCH] mfd: Fix MACRO for commonly declared MFD cell attributes
 2016-02-29 12:38 UTC  (5+ messages)

[ANNOUNCE] v4.4.3-rt9
 2016-02-29 12:46 UTC 

[PATCH 0/5] Add more clock compatible features and support the RK3399 clock
 2016-02-29 12:48 UTC  (8+ messages)
` [PATCH 1/5] clk: rockchip: add more mux parameters for new pll sources
` [PATCH 2/5] clk: rockchip: Add support for multiple clock providers
` [PATCH 3/5] clk: rockchip: add new pll-type for rk3399 and similar socs
` [PATCH 4/5] clk: rockchip: add a COMPOSITE_FRACMUX_NOGATE type
` [PATCH 5/5] clk: rockchip: add clock controller for the RK3399

BUG: unable to handle kernel paging request from pty_write [was: Linux 4.4.2]
 2016-02-29 12:43 UTC  (5+ messages)

[PATCH v3 0/7] ACPI: parse the DBG2 table
 2016-02-29 12:42 UTC  (8+ messages)
` [PATCH v3 1/7] of/serial: move earlycon early_param handling to serial
` [PATCH v3 2/7] ACPI: add definitions of DBG2 subtypes
` [PATCH v3 3/7] ACPI: genaralize iterating over subtables in ACPI_PROBE_TABLE()
` [PATCH v3 4/7] ACPI: parse DBG2 table
` [PATCH v3 5/7] ACPI: serial: implement earlycon on ACPI DBG2 port
` [PATCH v3 6/7] ACPI: enable ACPI_DBG2_TABLE on ARM64
` [PATCH v3 7/7] serial: pl011: add ACPI DBG2 serial port

[RFC v2 0/6] Track RCU dereferences in RCU read-side critical sections
 2016-02-29 12:43 UTC  (7+ messages)

[RFC PATCH] mm: CONFIG_NR_ZONES_EXTENDED
 2016-02-29 12:33 UTC  (3+ messages)

unused code in net/netfilter/ipset/ip_set_bitmap_ipmac.c
 2016-02-29 12:27 UTC  (3+ messages)

[PATCH 0/3] powerpc/powernv: Cpuidle related cleanup
 2016-02-29 12:23 UTC  (4+ messages)
` [PATCH 1/3] powerpc/powernv: Move CHECK_HMI_INTERRUPT to exception-64s header
` [PATCH 2/3] powerpc/powernv: Encapsulate idle preparation steps in a macro
` [PATCH 3/3] powerpc/powernv: Refactor hypervisor state restore code

[PATCH] ALSA: mts64: fix NULL pointer dereference
 2016-02-29 12:24 UTC  (2+ messages)

[PATCH 1/1] perf/core: find auxiliary events in running pmus list
 2016-02-29 12:23 UTC  (4+ messages)

[PATCH] ASoC: trace: fix printing jack name
 2016-02-29 12:23 UTC  (5+ messages)

[PATCH v2] mtd: avoid stack overflow in MTD CFI code
 2016-02-29 12:20 UTC 

[PATCH] platform/x86: never 'select DMI' from a driver
 2016-02-29 12:13 UTC 

[PATCH] ARM: dts: dra7: Support QSPI MODE-0 operation at 64MHz
 2016-02-29 11:52 UTC  (3+ messages)

Do You Seek Financial Assistance?
 2016-02-29 10:30 UTC 

[PATCH, RESEND] ntb: perf test: fix address space confusion
 2016-02-29 11:47 UTC 

[PATCH 1/2] iommu/mediatek: select ARM_DMA_USE_IOMMU
 2016-02-29 11:47 UTC  (6+ messages)

[PATCH tip/x86/asm] uprobes: __create_xol_area() must nullify xol_mapping.fault
 2016-02-29 11:42 UTC  (3+ messages)
` [tip:x86/asm] "

[PATCH] futex: replace bare barrier() with a READ_ONCE()
 2016-02-29 11:41 UTC 

[PATCH 1/7] regulator: act8865: Expose act8600 registers via debugfs
 2016-02-29 11:37 UTC  (6+ messages)
` [PATCH 5/7] regulator: act8865: Pass of_node via act8865_regulator_data
` [PATCH 7/7] regulator: act8865: Init at subsys level

[3.16.y-ckt stable] Linux 3.16.7-ckt25 stable review
 2016-02-29 11:36 UTC  (3+ messages)
` [PATCH 3.16.y-ckt 130/131] net: phy: fix PHY_RUNNING in phy_state_machine
` [PATCH 3.16.y-ckt 131/131] net: phy: Avoid polling PHY with PHY_IGNORE_INTERRUPTS

[PATCH v10 0/4] Add PCI support to AXS10x
 2016-02-29 11:35 UTC  (5+ messages)
` [PATCH v10 2/4] PCI: designware: Add generic dw_pcie_wait_for_link()

[RFC PATCH v3 3/3] PCI/ACPI: hisi: Add ACPI support for HiSilicon SoCs Host Controllers
 2016-02-29 11:38 UTC  (11+ messages)

tty: memory leak in tty_register_driver
 2016-02-29 11:34 UTC  (5+ messages)

[PATCH v5] perf/x86/amd/power: Add AMD accumulated power reporting mechanism
 2016-02-29 18:00 UTC  (4+ messages)

Do You Seek Financial Assistance?
 2016-02-29 10:31 UTC 

[PATCH v2 3/3] lockdep: prevent and detect chain_key collisions
 2016-02-29 11:24 UTC  (2+ messages)
` [tip:locking/core] locking/lockdep: Detect "

[PATCH 3/3] lockdep: prevent chain_key collisions
 2016-02-29 11:24 UTC  (2+ messages)
` [tip:locking/core] locking/lockdep: Prevent "

[PATCH 0/14] ARM: dts: imx6ul: add more functionality to i.MX6UL
 2016-02-29 11:21 UTC  (5+ messages)
`  "
  ` [PATCHv2 16/16] ARM: dts: imx6ul: add support for Ka-Ro electronics TXUL modules

[PATCH v2 2/3] tools/liblockdep: add tests
 2016-02-29 11:23 UTC  (2+ messages)
` [tip:locking/core] tools/lib/lockdep: Add tests for AA and ABBA locking

[PATCH v2 1/3] tools/liblockdep: add userspace version of READ_ONCE
 2016-02-29 11:22 UTC  (2+ messages)
` [tip:locking/core] tools/lib/lockdep: Add userspace version of READ_ONCE()

[PATCH] locking/qspinlock: move __ARCH_SPIN_LOCK_UNLOCKED to qspinlock_types.h
 2016-02-29 11:22 UTC  (2+ messages)
` [tip:locking/core] locking/qspinlock: Move "

[PATCH] locking/mutex: Allow next waiter lockless wakeup
 2016-02-29 11:21 UTC  (2+ messages)
` [tip:locking/core] "

[PATCH tip/locking/core 2/3] locking/pvqspinlock: Enable slowpath locking count tracking
 2016-02-29 11:21 UTC  (2+ messages)
` [tip:locking/core] "

[PATCH tip/locking/core 1/3] locking/qspinlock: Use smp_cond_acquire() in pending code
 2016-02-29 11:20 UTC  (2+ messages)
` [tip:locking/core] "

[PATCH tip/locking/core 3/3] locking/pvqspinlock: Direct lock stealing count tracking in pv_queued_spin_steal_lock
 2016-02-29 11:20 UTC  (2+ messages)
` [tip:locking/core] locking/pvqspinlock: Move lock stealing count tracking code into pv_queued_spin_steal_lock()

Question about prio_changed_dl()
 2016-02-29 11:19 UTC  (2+ messages)
` [tip:sched/core] sched/deadline: Remove superfluous call to switched_to_dl()

[PATCH v3] kernel: sched: fix preempt_disable_ip recodring for preempt_disable()
 2016-02-29 11:19 UTC  (2+ messages)
` [tip:sched/core] sched/debug: Fix preempt_disable_ip recording "

[PATCH 4/4] sched,time: switch VIRT_CPU_ACCOUNTING_GEN to jiffy granularity
 2016-02-29 11:18 UTC  (2+ messages)
` [tip:sched/core] sched, time: Switch "

[PATCH 3/4] time,acct: drop irq save & restore from __acct_update_integrals
 2016-02-29 11:18 UTC  (2+ messages)
` [tip:sched/core] time, acct: Drop irq save & restore from __acct_update_integrals()

[PATCH 2/4] acct,time: change indentation in __acct_update_integrals
 2016-02-29 11:18 UTC  (2+ messages)
` [tip:sched/core] acct, time: Change indentation in __acct_update_integrals()

[PATCH 1/4] sched,time: remove non-power-of-two divides from __acct_update_integrals
 2016-02-29 11:17 UTC  (2+ messages)
` [tip:sched/core] sched, time: Remove non-power-of-two divides from __acct_update_integrals()

[PATCH] printk/nmi: restore printk_func in nmi_panic
 2016-02-29 11:19 UTC  (5+ messages)

[RFC][PATCH] sched: Kick bandwidth timer immediately on start up
 2016-02-29 11:17 UTC  (2+ messages)
` [tip:sched/core] sched/rt: Kick RT "

[PATCH 3/4] sched: Add bandwidth ratio to /proc/sched_debug
 2016-02-29 11:16 UTC  (2+ messages)
` [tip:sched/core] sched/debug: Add deadline scheduler "

[PATCH 2/4] sched: Move sched_domain_sysctl to debug.c
 2016-02-29 11:16 UTC  (2+ messages)
` [tip:sched/core] sched/debug: "

[PATCH 1/4] sched: Move sched_feature file setup into debug.c
 2016-02-29 11:16 UTC  (2+ messages)
` [tip:sched/core] sched/debug: Move the /sys/kernel/debug/sched_features "

[PATCH 1/2] cgroup: make sure a parent css isn't offlined before its children
 2016-02-29 11:13 UTC  (2+ messages)
` [tip:sched/core] sched/cgroup: Fix cgroup entity load tracking tear-down

[PATCH] sched: remove duplicated sched_group_set_shares()
 2016-02-29 11:15 UTC  (2+ messages)
` [tip:sched/core] sched/core: Remove duplicated sched_group_set_shares() prototype

[PATCH] target/cxgbit: add INET dependency
 2016-02-29 11:14 UTC 

[PATCH 2/4] sched: Consolidate nohz CPU load update code
 2016-02-29 11:14 UTC  (2+ messages)
` [tip:sched/core] sched/fair: "

[RFC PATCH 0/4] sched: Improve cpu load accounting with nohz
 2016-02-29 11:14 UTC  (2+ messages)
` [tip:sched/core] sched/fair: Avoid using decay_load_missed() with a negative value

[PATCH] sched/deadline: Always calculate end of period on sched_yield()
 2016-02-29 11:14 UTC  (2+ messages)
` [tip:sched/core] "

[patch V3 27/28] perf: Export perf_event_sysfs_show
 2016-02-29 11:13 UTC  (2+ messages)
` [tip:perf/core] perf: Export perf_event_sysfs_show()

[patch V3 26/28] x86/perf/intel/rapl: Convert it to a per package facility
 2016-02-29 11:12 UTC  (2+ messages)
` [tip:perf/core] perf/x86/intel/rapl: "

[patch V3 25/28] x86/perf/intel/rapl: Utilize event->pmu_private
 2016-02-29 11:12 UTC  (2+ messages)
` [tip:perf/core] perf/x86/intel/rapl: "

[patch V3 24/28] x86/perf/intel/rapl: Make pmu lock raw
 2016-02-29 11:12 UTC  (2+ messages)
` [tip:perf/core] perf/x86/intel/rapl: Make PMU "

[patch V3 23/28] x86/perf/intel/rapl: Refactor code some more
 2016-02-29 11:11 UTC  (2+ messages)
` [tip:perf/core] perf/x86/intel/rapl: Refactor the "

[patch V3 22/28] x86/perf/intel/rapl: Cleanup the printk output
 2016-02-29 11:11 UTC  (2+ messages)
` [tip:perf/core] perf/x86/intel/rapl: Clean up "

[patch V3 21/28] x86/perf/intel/rapl: Calculate timing once
 2016-02-29 11:10 UTC  (2+ messages)
` [tip:perf/core] perf/x86/intel/rapl: "

[PATCH] staging: rtl8192e: rtllib_softmac.c: Remove multiple blank lines
 2016-02-29 11:11 UTC  (2+ messages)

[patch V3 20/28] x86/perf/intel/rapl: Sanitize the quirk handling
 2016-02-29 11:10 UTC  (2+ messages)
` [tip:perf/core] perf/x86/intel/rapl: "

[patch V3 19/28] x86/perf/intel/rapl: Add proper error handling
 2016-02-29 11:10 UTC  (2+ messages)
` [tip:perf/core] perf/x86/intel/rapl: "

[patch V3 18/28] x86/perf/intel_rapl: Make Knights Landings support functional
 2016-02-29 11:09 UTC  (2+ messages)
` [tip:perf/core] perf/x86/intel/rapl: "

[patch V3 17/28] x86/perf/cqm: Get rid of the silly for_each_cpu lookups
 2016-02-29 11:09 UTC  (2+ messages)
` [tip:perf/core] perf/x86/intel/cqm: Get rid of the silly for_each_cpu() lookups

[patch V3 15/28] cpumask: Export cpumask_any_but
 2016-02-29 11:08 UTC  (2+ messages)
` [tip:perf/core] cpumask: Export cpumask_any_but()

[patch V3 11/28] x86/topology: Create logical package id
 2016-02-29 11:07 UTC  (2+ messages)
` [tip:perf/core] "

[patch V3 14/28] x86/perf/intel_uncore: Make PCI and MSR uncore independent
 2016-02-29 11:08 UTC  (2+ messages)
` [tip:perf/core] perf/x86/intel/uncore: "

[patch V3 13/28] x86/perf/intel_uncore: Clear all hardware state on exit
 2016-02-29 11:08 UTC  (2+ messages)
` [tip:perf/core] perf/x86/intel/uncore: "

[patch V3 12/28] x86/perf/uncore: Track packages not per cpu data
 2016-02-29 11:07 UTC  (2+ messages)
` [tip:perf/core] perf/x86/uncore: Track packages, not per CPU data

[patch V3 10/28] x86/perf/intel_uncore: Store box in event->pmu_private
 2016-02-29 11:06 UTC  (2+ messages)
` [tip:perf/core] perf/x86/intel/uncore: "

[patch V3 09/28] perf: Allow storage of pmu private data in event
 2016-02-29 11:06 UTC  (2+ messages)
` [tip:perf/core] perf: Allow storage of PMU "

[patch V3 08/28] x86/perf/uncore: Make uncore_pcibus_to_physid static
 2016-02-29 11:06 UTC  (2+ messages)
` [tip:perf/core] perf/x86/uncore: Make uncore_pcibus_to_physid() static

[patch V3 07/28] x86/perf/intel_uncore: Make code readable
 2016-02-29 11:05 UTC  (2+ messages)
` [tip:perf/core] perf/x86/intel/uncore: Make code more readable

[patch V3 05/28] x86/perf/intel_uncore: Cleanup hardware on exit
 2016-02-29 11:05 UTC  (2+ messages)
` [tip:perf/core] perf/x86/intel/uncore: Clean up "

[patch V3 04/28] x86/perf/intel/uncore: Add sanity checks for pci dev package id
 2016-02-29 11:04 UTC  (2+ messages)
` [tip:perf/core] perf/x86/intel/uncore: Add sanity checks for PCI "

[patch V3 03/28] x86/perf/intel/uncore: Fix error handling
 2016-02-29 11:04 UTC  (2+ messages)
` [tip:perf/core] perf/x86/intel/uncore: "

[PATCH V2] arch/powerpc: use BUILD_BUG_ON_MSG() when detect unfit {cmp}xchg size
 2016-02-29 11:05 UTC  (2+ messages)
` [V2] "

[patch V3 02/28] x86/perf/intel/uncore: Simplify error rollback
 2016-02-29 11:03 UTC  (2+ messages)
` [tip:perf/core] perf/x86/intel/uncore: "

[patch V3 01/28] x86/perf/intel/uncore: Remove pointless mask check
 2016-02-29 11:03 UTC  (2+ messages)
` [tip:perf/core] perf/x86/intel/uncore: "

PROBLEM: lk 4.5 oops on boot with Xeon D-1520
 2016-02-29 11:02 UTC  (2+ messages)
` [tip:perf/core] perf/x86/intel/uncore: Remove SBOX support for BDX-DE

[PATCH v19 08/10] objtool: Compile-time stack metadata validation
 2016-02-29 11:01 UTC  (2+ messages)
` [tip:core/objtool] objtool: Add tool to perform compile-time "

[PATCH v19 10/10] objtool: Enable stack metadata validation on x86_64
 2016-02-29 11:01 UTC  (2+ messages)
` [tip:core/objtool] objtool: Enable stack metadata validation on 64-bit x86

[PATCH] kexec: Make a pair of map/unmap reserved pages in error path
 2016-02-29 11:06 UTC  (3+ messages)

[PATCH v19 09/10] objtool: Add CONFIG_STACK_VALIDATION option
 2016-02-29 11:01 UTC  (2+ messages)
` [tip:core/objtool] "

[PATCH v19 07/10] x86/kprobes: Mark kretprobe_trampoline() stack frame as non-standard
 2016-02-29 11:00 UTC  (2+ messages)
` [tip:core/objtool] "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox