All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-03-18 00:54:46 to 2017-03-18 04:01:22 UTC [more...]

[PATCH] net: udp: add socket option to report RX queue level
 2017-03-18  4:01 UTC  (3+ messages)

How to solve the delayed grant mapping problem with blkback?
 2017-03-18  3:57 UTC 

[RFC PATCHv2 00/21] Ion clean in preparation for moving out of staging
 2017-03-18  0:54 UTC  (71+ messages)
` [RFC PATCHv2 01/21] cma: Store a name in the cma structure
` [RFC PATCHv2 02/21] cma: Introduce cma_for_each_area
` [RFC PATCHv2 03/21] staging: android: ion: Remove dmap_cnt
` [RFC PATCHv2 04/21] staging: android: ion: Remove alignment from allocation field
` [RFC PATCHv2 05/21] staging: android: ion: Duplicate sg_table
` [RFC PATCHv2 06/21] staging: android: ion: Call dma_map_sg for syncing and mapping
` [RFC PATCHv2 07/21] staging: android: ion: Remove page faulting support
` [RFC PATCHv2 08/21] staging: android: ion: Remove crufty cache support
` [RFC PATCHv2 09/21] staging: android: ion: Remove custom ioctl interface
` [RFC PATCHv2 10/21] staging: android: ion: Remove import interface
` [RFC PATCHv2 11/21] staging: android: ion: Remove duplicate ION_IOC_MAP
` [RFC PATCHv2 12/21] staging: android: ion: Remove old platform support
` [RFC PATCHv2 13/21] staging: android: ion: Use CMA APIs directly
` [RFC PATCHv2 14/21] staging: android: ion: Stop butchering the DMA address
` [RFC PATCHv2 15/21] staging: android: ion: Break the ABI in the name of forward progress
` [RFC PATCHv2 16/21] staging: android: ion: Get rid of ion_phys_addr_t
` [RFC PATCHv2 17/21] staging: android: ion: Collapse internal header files
` [RFC PATCHv2 18/21] staging: android: ion: Rework heap registration/enumeration
` [RFC PATCHv2 19/21] staging: android: ion: Drop ion_map_kernel interface
` [RFC PATCHv2 20/21] staging: android: ion: Remove ion_handle and ion_client
` [RFC PATCHv2 21/21] staging: android: ion: Set query return value

[PATCH nf 1/1] netfilter: ctlink: Fix one possible use-after-free in ctnetlink_create_expect
 2017-03-18  3:46 UTC 

[HMM 0/2] Build fix and documentation
 2017-03-18  3:54 UTC  (5+ messages)
` [HMM 2/2] hmm: heterogeneous memory management documentation

[PATCH] xfs: Honor FALLOC_FL_KEEP_SIZE when punching ends of files
 2017-03-18  2:54 UTC  (3+ messages)

Bug with .gitignore and branch switching
 2017-03-18  3:40 UTC  (4+ messages)

XArray version 2
 2017-03-18  2:28 UTC  (2+ messages)

[linux-linus test] 106744: regressions - FAIL
 2017-03-18  3:37 UTC 

[PATCH 3/5] unit: remove kdbus
 2017-03-18  3:33 UTC 

[PATCH] gitk: Add Chinese(zh_CN) translation
 2017-03-18  3:21 UTC  (2+ messages)

Increase temp space /tmp
 2017-03-18  3:29 UTC 

[PATCH] media/dvb-core: Race condition when writing to CAM
 2017-03-18  2:04 UTC 

[Bug 97059] Tahiti+DRI3+Unity+Blender corruption
 2017-03-18  3:12 UTC  (3+ messages)

[Qemu-devel] [PATCH v2 0/3] qemu-img: improve qemu-img getopt error messages
 2017-03-18  3:00 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 3/3] qemu-img: print short help on getopt failure

[PATCH v5 00/24] Remove submodule from files-backend.c
 2017-03-18  2:03 UTC  (28+ messages)
