public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-10-13 11:58:39 to 2017-10-13 14:36:43 UTC [more...]

[GIT PULL 00/58] LightNVM updates for 4.15
 2017-10-13 14:36 UTC  (60+ 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 v4] drm/i915: Replace *_reference/unreference() or *_ref/unref with _get/put()
 2017-10-13 14:33 UTC  (2+ messages)

[PATCH] arm64: KVM: set right LR register value for 32 bit guest when inject abort
 2017-10-13 14:29 UTC 

[PATCH] scsi: scsi_transport_fc: make a field of fc_internal structure const
 2017-10-13 14:29 UTC 

[PATCH RFC 00/10] Intel EPT-Based Sub-page Write Protection Support
 2017-10-13 23:16 UTC  (11+ messages)
` [PATCH RFC 01/10] KVM: VMX: Added EPT Subpage Protection Documentation
` [PATCH RFC 02/10] x86/cpufeature: Add intel Sub-Page Protection to CPU features
` [PATCH RFC 03/10] KVM: VMX: Added VMX SPP feature flags and VM-Execution Controls
` [PATCH RFC 04/10] KVM: VMX: Introduce the SPPTP and SPP page table
` [PATCH RFC 05/10] KVM: VMX: Introduce SPP-Induced vm exit and it's handle
` [PATCH RFC 06/10] KVM: VMX: Added handle of SPP write protection fault
` [PATCH RFC 07/10] KVM: VMX: Introduce ioctls to set/get Sub-Page Write Protection
` [PATCH RFC 08/10] KVM: VMX: Update the EPT leaf entry indicated with the SPP enable bit
` [PATCH RFC 09/10] KVM: VMX: Added setup spp page structure
` [PATCH RFC 10/10] KVM: VMX: implement setup SPP page structure in spp miss

[PATCH] tracing, memcg, vmscan: Hide trace events when not in use
 2017-10-13 14:28 UTC  (3+ messages)

[PATCH 0/3] arm64: cpuinfo: make /proc/cpuinfo more human-readable
 2017-10-13 14:27 UTC  (6+ messages)
` [PATCH 2/3] arm64: cpuinfo: add human readable CPU names to /proc/cpuinfo

[PATCH 0/2] Sluggish AT91 I2C driver causes SMBus timeouts
 2017-10-13 14:26 UTC  (5+ messages)
` [PATCH 1/2] hwmon: (jc42) optionally try to disable the SMBUS timeout

[PATCH net-next 0/5] net: dsa: master and slave helpers
 2017-10-13 14:26 UTC  (5+ messages)
` [PATCH net-next 5/5] net: dsa: split dsa_port's netdev member

[RFC PATCH v9 for 4.15 00/14] Restartable sequences and CPU op vector system calls
 2017-10-13 14:27 UTC  (8+ messages)
` [RFC PATCH v9 for 4.15 01/14] Restartable sequences system call
` [RFC PATCH for 4.15 09/14] Provide cpu_opv "

[PATCH] tracing: Remove unused clock events
 2017-10-13 14:25 UTC  (3+ messages)

[PATCH v3 0/7] Support PPTT for ARM64
 2017-10-13 14:23 UTC  (3+ messages)
` [PATCH v3 1/7] ACPI/PPTT: Add Processor Properties Topology Table parsing

[PATCH 0/3] printk: Add force_early_printk boot param
 2017-10-13 14:23 UTC  (15+ messages)
` [PATCH 1/3] printk: Fix kdb_trap_printk placement
` [PATCH 2/3] early_printk: Add force_early_printk kernel parameter

[PATCH 0/2] tracing, thermal: Hide trace events when not in use
 2017-10-13 14:23 UTC  (3+ messages)
` [PATCH 1/2] tracing, thermal: Hide devfreq "
` [PATCH 2/2] tracing, thermal: Hide cpu cooling "

[PATCH] [v2] tracing: mark trace_test_buffer as __maybe_unused
 2017-10-13 14:22 UTC 

[PATCH v2 00/10] vITS Migration fixes and reset
 2017-10-13 14:22 UTC  (8+ messages)
` [PATCH v2 03/10] KVM: arm/arm64: vgic-its: Improve error reporting on device table save
` [PATCH v2 04/10] KVM: arm/arm64: vgic-its: Check GITS_BASER Valid bit before saving tables
` [PATCH v2 07/10] KVM: arm/arm64: vgic-its: new helper functions to free the caches

[PATCH v7 00/15] Introduce support for Dell SMBIOS over WMI
 2017-10-13 14:18 UTC  (5+ messages)
` [PATCH v7 10/15] platform/x86: dell-smbios: add filtering capability for requests

