All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-04-27 15:28:25 to 2017-04-27 16:08:36 UTC [more...]

[PATCH v3 0/4] x86/mm: Straightforward TLB flush fixes/cleanups
 2017-04-27 16:08 UTC  (5+ messages)
` [PATCH v3 1/4] x86/vm86/32: Switch to flush_tlb_mm_range() in mark_screen_rdonly()

[PATCH v2 00/11] overlayfs constant inode numbers
 2017-04-27 16:08 UTC  (17+ messages)
` [PATCH v2 05/11] ovl: lookup redirect by file handle

[PATCH] libfc: do not flood console with messages 'libfc: queue full ...'
 2017-04-27 16:07 UTC  (2+ messages)

[PATCH v3] pid_ns: Introduce ioctl to set vector of ns_last_pid's on ns hierarhy
 2017-04-27 16:07 UTC  (5+ messages)

[PATCH 1/2] raid5: Use raw_spinlock for stripe management
 2017-04-27 15:57 UTC  (6+ messages)

[PATCH net-next 0/9] support unique MAC addresses for slave devices
 2017-04-27 16:05 UTC  (4+ messages)
` [PATCH net-next 8/9] ipvlan: improve compiler hints

[Qemu-devel] [Bug 1592351] [NEW] mouse pointer offset with gtk, gl=on
 2017-04-27 15:51 UTC  (2+ messages)
` [Qemu-devel] [Bug 1592351] "

[Qemu-devel] [PATCH v5 00/19] TCG cross-tb optimizations
 2017-04-27 16:04 UTC  (5+ messages)
` [Qemu-devel] [PATCH v5 01/19] target/nios2: Fix 64-bit ilp32 compilation
` [Qemu-devel] [PATCH v5 02/19] tcg/sparc: Use the proper compilation flags for 32-bit

[PATCH V2] x86/tboot: add an option to disable iommu force on
 2017-04-27 16:04 UTC  (7+ messages)

[PATCH v2 00/11] drm/i915: LPE audio runtime PM and multipipe (v2)
 2017-04-27 16:02 UTC  (13+ messages)
` [PATCH 01/11] drm/i915: Fix runtime PM for LPE audio
` [PATCH 02/11] ALSA: x86: Clear the pdata.notify_lpe_audio pointer before teardown
` [PATCH 03/11] drm/i915: Stop pretending to mask/unmask LPE audio interrupts
` [PATCH v2 04/11] drm/i915: Remove the unused pending_notify from LPE platform data
` [PATCH 05/11] drm/i915: Replace tmds_clock_speed and link_rate with just ls_clock
` [PATCH v2 06/11] drm/i915: Remove hdmi_connected from LPE audio pdata
` [PATCH 07/11] drm/i915: Reorganize intel_lpe_audio_notify() arguments
` [PATCH v2 08/11] drm/i915: Clean up the LPE audio platform data
` [PATCH 09/11] ALSA: x86: Prepare LPE audio ctls for multiple PCMs
` [PATCH v2 10/11] ALSA: x86: Split snd_intelhad into card and PCM specific structures
` [PATCH v2 11/11] ALSA: x86: Register multiple PCM devices for the LPE audio card
` [PATCH alsa-lib] conf: Add multiple hdmi pcm definition for Intel LPE audio

Can-utils and mininet :
 2017-04-27 16:01 UTC  (5+ messages)

Many D state processes on XFS, kernel 4.4
 2017-04-27 16:01 UTC  (3+ messages)

[PATCH net-next 6/6] bpf: show bpf programs
 2017-04-27 16:00 UTC  (4+ messages)

OCaml xenstore: max value size is configure to be 2048 bytes - consistent with C xenstore?
 2017-04-27 15:58 UTC  (3+ messages)

[PATCH] checkpatch: add --typedefsfile
 2017-04-27 15:59 UTC  (5+ messages)

[PATCH] nvdimm: Export supported alignments via sysfs
 2017-04-27 15:59 UTC  (2+ messages)

[Qemu-devel] [Bug 1064631] [NEW] Feature request: tls for chardev socket (telnet, tcp, udp)
 2017-04-27 15:47 UTC  (3+ messages)