` [PATCH v6 00/27] "
  ` [PATCH v6 01/27] refs.h: add forward declaration for structs used in this file
  ` [PATCH v6 02/27] files-backend: make files_log_ref_write() static
  ` [PATCH v6 04/27] files-backend: add and use files_packed_refs_path()
  ` [PATCH v6 05/27] files-backend: make sure files_rename_ref() always reach the end
  ` [PATCH v6 06/27] files-backend: convert git_path() to strbuf_git_path()
  ` [PATCH v6 07/27] files-backend: move "logs/" out of TMP_RENAMED_LOG
  ` [PATCH v6 08/27] files-backend: add and use files_reflog_path()
  ` [PATCH v6 09/27] files-backend: add and use files_refname_path()
  ` [PATCH v6 10/27] files-backend: remove the use of git_path()
  ` [PATCH v6 11/27] refs.c: introduce get_main_ref_store()
  ` [PATCH v6 12/27] refs: rename lookup_ref_store() to lookup_submodule_ref_store()
  ` [PATCH v6 13/27] refs.c: flatten get_ref_store() a bit
  ` [PATCH v6 14/27] refs.c: kill register_ref_store(), add register_submodule_ref_store()
  ` [PATCH v6 15/27] refs.c: make get_main_ref_store() public and use it
  ` [PATCH v6 16/27] path.c: move some code out of strbuf_git_path_submodule()
  ` [PATCH v6 17/27] refs: move submodule code out of files-backend.c
  ` [PATCH v6 18/27] files-backend: replace submodule_allowed check in files_downcast()
  ` [PATCH v6 19/27] refs: rename get_ref_store() to get_submodule_ref_store() and make it public
  ` [PATCH v6 20/27] refs: add new ref-store api
  ` [PATCH v6 21/27] refs: new transaction related "
  ` [PATCH v6 22/27] files-backend: avoid ref api targetting main ref store
  ` [PATCH v6 23/27] refs: delete pack_refs() in favor of refs_pack_refs()
  ` [PATCH v6 24/27] t/helper: add test-ref-store to test ref-store functions
  ` [PATCH v6 25/27] t1405: some basic tests on main ref store
  ` [PATCH v6 26/27] t1406: new tests for submodule "
  ` [PATCH v6 27/27] refs.h: add a note about sorting order of for_each_ref_*

[PATCH 1/7] net, netfilter: convert ip_vs_conn.refcnt from atomic_t to refcount_t
 2017-03-18  2:52 UTC  (2+ messages)

“GenericFileStoreBackend::syncfs" takes long time
 2017-03-18  2:41 UTC 

[PATCH] generic/418: Add test for fallocate() PUNCH_HOLE|KEEP_SIZE
 2017-03-18  1:26 UTC 

Hints on submitting to OE-Core
 2017-03-18  2:36 UTC  (5+ messages)

[Qemu-devel] [PATCH] progress: Show current progress on SIGINFO
 2017-03-18  2:34 UTC  (2+ messages)

[PATCH 1/2] Replace snprintf with strncpy at some places to avoid truncation
 2017-03-18  2:33 UTC  (2+ messages)
` [PATCH 2/2] mdadm: Forced type conversion "

Cast to double being removed
 2017-03-18  1:30 UTC  (4+ messages)

[PATCH net 0/4] ibmvnic: Initialization fixes and improvements
 2017-03-17 22:13 UTC  (4+ messages)
` [PATCH net 2/4] ibmvnic: Move login to its own routine
` [PATCH net 3/4] ibmvnic: Move ibmvnic adapter intialization "
` [PATCH net 4/4] ibmvnic: Correct ibmvnic handling of device open/close

[PATCH v3 6/6] pcm:plug: save converter config
 2017-03-18  2:28 UTC  (2+ messages)

[Qemu-devel] [PATCH] curl: fix compilation on OpenBSD
 2017-03-18  2:27 UTC  (2+ messages)
` [Qemu-devel] [Qemu-block] "

[PATCH net-next v4 1/2]L2TP:Adjust intf MTU, add underlay L3, L2 hdrs
 2017-03-18  1:53 UTC 

[linux-next test] 106743: regressions - FAIL
 2017-03-18  2:21 UTC 

[PATCH v3 1/5] platform/x86: intel_pmc_ipc: fix gcr offset
 2017-03-18  2:06 UTC  (11+ messages)
` [PATCH v3 2/5] platform/x86: intel_pmc_ipc: Add pmc gcr read/write/update api's
` [PATCH v3 3/5] watchdog: iTCO_wdt: Add PMC specific noreboot update api
` [PATCH v3 4/5] platform/x86: intel_pmc_ipc: Fix iTCO GCS memory mapping failure
` [PATCH v3 5/5] platform/x86: intel_pmc_ipc: use gcr mem base for S0ix counter read

[PATCH net-next v3 1/2]L2TP:Adjust intf MTU, add underlay L3, L2 hdrs
 2017-03-18  1:46 UTC  (2+ messages)

SO_BINDTODEVICE in VRFs not working?
 2017-03-18  1:59 UTC 

[PATCHv4] rev-parse: add --show-superproject-working-tree
 2017-03-18  1:47 UTC  (5+ messages)
