All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-10-25 09:01:09 to 2017-10-25 09:42:38 UTC [more...]

[U-Boot] [PATCH 0/3] sunxi: Fix boot of Cubietruk and al
 2017-10-25  9:42 UTC  (10+ messages)

[PATCH] KEYS: Fix race between updating and finding a negative key
 2017-10-25  9:41 UTC  (2+ messages)

[Qemu-devel] [PATCH v1] target/s390x: change CPU type name to "s390x-cpu"
 2017-10-25  9:39 UTC  (3+ messages)
  ` [Qemu-devel] [qemu-s390x] "

[PATCH 1/3] f2fs crypto: replace some BUG_ON()'s with error checks
 2017-10-25  9:39 UTC  (2+ messages)

[Ksummit-discuss] Maintainer's Summit Agenda Planning
 2017-10-25  9:39 UTC  (8+ messages)

[PATCH v4 00/12] introduce security offload library
 2017-10-25  9:38 UTC  (4+ messages)
` [PATCH v5 00/11] "
  ` [PATCH v5 05/11] mbuf: add security crypto flags and mbuf fields

[PATCH v5 00/10] vITS Migration fixes and reset
 2017-10-25  9:38 UTC  (4+ messages)
` [PATCH v5 03/10] KVM: arm/arm64: vgic-its: Check CBASER/BASER validity before enabling the ITS

fuse readdirplus skip one entry when interrupted by signal
 2017-10-25  9:38 UTC  (2+ messages)

[PATCH v3 0/7] Allow setting up shared memory areas between VMs from xl config files
 2017-10-25  9:37 UTC  (10+ messages)
