All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-04-14 23:25:59 to 2017-04-15 04:58:40 UTC [more...]

[PATCH] eventdev: fix dequeue timeout bitmask brackets
 2017-04-15  4:58 UTC  (2+ messages)

[PATCH 00/22] Introduce common scatterlist map function
 2017-04-15  4:53 UTC  (6+ messages)
` [PATCH 08/22] crypto: chcr: Make use of the new sg_map helper function

Another week, another eb bomb
 2017-04-15  4:49 UTC  (4+ messages)
` [PATCH 02/13] drm/i915: Copy user requested buffers into the error state

[PATCH] dt-bindings: input: rotary-encoder: fix typo
 2017-04-15  4:47 UTC  (2+ messages)

[md PATCH] md: handle read-only member devices better
 2017-04-15  4:45 UTC  (3+ messages)

"up-to-date" vs. "up to date"
 2017-04-15  4:34 UTC  (2+ messages)

f2fs Crash Consistency Problem
 2017-04-15  4:33 UTC  (3+ messages)

[Qemu-devel] [Bug 821078] [NEW] virtio-serial-bus: Unexpected port id
 2017-04-15  4:18 UTC  (2+ messages)
` [Qemu-devel] [Bug 821078] "

[Qemu-devel] [Bug 966316] [NEW] Can't load Android VBOX image or even linux test image as well
 2017-04-15  4:18 UTC  (2+ messages)
` [Qemu-devel] [Bug 966316] "

[Qemu-devel] [Bug 989504] Re: assertion failed when attaching USB MSD device
 2017-04-15  4:18 UTC 

[Qemu-devel] [Bug 988909] Re: Assert failed in arp_table.c
 2017-04-15  4:18 UTC 

[linux-linus test] 107452: regressions - FAIL
 2017-04-15  4:29 UTC 

[PATCH net-next 0/8] rtnetlink: Cleanup user notifications for netdev events
 2017-04-15  4:26 UTC  (9+ messages)
` [PATCH net-next 1/8] rtnetlink: Do not generate notifications for MTU events

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD REGRESSION 4dfa5bad7d4bbb8ed2cd3e9068c3b063c68ec21b
 2017-04-15  4:22 UTC 

cron job: media_tree daily build: ERRORS
 2017-04-15  4:15 UTC 

[PATCH] clocksource: Use GENMASK_ULL in definition of CLOCKSOURCE_MASK
 2017-04-15  4:02 UTC  (2+ messages)

[PATCH 0/4] of: remove *phandle properties from expanded device tree
 2017-04-15  3:59 UTC  (14+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] of: make __of_attach_node() static
` [PATCH 3/4] of: be consistent in form of file mode
` [PATCH 4/4] of: detect invalid phandle in overlay

[PATCH 0/11] quota: Stop setting IMMUTABLE and NOATIME flags directly
 2017-04-15  3:22 UTC  (3+ messages)
` Can the patch set [1] be put up on openSUSE Build Service as well please ?

[linux-next test] 107449: regressions - FAIL
 2017-04-15  3:16 UTC 

[PATCH v4 1/2] thermal: core: Allow orderly_poweroff to be called only once
 2017-04-15  3:16 UTC  (7+ messages)
` [PATCH v4 2/2] thermal: core: Add a back up thermal shutdown mechanism

[Bug 100687] KWin won't draw Aurorae themes under EGL
 2017-04-15  3:13 UTC  (3+ messages)

[PATCH v5 1/2] thermal: core: Allow orderly_poweroff to be called only once
 2017-04-15  3:08 UTC  (4+ messages)
` [PATCH v5 2/2] thermal: core: Add a back up thermal shutdown mechanism

[dm-crypt] Failure to encrypt a big disk - missing kernel module?
 2017-04-15  2:35 UTC  (6+ messages)

[PCI] 7c03a96722: BUG: KASAN: global-out-of-bounds in cpumask_of_node at addr ffffffff827d2738
 2017-04-15  2:47 UTC 

[PATCH v2 00/33] dax: introduce dax_operations
 2017-04-15  2:36 UTC  (68+ messages)