` [Qemu-devel] [Bug 1064631] "

cqe dump errors on target while running nvme-of large block read IO
 2017-04-27 15:59 UTC  (10+ messages)

[RFC PATCH] xfs: try to avoid blowing out the transaction reservation when bunmaping a shared extent
 2017-04-27 15:58 UTC  (3+ messages)

[PATCH] staging: rtl8723bs: Revert ignoring_unreachable_code kfree
 2017-04-27 15:58 UTC  (3+ messages)

[PATCH v2 00/21] Introduce common scatterlist map function
 2017-04-27 15:57 UTC  (18+ messages)
` [PATCH v2 01/21] scatterlist: Introduce sg_map helper functions
` [PATCH v2 07/21] crypto: shash, caam: Make use of the new sg_map helper function

[GIT PULL] Ceph fix for 4.11-rc9
 2017-04-27 15:57 UTC 

[U-Boot] [PATCH 2/3] arm, Makefile: Concatenation of u-boot-spl.bin and u-boot.img
 2017-04-27 15:58 UTC  (3+ messages)

[PATCH 1/2] dt-bindings: Document STM32 I2S bindings
 2017-04-27 15:57 UTC  (13+ messages)

[RFC v3 00/17] Speculative page faults
 2017-04-27 15:52 UTC  (36+ messages)
` [RFC v3 01/17] mm: Dont assume page-table invariance during faults
` [RFC v3 02/17] mm: Prepare for FAULT_FLAG_SPECULATIVE
` [RFC v3 03/17] mm: Introduce pte_spinlock
` [RFC v3 04/17] mm: VMA sequence count
` [RFC v3 05/17] RCU free VMAs
` [RFC v3 06/17] mm: Provide speculative fault infrastructure
` [RFC v3 07/17] mm,x86: Add speculative pagefault handling
` [RFC v3 08/17] mm/spf: Try spin lock in speculative path
` [RFC v3 09/17] mm/spf: Fix fe.sequence init in __handle_mm_fault()
` [RFC v3 10/17] mm/spf: don't set fault entry's fields if locking failed
` [RFC v3 11/17] mm/spf; fix lock dependency against mapping->i_mmap_rwsem
` [RFC v3 12/17] mm/spf: Protect changes to vm_flags
` [RFC v3 13/17] mm/spf Protect vm_policy's changes against speculative pf
` [RFC v3 14/17] x86/mm: Update the handle_speculative_fault's path
` [RFC v3 15/17] mm/spf: Add check on the VMA's flags
` [RFC v3 16/17] mm: protect madvise vs speculative pf
` [RFC v3 17/17] mm/spf: protect mremap() against "

[RFC kvm-unit-tests PATCH 0/8] Support for out-of-tree builds
 2017-04-27 15:57 UTC  (8+ messages)
` [RFC kvm-unit-tests PATCH 4/8] Makefiles: use explicit path for including sub-Makefiles
` [RFC kvm-unit-tests PATCH 5/8] Makefile: add explicit mkdir for .o targets

[PATCH v5 1/5] skbuff: return -EMSGSIZE in skb_to_sgvec to prevent overflow
 2017-04-27 15:54 UTC  (5+ messages)
` [PATCH v6 "
      ` [kernel-hardening] "

[PATCH] xfs: Allow user to kill fstrim process
 2017-04-27 15:55 UTC  (6+ messages)

[PATCH 0/6] Six more patches for Linux kernel v4.12
 2017-04-27 15:54 UTC  (7+ messages)
` [PATCH 1/6] blk-mq: Make blk_mq_quiesce_queue() wait for all .queue_rq() calls
` [PATCH 2/6] blk-mq: Fix the comment above blk_mq_quiesce_queue()
` [PATCH 3/6] blk-mq-debugfs: Show atomic request flags
` [PATCH 4/6] blk-mq-debugfs: Show requeue list
` [PATCH 5/6] blk-mq-debugfs: Show busy requests
` [PATCH 6/6] blk-mq-debugfs: Add 'kick' operation

[PATCH] perf evsel: Fix to perf-stat malloc corruption on arm64 platforms
 2017-04-27 15:52 UTC  (9+ messages)

[PATCH v5 00/32] x86: Secure Memory Encryption (AMD)
 2017-04-27 15:52 UTC  (13+ messages)
` [PATCH v5 06/32] x86/mm: Add Secure Memory Encryption (SME) support
` [PATCH v5 31/32] x86: Add sysfs support for Secure Memory Encryption

v4.4.64 build: 0 failures 0 warnings (v4.4.64)
 2017-04-27 15:52 UTC 

[PATCH kvm-unit-tests] arch-run: more qemu binary search cleanup
 2017-04-27 15:52 UTC  (2+ messages)

[Ksummit-discuss] "Maintainer summit" invitation discussion
 2017-04-27 15:40 UTC  (11+ messages)

[PATCH] kvm: nVMX: Remove superfluous VMX instruction fault checks
 2017-04-27 15:49 UTC  (8+ messages)
