All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-02-05 23:18:39 to 2018-02-06 00:13:05 UTC [more...]

[RFC PATCH 000/194] Moving global state into the repository object
 2018-02-05 23:55 UTC  (89+ messages)
` [PATCH 001/194] repository: introduce object store field
` [PATCH 002/194] object-store: move alt_odb_list and alt_odb_tail to object store
` [PATCH 003/194] object-store: move packed_git and packed_git_mru "
` [PATCH 004/194] pack: move prepare_packed_git_run_once "
` [PATCH 005/194] pack: move approximate object count "
` [PATCH 006/194] sha1_file: add repository argument to alt_odb_usable
` [PATCH 007/194] sha1_file: add repository argument to link_alt_odb_entry
` [PATCH 008/194] sha1_file: add repository argument to read_info_alternates
` [PATCH 009/194] sha1_file: add repository argument to link_alt_odb_entries
` [PATCH 010/194] sha1_file: add repository argument to stat_sha1_file
` [PATCH 011/194] sha1_file: add repository argument to open_sha1_file
` [PATCH 012/194] sha1_file: add repository argument to map_sha1_file_1
` [PATCH 013/194] sha1_file: add repository argument to sha1_loose_object_info
` [PATCH 014/194] object-store: add repository argument to prepare_alt_odb
` [PATCH 015/194] object-store: add repository argument to foreach_alt_odb
` [PATCH 016/194] pack: add repository argument to install_packed_git
` [PATCH 017/194] pack: add repository argument to prepare_packed_git_one
` [PATCH 018/194] pack: add repository argument to rearrange_packed_git
` [PATCH 019/194] pack: add repository argument to prepare_packed_git_mru
` [PATCH 020/194] pack: add repository argument to prepare_packed_git
` [PATCH 021/194] pack: add repository argument to reprepare_packed_git
  ` [PATCH 022/194] pack: add repository argument to sha1_file_name
  ` [PATCH 023/194] pack: add repository argument to map_sha1_file
  ` [PATCH 024/194] sha1_file: allow alt_odb_usable to handle arbitrary repositories
  ` [PATCH 025/194] object-store: allow prepare_alt_odb "
  ` [PATCH 026/194] object-store: allow foreach_alt_odb "
  ` [PATCH 027/194] pack: allow install_packed_git "
  ` [PATCH 028/194] pack: allow rearrange_packed_git "
  ` [PATCH 029/194] pack: allow prepare_packed_git_mru "
  ` [PATCH 030/194] pack: allow prepare_packed_git_one "
  ` [PATCH 031/194] pack: allow prepare_packed_git "
  ` [PATCH 032/194] pack: allow reprepare_packed_git "
  ` [PATCH 033/194] pack: allow sha1_file_name "
  ` [PATCH 034/194] pack: allow stat_sha1_file "
  ` [PATCH 035/194] pack: allow open_sha1_file "
  ` [PATCH 036/194] pack: allow map_sha1_file_1 "
  ` [PATCH 037/194] pack: allow map_sha1_file "
  ` [PATCH 038/194] pack: allow sha1_loose_object_info "
  ` [PATCH 039/194] replace_object.c: rename to use dash in file name
  ` [PATCH 040/194] replace-object: move replace_object to object store
  ` [PATCH 041/194] sha1_file: add repository argument to sha1_object_info_extended
  ` [PATCH 042/194] object-store: move alternates API to new alternates.h
  ` [PATCH 043/194] object-store: move loose object functions to new loose-object.h
  ` [PATCH 044/194] pack: move struct pack_window and pack_entry to packfile.h
  ` [PATCH 045/194] object-store: move object access functions to object-store.h
  ` [PATCH 046/194] object-store: move replace_objects back to object-store
  ` [PATCH 047/194] object-store: move lookup_replace_object to replace-object.h
  ` [PATCH 048/194] replace-object: add repository argument to do_lookup_replace_object
  ` [PATCH 049/194] replace-object: move replace objects prepared flag to object store
  ` [PATCH 050/194] replace-object: check_replace_refs is safe in multi repo environment
  ` [PATCH 051/194] refs: add repository argument to for_each_replace_ref
  ` [PATCH 052/194] refs: add repository argument to get_main_ref_store
  ` [PATCH 053/194] replace-object: add repository argument to register_replace_object
  ` [PATCH 054/194] replace-object: add repository argument to register_replace_ref
  ` [PATCH 055/194] replace-object: add repository argument to replace_object_pos
  ` [PATCH 056/194] replace-object: allow replace_object_pos to handle arbitrary repositories
  ` [PATCH 057/194] replace-object: allow register_replace_object "
  ` [PATCH 058/194] replace-object: add repository argument to prepare_replace_object
  ` [PATCH 059/194] refs: store the main ref store inside the repository struct
  ` [PATCH 060/194] refs: allow for_each_replace_ref to handle arbitrary repositories
  ` [PATCH 061/194] replace-object: allow prepare_replace_object "
  ` [PATCH 062/194] replace_object: allow do_lookup_replace_object "
  ` [PATCH 063/194] replace-object: add repository argument to lookup_replace_object
  ` [PATCH 064/194] repository: allow lookup_replace_object to handle arbitrary repositories
  ` [PATCH 065/194] object-store: add repository argument to sha1_object_info
  ` [PATCH 066/194] pack: add repository argument to retry_bad_packed_offset
  ` [PATCH 067/194] pack: add repository argument to packed_to_object_type
  ` [PATCH 068/194] pack: add repository argument to packed_object_info
  ` [PATCH 069/194] pack: add repository argument to find_pack_entry
  ` [PATCH 070/194] packfile: add repository argument to read_object
  ` [PATCH 071/194] packfile: add repository argument to unpack_entry
  ` [PATCH 072/194] packfile: add repository argument to cache_or_unpack_entry
  ` [PATCH 073/194] pack: allow find_pack_entry to handle arbitrary repositories
  ` [PATCH 074/194] object-store: allow sha1_object_info "
  ` [PATCH 075/194] fetch, push: do not use submodule as alternate in has_commits check
  ` [PATCH 076/194] push: add test showing bad interaction of replace refs and submodules
  ` [PATCH 077/194] replace_object: allow register_replace_ref to handle arbitrary repositories
  ` [PATCH 078/194] cache.h: migrate the definition of object_id to object.h
  ` [PATCH 079/194] repository: introduce object parser field
  ` [PATCH 080/194] object: add repository argument to parse_object
  ` [PATCH 081/194] object: add repository argument to create_object
  ` [PATCH 082/194] object: add repository argument to lookup_object
  ` [PATCH 083/194] object: add repository argument to grow_object_hash
  ` [PATCH 084/194] blob: add repository argument to lookup_blob
  ` [PATCH 085/194] tree: add repository argument to lookup_tree
  ` [PATCH 086/194] tag: add repository argument to lookup_tag
  ` [PATCH 087/194] tag: add repository argument to parse_tag_buffer

[Qemu-devel] [PATCH] target/arm/kvm: gic: Prevent creating userspace GICv3 with KVM
 2018-02-06  0:10 UTC  (2+ messages)

[PATCH] Documentation/git-send-email.txt: improve batching help
 2018-02-06  0:07 UTC 

[PATCH] mm: thp: fix potential clearing to referenced flag in page_idle_clear_pte_refs_one()
 2018-02-06  0:06 UTC  (2+ messages)

[GIT PULL] libnvdimm for 4.16
 2018-02-06  0:07 UTC  (3+ messages)

[PATCH 0/4] tree-wide: fix comparison to bitshift when dealing with a mask
 2018-02-06  0:06 UTC  (4+ messages)
  ` [PATCH 2/4] drm/exynos: "

