All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-10-13 12:10:09 to 2017-10-13 12:50:31 UTC [more...]

[PATCH] mmc: sdhci-cadence: use bitfield access macros for cleanup
 2017-10-13 12:50 UTC 

[PATCH] examples/ipsec-secgw: fix ip version check
 2017-10-13 12:50 UTC 

[RFC PATCH v9 for 4.15 00/14] Restartable sequences and CPU op vector system calls
 2017-10-13 12:50 UTC  (3+ messages)
` [RFC PATCH v9 for 4.15 01/14] Restartable sequences system call

[ANNOUNCE] Git for Windows 2.14.2(3)
 2017-10-13 12:48 UTC  (2+ messages)

[PATCH] ath9k: debug: Simplify error checking
 2017-10-13 12:49 UTC  (2+ messages)

[PATCH v2 00/17] V4L cleanups and documentation improvements
 2017-10-13 12:49 UTC  (11+ messages)
` [PATCH v2 05/17] media: v4l2-device.h: document ancillary macros
` [PATCH v2 06/17] media: v4l2-dv-timings.h: convert comment into kernel-doc markup
` [PATCH v2 08/17] media: v4l2-ioctl.h: convert debug macros into enum and document
` [PATCH v2 12/17] media: v4l2-fwnode.h: better describe bus union at fwnode endpoint struct
` [PATCH v2 14/17] media: v4l2-async: better describe match union at async match struct

[PATCH v2 0/5] GPIO driver for Maxim MAX3191x
 2017-10-13 12:48 UTC  (7+ messages)
` [PATCH v2 2/5] gpio: Introduce ->get_multiple callback
` [PATCH v2 1/5] bitops: Introduce assign_bit()

[PATCH for-4.10] libxl: handle NULL in libxl__enum_from_string
 2017-10-13 12:46 UTC  (2+ messages)

[GIT PULL 00/58] LightNVM updates for 4.15
 2017-10-13 12:46 UTC  (59+ messages)
` [GIT PULL 01/58] lightnvm: prevent target type module removal when in use
` [GIT PULL 02/58] lightnvm: prevent bd removal if busy
` [GIT PULL 03/58] lightnvm: protect target type list with correct locks
` [GIT PULL 04/58] lightnvm: remove already calculated nr_chnls
` [GIT PULL 05/58] lightnvm: pblk: fix error path in pblk_lines_alloc_metadata
` [GIT PULL 06/58] lightnvm: include NVM Express driver if OCSSD is selected for build
` [GIT PULL 07/58] lightnvm: pblk: protect line bitmap while submitting meta io
` [GIT PULL 08/58] lightnvm: pblk: fix message if L2P MAP is in device
` [GIT PULL 09/58] lightnvm: pblk: improve error message if down_timeout fails
` [GIT PULL 10/58] lightnvm: pblk: print incompatible line version correctly
` [GIT PULL 11/58] lightnvm: pblk: reuse pblk_gc_should_kick
` [GIT PULL 12/58] lightnvm: pblk: initialize debug stat counter
` [GIT PULL 13/58] lightnvm: pblk: use right flag for GC allocation
` [GIT PULL 14/58] lightnvm: pblk: free padded entries in write buffer
` [GIT PULL 15/58] lightnvm: pblk: fix write I/O sync stat
` [GIT PULL 16/58] lightnvm: pblk: avoid deadlock on low LUN config
` [GIT PULL 17/58] lightnvm: pblk: fix min size for page mempool
` [GIT PULL 18/58] lightnvm: pblk: simplify work_queue mempool
` [GIT PULL 19/58] lightnvm: pblk: decouple read/erase mempools
` [GIT PULL 20/58] lightnvm: pblk: do not use a mempool for line bitmaps
` [GIT PULL 21/58] lightnvm: pblk: remove checks on mempool alloc
` [GIT PULL 22/58] lightnvm: pblk: use constant for GC max inflight
` [GIT PULL 23/58] lightnvm: pblk: normalize ppa namings
` [GIT PULL 24/58] lightnvm: pblk: refactor read lba sanity check
` [GIT PULL 25/58] lightnvm: pblk: simplify data validity check on GC
` [GIT PULL 26/58] lightnvm: pblk: refactor read path "
` [GIT PULL 27/58] lightnvm: pblk: put bio on bio completion
` [GIT PULL 28/58] lightnvm: pblk: simplify path on REQ_PREFLUSH
` [GIT PULL 29/58] lightnvm: pblk: allocate bio size more accurately
` [GIT PULL 30/58] lightnvm: pblk: improve naming for internal req
` [GIT PULL 31/58] lightnvm: pblk: refactor rqd alloc/free
` [GIT PULL 32/58] lightnvm: pblk: use rqd->end_io for completion
` [GIT PULL 33/58] lightnvm: pblk: check lba sanity on read path
` [GIT PULL 34/58] lightnvm: pblk: guarantee line integrity on reads
` [GIT PULL 35/58] lightnvm: pblk: remove redundant check on read path
` [GIT PULL 36/58] lightnvm: pblk: remove I/O dependency on write path
` [GIT PULL 37/58] lightnvm: pblk: enable 1 LUN configuration
` [GIT PULL 38/58] lightnvm: pblk: ensure right bad block calculation
` [GIT PULL 39/58] lightnvm: pblk: fix changing GC group list for a line
` [GIT PULL 40/58] lightnvm: pblk: remove useless line
` [GIT PULL 41/58] lightnvm: remove unused argument from nvm_set_tgt_bb_tbl
` [GIT PULL 42/58] lightnvm: remove stale extern and unused exported symbols
` [GIT PULL 43/58] lightnvm: pblk: reduce arguments in __pblk_rb_update_l2p
` [GIT PULL 44/58] lightnvm: pblk: fix releases of kmem cache in error path
` [GIT PULL 45/58] lightnvm: pblk: prevent gc kicks when gc is not operational
` [GIT PULL 46/58] lightnvm: pblk: recover partially written lines correctly
` [GIT PULL 47/58] lightnvm: pblk: free full lines during recovery
` [GIT PULL 48/58] lightnvm: pblk: start gc if needed during init
` [GIT PULL 49/58] lightnvm: pblk: consider bad sectors in emeta during recovery
` [GIT PULL 50/58] lightnvm: pblk: shut down gc gracefully during exit
` [GIT PULL 51/58] lightnvm: pblk: add l2p crc debug printouts
` [GIT PULL 52/58] lightnvm: pblk: gc all lines in the pipeline before exit
` [GIT PULL 53/58] lightnvm: pblk: correct valid lba count calculation
` [GIT PULL 54/58] lightnvm: pblk: remove spinlock when freeing line metadata
` [GIT PULL 55/58] lightnvm: pblk: cleanup unused and static functions
` [GIT PULL 56/58] lightnvm: pblk: avoid being reported as hung on rated GC
` [GIT PULL 57/58] lightnvm: fail fast on passthrough commands
` [GIT PULL 58/58] lightnvm: implement generic path for sync I/O

[PATCH] net/virtio: fix wrong TX pkt length stats
 2017-10-13 12:47 UTC  (4+ messages)

[igt RFC 1/3] lib/debugfs: Make is_mountpoint() non-fatal
 2017-10-13 12:47 UTC  (5+ messages)
` [igt RFC 2/3] lib: Add hooks for enabling ftrace
` ✓ Fi.CI.BAT: success for series starting with [RFC,1/3] lib/debugfs: Make is_mountpoint() non-fatal

[OpenRISC] [PATCH v6 0/6] sim port for OpenRISC
 2017-10-13 12:46 UTC  (8+ messages)
` [OpenRISC] [PATCH v6 1/6] sim: cgen: add remainder functions (needed for OR1K lf.rem.[sd])
` [OpenRISC] [PATCH v6 2/6] sim: cgen: add MUL2OFSI and MUL1OFSI functions (needed for OR1K l.mul[u])
` [OpenRISC] [PATCH v6 3/6] sim: or1k: add or1k target to sim
` [OpenRISC] [PATCH v6 4/6] sim: or1k: add cgen generated files
` [OpenRISC] [PATCH v6 5/6] sim: or1k: add autoconf "
` [OpenRISC] [PATCH v6 6/6] sim: testsuite: add testsuite for or1k sim

git-clone causes out of memory
 2017-10-13 12:44 UTC  (9+ messages)

[Buildroot] [BuildRoot] at91sam9x5ek_defconfig not booting
 2017-10-13 12:44 UTC  (3+ messages)
    ` [Buildroot] Fwd: "

[PATCH] f2fs: no need to punch hole far beyond the file size
 2017-10-13 16:59 UTC  (2+ messages)

[PATCH v2] ath10k: Retry pci probe on failure
 2017-10-13 12:41 UTC  (3+ messages)

[U-Boot] U-Boot download link broken
 2017-10-13 12:41 UTC 

[PATCH 4.13 0/2] 4.13.7-stable review
 2017-10-13 12:41 UTC  (2+ messages)

[PATCH 0/6] Use new DRM API where possible, and cleanups
 2017-10-13 12:39 UTC  (3+ messages)
` [PATCH 2/6] drm/amd/display: Use new DRM API where possible

[PATCH v2] drm/tilcdc: Precalculate total frametime in tilcdc_crtc_set_mode()
 2017-10-13 12:38 UTC  (7+ messages)