` [PATCH v4] "

[PATCH net-next] rhashtable: remove insecure_max_entries param
 2017-04-27 15:48 UTC  (4+ messages)
  ` rhashtable - Cap total number of entries to 2^31

[patch V2 00/24] cpu/hotplug: Convert get_online_cpus() to a percpu_rwsem
 2017-04-27 15:48 UTC  (12+ messages)
                  ` [PATCH] arm64: cpufeature: use static_branch_enable_cpuslocked() (was: Re: [patch V2 00/24] cpu/hotplug: Convert get_online_cpus() to a percpu_rwsem)

[PATCH] speex: upgrade 1.2rc2 -> 1.2.0
 2017-04-27 15:39 UTC 

PRs not being tested by jenkins??
 2017-04-27 15:47 UTC  (4+ messages)

[PATCH 0/5] xfs: quota deadlock fixes
 2017-04-27 15:47 UTC  (5+ messages)
` [PATCH 2/5] xfs: allocate quotaoff transactions up front to avoid log deadlock

[PATCH] crypto/qat: fix dequeue count stats retrieval
 2017-04-27 15:47 UTC  (2+ messages)

[PATCH net-next] tcp: tcp_rack_reo_timeout() must update tp->tcp_mstamp
 2017-04-27 15:46 UTC  (2+ messages)

[PATCH] crypto: talitos: Extend max key length for SHA384/512-HMAC
 2017-04-27 15:40 UTC 

[Qemu-devel] [PATCH v2 0/4] Convert non-blocking connect and fix its error reporting
 2017-04-27 15:46 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 1/4] net/socket: Convert the non-blocking connection mechanism to QIOchannel

[PATCH 0/4] blk-mq-sched: allow to use hw tag for sched
 2017-04-27 15:46 UTC  (12+ messages)

[U-Boot] [PATCH v3 00/13] STiH410-B2260: add reset, usb and fastboot support
 2017-04-27 15:45 UTC  (3+ messages)

[PATCH 1/2] drm/i915: Sanitize engine context sizes
 2017-04-27 15:44 UTC  (5+ messages)
` [PATCH 2/2] drm/i915: Eliminate HAS_HW_CONTEXTS

[Qemu-devel] [Bug 1090602] [NEW] RFE: Allow specifying usb-host device by serial number
 2017-04-27 15:31 UTC  (2+ messages)
` [Qemu-devel] [Bug 1090602] "

[Qemu-devel] [Bug 1090604] [NEW] RFE: Implement support for SMBIOS Type 41 structures
 2017-04-27 15:31 UTC  (2+ messages)
` [Qemu-devel] [Bug 1090604] "

[Qemu-devel] [Bug 1090615] [NEW] RFE: More info in qemu-img info/check
 2017-04-27 15:32 UTC  (2+ messages)
` [Qemu-devel] [Bug 1090615] "

[Qemu-devel] [Bug 1184089] [NEW] [Feature request] loadvm snapshot as read-only
 2017-04-27 15:33 UTC  (2+ messages)
` [Qemu-devel] [Bug 1184089] "

[Qemu-devel] [Bug 1284090] [NEW] RFE: QMP: report error reason in BLOCK_IO_ERROR message
 2017-04-27 15:32 UTC  (2+ messages)
` [Qemu-devel] [Bug 1284090] "

[Qemu-devel] [PATCH] ACPI: call acpi_set_pci_info when only acpi enabled
 2017-04-27 15:44 UTC  (3+ messages)

[PATCH] dm ioctl: prevent stack leak in dm ioctl call
 2017-04-27 15:43 UTC  (2+ messages)

[3rdparty][PATCH 0/6] conf: boundary: add mainline BSP support to all platforms
 2017-04-27 15:43 UTC  (5+ messages)

[PATCH v5 0/4] Cleaning printk stuff in NMI context
 2017-04-27 15:42 UTC  (14+ messages)
` [PATCH v5 1/4] printk/nmi: generic solution for safe printk in NMI

[PATCH 00/13] Reduce (but not completely eliminate yet) Python 2.x dependencies
 2017-04-27 15:42 UTC  (2+ messages)

[PATCH] irqchip/gicv3-its: use IORT only if IOMMU support is enabled
 2017-04-27 15:43 UTC  (2+ messages)

[PATCH] FS-Cache: print hexadecimal value for special cookies type
 2017-04-27 15:41 UTC  (4+ messages)

[RFC v2 0/7] drm: asynchronous atomic plane update
 2017-04-27 15:41 UTC  (5+ messages)
` [RFC v2 1/7] drm/atomic: initial support for asynchronous "
` [RFC v2 3/7] drm/i915: update cursors asynchronously through atomic

About the SLB9670 TPM 2.0 driver status
 2017-04-27 15:40 UTC  (4+ messages)

[Qemu-devel] [Bug 1081416] [NEW] Qemu 1.2.0 crashes when using tcp serial console and GRUB boots
 2017-04-27 15:29 UTC  (2+ messages)
` [Qemu-devel] [Bug 1081416] "