` [PATCH v2 01/33] device-dax: rename 'dax_dev' to 'dev_dax'
` [PATCH v2 02/33] dax: refactor dax-fs into a generic provider of 'struct dax_device' instances
` [PATCH v2 03/33] dax: add a facility to lookup a dax device by 'host' device name
` [PATCH v2 04/33] dax: introduce dax_operations
` [PATCH v2 05/33] pmem: add dax_operations support
` [PATCH v2 06/33] axon_ram: "
` [PATCH v2 07/33] brd: "
` [PATCH v2 08/33] dcssblk: "
` [PATCH v2 09/33] block: kill bdev_dax_capable()
` [PATCH v2 10/33] dax: introduce dax_direct_access()
` [PATCH v2 11/33] dm: add dax_device and dax_operations support
` [PATCH v2 12/33] dm: teach dm-targets to use a dax_device + dax_operations
` [PATCH v2 13/33] ext2, ext4, xfs: retrieve dax_device for iomap operations
` [PATCH v2 14/33] Revert "block: use DAX for partition table reads"
` [PATCH v2 15/33] filesystem-dax: convert to dax_direct_access()
` [PATCH v2 16/33] block, dax: convert bdev_dax_supported() "
` [PATCH v2 17/33] block: remove block_device_operations ->direct_access()
` [PATCH v2 18/33] x86, dax, pmem: remove indirection around memcpy_from_pmem()
` [PATCH v2 19/33] dax, pmem: introduce 'copy_from_iter' dax operation
` [PATCH v2 20/33] dm: add ->copy_from_iter() dax operation support
` [PATCH v2 21/33] filesystem-dax: convert to dax_copy_from_iter()
` [PATCH v2 22/33] dax, pmem: introduce an optional 'flush' dax_operation
` [PATCH v2 23/33] dm: add ->flush() dax operation support
` [PATCH v2 24/33] filesystem-dax: convert to dax_flush()
` [PATCH v2 25/33] x86, dax: replace clear_pmem() with open coded memset + dax_ops->flush
` [PATCH v2 26/33] x86, dax, libnvdimm: move wb_cache_pmem() to libnvdimm
` [PATCH v2 27/33] x86, libnvdimm, pmem: move arch_invalidate_pmem() "
` [PATCH v2 28/33] x86, libnvdimm, dax: stop abusing __copy_user_nocache
` [PATCH v2 29/33] uio, libnvdimm, pmem: implement cache bypass for all copy_from_iter() operations
` [PATCH v2 30/33] libnvdimm, pmem: fix persistence warning
` [PATCH v2 31/33] libnvdimm, nfit: enable support for volatile ranges
` [PATCH v2 32/33] filesystem-dax: gate calls to dax_flush() on QUEUE_FLAG_WC
` [PATCH v2 33/33] libnvdimm, pmem: disable dax flushing when pmem is fronting a volatile region

[U-Boot] [PATCH 1/3] buildman: Allow 'gnueabihf' toolchains for ARM
 2017-04-15  2:43 UTC  (5+ messages)
` [U-Boot] [PATCH 2/3] travis-ci: Switch over to Linaro gcc-6.3.1 "
` [U-Boot] [PATCH 3/3] arm: Warn that starting with v2018.01 gcc-6 or later is required

[Qemu-devel] [PATCH v3 0/2] block: Quiesce old aio context during bdrv_set_aio_context
 2017-04-15  2:26 UTC  (5+ messages)

[RFC/RFT][PATCH 0/2] cpufreq: schedutil: Updates related to the rate limit
 2017-04-15  2:23 UTC  (5+ messages)
` [RFC/RFT][PATCH 1/2] cpufreq: schedutil: Use policy-dependent latency multupliers
  ` [RFC/RFT][PATCH 1/2] cpufreq: schedutil: Use policy-dependent transition delays

[PATCH v3 0/2] v4l: Add camera voice coil lens control class, current control
 2017-04-15  2:23 UTC  (3+ messages)
` [PATCH v3 1/2] "

43751 linux-kernel
 2017-04-15  2:23 UTC 

[PATCH v5 0/2] Handle Cavium ThunderX2 PCI topology quirk
 2017-04-15  2:00 UTC  (6+ messages)
` [PATCH v5 2/2] PCI: quirks: Fix ThunderX2 dma alias handling

[PATCH v3 net-next RFC] Generic XDP
 2017-04-15  1:47 UTC  (8+ messages)

[PATCH net-next v2] Add uid and cookie bpf helper to cg_skb_func_proto
 2017-04-15  1:41 UTC  (2+ messages)

Encountered kernel bug#72811. Advice on recovery?
 2017-04-15  1:41 UTC  (4+ messages)

Index files autocompletion too slow in big repositories (w / suggestion for improvement)
 2017-04-15  1:37 UTC  (4+ messages)

[PATCH 1/2] fs: configfs: make qw_sign attribute symmetric
 2017-04-15  1:35 UTC  (2+ messages)
` [PATCH 2/2] fs: configfs: use hexadecimal values and new line

[PATCH -mm -v8 0/3] THP swap: Delay splitting THP during swapping out
 2017-04-15  1:17 UTC  (5+ messages)
` [PATCH -mm -v8 1/3] mm, THP, swap: Delay splitting THP during swap out

[meta-python][PATCH] python-can: add initial recipe for version 1.5.2
 2017-04-15  1:09 UTC 

[PATCH v4 net-next RFC] net: Generic XDP
 2017-04-15  0:59 UTC  (4+ messages)

[PATCH] mm: Make truncate_inode_pages_range() killable
 2017-04-15  0:59 UTC  (4+ messages)

ipv6 udp early demux breaks udp_l3mdev_accept=0
 2017-04-15  0:42 UTC  (3+ messages)

[Qemu-devel] QEMU build breakage on ARM against Xen 4.9 caused by libxendevicemodel
 2017-04-15  0:39 UTC  (3+ messages)
  `  "

[PATCH net-next] Add uid and cookie bpf helper to cg_skb_func_proto
 2017-04-15  0:20 UTC  (3+ messages)

