All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2017-03-14 09:53:23 to 2017-03-14 10:30:18 UTC [more...]

[PATCH v2 0/33] KVM: MIPS: Add VZ support
 2017-03-14 10:15 UTC  (68+ messages)
` [PATCH v2 1/33] MIPS: Add defs & probing of UFR
` [PATCH v2 2/33] MIPS: Separate MAAR V bit into VL and VH for XPA
` [PATCH v2 3/33] MIPS: Probe guest CP0_UserLocal
` [PATCH v2 4/33] MIPS: Probe guest MVH
` [PATCH v2 5/33] MIPS: Add some missing guest CP0 accessors & defs
` [PATCH v2 6/33] MIPS: asm/tlb.h: Add UNIQUE_GUEST_ENTRYHI() macro
` [PATCH v2 7/33] KVM: MIPS: Implement HYPCALL emulation
` [PATCH v2 8/33] KVM: MIPS/Emulate: De-duplicate MMIO emulation
` [PATCH v2 9/33] KVM: MIPS/Emulate: Implement 64-bit "
` [PATCH v2 10/33] KVM: MIPS: Update kvm_lose_fpu() for VZ
` [PATCH v2 11/33] KVM: MIPS: Extend counters & events for VZ GExcCodes
` [PATCH v2 12/33] KVM: MIPS: Add VZ & TE capabilities
` [PATCH v2 13/33] KVM: MIPS: Add 64BIT capability
` [PATCH v2 14/33] KVM: MIPS: Init timer frequency from callback
` [PATCH v2 15/33] KVM: MIPS: Add callback to check extension
` [PATCH v2 16/33] KVM: MIPS: Add hardware_{enable,disable} callback
` [PATCH v2 17/33] KVM: MIPS: Add guest exit exception callback
` [PATCH v2 18/33] KVM: MIPS: Abstract guest CP0 register access for VZ
` [PATCH v2 19/33] KVM: MIPS/Entry: Update entry code to support VZ
` [PATCH v2 20/33] KVM: MIPS/TLB: Add VZ TLB management
` [PATCH v2 21/33] KVM: MIPS/Emulate: Update CP0_Compare emulation for VZ
` [PATCH v2 22/33] KVM: MIPS/Emulate: Drop CACHE "
` [PATCH v2 23/33] KVM: MIPS: Update exit handler "
` [PATCH v2 24/33] KVM: MIPS: Implement VZ support
` [PATCH v2 25/33] KVM: MIPS: Add VZ support to build system
` [PATCH v2 26/33] KVM: MIPS/VZ: Support guest CP0_BadInstr[P]
` [PATCH v2 27/33] KVM: MIPS/VZ: Support guest CP0_[X]ContextConfig
` [PATCH v2 28/33] KVM: MIPS/VZ: Support guest segmentation control
` [PATCH v2 29/33] KVM: MIPS/VZ: Support guest hardware page table walker
` [PATCH v2 30/33] KVM: MIPS/VZ: Support guest load-linked bit
` [PATCH v2 31/33] KVM: MIPS/VZ: Emulate MAARs when necessary
` [PATCH v2 32/33] KVM: MIPS/VZ: Support hardware guest timer
` [PATCH v2 33/33] KVM: MIPS/VZ: Trace guest mode changes

[PATCH] net: mpls: Fix nexthop alive tracking on down events
 2017-03-14 10:29 UTC  (2+ messages)

[PATCH -next] pinctrl: samsung: Fix return value check in samsung_pinctrl_get_soc_data()
 2017-03-14 10:29 UTC  (6+ messages)
` [PATCH -next v2] "

[RFC PATCH 00/13] Introduce first class virtual address spaces
 2017-03-14 10:18 UTC  (11+ messages)
` [RFC PATCH 07/13] kernel/fork: Split and export 'mm_alloc' and 'mm_init'

[Qemu-devel] [PATCH] Output dirty-bytes-rate instead of dirty-pages-rate
 2017-03-14 10:27 UTC 

[PULL REQUEST] renesas/topic/sdhi-autocmd12-resp-v3 for renesas drivers
 2017-03-14 10:28 UTC 

[PATCH 0/5] fujitsu-laptop: platform device code cleanup
 2017-03-14 10:26 UTC  (6+ messages)
` [PATCH 1/5] platform/x86: fujitsu-laptop: remove backlight-related attributes from the platform device
` [PATCH 2/5] platform/x86: fujitsu-laptop: simplify platform device attribute definitions
` [PATCH 3/5] platform/x86: fujitsu-laptop: add and remove platform device in separate functions
` [PATCH 4/5] platform/x86: fujitsu-laptop: only register platform device if FUJ02E3 is present
` [PATCH 5/5] platform/x86: fujitsu-laptop: remove pf_device field from struct fujitsu_bl