[v2] ARM: dts: imx: Add support for Advantech DMS-BA16
 2018-02-06  0:05 UTC  (3+ messages)

[PATCH] [v2] drm/exynos: g2d: use monotonic timestamps
 2018-02-06  0:05 UTC  (3+ messages)

[PATCH 1/2] Revert "eal: fix default mempool ops"
 2018-02-06  0:05 UTC  (4+ messages)
` [PATCH FIX-OPTION-1] mbuf: fix the logic of user mempool ops API

[virtio] [PATCH v6 0/5] packed ring layout spec
 2018-02-06  0:05 UTC  (4+ messages)
` [virtio] [PATCH v7 01/11] content: move 1.0 queue format out to a separate section

[PATCH v8 1/6] drm/i915/guc: Move GuC WOPCM related code into separate files
 2018-02-06  0:02 UTC  (6+ messages)
` [PATCH v8 2/6] drm/i915/guc: Rename guc_ggtt_offset to intel_guc_ggtt_offset
` [PATCH v8 3/6] drm/i915/guc: Implement dynamic GuC WOPCM offset and size
` [PATCH v8 4/6] drm/i915/guc: Add dynamic GuC WOPCM offset and size support for CNL
` [PATCH v8 5/6] drm/i915/guc: Check the locking status of GuC WOPCM registers
` [PATCH v8 6/6] HAX Enable GuC Submission for CI

[master][PATCH] linux-ti-staging: support multiple kernel packages with KERNEL_PACKAGE_NAME
 2018-02-06  0:04 UTC 

[Buildroot] [RFCv3 00/15] Per-package host/target directory support
 2018-02-06  0:00 UTC  (5+ messages)
` [Buildroot] [RFCv3 13/15] core: change host RPATH handling

