All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-05-16 21:47:00 to 2018-05-16 23:00:02 UTC [more...]

[PATCH 00/35] refactoring refspecs
 2018-05-16 22:58 UTC  (28+ messages)
` [PATCH v2 00/36] "
  ` [PATCH v2 01/36] refspec: move refspec parsing logic into its own file
  ` [PATCH v2 02/36] refspec: rename struct refspec to struct refspec_item
  ` [PATCH v2 03/36] refspec: factor out parsing a single refspec
  ` [PATCH v2 04/36] refspec: introduce struct refspec
  ` [PATCH v2 05/36] refspec: convert valid_fetch_refspec to use parse_refspec
  ` [PATCH v2 06/36] submodule--helper: convert push_check to use struct refspec
  ` [PATCH v2 07/36] pull: convert get_tracking_branch to use refspec_item_init
  ` [PATCH v2 09/36] remote: convert check_push_refs to use struct refspec
  ` [PATCH v2 10/36] remote: convert match_push_refs "
  ` [PATCH v2 11/36] clone: convert cmd_clone to use refspec_item_init
  ` [PATCH v2 12/36] fast-export: convert to use struct refspec
  ` [PATCH v2 13/36] remote: convert push refspecs to "
  ` [PATCH v2 14/36] remote: convert fetch "
  ` [PATCH v2 15/36] remote: remove add_prune_tags_to_fetch_refspec
  ` [PATCH v2 16/36] transport-helper: convert to use struct refspec
  ` [PATCH v2 17/36] fetch: convert fetch_one "
  ` [PATCH v2 18/36] fetch: convert refmap "
  ` [PATCH v2 19/36] refspec: remove the deprecated functions
  ` [PATCH v2 20/36] fetch: convert do_fetch to take a struct refspec
  ` [PATCH v2 21/36] fetch: convert get_ref_map "
  ` [PATCH v2 24/36] remote: convert apply_refspecs "
  ` [PATCH v2 25/36] remote: convert query_refspecs "
  ` [PATCH v2 26/36] remote: convert get_ref_match "
  ` [PATCH v2 27/36] remote: convert match_explicit_refs "
  ` [PATCH v2 28/36] push: check for errors earlier
  ` [PATCH v2 32/36] transport: remove transport_verify_remote_names

[PATCH] bpf: add __printf verification to bpf_verifier_vlog
 2018-05-16 22:59 UTC  (2+ messages)

[PATCH bpf-next] libbpf: add ifindex to enable offload support
 2018-05-16 22:59 UTC  (2+ messages)

[PATCH bpf-next] bpf: fix sock hashmap kmalloc warning
 2018-05-16 22:58 UTC  (2+ messages)

nvme: batch completions and do them outside of the queue lock
 2018-05-16 22:57 UTC  (4+ messages)

linux-next: manual merge of the renesas tree with the mvebu tree
 2018-05-16 22:57 UTC  (2+ messages)

[PATCH] PM / devfreq: Init user limits from OPP limits, not viceversa
 2018-05-16 22:57 UTC 

[PATCH 1/7] drm/i915: Remove tasklet flush before disable
 2018-05-16 22:56 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [1/7] "

[PATCH v15.1 00/22] xfs-4.18: online repair support
 2018-05-16 22:55 UTC  (18+ messages)
` [PATCH 03/22] xfs: add helpers to collect and sift btree block pointers during repair
` [PATCH 04/22] xfs: add helpers to dispose of old btree blocks after a repair
` [PATCH 05/22] xfs: recover AG btree roots from rmap data
` [PATCH 07/22] xfs: add helpers to attach quotas to inodes
` [PATCH 08/22] xfs: repair superblocks

ThreadStack Project: an innovative open-source software for multi-thread computing
 2018-05-16 22:54 UTC 

[Qemu-arm] [PATCH v3-a 00/27] target/arm: Scalable Vector Extension
 2018-05-16 22:30 UTC  (43+ messages)
` [Qemu-devel] "
` [Qemu-arm] [PATCH v3-a 01/27] target/arm: Introduce translate-a64.h
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v3-a 02/27] target/arm: Add SVE decode skeleton
` [Qemu-arm] [PATCH v3-a 03/27] target/arm: Implement SVE Bitwise Logical - Unpredicated Group
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v3-a 04/27] target/arm: Implement SVE load vector/predicate
` [Qemu-arm] [PATCH v3-a 05/27] target/arm: Implement SVE predicate test
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v3-a 06/27] target/arm: Implement SVE Predicate Logical Operations Group
` [Qemu-arm] [PATCH v3-a 07/27] target/arm: Implement SVE Predicate Misc Group
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v3-a 08/27] target/arm: Implement SVE Integer Binary Arithmetic - Predicated Group
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v3-a 09/27] target/arm: Implement SVE Integer Reduction Group
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v3-a 10/27] target/arm: Implement SVE bitwise shift by immediate (predicated)
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v3-a 11/27] target/arm: Implement SVE bitwise shift by vector (predicated)
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v3-a 12/27] target/arm: Implement SVE bitwise shift by wide elements (predicated)
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v3-a 13/27] target/arm: Implement SVE Integer Arithmetic - Unary Predicated Group
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v3-a 14/27] target/arm: Implement SVE Integer Multiply-Add Group
` [Qemu-devel] [PATCH v3-a 15/27] target/arm: Implement SVE Integer Arithmetic - Unpredicated Group
` [Qemu-arm] [PATCH v3-a 16/27] target/arm: Implement SVE Index Generation Group
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v3-a 17/27] target/arm: Implement SVE Stack Allocation Group
` [Qemu-devel] [PATCH v3-a 18/27] target/arm: Implement SVE Bitwise Shift - Unpredicated Group
` [Qemu-arm] [PATCH v3-a 19/27] target/arm: Implement SVE Compute Vector Address Group
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v3-a 20/27] target/arm: Implement SVE floating-point exponential accelerator
` [Qemu-arm] [PATCH v3-a 21/27] target/arm: Implement SVE floating-point trig select coefficient
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v3-a 22/27] target/arm: Implement SVE Element Count Group
` [Qemu-devel] [PATCH v3-a 23/27] target/arm: Implement SVE Bitwise Immediate Group
` [Qemu-devel] [PATCH v3-a 24/27] target/arm: Implement SVE Integer Wide Immediate - Predicated Group
` [Qemu-devel] [PATCH v3-a 25/27] target/arm: Implement SVE Permute - Extract Group
` [Qemu-arm] [PATCH v3-a 26/27] target/arm: Extend vec_reg_offset to larger sizes
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v3-a 27/27] target/arm: Implement SVE Permute - Unpredicated Group

[PATCH] u-boot: Upgrade to 2018.05 release
 2018-05-16 22:50 UTC  (7+ messages)

linux-next: manual merge of the mvebu tree with the arm-soc tree
 2018-05-16 22:47 UTC  (2+ messages)

[PATCH] regulator: core: Allow for regulators that can't be read at bootup
 2018-05-16 22:47 UTC  (2+ messages)

[1/3] x86/MCE/AMD: Redo function to get SMCA bank type
 2018-05-16 22:46 UTC  (8+ messages)
` [3/3] x86/MCE/AMD: Get address from already initialized block
          ` [PATCH 3/3] "

[PATCH RFC] schedutil: Allow cpufreq requests to be made even when kthread kicked
 2018-05-16 22:45 UTC 

[PATCH] PCI: DPC: Clear AER status bits before disabling port containment
 2018-05-16 22:44 UTC  (2+ messages)

kernel BUG at lib/string.c:LINE! (4)
 2018-05-16 22:43 UTC  (2+ messages)

[PATCH 1/2] libmultipath: print correct default for delay_*_checks
 2018-05-16 22:43 UTC  (2+ messages)
` [PATCH 2/2] multipath.conf.5: clarify property whitelist handling

[PATCH][SMB3] Add ftrace support
 2018-05-16 22:42 UTC 

[PATCH v5 0/3] enable early printing of hashed pointers
 2018-05-16 22:41 UTC  (3+ messages)

[RFC/RFT] [PATCH 00/10] Intel_pstate: HWP Dynamic performance boost
 2018-05-16 22:40 UTC  (6+ messages)
` [RFC/RFT] [PATCH 06/10] cpufreq / sched: Add interface to get utilization values

[PATCH v2 0/3] btrfs: add read mirror policy
 2018-05-16 22:35 UTC  (2+ messages)

[U-Boot] [PATCH] drivers/net/vsc9953: Initialize action RAM in VCAP complex
 2018-05-16 22:37 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/node: bump version to 8.11.2
 2018-05-16 22:30 UTC 

[PATCH] grep: handle corrupt index files early
 2018-05-16 22:27 UTC  (14+ messages)
` [PATCH 00/11]
  ` [PATCH 01/11] grep: handle corrupt index files early
  ` [PATCH 02/11] repository: introduce repo_read_index_or_die
  ` [PATCH 03/11] builtin/grep: use repo_read_index_or_die
  ` [PATCH 04/11] submodule: "
  ` [PATCH 05/11] builtin/ls-files: "
  ` [PATCH 06/11] read_cache: use repo_read_index_or_die with different error messages
  ` [PATCH 07/11] rerere: use repo_read_index_or_die
  ` [PATCH 08/11] check-attr: switch to repo_read_index_or_die
  ` [PATCH 09/11] checkout-index: switch to repo_read_index
  ` [PATCH 10/11] test helpers: switch to repo_read_index_or_die
  ` [PATCH 11/11] read_cache: convert most calls "

[PATCH] vsprintf: Add command line option debug_boot_weak_hash
 2018-05-16 22:26 UTC  (3+ messages)

[U-Boot] [PATCH] net: nfs: don't fail when nfs_read_reply returns -NFS_RPC_DROP
 2018-05-16 22:26 UTC  (2+ messages)

[PATCH net-next] erspan: set bso bit based on mirrored packet's len
 2018-05-16 22:24 UTC  (4+ messages)

[PATCH v2 0/3] arm64: dts: Draak: Enable video inputs and VIN4
 2018-05-16 22:23 UTC  (9+ messages)
` [PATCH v2 2/3] arm64: dts: renesas: draak: Describe CVBS input
` [PATCH v2 3/3] arm64: dts: renesas: draak: Describe HDMI input

[PATCH] usbip: vhci_sysfs: fix potential Spectre v1
 2018-05-16 22:22 UTC  (2+ messages)
`  "

[PATCH] net: ethernet: ti: cpsw: disable mq feature for "AM33xx ES1.0" devices
 2018-05-16 22:21 UTC 

[Qemu-devel] [PATCH v7 00/11] enable numa configuration before machine_init() from QMP
 2018-05-16 22:21 UTC  (5+ messages)
` [Qemu-devel] [PATCH v7 08/11] tests: extend qmp test with preconfig checks
` [Qemu-devel] [PATCH v7 11/11] tests: functional tests for QMP command set-numa-node

[PATCH] drm/dp: implement EXTENDED_RECEIVER_CAPABILITY_FIELD_PRESENT
 2018-05-16 22:31 UTC  (3+ messages)

[PATCH v6 1/2] dt: bindings: lm3601x: Introduce the lm3601x driver
 2018-05-16 22:19 UTC  (8+ messages)
` [PATCH v6 2/2] leds: lm3601x: Introduce the lm3601x LED driver

[PATCH] shallow: remove unused variable
 2018-05-16 22:19 UTC  (2+ messages)

[PATCH V5 0/9] nvme: pci: fix & improve timeout handling
 2018-05-16 22:18 UTC  (10+ messages)

[U-Boot] [PATCH 0/4] Updates for Turris Mox
 2018-05-16 22:16 UTC  (3+ messages)
` [U-Boot] [PATCH 4/4] board: turris_mox: Add gpio command to defconfig

[PATCH 0/6] media: rcar-vin: Brush endpoint properties
 2018-05-16 22:15 UTC  (22+ messages)
` [PATCH 2/6] dt-bindings: media: rcar-vin: Document data-active
` [PATCH 3/6] media: rcar-vin: Handle data-active property
` [PATCH 4/6] media: rcar-vin: Handle CLOCKENB pin polarity
` [PATCH 5/6] ARM: dts: rcar-gen2: Remove unused VIN properties
` [PATCH 6/6] ARM: dts: rcar-gen2: Add 'data-active' property

[PATCH] Fix grammar in output - "less then" -> "less than"
 2018-05-16 22:14 UTC 

[CI 1/4] drm/i915: Remove tasklet flush before disable
 2018-05-16 22:14 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [CI,1/4] "

[Qemu-devel] [PATCH] linux-user: update netlink emulation
 2018-05-16 22:12 UTC 

[Qemu-devel] Problem with data miscompare using scsi-hd, cache=none and io=threads
 2018-05-16 22:12 UTC  (4+ messages)

[PATCH V4] evm: Allow non-SHA1 digital signatures
 2018-05-16 22:12 UTC  (2+ messages)

[PATCH 0/2] ratelimit: Do not lose messages under limit
 2018-05-16 22:11 UTC  (11+ messages)
` [PATCH 1/2] random: Omit double-printing ratelimit messages

[PATCH 1/2] ALSA: timer: Simplify timer hw resolution calls
 2018-05-16 22:10 UTC  (2+ messages)
` [PATCH 2/2] ALSA: timer: Assure timer resolution access always locked

[PATCH 4.4 00/97] 4.4.129-stable review
 2018-05-16 22:09 UTC  (4+ messages)
` [PATCH 4.4 53/97] ALSA: pcm: Fix UAF at PCM release via PCM timer access

[PATCH v9 0/5] Hyper-V/Azure netvsc PMD and bus support
 2018-05-16 22:08 UTC  (6+ messages)
` [PATCH v9 1/5] eal: add rte_uuid support
` [PATCH v9 2/5] bus/vmbus: add hyper-v virtual bus support
` [PATCH v9 3/5] net/netvsc: add hyper-v netvsc network device
` [PATCH v9 4/5] net/netvsc: add documentation
` [PATCH v9 5/5] bus/vmbus and net/netvsc: add meson build support

[PATCH v3 0/3] mailbox: ACPI: Remove incorrect error message about parsing PCCT
 2018-05-16 22:03 UTC  (7+ messages)
` [PATCH v3 3/3] mailbox: ACPI: erroneous error message when parsing the ACPI PCCT
        ` [PATCH v4 3/3] mailbox: ACPI: erroneous error message when parsing the ACPI, PCCT

[PATCH 0/2] Update selfstes strings
 2018-05-16 22:00 UTC  (3+ messages)
` [PATCH 1/2] btrfs: tests: add helper for error messages and update them
` [PATCH 2/2] btrfs: tests: drop newline from test_msg strings

[PATCH RFC v2 0/2] NVMF/RDMA 8K Inline Support
 2018-05-16 22:01 UTC  (2+ messages)

[PATCH bpf-next 0/7] bpf: implement BPF_PERF_EVENT_QUERY for perf event query
 2018-05-16 21:59 UTC  (4+ messages)
` [PATCH bpf-next 2/7] bpf: introduce bpf subcommand BPF_PERF_EVENT_QUERY

[PATCH bpf-next v5 0/6] ipv6: sr: introduce seg6local End.BPF action
 2018-05-16 21:59 UTC  (4+ messages)
` [PATCH bpf-next v5 3/6] bpf: Add IPv6 Segment Routing helpers

[Qemu-devel] [RFC PATCH 00/12] qemu-img: add bitmap queries
 2018-05-16 21:55 UTC  (7+ messages)
` [Qemu-devel] [RFC PATCH 08/12] qjson: allow caller to ask for arbitrary indent
` [Qemu-devel] [RFC PATCH 09/12] qapi/block-core: add BitmapMapping and BitmapEntry structs

[PATCH 2/2] unpack_trees_options: free messages when done
 2018-05-16 21:54 UTC  (3+ messages)
` [PATCH v2 0/3] "

Test for osstest, features used in Qubes OS
 2018-05-16 21:54 UTC 

[PATCH V3 0/5] X86: Hyper-V: APIC enlightenments
 2018-05-16 21:53 UTC  (6+ messages)
` [PATCH V3 1/5] X86: Hyper-V: Enlighten APIC access
  ` [PATCH V3 2/5] X86: Hyper-V: Enable IPI enlightenments
  ` [PATCH V3 3/5] X86: Hyper-V: Enhanced IPI enlightenment
  ` [PATCH V3 4/5] X86: Hyper-V: Consolidate code for converting cpumask to vpset
  ` [PATCH V3 5/5] X86: Hyper-V: Consolidate the allocation of the hypercall input page

[PATCH v2 0/4] DRM helpers for Display Stream Compression PPS infoframes
 2018-05-16 21:53 UTC  (2+ messages)

[PATCH] refspec.h: reinstate 'extern' to fix sparse warning
 2018-05-16 21:52 UTC  (4+ messages)

[PATCH] bus/vdev: don't double space log messages
 2018-05-16 21:51 UTC 

[PATCH 00/14] Modify action API for implementing lockless actions
 2018-05-16 21:51 UTC  (11+ messages)

[Buildroot] [PATCH] libgpiod: bump version to v1.1
 2018-05-16 21:48 UTC  (2+ messages)

[bpf PATCH 1/2] bpf: sockmap update rollback on error can incorrectly dec prog refcnt
 2018-05-16 21:46 UTC  (2+ messages)
` [bpf PATCH 2/2] bpf: parse and verdict prog attach may race with bpf map update


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.