[PATCH v4 0/4] x86: remove PVHv1
 2017-03-14 10:27 UTC  (4+ messages)
` [PATCH v3 2/4] x86: remove PVHv1 code

[PATCH v2] ARM: at91: pm: cpu_idle: switch DDR to power-down mode
 2017-03-14 10:27 UTC  (3+ messages)

[Qemu-devel] [PATCH 00/16] Multifd v4
 2017-03-14 10:26 UTC  (3+ messages)

[PATCH v7 0/5] x86/ioreq server: Introduce HVMMEM_ioreq_server mem type
 2017-03-14 10:26 UTC  (7+ messages)
` [PATCH v7 2/5] x86/ioreq server: Add DMOP to map guest ram with p2m_ioreq_server to an ioreq server

[Qemu-devel] [PATCH] memory: use 128 bit in info mtree
 2017-03-14 10:26 UTC  (5+ messages)

[PATCH 0/8] KVM: MIPS: Add Cavium Octeon III support
 2017-03-14 10:25 UTC  (18+ messages)
  ` [PATCH 1/8] MIPS: Add Octeon III register accessors & definitions
  ` [PATCH 2/8] KVM: MIPS/Emulate: Adapt T&E CACHE emulation for Octeon
  ` [PATCH 3/8] KVM: MIPS/TLB: Handle virtually tagged icaches
  ` [PATCH 4/8] KVM: MIPS/T&E: Report correct dcache line size
  ` [PATCH 5/8] KVM: MIPS/VZ: VZ hardware setup for Octeon III
  ` [PATCH 6/8] KVM: MIPS/VZ: Emulate hit CACHE ops "
  ` [PATCH 7/8] KVM: MIPS/VZ: Handle Octeon III guest.PRid register
  ` [PATCH 8/8] MIPS: Allow KVM to be enabled on Octeon CPUs

crypto: deadlock between crypto_alg_sem/rtnl_mutex/genl_mutex
 2017-03-14 10:25 UTC  (4+ messages)

[PATCH] Revert "drm/i915: Ignore panel type from OpRegion on SKL"
 2017-03-14 10:25 UTC  (3+ messages)

[PATCH v2] btrfs: Change qgroup_meta_rsv to 64bit
 2017-03-14 10:25 UTC 

[PATCH v2 net-next 00/11] net: stmmac: prepare dma operations for multiple queues
 2017-03-14 10:24 UTC  (12+ messages)
` [PATCH v2 net-next 01/11] net: stmmac: prepare dma op mode config "
` [PATCH v2 net-next 02/11] net: stmmac: enable/disable dma irq prepared "
` [PATCH v2 net-next 03/11] net: stmmac: rx/tx dma start/stop "
` [PATCH v2 net-next 04/11] net: stmmac: prepare stmmac_tx_err "
` [PATCH v2 net-next 05/11] net: stmmac: prepare dma interrupt treatment "
` [PATCH v2 net-next 06/11] net: stmmac: rx watchdog config prepared "
` [PATCH v2 net-next 07/11] net: stmmac: rx and tx ring length "
` [PATCH v2 net-next 08/11] net: stmmac: prepare rx/tx set tail function "
` [PATCH v2 net-next 09/11] net: stmmac: dma channel init prepared "
` [PATCH v2 net-next 10/11] net: stmmac: tso "
` [PATCH v2 net-next 11/11] net: stmmac: stmmac interrupt treatment "

[PATCH v8 00/24] Enable L2 Cache Allocation Technology & Refactor psr.c
 2017-03-14 10:24 UTC  (11+ messages)
` [PATCH v8 08/24] x86: refactor psr: set value: implement framework

[Qemu-devel] [PATCH] vnc: fix reverse mode
 2017-03-14 10:24 UTC  (2+ messages)

[PATCH v3] qgroup: Retry after commit on getting EDQUOT
 2017-03-14 10:23 UTC 

Neophyte questions about PCIe
 2017-03-14 10:23 UTC  (10+ messages)

[kvm-unit-tests PATCH v2 0/2] powerpc: Test SPR persistency during migration
 2017-03-14 10:23 UTC  (6+ messages)