[PATCH 4.15 00/60] 4.15.2-stable review
 2018-02-05 23:58 UTC  (2+ messages)

[PATCH v9 0/3] arm: npcm: add basic support for Nuvoton BMCs
 2018-02-05 23:57 UTC  (9+ messages)
` [PATCH v9 1/3] "
` [PATCH v9 2/3] arm: dts: add Nuvoton NPCM750 device tree
` [PATCH v9 3/3] MAINTAINERS: Add entry for the Nuvoton NPCM architecture

[PATCH v3] drm/i915/cnl: WaPipeControlBefore3DStateSamplePattern
 2018-02-05 23:58 UTC  (2+ messages)
` ✓ Fi.CI.BAT: success for drm/i915/cnl: WaPipeControlBefore3DStateSamplePattern (rev3)

[PATCH 4.14 00/64] 4.14.18-stable review
 2018-02-05 23:55 UTC  (2+ messages)

[Qemu-arm] [PATCH 0/8] v8m: minor missing regs and bugfixes
 2018-02-05 23:53 UTC  (4+ messages)
` [Qemu-arm] [PATCH 5/8] hw/intc/armv7m_nvic: Implement cache ID registers
    ` [Qemu-devel] "

i915 PSR test results and cursor lag
 2018-02-05 23:54 UTC  (9+ messages)
` [Intel-gfx] "

[RFC v2 01/17] mempool: fix phys contig check if populate default skipped
 2018-02-05 23:53 UTC  (3+ messages)
` [PATCH] "
  ` [dpdk-stable] "

[PATCH v2 0/7] Introduce GENI SE Controller Driver
 2018-02-05 23:53 UTC  (10+ messages)
` [PATCH v2 3/7] soc: qcom: Add GENI based QUP Wrapper driver

[igt-dev] [CI i-g-t] tests/perf_pmu: Test RC6 during runtime suspend
 2018-02-05 23:51 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[PATCH 00/20] Remove references to undefined symbols and fix two potential bugs
 2018-02-05 23:49 UTC  (8+ messages)
` [PATCH 07/20] riscv: Remove ARCH_WANT_OPTIONAL_GPIOLIB select

[Qemu-arm] [PATCH 0/7] target/arm: Implement M profile derived exceptions
 2018-02-05 23:48 UTC  (6+ messages)
` [Qemu-arm] [PATCH 2/7] target/arm: Split "get pending exception info" from "acknowledge it"
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH 5/7] target/arm: Make v7m_push_callee_stack() honour MPU
    ` [Qemu-devel] "

[PATCH 0/1] drm/nouveau/disp: prefer identity-mapped route of SOR <-> macro link
 2018-02-05 23:47 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH 1/4] bus/fslmc: fix registering dpaa2 mempool ops
 2018-02-05 23:44 UTC  (3+ messages)

[PATCH 01/10] drm/vblank: Data type fixes for 64-bit vblank sequences
 2018-02-05 23:41 UTC  (6+ messages)

[PATCH] pinctrl: qcom: Add irq_enable callback for msm gpio
 2018-02-05 23:41 UTC  (2+ messages)

[seabios test] 118590: regressions - FAIL
 2018-02-05 23:38 UTC 

[PATCH v6] libfdt: add helpers to read address and size from reg
 2018-02-05 23:38 UTC 

[RFH/PATCH] blame: tighten command line parser
 2018-02-05 23:37 UTC 

[oe-commits] Li xin : tiptop: upgrade 2.2 -> 2.3
 2018-02-05 23:36 UTC  (3+ messages)

Not finding symbol information
 2018-02-05 23:35 UTC  (5+ messages)

[PATCH] core-image-minimal-initramfs: use initramfs-framework for initialization
 2018-02-05 23:34 UTC  (5+ messages)

[Qemu-devel] ehabkost away between 13/Feb and 4/Mar
 2018-02-05 23:34 UTC 

[PATCH] bb/turbo_sw: fix exported dynamic log type
 2018-02-05 23:33 UTC 

[Buildroot] [PATCH 1/5] package/x11r7/xlib_libxshmfence: fix build with glibc 2.27
 2018-02-05 23:32 UTC  (5+ messages)
` [Buildroot] [PATCH 5/5] package/glibc: bump to 2.27