` [PATCH v3 2/7] xsm: flask: change the dummy xsm policy and flask hook for map_gmfn_foregin

[PATCH] fscrypt: fix dereference of NULL user_key_payload
 2017-10-25  9:37 UTC  (2+ messages)

[Qemu-devel] [PULL 00/51] tcg queued patches
 2017-10-25  9:35 UTC  (52+ messages)
` [Qemu-devel] [PULL 01/51] tcg: Merge opcode arguments into TCGOp
` [Qemu-devel] [PULL 02/51] tcg: Propagate args to op->args in optimizer
` [Qemu-devel] [PULL 03/51] tcg: Propagate args to op->args in tcg.c
` [Qemu-devel] [PULL 04/51] tcg: Propagate TCGOp down to allocators
` [Qemu-devel] [PULL 05/51] tcg: Introduce arg_temp
` [Qemu-devel] [PULL 06/51] tcg: Add temp_global bit to TCGTemp
` [Qemu-devel] [PULL 07/51] tcg: Return NULL temp for TCG_CALL_DUMMY_ARG
` [Qemu-devel] [PULL 08/51] tcg: Introduce temp_arg, export temp_idx
` [Qemu-devel] [PULL 09/51] tcg: Use per-temp state data in liveness
` [Qemu-devel] [PULL 10/51] tcg: Avoid loops against variable bounds
` [Qemu-devel] [PULL 11/51] tcg: Change temp_allocate_frame arg to TCGTemp
` [Qemu-devel] [PULL 12/51] tcg: Remove unused TCG_CALL_DUMMY_TCGV
` [Qemu-devel] [PULL 13/51] tcg: Use per-temp state data in optimize
` [Qemu-devel] [PULL 14/51] tcg: Push tcg_ctx into generator functions
` [Qemu-devel] [PULL 15/51] tcg: Push tcg_ctx into tcg_gen_callN
` [Qemu-devel] [PULL 16/51] tcg: Introduce tcgv_{i32, i64, ptr}_{arg, temp}
` [Qemu-devel] [PULL 17/51] tcg: Introduce temp_tcgv_{i32,i64,ptr}
` [Qemu-devel] [PULL 18/51] tcg: Remove GET_TCGV_* and MAKE_TCGV_*
` [Qemu-devel] [PULL 19/51] tcg: Remove TCGV_EQUAL*
` [Qemu-devel] [PULL 20/51] qom: Introduce CPUClass.tcg_initialize
` [Qemu-devel] [PULL 21/51] tcg: Use offsets not indices for TCGv_*
` [Qemu-devel] [PULL 22/51] tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASK
` [Qemu-devel] [PULL 23/51] tcg: Add CPUState cflags_next_tb
` [Qemu-devel] [PULL 24/51] tcg: Include CF_COUNT_MASK in CF_HASH_MASK
` [Qemu-devel] [PULL 25/51] tcg: convert tb->cflags reads to tb_cflags(tb)
` [Qemu-devel] [PULL 26/51] target/arm: check CF_PARALLEL instead of parallel_cpus
` [Qemu-devel] [PULL 27/51] target/hppa: "
` [Qemu-devel] [PULL 28/51] target/i386: "
` [Qemu-devel] [PULL 29/51] target/m68k: "
` [Qemu-devel] [PULL 30/51] target/s390x: "
` [Qemu-devel] [PULL 31/51] target/sh4: "
` [Qemu-devel] [PULL 32/51] target/sparc: "
` [Qemu-devel] [PULL 33/51] tcg: "
` [Qemu-devel] [PULL 34/51] cpu-exec: lookup/generate TB outside exclusive region during step_atomic
` [Qemu-devel] [PULL 35/51] tcg: Add CF_LAST_IO + CF_USE_ICOUNT to CF_HASH_MASK
` [Qemu-devel] [PULL 36/51] tcg: Remove CF_IGNORE_ICOUNT
` [Qemu-devel] [PULL 37/51] translate-all: use a binary search tree to track TBs in TBContext
` [Qemu-devel] [PULL 38/51] exec-all: rename tb_free to tb_remove
` [Qemu-devel] [PULL 39/51] translate-all: report correct avg host TB size
` [Qemu-devel] [PULL 40/51] tcg: take tb_ctx out of TCGContext
` [Qemu-devel] [PULL 41/51] tcg: define tcg_init_ctx and make tcg_ctx a pointer
` [Qemu-devel] [PULL 42/51] gen-icount: fold exitreq_label into TCGContext
` [Qemu-devel] [PULL 43/51] tcg: introduce **tcg_ctxs to keep track of all TCGContext's
` [Qemu-devel] [PULL 44/51] tcg: distribute profiling counters across TCGContext's
` [Qemu-devel] [PULL 45/51] tcg: allocate optimizer temps with tcg_malloc
` [Qemu-devel] [PULL 46/51] osdep: introduce qemu_mprotect_rwx/none
` [Qemu-devel] [PULL 47/51] translate-all: use qemu_protect_rwx/none helpers
` [Qemu-devel] [PULL 48/51] tcg: introduce regions to split code_gen_buffer
` [Qemu-devel] [PULL 49/51] tcg: enable multiple TCG contexts in softmmu
` [Qemu-devel] [PULL 50/51] tcg: Initialize cpu_env generically
` [Qemu-devel] [PULL 51/51] translate-all: exit from tb_phys_invalidate if qht_remove fails

[PATCH 5/9] PCI: host: brcmstb: add dma-ranges for inbound traffic
 2017-10-25  9:36 UTC  (18+ messages)

[PATCH] scsi: .gitignore: Add scsi_devinfo_tbl.c
 2017-10-25  9:35 UTC  (2+ messages)

[PATCH 00/13] x86/paravirt: Make pv ops code generation more closely match reality
 2017-10-25  9:33 UTC  (5+ messages)
` [PATCH 02/13] x86/paravirt: Fix output constraint macro names

[PATCH] usb: gadget: f_phonet: mark expected switch fall-throughs
 2017-10-25  9:33 UTC  (3+ messages)

[PATCH net-next v3 0/3] bpf: permit multiple bpf attachments for a single perf tracepoint event
 2017-10-25  9:32 UTC  (3+ messages)
` [PATCH net-next v3 2/3] bpf: permit multiple bpf attachments for a single perf event

[PATCH 4.4 11/41] KEYS: fix writing past end of user-supplied buffer in keyring_read()
 2017-10-25  9:31 UTC  (7+ messages)
` [PATCH 4.4 00/41] 4.4.90-stable review

[PATCHv3 1/2] proc: mm: export PTE sizes directly in smaps
 2017-10-25  9:30 UTC  (6+ messages)
` [PATCH 2/2] Add /proc/PID/{smaps, numa_maps} support for DAX

[PATCH] cgroup/cpuset: remove circular dependency deadlock
 2017-10-25  9:30 UTC  (6+ messages)

[PATCH net-next v3 00/10] Adding permanent config get/set to devlink
 2017-10-25  9:29 UTC  (5+ messages)
` [PATCH net-next v3 01/10] devlink: Add permanent config parameter get/set operations
` [PATCH net-next v3 02/10] devlink: Adding SR-IOV enablement perm config param

about "osd: stateful health warnings: mgr->mon"
 2017-10-25  9:29 UTC 

[PATCH 0/2] examples/kni: update kni example application
 2017-10-25  9:28 UTC  (4+ messages)
` [PATCH 2/2] examples/kni: stop lcores while doing kni ops

Kernel preventing (extra) spare disk in array from entering standby
 2017-10-25  9:28 UTC  (3+ messages)

[U-Boot] [PATCH v1 0/1] arm64: enable SPL with ATF support
 2017-10-25  9:28 UTC  (4+ messages)
` [U-Boot] [PATCH v1] spl: add support to booting with ATF

[PATCH v2] ath10k: rebuild crypto header in Rx data frames
 2017-10-25  9:28 UTC  (7+ messages)

[PATCH V3 rdma-core 0/5] Userspace library matching for hip08 RoCE
 2017-10-25  9:28 UTC  (6+ messages)

[PATCH v2 0/3] iio: adc: stm32: Add support for differential channels
 2017-10-25  9:27 UTC  (12+ messages)
` [PATCH v2 1/3] dt-bindings: iio: adc: stm32: add support for diff channels
  ` [PATCH v2 2/3] iio: adc: stm32: remove const channel names definition
` [PATCH v2 3/3] iio: adc: stm32: add support for differential channels

[PATCH] thunderbolt: Drop sequence number check from tb_xdomain_match()
 2017-10-25  9:27 UTC 

[PATCH 1/5 v2] libxl: Fix the bug introduced in commit "libxl: use correct type modifier for vuart_gfn"
 2017-10-25  9:27 UTC  (5+ messages)
` [PATCH 2/5 v2] libxl: Change the type of console_mfn to xen_pfn_t
` [PATCH 3/5 v2] libxc: Fix the data type of mfn parameter passed to xc_map_foreign_range()
` [PATCH 4/5 v2] xenconsole: Change the type of ring_ref to xen_pfn_t in console_create_ring
` [PATCH 5/5 v2] xenconsole: Define and use a macro XEN_INVALID_PFN instead of -1

[PATCH 0/7] powerpc: Free up RPAGE_RSV bits
 2017-10-25  9:26 UTC  (10+ messages)
` [PATCH 3/7] powerpc: Free up four 64K PTE bits in 4K backed HPTE pages
` [PATCH 08/25] powerpc: sys_pkey_alloc() and sys_pkey_free() system calls

[Buildroot] [RFC v5 1/5] package/pkg-golang: new package infrastructure
 2017-10-25  9:26 UTC  (5+ messages)
` [Buildroot] [RFC v5 2/5] docs/manual: adding documentation for the golang infrastructure
` [Buildroot] [RFC v5 3/5] package/flannel: converting to "
` [Buildroot] [RFC v5 4/5] package/runc: "
` [Buildroot] [RFC v5 5/5] package/docker-containerd: "

[RFC] virtio-iommu version 0.5
 2017-10-25  9:26 UTC  (10+ messages)
          ` [virtio-dev] "

[dm-crypt] Veritysetup
 2017-10-25  9:25 UTC  (6+ messages)

[nft PATCH v2 0/4] libnftables preparations
 2017-10-25  9:25 UTC  (5+ messages)