[PATCHv3 1/1] mmc: core: export emmc revision
 2017-10-13 12:38 UTC  (2+ messages)

[PATCH v2] xfs: trim writepage mapping to within eof
 2017-10-13 12:38 UTC 

[PATCH v2 0/2] ASoC: add support for CX2072X CODEC
 2017-10-13 12:37 UTC  (2+ messages)

[PATCH 0/3] mmc: renesas_sdhi: add R-Car Gen[123] fallback compatibility strings
 2017-10-13 12:35 UTC  (4+ messages)
` [PATCH 1/3] dt-bindings: mmc: renesas_sdhi: provide example in bindings documentation

[PATCH] eal: call plugin init before device parse
 2017-10-13 12:35 UTC  (2+ messages)

[PATCH v3 0/6] VMX MSRs policy for Nested Virt: part 1
 2017-10-13 12:35 UTC  (7+ messages)
` [PATCH v3 1/6] x86/msr: add Raw and Host domain policies
` [PATCH v3 2/6] x86/msr: add VMX MSRs into struct msr_domain_policy
` [PATCH v3 3/6] x86/msr: read VMX MSRs values into Raw policy
` [PATCH v3 4/6] x86/msr: add VMX MSRs into HVM_max domain policy
` [PATCH v3 5/6] x86/msr: update domain policy on CPUID policy changes
` [PATCH v3 6/6] x86/msr: handle VMX MSRs with guest_rd/wrmsr()

[Patch v3 1/5] KVM: Support for guest page hinting
 2017-10-13 12:44 UTC  (2+ messages)

[PATCH v3 00/10] arm64: dts: renesas: Use R-Car GPIO Gen[123] fallback compat strings
 2017-10-13 12:33 UTC  (22+ messages)
` [PATCH v3 01/10] ARM: dts: r8a7778: Use R-Car GPIO Gen1 fallback compat string
` [PATCH v3 02/10] ARM: dts: r8a7779: "
` [PATCH v3 03/10] ARM: dts: r8a7743: Use R-Car GPIO Gen2 "
` [PATCH v3 04/10] ARM: dts: r8a7790: "
` [PATCH v3 05/10] ARM: dts: r8a7791: "
` [PATCH v3 06/10] ARM: dts: r8a7792: "
` [PATCH v3 07/10] ARM: dts: r8a7793: "
` [PATCH v3 08/10] ARM: dts: r8a7794: "
` [PATCH v3 09/10] arm64: dts: r8a7795: Use R-Car GPIO Gen3 "
` [PATCH v3 10/10] arm64: dts: r8a7796: "

[linux-4.9 test] 114402: regressions - FAIL
 2017-10-13 12:33 UTC 

[PATCH V2] powerpc/perf: Fix IMC initialization crash
 2017-10-13 12:32 UTC  (2+ messages)
` [V2] "

[PATCH] powerpc/perf: Add ___GFP_NOWARN flag to alloc_pages_node()
 2017-10-13 12:32 UTC  (2+ messages)
`  "

[PATCH] powerpc/perf: Fix for core/nest imc call trace on cpuhotplug
 2017-10-13 12:32 UTC  (2+ messages)
`  "

libxl: vpl011: Fix hex to dec conversion of vuart_gfn in libxl__device_vuart_add
 2017-10-13 12:32 UTC  (4+ messages)

[LTP] [PATCH v3 00/18] Fix 32-bit cross compilation
 2017-10-13 12:32 UTC  (8+ messages)
` [LTP] [PATCH v3 07/18] nfsv4/acl1: Exit with TCONF when libacl not available
` [LTP] [PATCH v3 08/18] m4: Fix libacl detection on 32-bit cross build
` [LTP] [PATCH v3 09/18] m4: Fix libcrypto "

[PATCH] examples/power: fix build
 2017-10-13 12:31 UTC 

[GIT PULL] Please pull powerpc/linux.git powerpc-4.14-5 tag
 2017-10-13 12:30 UTC 

[PATCH V2 1/5] ethdev: add new flow action for metering and policing
 2017-10-13 12:30 UTC  (11+ messages)
` [PATCH V3 0/5] rte_mtr: generic ethdev api "
  ` [PATCH V3 3/5] ethdev: add new api for traffic "
  ` [PATCH V3 4/5] doc: ethdev traffic metering and policing api
  ` [PATCH V3 5/5] app/testpmd: cli for traffic metering and policing

[PATCH v2 1/4] btrfs: add_missing_dev() should return the actual error
 2017-10-13 12:28 UTC  (4+ messages)
` [PATCH v2 2/4] btrfs: fix EIO misuse to report missing degraded option