` [PATCH] Documentation/git-worktree: use working tree for trees on the file system

[PATCH 0/5] raid56: variant bug fixes
 2017-03-18  2:12 UTC  (7+ messages)
` [PATCH 4/5] btrfs: raid56: Don't keep rbio for later steal
` [PATCH 5/5] btrfs: replace: Use ref counts to avoid destroying target device when canceled

[PATCH net-next v4 2/2]L2TP:Adjust intf MTU, add underlay L3, L2 hdrs
 2017-03-18  2:00 UTC 

[PATCH v3 7/7] mmc: Only descend into mmc directory when CONFIG_MMC is set
 2017-03-18  2:07 UTC  (7+ messages)

Submitted layers: build errors not seen on manual bitbake
 2017-03-18  2:05 UTC  (5+ messages)

[PATCH] cpufreq: intel_pstate: Fix policy data management in passive mode
 2017-03-18  1:36 UTC 

[Qemu-devel] [PATCH v8 1/2] block/vxhs.c: Add support for a new block device type called "vxhs"
 2017-03-18  1:44 UTC  (13+ messages)

[PATCH v2] sched/core: Fix rq lock pinning warning after call balance callbacks
 2017-03-18  1:35 UTC 

[PATCH] drm/i915: Enable FBC for non X-tiled FBs
 2017-03-18  1:35 UTC  (2+ messages)

[U-Boot] [PATCH] arch/arm/lib/relocate.S: Remove unreachable code
 2017-03-18  1:34 UTC  (2+ messages)

DOM Worker: page allocation stalls (4.9.13)
 2017-03-18  1:30 UTC  (5+ messages)

[PATCH] dbus: Flush pending object manager signals in send_message
 2017-03-18  1:30 UTC 

[Qemu-devel] [RFC v2 0/8] qemu-img: add measure sub-command
 2017-03-18  1:28 UTC  (5+ messages)
` [Qemu-devel] [RFC v2 1/8] block: add bdrv_measure() API
` [Qemu-devel] [RFC v2 2/8] raw-format: add bdrv_measure() support

[PATCH][PROGS] xfs_io: Allow setting multiple mode flags for fallocate()
 2017-03-18  1:26 UTC 

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

[PATCH] f2fs: more reasonable mem_size calculating of ino_entry
 2017-03-18  1:26 UTC 

[PATCH] f2fs: calculate the f2fs_stat_info into base_mem
 2017-03-18  1:25 UTC 

[PATCH] f2fs: copy all valid xattr data includes the last zero
 2017-03-18  1:23 UTC 

[PATCH v4 00/10] decoupling url and submodule interest
 2017-03-17 22:38 UTC  (3+ messages)
` [PATCH v5 "
  ` [PATCH v5 10/10] submodule add: respect submodule.active and submodule.<name>.active

[PATCH] f2fs: avoid stat_inc_atomic_write for non-atomic file
 2017-03-18  1:20 UTC 

[PATCH 1/2] gpio: omap: return error if requested debounce time is not possible
 2017-03-17 21:43 UTC  (5+ messages)

/aliases node and valid property names
 2017-03-18  1:19 UTC 

[PATCH] perf probe: Return errno when does not hit any event
 2017-03-17 23:23 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v5 0/2] mmc: host: s3cmci: add device tree support
 2017-03-18  1:13 UTC  (6+ messages)
` [PATCH v5 1/2] dt-bindings: mmc: add DT binding for S3C24XX MMC/SD/SDIO controller
` [PATCH v5 2/2] mmc: host: s3cmci: allow probing from device tree

[PATCH] bitops.h: use BITS_PER_LONG to simplify BITS_TO_LONGS
 2017-03-18  0:37 UTC 

[PATCH v1 0/3] blk-mq: dying queue fix & improvement
 2017-03-18  1:01 UTC  (4+ messages)
` [PATCH v1 3/3] blk-mq: start to freeze queue just after setting dying

BTRFS Metadata Corruption Prevents Scrub and btrfs check
 2017-03-18  0:48 UTC  (4+ messages)

[RFC PATCH 0/4] blk-mq: multiqueue I/O scheduler
 2017-03-18  0:55 UTC  (2+ messages)

[PATCH 0/3] mdadm: Fix some building errors
 2017-03-18  1:02 UTC  (4+ messages)
` [PATCH 1/3] mdadm: Replace snprintf with strncpy at some places to avoid truncation

(discussion) Why are "flow tables" syntactically unique?
 2017-03-18  0:59 UTC 

[PATCH] misc: fixed error handling in e4crypt
 2017-03-18  0:31 UTC 

[PATCH 00/10] Nokia H4+ support
 2017-03-18  0:58 UTC  (4+ messages)
` [PATCH 01/10] ARM: dts: N9/N950: add bluetooth

[PATCH] net: vrf: Reset rt6i_idev in local dst after put
 2017-03-17 23:07 UTC 


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.