` [nft PATCH v2 2/4] libnftables: Introduce nft_ctx_flush_cache()

[PATCH] drm/i915: Call cond_resched() before repeating i915_gem_evict_something()
 2017-10-25  9:25 UTC  (2+ messages)

spi-atmel.c: regression
 2017-10-25  9:24 UTC  (3+ messages)

[PATCH v4] syscalls/keyctl07: new test for oops when reading negative key
 2017-10-25  9:23 UTC  (3+ messages)
` [LTP] "

[RFC 0/4] Add Ingenic X1000 SoC Support
 2017-10-25  9:23 UTC  (3+ messages)
` [RFC 2/4] clk: Add Ingenic X1000 CGU driver

[PATCH rdma-core] verbs: Fix declaration of C++ include file in C-block
 2017-10-25  9:23 UTC 

[PATCH kvm-unit-tests 00/18] merge x86 vmalloc and arm/powerpc alloc
 2017-10-25  9:23 UTC  (4+ messages)
` [PATCH kvm-unit-tests 16/18] arm: only align CPU stacks to one page

[PATCH 0/9] *** patch series for new gpu recover***
 2017-10-25  9:22 UTC  (10+ messages)
  ` [PATCH 1/9] drm/amdgpu:cleanup hw fence get&put
  ` [PATCH 2/9] amd/scheduler:imple job skip feature
  ` [PATCH 3/9] drm/amdgpu:implement new GPU recover(v2)
  ` [PATCH 4/9] drm/amdgpu:replace deprecated gpu reset
  ` [PATCH 5/9] drm/amdgpu:cleanup in_sriov_reset and lock_reset
  ` [PATCH 6/9] drm/amdgpu:cleanup ucode_init_bo
  ` [PATCH 7/9] drm/amdgpu:block kms open during gpu_reset
  ` [PATCH 8/9] drm/amdgpu/sriov:fix memory leak in psp_load_fw
  ` [PATCH 9/9] drm/amdgpu:fix random missing of FLR NOTIFY

alpha boot hang - 4.14-rc* regression
 2017-10-25  9:21 UTC  (4+ messages)

[PATCH] nl80211: Update ERP info using NL80211_CMD_UPDATE_CONNECT_PARAMS
 2017-10-25  9:20 UTC 

[RFC] perf tool: Fix memory corruption because of zero length symbols
 2017-10-25  9:20 UTC  (3+ messages)

[PATCH] cfg80211: Include length of kek in rekey data
 2017-10-25  9:19 UTC 

[PATCH i-g-t] HAX: Find CRC failures more reliably
 2017-10-25  9:19 UTC  (3+ messages)
` ✗ Fi.CI.BAT: warning for HAX: Find CRC failures more reliably (rev2)
` ✗ Fi.CI.IGT: failure for HAX: Find CRC failures more reliably

[PATCH] net/mlx5: fix Tx doorbell memory barrier
 2017-10-25  9:19 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] arm: fix text section corruption
 2017-10-25  9:17 UTC  (3+ messages)

[PATCH 1/2] misc: rtsx: Move Realtek Card Reader Driver to misc
 2017-10-25  9:16 UTC  (4+ messages)
  ` 答复: "

[PATCH 0/2] R-Car Display Unit: Fine-tuning for some function implementations
 2017-10-25  9:16 UTC  (9+ messages)
` [PATCH 2/2] drm/rcar-du: Adjust 14 checks for null pointers
    `  "
        ` Unicode characters in commit messages?

[PATCH v2 0/8] powerpc: Support ibm,dynamic-memory-v2 property
 2017-10-25  9:16 UTC  (5+ messages)
` [PATCH v2 3/8] powerpc/mm: Separate ibm, dynamic-memory data from DT format

[Qemu-devel] [Bug 1727250] [NEW] qemu-io-test 147 segfaults when configured with gcov
 2017-10-25  9:10 UTC  (2+ messages)
` [Qemu-devel] [Bug 1727250] "

[PATCH v2 0/4] Quirks cleanup and hid-generic niceness
 2017-10-25  9:15 UTC  (4+ messages)

[Bug 103443] [CI] igt@kms_setmode@[clone-exclusive-crtc | invalid-clone-exclusive-crtc] - warn - no modes for connector 76
 2017-10-25  9:15 UTC 

[LTP] [PATCH] ltp: keep the .tid hidden in the test library
 2017-10-25  9:15 UTC  (4+ messages)

[PATCH v7 0/3] run-time Linking support
 2017-10-25  9:14 UTC  (10+ messages)
` [PATCH v8 1/3] eal/x86: run-time dispatch over memcpy

[PATCH v9 0/9] i915 PMU and engine busy stats
 2017-10-25  9:13 UTC  (11+ messages)
` [PATCH 1/9] drm/i915: Extract intel_get_cagf
` [PATCH 2/9] drm/i915/pmu: Expose a PMU interface for perf queries
` [PATCH 3/9] drm/i915/pmu: Suspend sampling when GPU is idle
` [PATCH 4/9] drm/i915: Wrap context schedule notification
` [PATCH 5/9] drm/i915: Engine busy time tracking
` [PATCH 6/9] drm/i915/pmu: Wire up engine busy stats to PMU
` [PATCH 7/9] drm/i915/pmu: Add interrupt count metric
` [PATCH 8/9] drm/i915: Convert intel_rc6_residency_us to ns
` [PATCH 9/9] drm/i915/pmu: Add RC6 residency metrics

[PATCH] bitmap: Fix optimization of bitmap_set/clear for big-endian machines
 2017-10-25  9:11 UTC  (5+ messages)

[PATCH 17/17] tcmu: allow max block and global max blocks to be settable
 2017-10-25  9:10 UTC  (2+ messages)

[bug report] spi: Add ADI driver for Spreadtrum platform
 2017-10-25  9:10 UTC  (2+ messages)

[PATCH] net/octeontx: fix build for gcc < 4.6
 2017-10-25  9:09 UTC  (2+ messages)

[PATCH 0/2] service: enable app lcore to run service iter
 2017-10-25  9:09 UTC  (4+ messages)
` [PATCH 2/2] service: add runtime service core check disable

Swig dependency error while building firmware with apparmor
 2017-10-25  9:09 UTC 

[PATCH] KVM: VMX: require virtual NMI support
 2017-10-25  9:07 UTC  (6+ messages)

[PATCH V3 0/6] event synthesization multithreading for perf record
 2017-10-25  9:07 UTC  (12+ messages)

[PATCH] mac80211: don't compare TKIP TX MIC key in reinstall prevention
 2017-10-25  9:07 UTC 

iwlwifi crash with hostapd
 2017-10-25  9:06 UTC  (8+ messages)

[GIT PULL de-alpha] Make core code not need to know about Alpha for v4.15
 2017-10-25  9:04 UTC  (4+ messages)

[PATCH v4 0/2] Fix single step for traps
 2017-10-25  9:04 UTC  (3+ messages)
` [PATCH v4 1/2] arm64: Use existing defines for mdscr
` [PATCH v4 2/2] arm64: Fix single stepping in kernel traps

ibqueryerrors.c: Add support for additional counters in PortCountersExtended
 2017-10-25  9:04 UTC  (4+ messages)

[PATCH v2 1/6] ethdev: do not rely on detachable flag in detach
 2017-10-25  9:03 UTC  (5+ messages)
` [PATCH v2 5/6] doc: update detachable flag deprecation notice
` [PATCH v2 6/6] doc: note ether API change for detachable flag

[PATCH V3 net-next 0/3] TCP experimental option for SMC rendezvous
 2017-10-25  9:01 UTC  (4+ messages)
` [PATCH V3 net-next 1/3] smc: fix mutex unlocks during link group creation
` [PATCH V3 net-next 2/3] tcp: TCP experimental option for SMC
` [PATCH V3 net-next 3/3] smc: add SMC rendezvous protocol


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.