All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-03-24 22:06:26 to 2017-03-24 23:49:12 UTC [more...]

[PATCH] Btrfs: set scrub page's io_error if failing to submit io
 2017-03-24 23:48 UTC 

[PATCH v2] Code to allow cros-compilation on chromeOS
 2017-03-24 23:48 UTC 

[PATCH v4 00/63] LLVM fixes
 2017-03-24 23:47 UTC  (5+ messages)
` [PATCH v4 03/63] canonicalize compare instructions

[PATCH] aubdump: Don't bail if a GEM handle of 0 is passed into execbuf
 2017-03-24 23:45 UTC 

[PATCH 0/7] power: supply: bq24190_charger: Various fixes + extcon support
 2017-03-24 23:44 UTC  (11+ messages)
` [PATCH v2 1/7] power: supply: bq24190_charger: Use i2c-core irq-mapping code
` [PATCH v2 2/7] power: supply: bq24190_charger: Add support for bq24192i
` [PATCH v2 5/7] power: supply: bq24190_charger: Don't spam the logs on charger plug / unplug

[PATCH 6/7] short status: improve reporting for submodule changes
 2017-03-24 23:31 UTC  (16+ messages)
` [PATCH v6 0/7] "
  ` [PATCH 1/7] submodule.c: use argv_array in is_submodule_modified
  ` [PATCH 2/7] submodule.c: factor out early loop termination "
  ` [PATCH 3/7] submodule.c: convert is_submodule_modified to use strbuf_getwholeline
  ` [PATCH 4/7] submodule.c: port is_submodule_modified to use porcelain 2
  ` [PATCH 5/7] submodule.c: stricter checking for submodules in is_submodule_modified
  ` [PATCH 7/7] submodule.c: correctly handle nested "

[PATCH v4 2/3] udevng: find vendor and product id for child devices
 2017-03-24 23:30 UTC  (2+ messages)

[PATCH net] ping: implement proper locking
 2017-03-24 23:29 UTC 

[PATCH 0/7] PREVIEW: Introduce DC_AND_OPENSSL_SHA1 make flag
 2017-03-24 23:28 UTC  (8+ messages)
` [PATCH 1/7] sha1dc: safeguard against outside definitions of BIGENDIAN
` [PATCH 2/7] Makefile: optionally compile with both SHA1DC and SHA1_OPENSSL
` [PATCH 3/7] config: add the core.enablesha1dc setting
` [PATCH 4/7] t0013: do not skip the entire file wholesale without DC_SHA1
` [PATCH 5/7] t0013: test DC_AND_OPENSSL_SHA1, too
` [PATCH 6/7] mingw: enable DC_AND_OPENSSL_SHA1 by default
` [PATCH 7/7] p0013: new test to compare SHA1DC vs OpenSSL

What's cooking in git.git (Mar 2017, #10; Fri, 24)
 2017-03-24 23:26 UTC  (2+ messages)

[PATCH net-next 00/12] Mellanox mlx5e XDP performance optimization
 2017-03-24 23:26 UTC  (2+ messages)

[Qemu-devel] [PATCH v2] virtio: fix vring_align() on 64-bit win32 platforms
 2017-03-24 23:11 UTC  (3+ messages)
