All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-12-06 14:29:12 to 2017-12-06 14:52:24 UTC [more...]

usb: dwc2: Add safety check for STSPHSERCVD intr
 2017-12-06 14:52 UTC 

[CI v4 1/8] drm/i915/huc: Move firmware selection to init_early
 2017-12-06 14:51 UTC  (8+ messages)
` [CI v4 2/8] drm/i915/guc: "
` [CI v4 3/8] drm/i915/guc: Introduce USES_GUC_xxx helper macros
` [CI v4 4/8] drm/i915/uc: Don't fetch GuC firmware if no plan to use GuC
` [CI v4 5/8] drm/i915/uc: Don't use -EIO to report missing firmware
` [CI v4 6/8] drm/i915/guc: Combine enable_guc_loading|submission modparams
` [CI v4 7/8] drm/i915/huc: Load HuC only if requested
` [CI v4 8/8] HAX enable GuC/HuC load

[PATCH] xen/arm: gic-v3: Bail out if gicv3_cpu_init fail
 2017-12-06 14:51 UTC 

[PATCH] drm/i915: Prevent machine hang from Broxton's vtd w/a and error capture
 2017-12-06 14:51 UTC  (5+ messages)
` ✓ Fi.CI.BAT: success for "

[PATCH] MIPS: CM: Drop WARN_ON(vp != 0)
 2017-12-06 13:57 UTC  (2+ messages)

[RFC PATCH 0/4] Teach EDAC driver about NVDIMMs
 2017-12-06 14:55 UTC  (7+ messages)
` [RFC PATCH 4/4] EDAC, skx_edac: Detect non-volatile DIMMs

[PATCH] security: keys: remove redundant assignment to key_ref
 2017-12-06 14:50 UTC  (5+ messages)

[Buildroot] [PATCH 2/2] flann: Disable find package for HDF5
 2017-12-06 14:50 UTC  (2+ messages)

linux-next: manual merge of the staging tree with the staging.current tree
 2017-12-06 14:50 UTC  (2+ messages)

[PATCH v2 0/6] MDIO bus multiplexer support
 2017-12-06 14:49 UTC  (2+ messages)

usb: dwc2: Change TxFIFO and RxFIFO flushing flow
 2017-12-06 14:49 UTC 

[PATCH 0/8] improve mlx4 Tx performance
 2017-12-06 14:48 UTC  (10+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/8] net/mlx4: fix Tx packet drop application report
  ` [PATCH v2 2/8] net/mlx4: remove unnecessary Tx wraparound checks
  ` [PATCH v2 3/8] net/mlx4: remove restamping from Tx error path
  ` [PATCH v2 4/8] net/mlx4: optimize Tx multi-segment case
  ` [PATCH v2 5/8] net/mlx4: merge Tx queue rings management
  ` [PATCH v2 6/8] net/mlx4: mitigate Tx send entry size calculations
  ` [PATCH v2 7/8] net/mlx4: align Tx descriptors number
  ` [PATCH v2 8/8] net/mlx4: remove Tx completion elements counter

[PATCH 00/18] KVM/arm64: Randomise EL2 mappings
 2017-12-06 14:48 UTC  (40+ messages)
` [PATCH 01/18] arm64: asm-offsets: Avoid clashing DMA definitions
` [PATCH 02/18] arm64: asm-offsets: Remove unused definitions
` [PATCH 03/18] arm64: asm-offsets: Remove potential circular dependency
` [PATCH 04/18] arm64: alternatives: Enforce alignment of struct alt_instr
` [PATCH 05/18] arm64: alternatives: Add dynamic patching feature
` [PATCH 06/18] arm64: insn: Add N immediate encoding
` [PATCH 07/18] arm64: insn: Add encoder for bitwise operations using litterals
` [PATCH 08/18] arm64: KVM: Dynamically patch the kernel/hyp VA mask
` [PATCH 09/18] arm64: cpufeatures: Drop the ARM64_HYP_OFFSET_LOW feature flag
` [PATCH 10/18] arm64; insn: Add encoder for the EXTR instruction
` [PATCH 11/18] arm64: insn: Allow ADD/SUB (immediate) with LSL #12
` [PATCH 12/18] arm64: KVM: Introduce EL2 VA randomisation
` [PATCH 13/18] arm64: Update the KVM memory map documentation
` [PATCH 14/18] KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_state
` [PATCH 15/18] KVM: arm/arm64: Demote HYP VA range display to being a debug feature
` [PATCH 16/18] KVM: arm/arm64: Move ioremap calls to create_hyp_io_mappings
` [PATCH 17/18] KVM: arm/arm64: Keep GICv2 HYP VAs in kvm_vgic_global_state
` [PATCH 18/18] KVM: arm/arm64: Move HYP IO VAs to the "idmap" range

