All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-12-11 12:36:16 to 2017-12-11 13:17:34 UTC [more...]

[PATCH] f2fs: no need return value in restore summary process
 2017-12-11 13:17 UTC  (2+ messages)

[PATCH v14 0/3] Move backlight helper functions from tinydrm-helpers to linux/backlight
 2017-12-11 13:17 UTC  (3+ messages)

[PATCH] drm/i915: Unwind i915_gem_init() failure
 2017-12-11 13:17 UTC  (3+ messages)
` ✓ Fi.CI.BAT: success for drm/i915: Unwind i915_gem_init() failure (rev3)

[PATCH] TC: Delete an error message for a failed memory allocation in tc_bus_add_devices()
 2017-12-11 13:17 UTC  (5+ messages)

[f2fs-dev] [PATCH] f2fs: use unlikely for release case
 2017-12-11 13:16 UTC  (3+ messages)
  `  "

[PATCH net-next v3 0/2] bpf/tracing: allow user space to query prog array on the same tp
 2017-12-11 13:15 UTC  (2+ messages)

[PATCH 1/2] f2fs: pass down write hints to block layer for bufferd write
 2017-12-11 13:15 UTC  (4+ messages)
    ` [f2fs-dev] "

[PATCH] drm: Give the DRM device's anon_inode a unique lockclass for its mmap_rswem
 2017-12-11 13:15 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for "

[PATCH] i2c: Add support for NXP PCA984x family
 2017-12-11 13:15 UTC  (4+ messages)

cephfs in kernel 4.9: NULL pointer deref
 2017-12-11 13:14 UTC  (3+ messages)

How to make tracking CPU cache-miss on Xen?
 2017-12-11 13:14 UTC  (3+ messages)

[PATCH v8 00/20] ILP32 for ARM64
 2017-12-11 13:13 UTC  (5+ messages)

[BUG] pxa3xx: wait time out when scanning for bb
 2017-12-11 13:13 UTC  (8+ messages)

[PATCH] ima: define a new policy option named "force"
 2017-12-11 13:12 UTC  (3+ messages)

[PATCH v3 00/16] Move vcpu_load and vcpu_put calls to arch code
 2017-12-11 13:12 UTC  (19+ messages)
` [PATCH v3 11/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_guest_debug
` [PATCH v3 12/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_get_fpu
` [PATCH v3 13/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl_set_fpu
` [PATCH v3 14/16] KVM: Move vcpu_load to arch-specific kvm_arch_vcpu_ioctl

[Qemu-devel] [PATCH V3] pci: removed the is_express field since a uniform interface was inserted
 2017-12-11 13:11 UTC  (3+ messages)

[PATCH] mmc: allow rescan of non-removable hosts on resume
 2017-12-11 13:11 UTC  (2+ messages)

[Buildroot] [PATCH v1] qt5charts: fix qt5base widgets/gui selection
 2017-12-11 13:11 UTC  (2+ messages)

[Consult] multipath-tools: will the community accept a new vendor specific path group prioritizer in libmultipath/prioritizers
 2017-12-11 13:10 UTC  (2+ messages)

[PATCH v1 1/2] usb: phy: Add Kconfig entry for Tegra's PHY driver
 2017-12-11 13:09 UTC  (10+ messages)
` [PATCH v1 2/2] usb: chipidea: tegra: Select Tegra's PHY in Kconfig
      ` [v1,2/2] "
    ` [v1,1/2] usb: phy: Add Kconfig entry for Tegra's PHY driver

[PATCH] s390/decompressor: add fortify_panic as x86 has
 2017-12-11 13:09 UTC  (3+ messages)

[PATCH v2 1/5] mac80211_hwsim: wait for deferred radio deletion on mod unload
 2017-12-11 13:07 UTC  (11+ messages)
` [PATCH v2 3/5] mac80211_hwsim: add generation count for netlink dump operation

[PATCH v1] HID: sony: Print reversed MAC address via %pMR
 2017-12-11 13:06 UTC 

rocko build fails
 2017-12-11 13:06 UTC  (3+ messages)
` Permission denied while building rocko on Debian 8 [was: rocko build fails]

[Qemu-devel] [PATCH v1 00/19] re-factor softfloat and add fp16 functions
 2017-12-11 12:57 UTC  (20+ messages)
` [Qemu-devel] [PATCH v1 01/19] fpu/softfloat: implement float16_squash_input_denormal
` [Qemu-devel] [PATCH v1 02/19] include/fpu/softfloat: implement float16_abs helper
` [Qemu-devel] [PATCH v1 03/19] include/fpu/softfloat: implement float16_chs helper
` [Qemu-devel] [PATCH v1 04/19] include/fpu/softfloat: implement float16_set_sign helper
` [Qemu-devel] [PATCH v1 05/19] include/fpu/softfloat: add some float16 contants
` [Qemu-devel] [PATCH v1 06/19] fpu/softfloat: propagate signalling NaNs in MINMAX
` [Qemu-devel] [PATCH v1 07/19] fpu/softfloat: improve comments on ARM NaN propagation
` [Qemu-devel] [PATCH v1 08/19] fpu/softfloat: move the extract functions to the top of the file
` [Qemu-devel] [PATCH v1 09/19] fpu/softfloat: define decompose structures
` [Qemu-devel] [PATCH v1 10/19] fpu/softfloat: re-factor add/sub
` [Qemu-devel] [PATCH v1 11/19] fpu/softfloat: re-factor mul
` [Qemu-devel] [PATCH v1 12/19] fpu/softfloat: re-factor div
` [Qemu-devel] [PATCH v1 13/19] fpu/softfloat: re-factor muladd
` [Qemu-devel] [PATCH v1 14/19] fpu/softfloat: re-factor round_to_int
` [Qemu-devel] [PATCH v1 15/19] fpu/softfloat: re-factor float to int/uint
` [Qemu-devel] [PATCH v1 16/19] fpu/softfloat: re-factor int/uint to float
` [Qemu-devel] [PATCH v1 17/19] fpu/softfloat: re-factor scalbn
` [Qemu-devel] [PATCH v1 18/19] fpu/softfloat: re-factor minmax
` [Qemu-devel] [PATCH v1 19/19] fpu/softfloat: re-factor compare

[PATCH v1] IB/srp: replace custom implementation of hex2bin()
 2017-12-11 13:05 UTC 

[PATCH BlueZ] shell: Add exists callback
 2017-12-11 13:04 UTC 

[PATCH BlueZ 1/4] shared/shell: Fix hidden default menu if no submenu
 2017-12-11 13:04 UTC  (2+ messages)

[Buildroot] [PATCH 0/8] Improve ATF to support additional platforms
 2017-12-11 13:00 UTC  (4+ messages)
` [Buildroot] [PATCH 8/8] support/testing: add tests for ATF

[RESEND] x86/numa: move setting parsed numa node to num_add_memblk
 2017-12-11 12:59 UTC  (4+ messages)

[PATCH] mmc: block: apply NO_CMD32 quirk to an ATP card
 2017-12-11 13:00 UTC  (12+ messages)
` [PATCH v2] mmc: core: apply NO_CMD23 "
                  ` [PATCH v3] mmc: core: apply NO_CMD23 quirk to some specific cards

[linux-lvm] addendum [was: lvmdbusd failure(s) at ubuntu ]
 2017-12-11 13:00 UTC  (2+ messages)

usb: xhci: fix incorrect memset()
 2017-12-11 12:59 UTC  (2+ messages)
` [PATCH] "

[virtio-dev] [v22 0/2] virtio-crypto: virtio crypto device specification
 2017-12-11 12:56 UTC  (4+ messages)
` [Qemu-devel] [v22 1/2] virtio-crypto: Add "
  ` [virtio-dev] "

[PATCH 00/13] replace print_symbol() with printk()-s
 2017-12-11 12:55 UTC  (74+ messages)
` [PATCH 01/13] arm: do not use print_symbol()
  ` [01/13] "
` [PATCH 02/13] arm64: "
  ` [02/13] "
` [PATCH 03/13] c6x: "
  ` [03/13] "
` [PATCH 04/13] ia64: "
  ` [04/13] "
` [PATCH 05/13] mn10300: "
  ` [05/13] "
` [PATCH 06/13] sh: "
  ` [06/13] "
` [PATCH 07/13] unicore32: "
  ` [07/13] "
` [PATCH 08/13] x86: "
  ` [08/13] "
` [PATCH 09/13] drivers: "
  ` [09/13] "
` [PATCH 10/13] sysfs: "
  ` [10/13] "
` [PATCH 11/13] irq debug: "
  ` [11/13] "
` [PATCH 12/13] lib: "
  ` [12/13] "
` [PATCH 13/13] arc: do not use __print_symbol()
  ` [13/13] "

[Regression 4.15-rc2] New messages `tpm tpm0: A TPM error (2314) occurred continue selftest`
 2017-12-11 12:54 UTC  (9+ messages)

[Bug 104192] [amdgpu][VEGA10] regular lockups with VM_L2_PROTECTION_FAULT_STATUS
 2017-12-11 12:52 UTC  (2+ messages)

[PATCH 1/3] hash: run-time function selection
 2017-12-11 12:52 UTC  (2+ messages)

[PATCH 10/39] examples/exception_path: convert to new ethdev offloads API
 2017-12-11 12:51 UTC  (5+ messages)
` [PATCH 15/39] examples/ipsec-secgw: "

[kernel-hardening][PATCH] arm: hw_breakpoint: Mark variables as __ro_after_init
 2017-12-11 12:50 UTC  (2+ messages)

[PATCH v8] x86/altp2m: support for setting restrictions for an array of pages
 2017-12-11 12:50 UTC  (7+ messages)

connmand[186]: Online check failed but running dhclient manually fixes this issue
 2017-12-11 12:48 UTC  (2+ messages)

[PATCH nft] netlink_linearize: exthdr op must be u32
 2017-12-11 12:48 UTC  (3+ messages)

[RESEND PATCH] arm64: v8.4: Support for new floating point multiplication variant
 2017-12-11 12:47 UTC  (4+ messages)

[meta-qt5][PATCH] qt5: add export of STRIP variable, to fix build in release mode
 2017-12-11 12:46 UTC 

[PATCH 0/2] Fix boot regression for s390 and remove break_lock
 2017-12-11 12:47 UTC  (3+ messages)

[PATCH] [v2] drm/i915: use static const array for PICK macro
 2017-12-11 12:46 UTC  (2+ messages)

Armada RTC power up reset
 2017-12-11 12:46 UTC  (3+ messages)

tinydrm: page allocation failure
 2017-12-11 12:45 UTC  (2+ messages)

[PATCH 0/4] dpdk: enhance EXPERIMENTAL api tagging
 2017-12-11 12:45 UTC  (6+ messages)
` [PATCHv2 "
  ` [PATCHv2 3/4] Makefiles: Add experimental tag check and warnings to trigger on use

USB: serial: ti_usb_3410_5052: Avoid goto in bulk in callback
 2017-12-11 12:44 UTC 

[PATCH v2 1/3] common/rc: add scratch shutdown support for overlayfs
 2017-12-11 12:44 UTC  (11+ messages)
` [PATCH v2 3/3] generic/470: add syncfs test

[PATCH 0/2] Sync compilation with MUSDK-17.10
 2017-12-11 12:44 UTC  (3+ messages)
` [PATCH 2/2] crypto/mrvl: update MRVL CRYPTO PMD documentation

[PATCH] drm/i915: use static const array for PICK macro
 2017-12-11 12:44 UTC  (7+ messages)
      ` [Intel-gfx] "

[PATCH v1 0/8] Bus control framework
 2017-12-11 12:43 UTC  (4+ messages)
` [PATCH v1 2/8] bus: introduce opaque "

[PATCH nf] netfilter: exthdr: add missign attributes to policy
 2017-12-11 12:44 UTC  (2+ messages)

[PATCH 1/5] pmdinfogen: fix cross compilation for ARM BE
 2017-12-11 12:42 UTC  (6+ messages)
` [PATCH 2/5] lpm: fix compilation on "
` [PATCH 5/5] net/ixgbe: "

[PATCH 3/3] security: fix pedentic compilation
 2017-12-11 12:42 UTC  (4+ messages)
` [PATCH v2 2/3] crypto: fix pedantic compilation errors

[PATCH] net/failsafe: add Rx interrupts
 2017-12-11 12:41 UTC 

[PATCH] ceph: don't set st_dev to 0 for stat(2)
 2017-12-11 12:42 UTC  (4+ messages)

[PATCH 00/27] Etnaviv job lifetime issue fixes
 2017-12-11 12:41 UTC  (3+ messages)
` [PATCH 20/27] drm/etnaviv: refcount the submit object

[RFC 1/4] Add LEAddressType property for Adapter1 and Device1 interfaces
 2017-12-11 12:40 UTC  (6+ messages)
` [RFC 4/4] client: Print LEAddress type in show and info commands

[PATCH igt] igt/pm_rps: Always allocate spin[0]
 2017-12-11 12:37 UTC 

[PATCH 0/3] enable echo when CLI loading from file
 2017-12-11 12:36 UTC  (3+ messages)
` [PATCH 2/3] app/testpmd: support command echo in CLI batch loading


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.