` [Qemu-devel] [PATCH for-2.9 "

[PATCH 00/14] prepare LLVM fixes
 2017-03-24 23:24 UTC  (16+ messages)
` [PATCH v5 01/14] don't output value of anonymous symbol's pointer
` [PATCH v5 02/14] canonicalize binops before simplification
` [PATCH v5 03/14] canonicalize compare instructions
` [PATCH v5 04/14] rewrite compare_opcode() like swap_compare_opcode()
` [PATCH v5 05/14] add is_signed_type()
` [PATCH v5 06/14] fix usage of inlined calls
` [PATCH v5 07/14] inlined calls should not block BB packing
` [PATCH v5 08/14] give function's arguments a type via OP_PUSH
` [PATCH v5 09/14] insure that all OP_PUSHs are just before their OP_CALL
` [PATCH v5 10/14] give a type to OP_PHISOURCEs
` [PATCH v5 11/14] give a type to OP_SELs, always
` [PATCH v5 12/14] give a type to OP_SWITCHs
` [PATCH v5 13/14] add doc about sparse's instructions/IR
` [PATCH v5 14/14] add support for wider type in switch-case

[PATCH v5 00/51] LLVM fixes
 2017-03-24 23:20 UTC  (52+ messages)
` [PATCH v5 01/51] llvm: remove unneeded arg 'module'
` [PATCH v5 02/51] llvm: remove unneeded 'generation'
` [PATCH v5 03/51] llvm: remove unneeded function::type
` [PATCH v5 04/51] llvm: reduce scope of 'bb_nr'
` [PATCH v5 05/51] llvm: use pseudo_list_size() instead of open coding it
` [PATCH v5 06/51] llvm: give arguments a name
` [PATCH v5 07/51] llvm: give a name to call's return values
` [PATCH v5 08/51] llvm: avoid useless temp variable
` [PATCH v5 09/51] llvm: extract get_sym_value() from pseudo_to_value()
` [PATCH v5 10/51] llvm: fix test of floating-point type
` [PATCH v5 11/51] llvm: fix translation of PSEUDO_VALs into a ValueRefs
` [PATCH v5 12/51] llvm: fix output_op_store() which modify its operand
` [PATCH v5 13/51] llvm: fix output_op_[ptr]cast()
` [PATCH v5 14/51] llvm: take care of degenerated rvalues
` [PATCH v5 15/51] llvm: add test cases for symbol's address
` [PATCH v5 16/51] llvm: add test cases for pointers passed as argument
` [PATCH v5 17/51] llvm: add test cases for arrays "
` [PATCH v5 18/51] llvm: add test cases for degenerated pointers
` [PATCH v5 19/51] llvm: add support for OP_NEG
` [PATCH v5 20/51] llvm: add support for OP_SETVAL with floats
` [PATCH v5 21/51] llvm: add support for OP_SETVAL with labels
` [PATCH v5 22/51] llvm: ignore OP_INLINED_CALL
` [PATCH v5 23/51] llvm: fix pointer/float mixup in comparisons
` [PATCH v5 24/51] llvm: fix type in comparison with an address constant
` [PATCH v5 25/51] llvm: give correct type to binops
` [PATCH v5 26/51] llvm: adjust OP_RET's type
` [PATCH v5 27/51] llvm: variadic functions are not being marked as such
` [PATCH v5 28/51] llvm: fix type of switch constants
` [PATCH v5 29/51] llvm: make pseudo_name() more flexible
` [PATCH v5 30/51] llvm: give a name to all values
` [PATCH v5 31/51] llvm: add support for OP_SWITCH with a range
` [PATCH v5 32/51] llvm: fix OP_SWITCH has no target
` [PATCH v5 33/51] llvm: make value_to_pvalue() more flexible
` [PATCH v5 34/51] llvm: make value_to_ivalue() "
` [PATCH v5 35/51] llvm: add test case pointer compare with cast
` [PATCH v5 36/51] llvm: let pseudo_to_value() directly use the type
` [PATCH v5 37/51] llvm: remove unneeded pseudo_to_value() unneeded argument
` [PATCH v5 38/51] llvm: introduce get_ioperand()
` [PATCH v5 39/51] llvm: fix mutating function pointer
` [PATCH v5 40/51] llvm: fix mutated OP_RET
` [PATCH v5 41/51] llvm: fix mutated OP_SEL
` [PATCH v5 42/51] llvm: fix mutated OP_SWITCH
` [PATCH v5 43/51] llvm: fix mutated OP_PHISOURCE
` [PATCH v5 44/51] llvm: fix mutated OP_[PTR]CAST
` [PATCH v5 45/51] llvm: add support for restricted types
` [PATCH v5 46/51] llvm: fix get value from initialized symbol
` [PATCH v5 47/51] llvm: fix get value from non-anonymous symbol
` [PATCH v5 48/51] llvm: fix type of bitfields
` [PATCH v5 49/51] llvm: add support for OP_FPCAST
` [PATCH v5 50/51] llvm: add support for cast from floats
` [PATCH v5 51/51] llvm: cleanup of output_[ptr]cast()

[PATCH v2 0/5] raid56: scrub related fixes
 2017-03-24 23:21 UTC  (5+ messages)
` [PATCH v2 3/5] btrfs: scrub: Don't append on-disk pages for raid56 scrub
` [PATCH v2 5/5] btrfs: raid56: Use bio_counter to protect scrub

[PATCH] scsi: ufs: fix wrong/ambiguous fall through comments
 2017-03-24 23:21 UTC  (2+ messages)

[PATCH 0/4] mmc: meson-gx: smaller functional extensions
 2017-03-24 23:21 UTC  (18+ messages)
` [PATCH 1/4] mmc: meson-gx: use bitfield macros
` [PATCH 2/4] mmc: meson-gx: use per port interrupt names
` [PATCH 3/4] mmc: meson-gx: switch to dynamic timeout values
` [PATCH 4/4] mmc: meson-gx: add CMD23 mode