` [kvm-unit-tests PATCH v2 1/2] Add the possibility to do simple migration tests
` [kvm-unit-tests PATCH v2 2/2] powerpc: Add Special Purpose Register persistency test

[PATCH] iptables: set the path of the lock file via a configure option
 2017-03-14 10:22 UTC  (2+ messages)

[PATCH v2] Input: silead - Do not try to directly access the GPIO when using ACPI pm
 2017-03-14 10:21 UTC  (13+ messages)

[PATCH v4 14/36] [media] v4l2-mc: add a function to inherit controls from a pipeline
 2017-03-14 10:21 UTC  (16+ messages)

[PATCH 1/2 nf] netfilter: nft_set_bitmap: keep a list of dummy elements
 2017-03-14 10:21 UTC  (5+ messages)

[Qemu-devel] [PATCH 1/1] scripts/qemugdb/coroutine.py: get pthread pointer from '(gdb) thread info $id' output
 2017-03-14 10:21 UTC  (2+ messages)

[PATCH 0/6] staging: ks7010: clean up return statement code
 2017-03-14 10:20 UTC  (7+ messages)
` [PATCH 1/6] staging: ks7010: remove custom return values
` [PATCH 2/6] staging: ks7010: replace identifier retval with rc
` [PATCH 3/6] staging: ks7010: replace identifier ret "
` [PATCH 4/6] staging: ks7010: make goto label naming uniform
` [PATCH 5/6] staging: ks7010: clean up return statement code
` [PATCH 6/6] staging: ks7010: remove definition from declaration

[Qemu-devel] [PATCH 0/1] major / minor macros are to be included from <sys/sysmacros.h>
 2017-03-14 10:19 UTC  (2+ messages)
` [Qemu-devel] [PATCH 1/1] "

Corrupt ext4 fs after creation
 2017-03-14 10:19 UTC  (2+ messages)

[PATCH 1/4] dt-bindings: Document the dmas and dma-names properties for bcm2835-analog-audio
 2017-03-14 10:18 UTC  (6+ messages)
` [PATCH 4/4] dts: bcm283x.dtsi: Add analog audio/headphone jack for bcm2835

[PATCH net-next RFC v1 00/27] afnetns: new namespace type for separation on protocol level
 2017-03-14 10:18 UTC  (6+ messages)

[PATCH fixes v3] pinctrl: Really force states during suspend/resume
 2017-03-14 10:16 UTC  (4+ messages)

[PATCH v7 2/2] backlight arcxcnn add support for ArcticSand devices
 2017-03-14 10:16 UTC  (2+ messages)

ideas of what lib might be missing? (2.29.2 has missing symbols @ link)
 2017-03-14 10:16 UTC  (4+ messages)

[PATCH v3 0/4] mmc: tmio: properly report status from autocmd12
 2017-03-14 10:09 UTC  (5+ messages)
` [PATCH v3 1/4] mmc: host: tmio: use defines for CTL_STOP_INTERNAL_ACTION values
` [PATCH v3 2/4] mmc: host: tmio: fix minor typos in comments
` [PATCH v3 3/4] mmc: host: tmio: don't BUG on unsupported stop commands
` [PATCH v3 4/4] mmc: host: tmio: fill in response from auto cmd12

[PATCH 00/17] vhost: generic vhost API
 2017-03-14 10:15 UTC  (6+ messages)
` [PATCH 01/17] vhost: introduce driver features related APIs
` [PATCH 02/17] net/vhost: remove feature "

[PATCH] mmc: core: check also R1 response for stop commands
 2017-03-14 10:15 UTC 

[PATCH] drm/i915: Perform link quality check unconditionally during long pulse
 2017-03-14 10:15 UTC  (5+ messages)
` [PATCH v2] "

Free Linux/Ubuntu VMs for Kernal Development?
 2017-03-14 10:15 UTC  (3+ messages)

[Qemu-devel] [PATCH v1 1/2] reduce qemu's heap Rss size from 12252kB to 2752KB
 2017-03-14 10:14 UTC  (7+ messages)
` [Qemu-devel] [PATCH v1 2/2] "

[U-Boot] accessing eMMC boot partitions from U-Boot
 2017-03-14 10:14 UTC  (5+ messages)

KVM call for 2017-03-14
 2017-03-14 10:13 UTC  (4+ messages)