[PATCH v8 0/9] Application Data Integrity feature introduced by SPARC M7
 2017-10-13 14:14 UTC  (6+ messages)
` [PATCH v8 9/9] sparc64: Add support for ADI (Application Data Integrity)

[PATCH] venus: reimplement decoder stop command
 2017-10-13 14:13 UTC 

[PATCH v3 00/22] firmware: ARM System Control and Management Interface(SCMI) support
 2017-10-13 14:12 UTC  (10+ messages)
` [PATCH v3 16/22] firmware: arm_scmi: add arm_mhu specific mailbox interface

[PATCH 0/4] event synthesization multithreading for perf record
 2017-10-13 14:09 UTC  (5+ messages)
` [PATCH 1/4] perf tools: pass thread info to process function
` [PATCH 2/4] perf tools: pass thread info in event synthesization
` [PATCH 3/4] perf record: event synthesization multithreading support
` [PATCH 4/4] perf record: add option to set the number of thread for event synthesize

[lkp-robot] [ipv6] 2b760fcf5c: WARNING:suspicious_RCU_usage
 2017-10-13 14:10 UTC  (3+ messages)

[PATCH v11 0/9] complete deferred page initialization
 2017-10-13 14:10 UTC  (7+ messages)
` [PATCH v11 7/9] arm64/kasan: add and use kasan_map_populate()

[PATCH v5 00/16] generate full callchain cursor entries for inlined frames
 2017-10-13 14:08 UTC  (6+ messages)
` [PATCH v5 09/16] perf report: compare symbol name for inlined frames when matching
` [PATCH v5 11/16] perf report: properly handle branch count in match_chain

[PATCH v4 0/7] Add PMIC support to MediaTek MT7622 SoC
 2017-10-13 14:07 UTC  (5+ messages)
` [PATCH v4 4/7] soc: mediatek: pwrap: update pwrap_init without slave programming

Restriction on setting debug registers (HW breakpoint) at kernel space
 2017-10-13 14:07 UTC 

[PATCH] virtio_balloon: fix deadlock on OOM
 2017-10-13 14:06 UTC  (3+ messages)

tracing, dma-buf: Remove unused trace event dma_fence_annotate_wait_on
 2017-10-13 14:06 UTC 

[PATCH] kmemcheck: correctly remove kmemcheck call from dma_map_sg_attrs
 2017-10-13 14:05 UTC  (3+ messages)

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

[PATCH] tracing, mei: Remove unused trace event mei_pci_cfg_write
 2017-10-13 13:58 UTC 

[PATCH v2 1/9] usb: xhci-mtk: use dma_set_mask_and_coherent() in probe function
 2017-10-13 13:56 UTC  (7+ messages)
` [PATCH v2 5/9] usb: xhci-mtk: remove dummy wakeup debounce clocks
` [PATCH v2 6/9] usb: xhci-mtk: add optional mcu and dma bus clocks
` [PATCH v2 9/9] dt-bindings: usb: mtk-xhci: remove dummy clocks and add optional ones

drivers/staging/rtlwifi/base.c:920:7-9: WARNING: possible condition with no effect (if == else)
 2017-10-13 13:55 UTC 

[PATCH 4.4 00/31] 4.4.88-stable review
 2017-10-13 13:53 UTC  (3+ messages)
` [PATCH 4.4 23/31] drm/bridge: adv7511: Use work_struct to defer hotplug handing to out of irq context

[lkp-robot] [x86/kconfig] 81d3871900: BUG:unable_to_handle_kernel
 2017-10-13 13:56 UTC  (6+ messages)

[PATCH][next] platform/x86: intel_cht_int33fe: make a couple of local functions static
 2017-10-13 13:52 UTC  (3+ messages)

[PATCH v2 0/3] add UniPhier efuse support
 2017-10-13 13:49 UTC  (3+ messages)
` [PATCH v2 1/3] dt-bindings: nvmem: add description for UniPhier eFuse

Crash in bm_evict_inode() during shutdown
 2017-10-13 13:44 UTC 

RFC(v2): Audit Kernel Container IDs
 2017-10-13 13:43 UTC  (2+ messages)

[RESEND PATCH 0/2] rockchip: kevin: Enable edp display
 2017-10-13 13:42 UTC  (4+ messages)
` [RESEND PATCH 2/2] arm64: dts: rockchip: Enable edp disaplay on kevin

[PATCH 1/2] dt-bindings: mfd: Add Spreadtrum SC27xx PMIC documentation
 2017-10-13 13:40 UTC  (10+ messages)