[PATCH] perf auxtrace: Fix no_size logic in addr_filter__resolve_kernel_syms()
 2017-03-24 23:20 UTC  (2+ messages)

[Qemu-devel] [PATCH v3] virtio: fix vring_align() on 64-bit windows
 2017-03-24 23:19 UTC 

[PATCH] ARM: aspeed: Disable UCD90160 in the Witherspoon devicetree
 2017-03-24 23:19 UTC  (4+ messages)

EINVAL when using connect() for udp sockets
 2017-03-24 23:19 UTC  (5+ messages)

[PATCH] scsi: ufs: remove the duplicated checking for supporting clkscaling
 2017-03-24 23:19 UTC  (2+ messages)

[PATCH 2/5] x86/intel_rdt: Improvements to parsing schemata
 2017-03-24 23:18 UTC  (3+ messages)
` [PATCH] x86/intel_rdt: Implement "update" mode when writing schemata file

[PATCH] igb: add module param to set max-rss-queues
 2017-03-24 23:14 UTC  (4+ messages)

[Qemu-devel] [PATCH] win32: replace custom mutex and condition variable with native primitives
 2017-03-24 23:14 UTC  (5+ messages)

__link_block_group uses GFP_KERNEL
 2017-03-24 23:13 UTC  (2+ messages)

[PATCH] hugetlbfs: initialize shared policy as part of inode allocation
 2017-03-24 23:11 UTC  (2+ messages)

Add configuration options for some commonly used command-line options
 2017-03-24 23:10 UTC  (2+ messages)
` [PATCH/RFC] parse-options: add facility to make options configurable

morty build fails firmware_imx fetcher
 2017-03-24 23:09 UTC  (2+ messages)

crb state transition question
 2017-03-24 23:09 UTC 

[PATCH v3 2/2] udevng: add Telit LE910 V1 support
 2017-03-24 23:07 UTC  (2+ messages)

[Bug 194963] New: schedutil governor causes audio problem in game
 2017-03-24 23:06 UTC  (2+ messages)