[PATCH] pci: provide pci_get_domain_bus_and_slot dummy helper
 2017-12-06 14:48 UTC  (4+ messages)

[RFC PATCH 0/5] perf events patches for improved ARM64 support
 2017-12-06 14:41 UTC  (9+ messages)
` [RFC PATCH 1/5] perf jevents: add support for pmu events vendor subdirectory
` [RFC PATCH 2/5] perf jevents: add support for arch recommended events

[Qemu-devel] [PATCH v2 0/9] blockdev: fix QMP 'transaction' with IOThreads
 2017-12-06 14:45 UTC  (10+ messages)
` [Qemu-devel] [PATCH v2 1/9] blockdev: hold AioContext for bdrv_unref() in external_snapshot_clean()
` [Qemu-devel] [PATCH v2 2/9] block: don't keep AioContext acquired after external_snapshot_prepare()
` [Qemu-devel] [PATCH v2 3/9] block: don't keep AioContext acquired after drive_backup_prepare()
` [Qemu-devel] [PATCH v2 4/9] block: don't keep AioContext acquired after blockdev_backup_prepare()
` [Qemu-devel] [PATCH v2 5/9] block: don't keep AioContext acquired after internal_snapshot_prepare()
` [Qemu-devel] [PATCH v2 6/9] block: drop unused BlockDirtyBitmapState->aio_context field
` [Qemu-devel] [PATCH v2 7/9] iothread: add iothread_by_id() API
` [Qemu-devel] [PATCH v2 8/9] blockdev: add x-blockdev-set-iothread testing command
` [Qemu-devel] [PATCH v2 9/9] qemu-iotests: add 202 external snapshots IOThread test

usb: dwc2: host: Setting TOUTCAL and USBTRDTIM fields in host mode
 2017-12-06 14:45 UTC 

[Qemu-devel] [PATCH v2 0/2] unrestrict cssids related patches
 2017-12-06 14:44 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 1/2] s390x/css: unrestrict cssids
` [Qemu-devel] [PATCH v2 2/2] s390x: deprecate s390-squash-mcss machine prop

[RFC Patch v4 0/8] Extend resources to support more vcpus in single VM
 2017-12-06 14:44 UTC  (3+ messages)