` [PATCH 2/2] mfd: Add Spreadtrum SC27xx series PMICs driver

[PATCH] KVM: X86: fix a bad_page bug_on path
 2017-10-13 21:48 UTC 

[PATCH v16 0/5] Virtio-balloon Enhancement
 2017-10-13 13:38 UTC  (9+ messages)
` [PATCH v16 5/5] virtio-balloon: VIRTIO_BALLOON_F_CTRL_VQ

[PATCH] PM / QoS: Drop PM_QOS_FLAG_REMOTE_WAKEUP
 2017-10-13 13:27 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] PM / core: Fix kerneldoc comments of three functions
 2017-10-13 13:25 UTC  (4+ messages)
` [PATCH] PM / core: Fix kerneldoc comments of four functions

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

[v11 0/6] cgroup-aware OOM killer
 2017-10-13 13:32 UTC  (10+ messages)
` [v11 3/6] mm, oom: "

[PATCH v5 0/3] PCI: rockchip: Move PCIE_WAKE handling into rockchip pcie driver
 2017-10-13 13:21 UTC  (4+ messages)
` [PATCH v5 1/3] PCI: rockchip: Add support for pcie wake irq

Sluggish AT91 I2C driver causes SMBus timeouts
 2017-10-13 13:29 UTC  (2+ messages)

[PATCH] f2fs: update dirty status for CURSEG as well
 2017-10-13 13:21 UTC  (2+ messages)
` [PATCH v2] "

[GIT PULL] DeviceTree fixes for 4.14, round 2
 2017-10-13 13:25 UTC 

[PATCH] xfs: move two more RT specific functions into CONFIG_XFS_RT
 2017-10-13 13:24 UTC  (2+ messages)

[PATCH] tracing: hide unused functions
 2017-10-13 13:24 UTC  (3+ messages)

[PATCH v3 1/2] acpi: apei: remove the unused dead-code for SEA notification type
 2017-10-13 13:21 UTC  (2+ messages)

NMI watchdog dump does not print on hard lockup
 2017-10-13 13:18 UTC  (3+ messages)

[PATCH] reduce the time of finding symbols for module
 2017-10-13 13:18 UTC  (8+ messages)

[PATCH] ALSA: hda - silence uninitialized variable warning in activate_amp_in()
 2017-10-13 13:15 UTC  (2+ messages)

[PATCH 00/10] new mmap_read interfaces for ring buffer
 2017-10-13 13:14 UTC  (6+ messages)
` [PATCH 02/10] perf tool: fix: Don't discard prev in backward mode

[PATCH v2] ALSA: hda/ca0132 - use ARRAY_SIZE
 2017-10-13 13:14 UTC  (2+ messages)

[PATCH v8 0/4] Add support for ThunderX2 pmu events using json files
 2017-10-13 13:04 UTC  (5+ messages)

[PATCH] radix-tree: replace <linux/spinlock.h> with <linux/spinlock_types.h>
 2017-10-13 13:03 UTC 

[PATCH] powerpc/eeh: make eeh_ops structures _ro_after_init
 2017-10-13 13:04 UTC 

[PATCH] powerpc/powernv: Enable reset_devices parameter to issue a PHB reset
 2017-10-13 13:02 UTC  (3+ messages)

[PATCH] clk: uniphier: fix clock data for PXs3
 2017-10-13 12:54 UTC 

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

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

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

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

[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)
`  "

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

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

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

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

[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] btrfs: Clean up unused variables in free-space-tree.c
 2017-10-13 12:08 UTC  (3+ messages)

[PATCH] btrfs: tree-checker: use %zu format string for size_t
 2017-10-13 12:06 UTC  (2+ messages)

[PATCH v2 0/2] mm, memory_hotplug: redefine memory offline retry logic
 2017-10-13 12:07 UTC  (13+ messages)
` [PATCH 1/2] mm, memory_hotplug: do not fail offlining too early
                ` [PATCH 1/2] mm: drop migrate type checks from has_unmovable_pages
                  ` [PATCH 2/2] mm, page_alloc: fail has_unmovable_pages when seeing reserved pages

[PATCH 0/4] Sony Xperia Z2 Tablet Initial DTS
 2017-10-13 12:05 UTC  (3+ messages)
` [PATCH 1/4] ARM: dts: qcom: msm8974: Add Sony Xperia Z2 Tablet

[PATCH V8 00/14] mmc: Add Command Queue support
 2017-10-13 11:58 UTC  (11+ messages)

[PATCH] drm/tilcdc: Remove redundant OF_DETACHED flag setting
 2017-10-13 12:02 UTC  (2+ messages)

[PATCH] MAINTAINERS: update caam crypto driver maintainers list
 2017-10-13 12:01 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox