All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-03-18 20:58:58 to 2017-03-19 04:29:39 UTC [more...]

[lustre-devel] [PATCH/RFC] staging/lustre: Rework class_process_proc_param
 2017-03-19  4:29 UTC  (4+ messages)

[PATCH 1/2] nvme-rdma: fix module_init (theoretical) error path
 2017-03-19  4:29 UTC  (2+ messages)
` [PATCH 2/2] nvme-loop: "

OpenEmbedded Layer Index autobuild errors
 2017-03-19  4:28 UTC 

[Buildroot] No mouse or keyboard in TinyX
 2017-03-19  4:28 UTC 

[PATCH v4] fsstress: add mwrite/mread into test operation list
 2017-03-19  4:20 UTC 

Errors in nano-x add_to_full3.sh script
 2017-03-19  4:19 UTC  (2+ messages)

[PATCH] Add largedir feature
 2017-03-19  4:19 UTC  (9+ messages)

[RFC PATCH 0/6] virtio-net: Add support for virtio-net header extensions
 2017-03-19  4:06 UTC  (7+ messages)
` [RFC PATCH 1/6] virtio-net: Remove the use the padded vnet_header structure
` [RFC PATCH 2/6] virtio-net: make header length handling uniform
` [RFC PATCH 3/6] virtio_net: Add basic skeleton for handling vnet header extensions
` [RFC PATCH 4/6] virtio-net: Add support for IPv6 fragment id vnet header extension
` [RFC PATCH 5/6] virtio-net: Add support for vlan acceleration "
` [RFC PATCH 6/6] virtio: Add support for UDP tunnel offload and extension

[PATCH] [PATCH net] net: Do not hold the reference for the same sk_rx_dst
 2017-03-19  4:03 UTC  (4+ messages)
` [PATCH net v2] "

[GIT PULL] target fixes for v4.11-rc3
 2017-03-19  4:01 UTC  (2+ messages)

[PATCH 0/7] Change k_clock interfaces to use timespec64
 2017-03-19  3:57 UTC  (8+ messages)
` [PATCH 1/7] time: Delete do_sys_setimeofday()
` [PATCH 2/7] time: Change posix clocks ops interfaces to use timespec64
` [PATCH 3/7] Change k_clock clock_get() "
` [PATCH 4/7] Change k_clock clock_getres() "
` [PATCH 5/7] Change k_clock clock_set() "
` [PATCH 6/7] Change k_clock timer_set() and timer_get() "
` [PATCH 7/7] Change k_clock nsleep() "

[linux-4.1 test] 106764: regressions - FAIL
 2017-03-19  3:55 UTC 

[08/15] power: supply: bq24190_charger: Add support for external fuel gauge
 2017-03-19  3:52 UTC  (6+ messages)

Licensing of libaudit and libauparse
 2017-03-19  3:32 UTC 

[Bug 99584] New: XVMC on nv43 class card broken with recent mesa + kernel
 2017-03-19  2:24 UTC  (2+ messages)
  ` [Bug 99584] "

[sched/core] 8a8c69c327: WARNING: CPU: 0 PID: 8 at kernel/locking/lockdep.c:3548 lock_release
 2017-03-19  1:55 UTC  (6+ messages)

[PATCH v2] mac80211: Jitter HWMP MPATH reply frames to reduce collision on dense networks
 2017-03-19  1:48 UTC  (3+ messages)

[qemu-mainline test] 106763: regressions - trouble: blocked/broken/fail/pass
 2017-03-19  2:10 UTC 

[PATCH net-next v2] net: Add sysctl to toggle early demux for tcp and udp
 2017-03-19  2:07 UTC  (9+ messages)

[PATCH 0/4] Regmap IRQ fix and related changes CPCAP
 2017-03-19  2:01 UTC  (3+ messages)