` [RFC Patch v4 1/8] ioreq: remove most 'buf' parameter from static functions

[PATCH v4 00/15] soundwire: Add a new SoundWire subsystem
 2017-12-06 14:44 UTC  (11+ messages)
` [PATCH v4 06/15] soundwire: Add IO transfer
  ` [alsa-devel] "

[PATCH 01/36] tools headers: Follow the upstream UAPI header version 100% differ from the kernel
 2017-12-06 14:41 UTC  (42+ messages)
` [PATCH 02/36] perf test: Disable test cases 19 and 20 on s390x
` [PATCH 03/36] perf record: Synthesize unit/scale/... in event update
` [PATCH 04/36] perf record: Synthesize thread map and cpu map
` [PATCH 05/36] perf script: Allow computing 'perf stat' style metrics
` [PATCH 06/36] perf buildid-cache: Document for Node.js USDT
` [PATCH 07/36] perf report: Fix -D output for user metadata events
` [PATCH 08/36] perf intel-pt: Improve build messages for files that differ from the kernel
` [PATCH 09/36] Documentation: Add Arnaldo Melo to list of enforcement statement endorsers
` [PATCH 10/36] perf bench futex: Use cpumaps
` [PATCH 11/36] tools build feature: Check if pthread_barrier_t is available
` [PATCH 12/36] perf bench futex: Sync waker threads
` [PATCH 13/36] perf annotate: Fix unnecessary memory allocation for s390x
` [PATCH 14/36] perf annotate: Fix objdump comment parsing for Intel mov dissassembly
` [PATCH 15/36] perf rblist: Create rblist__exit() function
` [PATCH 16/36] perf stat: Add rbtree node_delete op
` [PATCH 17/36] perf thread_map: Add method to map all threads in the system
` [PATCH 18/36] perf s390: Always build with -fPIC
` [PATCH 19/36] perf pmu: Pass pmu as a parameter to get_cpuid_str()
` [PATCH 20/36] perf tools arm64: Add support for get_cpuid_str function
` [PATCH 21/36] perf pmu: Add helper function is_pmu_core to detect PMU CORE devices
` [PATCH 22/36] perf vendor events arm64: Add ThunderX2 implementation defined pmu core events
` [PATCH 23/36] perf pmu: Add check for valid cpuid in perf_pmu__find_map()
` [PATCH 24/36] perf tools: Fix up build in hardnened environments
` [PATCH 25/36] perf evlist: Remove 'overwrite' parameter from perf_evlist__mmap
` [PATCH 26/36] perf evlist: Remove 'overwrite' parameter from perf_evlist__mmap_ex
` [PATCH 27/36] perf evlist: Remove evlist->overwrite
` [PATCH 28/36] perf mmap: Remove overwrite from arguments list of perf_mmap__push
` [PATCH 29/36] perf mmap: Remove overwrite and check_messup from mmap read
` [PATCH 30/36] perf c2c: Add a tip about cacheline events
` [PATCH 31/36] perf vendor events: Use more flexible pattern matching for CPU identification for mapfile.csv
` [PATCH 32/36] x86/asm: Allow again using asm.h when building for the 'bpf' clang target
` [PATCH 33/36] perf report: Set browser mode right before setup_browser()
` [PATCH 34/36] perf mmap: Fix perf backward recording
` [PATCH 35/36] perf mmap: Don't discard prev in backward mode
` [PATCH 36/36] perf tools: Rename 'backward' to 'overwrite' in evlist, mmap and record

[LTP] [RFC PATCH 1/2] network/ipsec: Add trap to INT and require root
 2017-12-06 14:42 UTC  (2+ messages)
` [LTP] [RFC PATCH 2/2] lib/test_net.sh: Check for ip command

[PATCH 4.14 00/95] 4.14.4-stable review
 2017-12-06 14:41 UTC  (4+ messages)

4.15-rc1 crash on Midway in teardown_hyp_mode()
 2017-12-06 14:41 UTC  (4+ messages)

[PATCH v2] usb: dwc2: Add safety check in setting of descriptor chain pointers
 2017-12-06 14:41 UTC  (2+ messages)
` [v2] "

[PATCH net-next] net: ethernet: ti: cpdma: rate is not changed - correct case
 2017-12-06 14:41 UTC 

[PATCH v2 0/5] add mxc driver for i.MX53 SRTC
 2017-12-06 14:40 UTC  (7+ messages)
` [PATCH v2 5/5] rtc: "

[PATCH v2] KVM: X86: Fix load RFLAGS w/o the fixed bit
 2017-12-06 14:40 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] erlang: Add a patch for hosts without libz
 2017-12-06 14:40 UTC 

[PATCH] ASoC: fsl_asrc: protect macro argument
 2017-12-06 14:39 UTC  (7+ messages)

[Qemu-arm] [RFC 0/5] arm: Exclude reserved memory regions of iommu to avoid
 2017-12-06 14:38 UTC  (11+ messages)
` [Qemu-devel] [RFC 1/5] hw/vfio: Add function for getting reserved_region of device iommu group
  ` [Qemu-arm] "

msm8909 support in a recent kernel
 2017-12-06 14:39 UTC  (5+ messages)

[PATCH net-next 2/2 v6] net: ethernet: Add a driver for Gemini gigabit ethernet
 2017-12-06 14:39 UTC  (5+ messages)

[refpolicy] [PATCH 1/1-v2] Create interfaces to write xserver log files
 2017-12-06 14:38 UTC 

[PATCH v2 00/19] crypto: arm64 - play nice with CONFIG_PREEMPT
 2017-12-06 14:37 UTC  (11+ messages)
` [PATCH v2 11/19] arm64: assembler: add macro to conditionally yield the NEON under PREEMPT

[Qemu-devel] [PATCH v3 00/50] Hi,
 2017-12-06 14:37 UTC  (6+ messages)
