All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-04-27 15:14:12 to 2017-04-27 15:57:51 UTC [more...]

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

[U-Boot] [PATCH 2/3] arm, Makefile: Concatenation of u-boot-spl.bin and u-boot.img
 2017-04-27 15:54 UTC  (2+ 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 v3] pid_ns: Introduce ioctl to set vector of ns_last_pid's on ns hierarhy
 2017-04-27 15:52 UTC  (5+ messages)

[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 v2 00/21] Introduce common scatterlist map function
 2017-04-27 15:45 UTC  (17+ 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

[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 1/2] raid5: Use raw_spinlock for stripe management
 2017-04-27 15:43 UTC  (5+ messages)

[PATCH v5 0/4] Cleaning printk stuff in NMI context
 2017-04-27 15:42 UTC  (16+ 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 V2] x86/tboot: add an option to disable iommu force on
 2017-04-27 15:41 UTC  (6+ messages)

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

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

[RFC v2 0/7] drm: asynchronous atomic plane update
 2017-04-27 15:41 UTC  (10+ messages)
` [RFC v2 1/7] drm/atomic: initial support for asynchronous "
` [RFC v2 2/7] drm/virtio: support async cursor updates
` [RFC v2 3/7] drm/i915: update cursors asynchronously through atomic
` [RFC v2 4/7] drm/i915: remove intel_cursor_plane_funcs
` [RFC v2 5/7] drm/msm: update cursors asynchronously through atomic
` [RFC v2 6/7] drm/msm: remove mdp5_cursor_plane_funcs
` [RFC v2 7/7] drm/vc4: update cursors asynchronously through atomic

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

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

[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  (5+ 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  (6+ 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)

[Buildroot] [git commit] package/live555: bump version to 2017.04.26
 2017-04-27 15:28 UTC 

[PATCH net-next] rhashtable: compact struct rhashtable_params
 2017-04-27 15:28 UTC 

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

Can-utils and mininet :
 2017-04-27 15:26 UTC  (4+ messages)

[ARM] Native application design and discussion (I hope)
 2017-04-27 15:25 UTC  (15+ messages)

[seabios test] 107799: regressions - FAIL
 2017-04-27 15:23 UTC 

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

[PATCH -next] irqchip/mbigen: Fix return value check in mbigen_device_probe()
 2017-04-27 15:21 UTC 

[qemu-mainline test] 107788: regressions - FAIL
 2017-04-27 15:21 UTC 

[PATCH -next] iio: adc: max9611: Fix return value check in max9611_probe()
 2017-04-27 15:20 UTC 

No space left on device when doing "mkdir"
 2017-04-27 15:18 UTC  (3+ messages)

[PATCH v2] x86/vpmu_intel: Fix hypervisor crash by masking PC bit in MSR_P6_EVNTSEL
 2017-04-27 15:18 UTC  (7+ messages)

[PATCH 1/3] selinux: Implement LSM notification system
 2017-04-27 15:18 UTC  (6+ messages)
` [PATCH 2/3] selinux: add checksum to policydb

[PATCH 3/5] KEYS: DH: don't feed uninitialized result memory into KDF
 2017-04-27 15:15 UTC  (6+ messages)
` [PATCH 0/5] KEYS: fixes for new keyctl_dh_compute() KDF extension

[PATCH 0/4] Reproducible binaries
 2017-04-27 15:14 UTC  (10+ messages)

[PATCH -next] iio: adc: mxs-lradc: Fix return value check in mxs_lradc_adc_probe()
 2017-04-27 15:14 UTC  (2+ messages)
` [PATCH -next v2] "


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.