` [Bug 194963] "

[PATCH] FAQ-BUILD.txt: Append reference to manual LaTeX package install
 2017-03-24 23:03 UTC  (8+ messages)
  ` [PATCH] FAQ-BUILD.txt: Fix misinfomation crept in wordsmithing
      ` [PATCH v3 0/2] Follow up patches to FAQ-BUILD update
      ` [PATCH v4 "
        ` [PATCH v4 1/2] FAQ-BUILD.txt: Fix misinformation crept in wordsmithing
        ` [PATCH v4 2/2] Add another build error check

[PATCH net] bpf: improve verifier packet range checks
 2017-03-24 22:57 UTC 

[PATCH v4 0/2] diff --no-index: support symlinks and pipes
 2017-03-24 22:56 UTC  (3+ messages)
` [PATCH v4 1/2] diff --no-index: optionally follow symlinks

[kernel-hardening] [PATCH v2] ARM: ptdump: Add domain to output
 2017-03-24 22:56 UTC  (7+ messages)
`  "
  ` [kernel-hardening] "

[PATCH] irda: vlsi_ir: fix check for dma mapping errors
 2017-03-24 22:48 UTC 

[PATCH] sha1dc: safeguard against outside definitions of BIGENDIAN
 2017-03-24 22:52 UTC 

[PATCH v4 0/2] tpm/tpm_crb: Enable TPM CRB interface for ARM64
 2017-03-24 22:50 UTC  (5+ messages)
` [PATCH v4 2/2] "

[PATCH] mm: Remove pointless might_sleep() in remove_vm_area()
 2017-03-24 22:47 UTC  (5+ messages)

[Bug 193981] New: AMDGPU: R9 380 Fan rotates all the time (loud!)
 2017-03-24 22:46 UTC  (2+ messages)
` [Bug 193981] "

[U-Boot] [PATCH v4 0/3] arm: tegra: apalis-tk1 and ext clock loopback
 2017-03-24 22:40 UTC  (6+ messages)

[GIT PULL 1/4] bcm2835 arm DT updates for 4.12
 2017-03-24 22:25 UTC  (3+ messages)

[PATCH v3] iio: adc: meson-saradc: add calibration
 2017-03-24 22:24 UTC  (2+ messages)

[PATCH v3 0/4] gpio: mvebu: Add PWM fan support
 2017-03-24 22:23 UTC  (6+ messages)
` [PATCH v3 4/4] mvebu: wrt1900ac: Use pwm-fan rather than gpio-fan

[PATCH net-next v5 0/2] GTP SGSN-side tunnel
 2017-03-24 22:23 UTC  (3+ messages)
` [PATCH net-next v5 1/2] gtp: rename SGSN netlink attribute
` [PATCH net-next v5 2/2] gtp: support SGSN-side tunnels

[Intel-wired-lan] [PATCH v7 0/2] XDP support for ixgbe
 2017-03-24 22:22 UTC  (2+ messages)

[PATCH net-next 0/2] net: mpls: multipath route cleanups
 2017-03-24 22:21 UTC  (3+ messages)
` [PATCH net-next 1/2] net: mpls: Don't show nexthop if device has been deleted
` [PATCH net-next 2/2] net: mpls: Delete route when all nexthops have "

[lustre-devel] [PATCH 0/6] Rate-limiting Quality of Service
 2017-03-24 22:22 UTC  (3+ messages)
` [lustre-devel] [PATCH 1/6] Autoconf option for rate-limiting Quality of Service (RLQOS)

[PATCH v2 0/4] gpio: mvebu: Add PWM fan support
 2017-03-24 22:21 UTC  (5+ messages)
` [PATCH v2 1/4] gpio: mvebu: Add limited PWM support

[PATCH net-next 0/1 v2] net: Add support for rmnet_data driver
 2017-03-24 22:21 UTC  (4+ messages)
` [PATCH net-next 1/1 v2] net: rmnet_data: Initial implementation

[oss-security] Linux kernel ping socket / AF_LLC connect() sin_family race
 2017-03-24 22:21 UTC  (2+ messages)
    `  "

[PATCH] md/raid1: skip data copy for behind io for discard request
 2017-03-24 22:20 UTC 

[PATCH v1 00/14] Server-side NFS/RDMA changes for v4.12
 2017-03-24 22:19 UTC  (6+ messages)
` [PATCH v1 05/14] svcrdma: Introduce local rdma_rw API helpers

[U-Boot] [PATCH] fdt: allow address translation in case of SPL_OF_TRANSLATE
 2017-03-24 22:19 UTC 

[PATCH 0/6] HID: sony: Various minor 4.12 fixes and improvements
 2017-03-24 22:17 UTC  (7+ messages)
` [PATCH 1/6] HID: sony: Use DS3 MAC address as unique identifier on USB
` [PATCH 2/6] HID: sony: Improve navigation controller axis/button mapping
` [PATCH 3/6] HID: sony: DS4 use brighter LED colors
` [PATCH 4/6] HID: sony: Set proper bit flags on DS4 output report
` [PATCH 5/6] HID: sony: Make DS4 bt poll interval adjustable
` [PATCH 6/6] HID: sony: Make sure to unregister sensors on failure

[PATCH v6] vfio error recovery: kernel support
 2017-03-24 22:12 UTC  (3+ messages)
` [Qemu-devel] "

[Qemu-devel] [PATCH v3 0/3] vfio-pci: support recovery of AER non fatal error
 2017-03-24 22:12 UTC  (8+ messages)
` [Qemu-devel] [PATCH v3 1/3] pcie aer: verify if AER functionality is available
` [Qemu-devel] [PATCH v3 2/3] vfio pci: new function to init AER capability
` [Qemu-devel] [PATCH v3 3/3] vfio-pci: process non fatal error of AER

[PATCH v5] [media] vimc: Virtual Media Controller core, capture and sensor
 2017-03-24 22:11 UTC  (4+ messages)
` [PATCH v6] "

[libvirt test] 106883: regressions - FAIL
 2017-03-24 22:11 UTC  (2+ messages)

[PATCH 08/16] drm: document drm_ioctl.[hc]
 2017-03-24 22:11 UTC  (2+ messages)

[Qemu-devel] What's the next QEMU version after 2.9 ? (or: when is a good point in time to get rid of old interfaces)
 2017-03-24 22:10 UTC  (2+ messages)

problem with cuImage.mpc834x_mds image
 2017-03-24 22:10 UTC  (4+ messages)
  ` AW: "

[Intel-wired-lan] [PATCH net-next] ixgb: Omit private ndo_get_stats function
 2017-03-24 22:08 UTC  (3+ messages)
`  "

[PATCH 0/3] oeqa/runtime: Import custom targets
 2017-03-24 22:06 UTC  (2+ messages)
` [PATCH 2/3] oeqa/target: Add decorator to register targets


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.