` [Qemu-devel] "

Reg DPDK with unsupported NIC
 2017-03-14 10:13 UTC  (5+ messages)

[Qemu-devel] [PATCH v2] build: include sys/sysmacros.h for major() and minor()
 2017-03-14 10:12 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3] "

[RFC 1/2] fanotify: new event FAN_MODIFY_DIR
 2017-03-14 10:11 UTC  (2+ messages)

[PATCH v2] net/virtio-user: fix overflow
 2017-03-14 10:09 UTC 

Rust implementation status
 2017-03-14 10:11 UTC  (2+ messages)

[Qemu-devel] [PATCH for-2.10 0/1] scripts/update-linux-headers.sh: refactor extra files
 2017-03-14 10:08 UTC  (3+ messages)
` [Qemu-devel] [PATCH for-2.10 1/1] "

git checkout exit value and post-commit hooks
 2017-03-14 10:07 UTC  (3+ messages)

core-image-minimal-xfce error
 2017-03-14 10:05 UTC  (4+ messages)

[PATCH v6 2/2] backlight arcxcnn devicetree bindings for ArcticSand
 2017-03-14 10:05 UTC  (5+ messages)

[Qemu-devel] [PATCH 0/6] tcg: fix icount super slowdown
 2017-03-14 10:05 UTC  (6+ messages)
` [Qemu-devel] [PATCH 5/5] icount: process QEMU_CLOCK_VIRTUAL timers in vCPU thread

[rfc] amdgpu/sync_file shared semaphores
 2017-03-14 10:04 UTC  (8+ messages)
` [PATCH libdrm] libdrm/amdgpu: add interface for kernel semaphores

[PATCH 1/2] mfd: retu: Add OF device ID table
 2017-03-14 10:04 UTC  (3+ messages)

ath10k - spectral scan - and - channel change
 2017-03-14 10:03 UTC  (5+ messages)
        ` Fw: "

[Qemu-devel] [PATCH for-2.10 0/8] ppc/pnv: interrupt controller (POWER8)
 2017-03-14 10:02 UTC  (4+ messages)
` [Qemu-devel] [PATCH for-2.10 5/8] ppc/pnv: map the ICP memory regions

Linux 4.11: Reported regressions as of Tuesday, 20176-03-14
 2017-03-14 10:02 UTC 

[Qemu-devel] [PATCH v2 0/9] xen/9pfs: introduce the Xen 9pfs backend
 2017-03-14 10:02 UTC  (4+ messages)
` [Qemu-devel] [PATCH v2 1/9] configure: change CONFIG_XEN_BACKEND to be a target property
    `  "

[PATCH] ks7010: adding parenthesis to macro argument
 2017-03-14 10:01 UTC  (3+ messages)

[PULL] drm-intel-fixes
 2017-03-14 10:00 UTC 

[PATCH] doc: add maintainer role about replying questions
 2017-03-14 10:00 UTC 

[PATCH] pstore: return error code (if any) from efi_pstore_write
 2017-03-14  9:59 UTC  (3+ messages)

[PATCH v2] drm/tilcdc: Set framebuffer DMA address to HW only if CRTC is enabled
 2017-03-14  9:58 UTC  (2+ messages)

[PATCH v1] gpio: acpi: Add managed variant of acpi_dev_add_driver_gpios()
 2017-03-14  9:58 UTC  (2+ messages)

[PATCH v19 0/4] Introduce usb charger framework to deal with the usb gadget power negotation
 2017-03-14  9:57 UTC  (2+ messages)

i need your help for this Investment
 2017-03-14  9:56 UTC 

Q: using PREROUTING to change destination
 2017-03-14  9:56 UTC  (3+ messages)
`  "

conntrack (possibly) hangs on our ARM CPU in case we delete 5k+ connections as fast as possible
 2017-03-14  9:56 UTC 

[PATCH 0/6] KVM: nVMX: nested EPT improvements and A/D bits, RDRAND and RDSEED exits
 2017-03-14  9:55 UTC  (4+ messages)
` [PATCH 6/6] KVM: nVMX: support RDRAND and RDSEED exiting

[PATCH] parisc: perf: Handle return NULL error from ioremap_nocache
 2017-03-14  9:54 UTC 

[U-Boot] Ethernet not detecting on Odroid u3
 2017-03-14  9:54 UTC  (6+ messages)

[alsa-devel] [PATCH 3/4] sound: arm: Add build system for bcm2835-analog-audio driver
 2017-03-14  9:53 UTC  (4+ messages)

[PATCH] net: stmmac: set default number of rx and tx queues in stmmac_pci
 2017-03-14  9:53 UTC  (3+ 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.