[PATCH net-next] bonding: do not pass link-local packets to master-interface
 2017-04-15  0:20 UTC  (4+ messages)

[PATCH 0/8 V4] x86/intel_rdt: Intel Memory bandwidth allocation
 2017-04-15  0:20 UTC  (6+ messages)

[PATCH 1/2] f2fs: add flush data in faster device to cold area
 2017-04-15  0:16 UTC  (4+ messages)
` [PATCH 2/2] f2fs: avoid dirty node pages in check_only recovery

git process question
 2017-04-15  0:08 UTC  (3+ messages)

[linux-arm-xen test] 107450: regressions - trouble: broken/fail/pass
 2017-04-14 23:54 UTC 

[PATCH v2 1/2] ls-files: fix recurse-submodules with nested submodules
 2017-04-14 23:49 UTC  (8+ messages)
` [PATCH 3/2] ls-files: only recurse on active submodules

[PATCH net-next] drivers: net: xgene-v2: Extend ethtool statistics
 2017-04-14 23:48 UTC  (2+ messages)

[PATCH 4.4 00/32] 4.4.61-stable review
 2017-04-14 23:45 UTC  (3+ messages)
` [PATCH 4.4 27/32] MIPS: Force o32 fp64 support on 32bit MIPS64r6 kernels

[meta-raspberrypi][PATCH 1/7] rpi-gpio: Update to v0.6.2
 2017-04-14 23:43 UTC  (5+ messages)
` [meta-raspberrypi][PATCH 3/7] firmware.inc: Bump to 20170405
` [meta-raspberrypi][PATCH 4/7] linux-raspberrypi_4.9: Bump to 4.9.21

panics related to nfit_test?
 2017-04-14 23:42 UTC  (11+ messages)

[ANNOUNCE] libdrm 2.4.80
 2017-04-14 23:39 UTC 

[PATCH] iio: proximity: as3935: recalibrate RCO after resume
 2017-04-14 23:38 UTC 

[PATCH v2 0/7] libnvdimm: acpi updates and a revert
 2017-04-14 23:37 UTC  (6+ messages)
` [PATCH v2 7/7] tools/testing/nvdimm: fix nfit_test shutdown crashes

[PATCH] cgroup: avoid attaching a cgroup root to two different superblocks
 2017-04-14 23:32 UTC  (5+ messages)
`  "

[PATCH] ACPICA: Export mutex functions
 2017-04-14 23:32 UTC  (6+ messages)
  ` [Devel] "

[PATCH v2 0/7] Add support for OPA classport info
 2017-04-14 23:32 UTC  (2+ messages)

[PATCH v2 rdma-next 00/18] Enhance ib_ah_attr to specify types
 2017-04-14 23:28 UTC  (19+ messages)
  ` [PATCH v2 rdma-next 01/18] IB/ocrdma: Add identifier names to function definitions
  ` [PATCH v2 rdma-next 02/18] IB/IPoIB: Remove 'else' when the 'if' has a return
  ` [PATCH v2 rdma-next 03/18] IB/core: Add braces when using sizeof
  ` [PATCH v2 rdma-next 04/18] IB/core: Check for global flag when using ah_attr
  ` [PATCH v2 rdma-next 05/18] IB/rxe: Initialize ib_ah_attr during query_ah
  ` [PATCH v2 rdma-next 06/18] IB/core: Rename struct ib_ah_attr to rdma_ah_attr
  ` [PATCH v2 rdma-next 07/18] IB/core: Rename ib_create_ah to rdma_create_ah
  ` [PATCH v2 rdma-next 08/18] IB/core: Rename ib_modify_ah to rdma_modify_ah
  ` [PATCH v2 rdma-next 09/18] IB/core: Rename ib_query_ah to rdma_query_ah
  ` [PATCH v2 rdma-next 10/18] IB/core: Rename ib_destroy_ah to rdma_destroy_ah
  ` [PATCH v2 rdma-next 11/18] IB/mlx4: Rename to_ib_ah_attr to to_rdma_ah_attr
  ` [PATCH v2 rdma-next 12/18] IB/mlx5: "
  ` [PATCH v2 rdma-next 13/18] IB/mthca: "
  ` [PATCH v2 rdma-next 14/18] IB/PVRDMA: Rename ib_ah_attr related functions
  ` [PATCH v2 rdma-next 15/18] IB/core: Add accessor functions for rdma_ah_attr fields
  ` [PATCH v2 rdma-next 16/18] IB/core: Use rdma_ah_attr accessor functions
  ` [PATCH v2 rdma-next 17/18] IB/core: Define 'ib' and 'roce' rdma_ah_attr types
  ` [PATCH v2 rdma-next 18/18] IB/core: Define 'opa' rdma_ah_attr type

[PATCH v2 1/8] mfd: intel_soc_pmic_bxtwc: fix TMU interrupt index
 2017-04-14 23:26 UTC  (3+ messages)
` [PATCH v2 7/8] mfd: intel_soc_pmic_bxtwc: use chained irqs for second level irq chips
` [PATCH v2 8/8] platform: x86: intel_bxtwc_tmu: remove first level irq unmask


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.