[PATCH 00/13] Device mapper and dm-mpath patches
 2017-04-27 15:36 UTC  (6+ messages)
` [PATCH 02/13] dm-mpath: Avoid that path removal can trigger an infinite loop
  ` [dm-devel] "

[Qemu-devel] [PATCH v2 0/3] qemu-img/convert: Some small fixes
 2017-04-27 15:36 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 3/3] qemu-img: Document backing options

[PATCH] usb: musb: musb_host: Introduce postponed URB giveback
 2017-04-27 15:35 UTC  (2+ messages)

[PATCH] nvme-cli: Huawei plug-in
 2017-04-27 15:35 UTC  (2+ messages)

[PATCH v2 0/2] dmaengine: Add DW AXI DMAC driver
 2017-04-27 15:34 UTC  (12+ messages)
` [PATCH v2 2/2] "

[Qemu-devel] [PATCH] virtio: allow broken device to notify guest
 2017-04-27 15:34 UTC  (6+ messages)

[PULL 00/79] KVM/ARM Changes for v4.12
 2017-04-27 15:34 UTC  (3+ messages)

[PATCH v9 00/16] mmc: sdhci-msm: Add clk-rates, DDR, HS400 support
 2017-04-27 15:34 UTC  (8+ messages)
` [PATCH v9 07/16] mmc: sdhci-msm: Add get_min_clock() and get_max_clock() callback

Does a new booting kernel by "kexec -l" need to copy IR table from previous kernel?
 2017-04-27 15:34 UTC 

[LTP] [PATCH] ioctl06: fix BLKRASET failures in small sectors
 2017-04-27 15:33 UTC  (2+ messages)

sym53c8xx and Large disk (DCB-16)
 2017-04-27 15:33 UTC 

Realtek RTL8101E PCI-E ethernet controller does not work with the r8169 driver
 2017-04-27 15:33 UTC  (2+ messages)

[PATCH] PCI: dwc: fall back to legacy IRQs when multiple devices are attached
 2017-04-27 15:32 UTC  (4+ messages)

[PATCH -v3 0/13] mm: make movable onlining suck less
 2017-04-27 15:31 UTC  (4+ messages)

[PATCH 0/7] twl4030-madc cleanup
 2017-04-27 15:30 UTC  (8+ messages)
` [PATCH 1/7] hwmon: twl4030-madc: drop driver
` [PATCH 2/7] power: supply: avoid unused twl4030-madc.h
` [PATCH 3/7] iio: adc: twl4030: Drop twl4030_get_madc_conversion()
` [PATCH 4/7] iio: adc: twl4030: Unexport twl4030_madc_conversion()
` [PATCH 5/7] iio: adc: twl4030: Drop struct twl4030_madc_user_parms
` [PATCH 6/7] iio: adc: twl4030: Remove twl4030_madc_request.func_cb
` [PATCH 7/7] iio: adc: twl4030: Fold twl4030-madc.h into driver

[Qemu-devel] [BUG] QEMU crashes with dpdk virtio pmd
 2017-04-27 15:30 UTC  (3+ messages)

[PATCH] drm/i915: Update MOCS settings for gen 9
 2017-04-27 15:30 UTC  (3+ messages)

drm: fourcc byteorder: add bigendian support to drm_mode_legacy_fb_format
 2017-04-27 15:29 UTC 

[PATCH] iio: proximity: as3935: fix AS3935_INT mask
 2017-04-27 15:29 UTC  (4+ messages)

[PATCH v5 00/22] vITS save/restore
 2017-04-27 15:29 UTC  (11+ messages)
` [PATCH v5 01/22] KVM: arm/arm64: Add ITS save/restore API documentation

[RFC PATCH 0/2] iommu/s390: Fix iommu-groups and add sysfs support
 2017-04-27 15:28 UTC  (4+ messages)
` [PATCH 1/2] iommu/s390: Fix IOMMU groups
` [PATCH 2/2] iommu/s390: Add support for iommu_device handling

[Buildroot] [PATCH 1/1] package/live555: bump version to 2017.04.26
 2017-04-27 15:28 UTC  (2+ messages)


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.