` [PATCH 4/4] mfd: cpcap: Fix bad use of IRQ sense register

[linux-linus test] 106761: regressions - FAIL
 2017-03-19  1:57 UTC 

ANNOUNCE: New sponsor Netronome
 2017-03-19  1:56 UTC  (10+ messages)
    ` [NetDev] "
          ` [NetDev-tech] "

[PATCH] drm/nouveau/mpeg: mthd returns true on success now
 2017-03-19  1:53 UTC  (2+ messages)

[PATCH 00/30] LLVM fixes
 2017-03-19  1:42 UTC  (31+ messages)
` [PATCH v3 01/30] fix usage of inlined calls
` [PATCH v3 02/30] inlined calls should not block BB packing
` [PATCH v3 03/30] give function's arguments a type via OP_PUSH
` [PATCH v3 04/30] give a type to OP_PHISOURCE
` [PATCH v3 05/30] give a type to OP_SEL, always
` [PATCH v3 06/30] llvm: remove unneeded arg 'module'
` [PATCH v3 07/30] llvm: remove unneeded 'generation'
` [PATCH v3 08/30] llvm: remove unneeded function::type
` [PATCH v3 09/30] llvm: reduce scope of 'bb_nr'
` [PATCH v3 10/30] llvm: use pseudo_list_size() instead of open coding it
` [PATCH v3 11/30] llvm: give arguments a name
` [PATCH v3 12/30] llvm: give a name to call's return values
` [PATCH v3 13/30] llvm: avoid useless temp variable
` [PATCH v3 14/30] llvm: extract get_sym_value() from pseudo_to_value()
` [PATCH v3 15/30] llvm: fix test of floating-point type
` [PATCH v3 16/30] llvm: fix translation of PSEUDO_VALs into a ValueRefs
` [PATCH v3 17/30] llvm: fix output_op_store() which modify its operand
` [PATCH v3 18/30] llvm: fix output_op_[ptr]cast()
` [PATCH v3 19/30] llvm: take care of degenerated rvalues
` [PATCH v3 20/30] llvm: add test cases for symbol's address
` [PATCH v3 21/30] llvm: add test cases for pointers passed as argument
` [PATCH v3 22/30] llvm: add test cases for arrays "
` [PATCH v3 23/30] llvm: add test cases for degenerated pointers
` [PATCH v3 24/30] llvm: add support for OP_NEG
` [PATCH v3 25/30] llvm: fix pointer/float mixup in comparisons
` [PATCH v3 26/30] llvm: fix type in comparison with an address constant
` [PATCH v3 27/30] llvm: give correct type to binops
` [PATCH v3 28/30] llvm: adjust OP_RET's type
` [PATCH v3 29/30] llvm: variadic functions are not being marked as such
` [PATCH v3 30/30] llvm: fix type of switch constants

[Bridge] [PATCH 07/17] net: convert sock.sk_refcnt from atomic_t to refcount_t
 2017-03-19  1:21 UTC  (5+ messages)
  `  "

[PATCH V1] mmc: core: fix still flush cache when eMMC cache off
 2017-03-19  0:45 UTC 

[PATCH 0/6] Device tree changes to add more droid 4 devices
 2017-03-19  1:29 UTC  (9+ messages)
` [PATCH 2/6] ARM: dts: omap4-droid4: Add LCD backlight
` [PATCH 3/6] ARM: dts: omap4-droid4: Add GPIO poweroff
` [PATCH 4/6] ARM: dts: omap4-droid4: Add tmp105 sensor for droid 4
` [PATCH 6/6] ARM: dts: omap4-droid4: Add LCD

[PATCH] Staging: rtl8192e - fixed style of block comments
 2017-03-19  1:16 UTC 

[PATCH v5 00/39] i.MX Media Driver
 2017-03-19  0:54 UTC  (10+ messages)

[PATCH 0/8] Various changes to the "tag" command
 2017-03-19  0:48 UTC  (3+ messages)
` [PATCH 1/8] tag: Remove a TODO item from the test suite

[04/15] power: supply: bq24190_charger: Add no_register_reset pdata flag
 2017-03-19  0:57 UTC  (5+ messages)

sparse-llvm the LLVM IR for select instruction fails due to different types
 2017-03-19  0:21 UTC  (2+ messages)

sparse-llvm switch constants must all be same type as switch value
 2017-03-19  0:52 UTC  (2+ messages)

[PATCH v4 00/14] qla2xxx: Bug Fixes and updates for target
 2017-03-19  0:32 UTC  (2+ messages)

[U-Boot] [PATCH v6 3/3] Kconfig: Disable non-FIT SPL loading for TI secure devices
 2017-03-19  0:26 UTC  (2+ messages)
` [U-Boot] [U-Boot, v6, "

[U-Boot] [PATCH v6 2/3] spl: Add option to enable SPL Legacy image support
 2017-03-19  0:26 UTC  (2+ messages)
` [U-Boot] [U-Boot, v6, "

[U-Boot] [PATCH v6 1/3] spl: Convert CONFIG_SPL_ABORT_ON_RAW_IMAGE into a positive option
 2017-03-19  0:26 UTC  (2+ messages)
` [U-Boot] [U-Boot, v6, "

[PATCH] gpio: acpi: Call enable_irq_wake for _IAE GpioInts with Wake set
 2017-03-19  0:25 UTC  (2+ messages)

sparse-llvm op_shl and op_lshr code generation issue
 2017-03-19  0:23 UTC  (2+ messages)

Is there a way to have a local version of a header file?
 2017-03-19  0:19 UTC  (9+ messages)

sparse-llvm functions must be cast to correct type before calling
 2017-03-19  0:20 UTC  (2+ messages)

[PATCH] Staging: ks7010 - fixed style block comments
 2017-03-19  0:07 UTC 

[PATCH rfc 00/10] non selective polling block interface
 2017-03-18 23:58 UTC  (5+ messages)
` [PATCH rfc 10/10] target: Use non-selective polling

ARCS can't load CONFIG_DEBUG_LOCK_ALLOC kernel
 2017-03-18 23:42 UTC  (9+ messages)

virtio "how to restart applications" - //dpdk.org/doc/virtio-net-pmd
 2017-03-18 23:43 UTC  (14+ messages)

[Bug 100270] power usage increase by approx 4W between kernel 4.7.8 and 4.8.5
 2017-03-18 23:34 UTC 

[PATCH] l10n: add framework for localizing the manpages
 2017-03-18 23:03 UTC  (5+ messages)
` [PATCH v2 1/2] l10n: Introduce framework for localizing man pages

[U-Boot] [PATCH] fdt_support: Fixup 'ethernet' aliases not ending in digits
 2017-03-18 23:17 UTC  (5+ messages)

[PATCH] Remove dependency on deprecated Net::SMTP::SSL
 2017-03-18 23:14 UTC  (4+ messages)
` [PATCH] send-email: Net::SMTP::SSL is obsolete, use only when necessary

[PATCH 00/20] object_id part 7
 2017-03-18 21:19 UTC  (21+ messages)
` [PATCH 01/20] Define new hash-size constants for allocating memory
` [PATCH 02/20] Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZ
` [PATCH 03/20] Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZ
` [PATCH 04/20] builtin/diff: convert to struct object_id
` [PATCH 05/20] builtin/pull: convert portions "
` [PATCH 06/20] builtin/receive-pack: "
` [PATCH 07/20] fsck: convert init_skiplist "
` [PATCH 08/20] parse-options-cb: convert sha1_array_append caller "
` [PATCH 09/20] test-sha1-array: convert most code "
` [PATCH 10/20] sha1_name: convert struct disambiguate_state to object_id
` [PATCH 11/20] sha1_name: convert disambiguate_hint_fn to take object_id
` [PATCH 12/20] submodule: convert check_for_new_submodule_commits to object_id
` [PATCH 13/20] builtin/pull: convert to struct object_id
` [PATCH 14/20] sha1-array: convert internal storage for struct sha1_array to object_id
` [PATCH 15/20] Make sha1_array_append take a struct object_id *
` [PATCH 16/20] Convert remaining callers of sha1_array_lookup to object_id
` [PATCH 17/20] Convert sha1_array_lookup to take struct object_id
` [PATCH 18/20] Convert sha1_array_for_each_unique and for_each_abbrev to object_id
` [PATCH 19/20] Rename sha1_array to oid_array
` [PATCH 20/20] Documentation: update and rename api-sha1-array.txt

[09/15] power: supply: bq24190_charger: Add voltage_max_design prop to battery
 2017-03-18 23:10 UTC  (4+ messages)

[10/15] power: supply: bq24190_charger: Use extcon to determine ilimit, 5v boost
 2017-03-18 23:11 UTC  (4+ messages)

[PATCH net 1/2] tcp: fix SCM_TIMESTAMPING_OPT_STATS for normal skbs
 2017-03-18 21:03 UTC  (2+ messages)
` [PATCH net 2/2] tcp: mark skbs with SCM_TIMESTAMPING_OPT_STATS

[PATCH] Quirk for webcam in MacBook Pro 2016
 2017-03-18 21:02 UTC 

[GIT PULL] Openrisc fixes for 4.11
 2017-03-18 22:47 UTC 

[07/15] power: supply: bq24190_charger: Add support for bq24192[i]
 2017-03-18 22:55 UTC  (4+ messages)

How do I make 'git diff --no-index' follow symlinks?
 2017-03-18 22:54 UTC  (3+ messages)

[Qemu-devel] GSOC Qemu Project
 2017-03-18 22:48 UTC 

[RFC PATCH net-next 2/5] net: split skb_checksum_help
 2017-03-18 22:35 UTC  (8+ messages)
` [PATCH RFC net-next v2 1/4] skbuff: add stub to help computing crc32c on SCTP packets

[PATCH] rev-parse: match @{u}, @{push} and ^{<type>} case-insensitively
 2017-03-18 22:34 UTC 

[PATCH 0/3] Introduce fabrics controller loss timeout
 2017-03-18 22:42 UTC  (4+ messages)
` [PATCH 1/3] nvme-rdma: get rid of local reconnect_delay
` [PATCH 2/3] nvme-fabrics: Allow ctrl loss timeout configuration
` [PATCH 3/3] nvme-rdma: Support ctrl_loss_tmo

[PATCH] Kbuild.include: addtree: Remove quotes before matching path
 2017-03-18 21:58 UTC 

tty_ioctl(4): TIOCGPKT, not TIOGCPKT
 2017-03-18 22:36 UTC 

Status of usrmerge merger
 2017-03-18 22:25 UTC 

[Qemu-devel] Error checking and qemu_thread_create
 2017-03-18 22:22 UTC  (3+ messages)
` [Qemu-devel] Strange behaviour in network device initialization

ANNOUNCE: New talk accepted on TCP algorithms performance on wireless LTE networks
 2017-03-18 22:22 UTC  (2+ messages)

64096 cgroups
 2017-03-18 22:20 UTC 

[PATCH] rawmidi: virtual: fix reading into a small buffer
 2017-03-18 22:10 UTC 

[Bug 99400] New: [nouveau] garbled rending with glamor on G71
 2017-03-18 22:06 UTC  (2+ messages)
  ` [Bug 99400] [nouveau] garbled rendering "

做好领导的左膀右臂和参谋助手
 2017-03-18 22:06 UTC 

[PATCH] perf report: enable sorting by srcline as key
 2017-03-18 21:49 UTC 

Attention please;
 2017-03-18 21:45 UTC 

[PATCH RFC 0/3] depmod: implement external directories support
 2017-03-18 21:46 UTC  (2+ messages)

[BUG] with a 4.10.x kernel it's impossible to apply country regulatory rules
 2017-03-18 21:30 UTC  (4+ messages)

[PATCH] Documentation: device-mapper: cache.txt: Fix typos
 2017-03-18 21:34 UTC  (2+ messages)

[PATCH v3 0/2] diff --no-index: support symlinks and pipes
 2017-03-18 21:00 UTC  (3+ messages)
` [PATCH v3 1/2] diff --no-index: optionally follow symlinks
` [PATCH v3 2/2] diff --no-index: support reading from pipes

[PATCH] Inconsistency between git log and git rev-parse for ^HEAD^@
 2017-03-18 21:26 UTC  (3+ messages)

Shared repositories no longer securable against privilege escalation
 2017-03-18 21:17 UTC  (2+ messages)

[PATCH] staging: speakup: fixes braces {} used on all arms of this statement
 2017-03-18 21:11 UTC 

[tip:WIP.x86/boot 35/62] WARNING: vmlinux.o(.text.unlikely+0x2f69): Section mismatch in reference from the function can_free_region() to the function .init.text:e820__mapped_all()
 2017-03-18 21:15 UTC 

[PATCH 0/6 v3] [GIT PULL] ftrace/x86: Ftrace cleanup and add support for -mfentry on x86_32
 2017-03-18 21:09 UTC  (7+ messages)
` [PATCH 1/6 v3] ftrace/x86_64: Rename mcount_64.S to ftrace_64.S
` [PATCH 2/6 v3] ftrace/x86_32: Move the ftrace specific code out of entry_32.S
` [PATCH 3/6 v3] ftrace/x86_32: Add stack frame pointer to ftrace_caller
` [PATCH 4/6 v3] ftrace/x86_32: Clean up ftrace_regs_caller
` [PATCH 5/6 v3] ftrace/x86_32: Add -mfentry support to x86_32 with DYNAMIC_FTRACE set
` [PATCH 6/6 v3] ftrace/x86: Use Makefile logic instead of #ifdef of compling ftrace_*.o

Super Grub2 Disk 2.02s8 released (GRUB 2.02~rc2)
 2017-03-18 21:13 UTC 

[Qemu-devel] [RFC v2 0/8] qemu-img: add measure sub-command
 2017-03-18 21:04 UTC  (3+ messages)
` [Qemu-devel] [RFC v2 8/8] iotests: add test 178 for qemu-img measure

[PATCH v2 0/2] mtd: Add support for reading MTD devices via the nvmem API
 2017-03-18 20:58 UTC  (5+ messages)
` [PATCH v2 1/2] doc: bindings: Add bindings documentation for mtd nvmem


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.