+ bitmap-replace-bitmap_fromto_u32array-fix-2.patch added to -mm tree
 2018-02-05 23:31 UTC 

[U-Boot] [PATCH 0/2] Android and arm64 improvement
 2018-02-05 23:31 UTC  (2+ messages)

[PATCH net] nfp: fix kdoc warnings on nested structures
 2018-02-05 23:29 UTC 

[obsolete] ubsan-dont-mark-__ubsan_handle_builtin_unreachable-as-noreturn.patch removed from -mm tree
 2018-02-05 23:28 UTC 

IPv6 Parameter problem with no ICMPv6 response ?
 2018-02-05 23:27 UTC  (4+ messages)

[PATCH] bus/vdev: fix vdev stops probing when device fails
 2018-02-05 23:27 UTC  (2+ messages)

xfstests failures
 2018-02-05 23:25 UTC  (6+ messages)

[BUG] drivers/input/misc/pcap: a possible sleep-in-atomic bug in pcap_keys_handler
 2018-02-05 23:25 UTC  (2+ messages)

[Patch net v2] xt_RATEEST: acquire xt_rateest_mutex for hash insert
 2018-02-05 23:25 UTC  (2+ messages)

[PATCH net 0/1 v2] rtnetlink: require unique netns identifier
 2018-02-05 23:24 UTC  (4+ messages)
` [PATCH net 1/1 "

[PATCH 0/7] xfsprogs: 4.15 rollup pt. 5
 2018-02-05 23:23 UTC  (8+ messages)
` [PATCH 1/7] xfs_scrub: log operational messages when interactive
` [PATCH 2/7] xfs_scrub: remove preen mode
` [PATCH 3/7] xfs_scrub: classify lack of ioctl support as a runtime error
` [PATCH 4/7] xfs_scrub: reclassify runtime errors
` [PATCH 5/7] xfs_scrub: reclassify some of the warning messages
` [PATCH 6/7] xfs_scrub: always init phase information
` [PATCH 7/7] xfs_scrub: refactor outcome display into a separate helper

[RFC PATCH 0/6] spi: Extend the framework to generically support memory devices
 2018-02-05 23:21 UTC  (14+ messages)
` [RFC PATCH 1/6] spi: Extend the core to ease integration of SPI memory controllers
` [RFC PATCH 2/6] spi: bcm-qspi: Implement the spi_mem interface
` [RFC PATCH 3/6] spi: bcm53xx: "
` [RFC PATCH 4/6] spi: ti-qspi: "
` [RFC PATCH 5/6] mtd: spi-nor: Use the spi_mem_xx() API
` [RFC PATCH 6/6] spi: Get rid of the spi_flash_read() API

[PATCH net v3] sctp: fix dst refcnt leak in sctp_v4_get_dst
 2018-02-05 23:20 UTC  (3+ messages)

[PATCH 0/4 v6] lib: debugobjects: Introduce new global free list and defer objects free via the free list
 2018-02-05 23:18 UTC  (5+ messages)
` [PATCH 1/4 v6] lib: debugobjects: export max loops counter
` [PATCH 2/4 v6] lib: debugobjects: add global free list and the counter
` [PATCH 3/4 v6] lib: debugobjects: use global free list in free_object()
` [PATCH 4/4 v6] lib: debugobjects: handle objects free in a batch outside the loop

[PATCH lttng-tools 2/2] Document add-context limitation for started session
 2018-02-05 23:19 UTC 

[PATCH lttng-tools 1/2] Fix: add-context cannot be performed after a session has been started
 2018-02-05 23:19 UTC 

[PATCH 0/2] drivers/qcom: add Command DB support
 2018-02-05 23:18 UTC  (3+ messages)
` [PATCH 1/2] drivers: qcom: add command DB driver


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.