[PATCH] i2c: rcar: document R8A77970 bindings
 2017-10-13 12:30 UTC  (4+ messages)

[PATCH] ath10k: spectral: Simplify error checking
 2017-10-13 12:28 UTC  (4+ messages)

[PATCH i-g-t 1/2] tests: Clean up igt_skip_on_simulation() uses
 2017-10-13 12:28 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for series starting with [1/2] "

[Qemu-devel] [PATCH v3 0/3] add bdrv_co_drain_begin/end BlockDriver callbacks
 2017-10-13 12:27 UTC  (2+ messages)
` [Qemu-devel] [Qemu-block] "

[PATCH 1/4] perl-native: upgrade from 5.24.1 to 5.26.1
 2017-10-13 12:27 UTC  (4+ messages)
` [PATCH 2/4] perl: upgrade "

[GIT PULL] clk/samsung updates for 4.15
 2017-10-13 12:27 UTC 

[PATCH 1/3] x86/pvh: fix Dom0 memory accounting
 2017-10-13 12:26 UTC  (6+ messages)
` [PATCH 2/3] x86/pvh: use max_pdx to calculate the paging memory usage

[PATCH] mac80211: don't track HT capability changes
 2017-10-13 12:26 UTC 

[PATCH 1/1] qla2xxx: Fix sparse warnings for N2N
 2017-10-13 12:25 UTC  (2+ messages)

[PATCH] f2fs: add bug_on when f2fs_gc even fails to get one victim
 2017-10-13 12:24 UTC  (5+ messages)
` [f2fs-dev] "

[PATCH igt 1/2] lib: Ask the kernel to quiesce the GPU
 2017-10-13 12:24 UTC  (2+ messages)
` [PATCH igt 2/2] synchax

[PATCHv2, RFC] x86/boot/compressed/64: Handle 5-level paging boot if kernel is above 4G
 2017-10-13 12:23 UTC  (2+ messages)

INITRDSTART replacement
 2017-10-13 12:22 UTC  (2+ messages)

[PATCH V3 1/5] ethdev: add new flow action for metering and policing
 2017-10-13 12:22 UTC  (7+ messages)
` [PATCH V4 0/5] rte_mtr: generic ethdev api "
  ` [PATCH V4 1/5] ethdev: add new flow action "
  ` [PATCH V4 2/5] ethdev: add new eth_dev_ops function for mtr ops get
  ` [PATCH V4 3/5] ethdev: add new api for traffic metering and policing
  ` [PATCH V4 4/5] doc: ethdev traffic metering and policing api
  ` [PATCH V4 5/5] app/testpmd: cli for traffic metering and policing

[PATCH] KVM: arm64: its: Fix missing dynamic allocation check in scan_its_table
 2017-10-13 12:21 UTC  (6+ messages)

[U-Boot] [PATCH v2 0/3] kbuild: always use relative path for __FILE__
 2017-10-13 12:21 UTC  (3+ messages)

[PATCH v6 00/11] vpci: PCI config space emulation
 2017-10-13 12:20 UTC  (6+ messages)
` [PATCH v6 09/11] vpci/msi: add MSI handlers

[PATCH 2/2] ath10k: handle tdls peer events
 2017-10-13 12:18 UTC  (3+ messages)
` [2/2] "

[PATCH v1] x86/hvm: Add MSR old value
 2017-10-13 12:17 UTC  (4+ messages)

regression on suspend/resume for Carrizo
 2017-10-13 12:16 UTC 

[PATCH v2 1/4] btrfs: add_missing_dev() should return the actual error
 2017-10-13 12:14 UTC  (3+ messages)
` [PATCH v3 "

[PATCH 1/2] [v2] regmap: avoid -Wint-in-bool-context warning
 2017-10-13 12:12 UTC 

[RFC XEN PATCH v3 00/39] Add vNVDIMM support to HVM domains
 2017-10-13 12:13 UTC  (13+ messages)
` [Qemu-devel] [RFC QEMU PATCH v3 00/10] Implement vNVDIMM for Xen HVM guest

[PATCH] i2c: mux: reg: use of_property_read_bool()
 2017-10-13 12:13 UTC  (2+ messages)

[PATCH 1/2] cfg80211: don't print log output for building shipped-certs
 2017-10-13 12:12 UTC  (3+ messages)
` [PATCH 2/2] cfg80211: fix CFG80211_EXTRA_REGDB_KEYDIR typo

[PATCH igt 1/2] lib: Ask the kernel to quiesce the GPU
 2017-10-13 12:11 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for series starting with [1/2] "

[PATCH 1/2] net/mlx5: fix flow priority for queue action
 2017-10-13 12:09 UTC  (2+ messages)
` [PATCH 2/2] app/testpmd: fix RSS structure initialisation


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.