` [Qemu-devel] [PATCH v3 01/50] qlit: add qobject_from_qlit()

[refpolicy] Please ignore patched from yesterday
 2017-12-06 14:37 UTC 

Error when running testimage
 2017-12-06 14:37 UTC  (3+ messages)

Git Repository Migration
 2017-12-06 14:35 UTC  (2+ messages)

Revert "usb: dwc2: gadget: use ep->fifo_index in context of FIFO registers"
 2017-12-06 14:35 UTC 

[PATCH] arm64/mm: Do not write ASID generation to ttbr0
 2017-12-06 14:35 UTC  (6+ messages)

[RFC PATCH v3 0/7] ktask: multithread CPU-intensive kernel work
 2017-12-06 14:35 UTC  (4+ messages)
` [RFC PATCH v3 1/7] ktask: add documentation

BUG: KASAN: slab-out-of-bounds in perf_callchain_user+0x494/0x530
 2017-12-06 14:31 UTC  (9+ messages)

[PATCH v3 00/20] arm64: Unmap the kernel whilst running in userspace (KPTI)
 2017-12-06 14:32 UTC  (4+ messages)
` [PATCH v3 11/20] arm64: mm: Map entry trampoline into trampoline and kernel page tables

[PATCH v1 00/14] tee: optee: add dynamic shared memory support
 2017-12-06 14:32 UTC  (4+ messages)
` [RESEND PATCH v2 "

[mkl-can-next:af_can 5/18] net/can/af_can.c:890:25: error: 'struct netns_can' has no member named 'can_stattimer'
 2017-12-06 14:32 UTC 

[PATCH v3 00/15] NTB: Add full multi-port API support to the test drivers
 2017-12-06 14:32 UTC  (17+ messages)
` [PATCH v4 "
  ` [PATCH v4 01/15] NTB: Rename NTB messaging API methods
  ` [PATCH v4 02/15] NTB: Set dma mask and dma coherent mask to NTB devices
  ` [PATCH v4 03/15] NTB: Fix UB/bug in ntb_mw_get_align()
  ` [PATCH v4 04/15] NTB: ntb_pp: Add full multi-port NTB API support
  ` [PATCH v4 05/15] NTB: ntb_tool: "
  ` [PATCH v4 06/15] NTB: ntb_perf: "
  ` [PATCH v4 07/15] NTB: ntb_test: Safely use paths with whitespace
  ` [PATCH v4 08/15] NTB: ntb_test: Add ntb_tool port tests
  ` [PATCH v4 09/15] NTB: ntb_test: Update ntb_tool link tests
  ` [PATCH v4 10/15] NTB: ntb_test: Update ntb_tool DB tests
  ` [PATCH v4 11/15] NTB: ntb_test: Update ntb_tool Scratchpad tests
  ` [PATCH v4 12/15] NTB: ntb_test: Add ntb_tool Message tests
  ` [PATCH v4 13/15] NTB: ntb_test: Update ntb_tool MW tests
  ` [PATCH v4 14/15] NTB: ntb_test: Update ntb_perf tests
  ` [PATCH v4 15/15] NTB: ntb_hw_idt: Set NTB_TOPO_SWITCH topology

[Bug 104143] r600/sb: clobbers gl_Position -> gl_FragCoord
 2017-12-06 14:32 UTC  (2+ messages)

NFS crash, hashed pointers in backtrace
 2017-12-06 14:31 UTC  (2+ messages)

[Qemu-devel] [PATCH] qemu-io: fix EOF Ctrl-D handling in qemu-io readline code
 2017-12-06 14:30 UTC  (4+ messages)

ethtool-copy.h out of sync with linux header file?
 2017-12-06 14:19 UTC  (4+ messages)

[mkl-can-next:af_can 5/18] include/linux/compiler-gcc.h:166:2: error: 'struct netns_can' has no member named 'can_stattimer'
 2017-12-06 14:29 UTC 

[Buildroot] [PATCH 1/2] kvm-unit-tests: bump to kvm-unit-tests-20171020
 2017-12-06 14:29 UTC  (8+ messages)
` [Buildroot] [PATCH 2/2] kvmtool: bump to f77d646ba0

[PATCH v2 0/2] eeprom: at24: coding style fixes
 2017-12-06 14:29 UTC  (4+ messages)
` [PATCH v2 2/2] eeprom: at24: use a common prefix for all symbols in at24.c


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.