All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-03-09 06:39:50 to 2016-03-09 07:49:40 UTC [more...]

[PATCH net 0/3] Few mvneta fixes
 2016-03-09  7:49 UTC  (5+ messages)
` [PATCH net 1/3] net: mvneta: Fix spinlock usage

[Qemu-devel] [PATCH 00/16] AioContext fine-grained locking, part 1 of 3, including bdrv_drain rewrite
 2016-03-09  7:49 UTC  (16+ messages)
` [Qemu-devel] [PATCH 02/16] block: move restarting of throttled reqs to block/throttle-groups.c
` [Qemu-devel] [PATCH 03/16] block: introduce bdrv_no_throttling_begin/end
` [Qemu-devel] [PATCH 05/16] mirror: use bottom half to re-enter coroutine
` [Qemu-devel] [PATCH 06/16] block: add BDS field to count in-flight requests
` [Qemu-devel] [PATCH 07/16] block: change drain to look only at one child at a time

Scheduled alsa-lib release?
 2016-03-09  7:47 UTC  (4+ messages)

[PATCH] initscripts: correct the runlevels for urandom
 2016-03-09  7:45 UTC 

[PATCH 0/8] support E-tag offloading and forwarding on Intel X550 NIC
 2016-03-09  7:44 UTC  (7+ messages)
` [PATCH v7 0/5] support E-tag offloading and forwarding on X550
  ` [PATCH v7 1/5] ixgbe: select pool by MAC when using double VLAN
  ` [PATCH v7 2/5] lib/librte_ether: support l2 tunnel operations
  ` [PATCH v7 3/5] ixgbe: "
  ` [PATCH v7 4/5] app/testpmd: add CLIs for l2 tunnel config
  ` [PATCH v7 5/5] app/testpmd: add CLIs for E-tag operation

BUG: VIA HD Audio sound card support regressed
 2016-03-09  7:44 UTC  (2+ messages)

[PATCH v1 1/2] ath10k: Add support for ath10k_sta_statistics support
 2016-03-09  7:42 UTC  (6+ messages)
` [PATCH v1 2/2] ath10k: Remove debugfs support for Per STA total rx duration

[Qemu-devel] [PATCH] hw/i386: fix unbounded stack for load_multiboot
 2016-03-09  7:42 UTC  (2+ messages)

Linux does not boot, unrecognized/unsupported machine ID (r1 = 0x00000000)
 2016-03-09  7:42 UTC  (2+ messages)

[PATCH V4 0/7] KVM, pkeys: add memory protection-key support
 2016-03-09  7:41 UTC  (12+ messages)
` [PATCH V4 7/7] KVM, pkeys: disable PKU feature without ept

[RFC PATCH v3 3/3] PCI/ACPI: hisi: Add ACPI support for HiSilicon SoCs Host Controllers
 2016-03-09  7:41 UTC  (13+ messages)

[BUG] 4.5-rc7 af unix related
 2016-03-09  7:37 UTC 

Kernel: BUG: soft lockup - CPU#0 stuck for 22s! on many machines at the same time
 2016-03-09  7:37 UTC  (2+ messages)
` high i/o waits and 100% khugepaged with 4.4.4

[PULL] KVM/ARM updates for 4.6
 2016-03-09  7:31 UTC  (96+ messages)
` [PATCH 01/95] arm/arm64: KVM: Add hook for C-based stage2 init
` [PATCH 02/95] ARM: KVM: Move the HYP code to its own section
` [PATCH 03/95] ARM: KVM: Remove __kvm_hyp_code_start/__kvm_hyp_code_end
` [PATCH 04/95] ARM: KVM: Move VFP registers to a CPU context structure
` [PATCH 05/95] ARM: KVM: Move CP15 array into the "
` [PATCH 06/95] ARM: KVM: Move GP registers "
` [PATCH 07/95] ARM: KVM: Add a HYP-specific header file
` [PATCH 08/95] ARM: KVM: Add system register accessor macros
` [PATCH 09/95] ARM: KVM: Add TLB invalidation code
` [PATCH 10/95] ARM: KVM: Add CP15 save/restore code
` [PATCH 11/95] ARM: KVM: Add timer save/restore
` [PATCH 12/95] ARM: KVM: Add vgic v2 save/restore
` [PATCH 13/95] ARM: KVM: Add VFP save/restore
` [PATCH 14/95] ARM: KVM: Add banked registers save/restore
` [PATCH 15/95] ARM: KVM: Add guest entry code
` [PATCH 16/95] ARM: KVM: Add VFP lazy save/restore handler
` [PATCH 17/95] ARM: KVM: Add the new world switch implementation
` [PATCH 18/95] ARM: KVM: Add populating of fault data structure
` [PATCH 19/95] ARM: KVM: Add HYP mode entry code
` [PATCH 20/95] ARM: KVM: Add panic handling code
` [PATCH 21/95] ARM: KVM: Change kvm_call_hyp return type to unsigned long
` [PATCH 22/95] ARM: KVM: Remove the old world switch
` [PATCH 23/95] ARM: KVM: Switch to C-based stage2 init
` [PATCH 24/95] ARM: KVM: Remove __weak attributes
` [PATCH 25/95] ARM: KVM: Turn CP15 defines to an enum
` [PATCH 26/95] ARM: KVM: Cleanup asm-offsets.c
` [PATCH 27/95] ARM: KVM: Remove unused hyp_pc field
` [PATCH 28/95] ARM: KVM: Remove handling of ARM_EXCEPTION_DATA/PREF_ABORT
` [PATCH 29/95] ARM: KVM: Remove __kvm_hyp_exit/__kvm_hyp_exit_end
` [PATCH 30/95] arm/arm64: KVM: Handle out-of-RAM cache maintenance as a NOP
` [PATCH 31/95] arm64: KVM: Switch to C-based stage2 init
` [PATCH 32/95] arm/arm64: Add new is_kernel_in_hyp_mode predicate
` [PATCH 33/95] arm64: Allow the arch timer to use the HYP timer
` [PATCH 34/95] arm64: Add ARM64_HAS_VIRT_HOST_EXTN feature
` [PATCH 35/95] arm64: KVM: Skip HYP setup when already running in HYP
` [PATCH 36/95] arm64: KVM: VHE: Patch out use of HVC
` [PATCH 37/95] arm64: KVM: VHE: Patch out kern_hyp_va
` [PATCH 38/95] arm64: KVM: VHE: Introduce unified system register accessors
` [PATCH 39/95] arm64: KVM: VHE: Differenciate host/guest sysreg save/restore
` [PATCH 40/95] arm64: KVM: VHE: Split save/restore of registers shared between guest and host
` [PATCH 41/95] arm64: KVM: VHE: Use unified system register accessors
` [PATCH 42/95] arm64: KVM: VHE: Enable minimal sysreg save/restore
` [PATCH 43/95] arm64: KVM: VHE: Make __fpsimd_enabled VHE aware
` [PATCH 44/95] arm64: KVM: VHE: Implement VHE activate/deactivate_traps
` [PATCH 45/95] arm64: KVM: VHE: Use unified sysreg accessors for timer
` [PATCH 46/95] arm64: KVM: VHE: Add fpsimd enabling on guest access
` [PATCH 47/95] arm64: KVM: VHE: Add alternative panic handling
` [PATCH 48/95] arm64: KVM: Move most of the fault decoding to C
` [PATCH 49/95] arm64: perf: Count EL2 events if the kernel is running in HYP
` [PATCH 50/95] arm64: hw_breakpoint: Allow EL2 breakpoints if "
` [PATCH 51/95] arm64: VHE: Add support for running Linux in EL2 mode
` [PATCH 52/95] arm64: KVM: Move kvm/hyp/hyp.h to include/asm/kvm_hyp.h
` [PATCH 53/95] arm64: KVM: Move vgic-v2 and timer save/restore to virt/kvm/arm/hyp
` [PATCH 54/95] ARM: KVM: Move kvm/hyp/hyp.h to include/asm/kvm_hyp.h
` [PATCH 55/95] ARM: KVM: Use common version of vgic-v2-sr.c
` [PATCH 56/95] ARM: KVM: Use common version of timer-sr.c
` [PATCH 57/95] arm64: KVM: Move __cpu_init_stage2 after kvm_call_hyp
` [PATCH 58/95] arm64: KVM: Add temporary kvm_perf_event.h
` [PATCH 59/95] arm64: KVM: Define PMU data structure for each vcpu
` [PATCH 60/95] arm64: KVM: Add access handler for PMCR register
` [PATCH 61/95] arm64: KVM: Add access handler for PMSELR register
` [PATCH 62/95] arm64: KVM: Add access handler for PMCEID0 and PMCEID1 register
` [PATCH 63/95] arm64: KVM: Add access handler for event counter register
` [PATCH 64/95] arm64: KVM: Add access handler for PMCNTENSET and PMCNTENCLR register
` [PATCH 65/95] arm64: KVM: PMU: Add perf event map and introduce perf event creating function
` [PATCH 66/95] arm64: KVM: Add access handler for event type register
` [PATCH 67/95] arm64: KVM: Add access handler for PMINTENSET and PMINTENCLR register
` [PATCH 68/95] arm64: KVM: Add access handler for PMOVSSET and PMOVSCLR register
` [PATCH 69/95] arm64: KVM: Add access handler for PMSWINC register
` [PATCH 70/95] arm64: KVM: Add helper to handle PMCR register bits
` [PATCH 71/95] arm64: KVM: Add access handler for PMUSERENR register
` [PATCH 72/95] arm64: KVM: Add PMU overflow interrupt routing
` [PATCH 73/95] arm64: KVM: Reset PMU state when resetting vcpu
` [PATCH 74/95] arm64: KVM: Free perf event of PMU when destroying vcpu
` [PATCH 75/95] arm64: KVM: Add a new feature bit for PMUv3
` [PATCH 76/95] arm64: KVM: Introduce per-vcpu kvm device controls
` [PATCH 77/95] arm64: KVM: Add a new vcpu device control group for PMUv3
` [PATCH 78/95] arm64: KVM: Switch the sys_reg search to be a binary search
` [PATCH 79/95] ARM: KVM: Properly sort the invariant table
` [PATCH 80/95] ARM: KVM: Enforce sorting of all CP tables
` [PATCH 81/95] ARM: KVM: Rename struct coproc_reg::is_64 to is_64bit
` [PATCH 82/95] ARM: KVM: Switch the CP reg search to be a binary search
` [PATCH 83/95] KVM: arm/arm64: timer: Add active state caching
` [PATCH 84/95] KVM: arm/arm64: vgic-v2: Avoid accessing GICH registers
` [PATCH 85/95] KVM: arm/arm64: vgic-v2: Save maintenance interrupt state only if required
` [PATCH 86/95] KVM: arm/arm64: vgic-v2: Move GICH_ELRSR saving to its own function
` [PATCH 87/95] KVM: arm/arm64: vgic-v2: Do not save an LR known to be empty
` [PATCH 88/95] KVM: arm/arm64: vgic-v2: Reset LRs at boot time
` [PATCH 89/95] KVM: arm/arm64: vgic-v2: Only wipe LRs on vcpu exit
` [PATCH 90/95] KVM: arm/arm64: vgic-v2: Make GICD_SGIR quicker to hit
` [PATCH 91/95] arm64: KVM: vgic-v3: Avoid accessing ICH registers
` [PATCH 92/95] arm64: KVM: vgic-v3: Save maintenance interrupt state only if required
` [PATCH 93/95] arm64: KVM: vgic-v3: Do not save an LR known to be empty
` [PATCH 94/95] arm64: KVM: vgic-v3: Reset LRs at boot time
` [PATCH 95/95] arm64: KVM: vgic-v3: Only wipe LRs on vcpu exit

[PATCH] KVM: Remove redundant smp_mb() in the kvm_mmu_commit_zap_page()
 2016-03-09  7:18 UTC  (7+ messages)

tunnel link as a PMD device
 2016-03-09  7:33 UTC 

[PATCH] drm/i915/bxt: add missing DSI power domain to power well 1
 2016-03-09  7:32 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for "

[PATCH 00/15] MIPS: ar9331: use cache and fix gpio
 2016-03-09  7:31 UTC  (2+ messages)

[PATCH v2 0/2] Make the pcidevs_lock a recursive one
 2016-03-09  7:31 UTC  (4+ messages)
` [PATCH v2 1/2] IOMMU/spinlock: Fix a bug found in AMD IOMMU initialization

[Buildroot] [autobuild.buildroot.net] Build results for 2016-03-08
 2016-03-09  7:30 UTC 

[Query]set clk rate must operate its coordinated clock
 2016-03-09  7:30 UTC  (4+ messages)

[PATCH v2] doc: add doc for i40e pmd driver introduction
 2016-03-09  7:28 UTC  (4+ messages)
` [PATCH v3 0/2] doc: add "
  ` [PATCH v3 1/2] doc: add doc for "
  ` [PATCH v3 2/2] doc: add i40e to overview table

[Question] How pmd virtio works without UIO?
 2016-03-08 15:33 UTC  (8+ messages)
` [PATCH v5 0/6] fix the issue that DPDK takes over virtio device blindly
  ` [PATCH v5 1/6] eal: make the comment more accurate
  ` [PATCH v5 2/6] eal: RTE_KDRV_NONE means kernel driver isn't managing the device
  ` [PATCH v5 3/6] eal: use new RTE_ARCH_X86 for x86 arch
  ` [PATCH v5 4/6] eal: simple code rework
  ` [PATCH v5 5/6] eal: map IO port when kernel driver isn't managing the device
  ` [PATCH v5 6/6] virtio: return 1 to tell the upper layer we don't take over this device

[PATCH] brcmfmac: Remove waitqueue_active check
 2016-03-09  7:25 UTC 

[PATCH v3 0/8] arm64: rockchip: Initial GeekBox enablement
 2016-03-09  7:24 UTC  (15+ messages)

[PATCH 0/5] MIDI USB Gadget improvements
 2016-03-09  7:22 UTC  (11+ messages)
` [PATCH 2/5] usb: gadget: f_midi: added spinlock on transmit function

[Qemu-devel] [PATCH v4 00/10] easier unboxed visits/qapi implicit types
 2016-03-09  7:23 UTC  (7+ messages)
` [Qemu-devel] [PATCH v4 04/10] qapi: Emit implicit structs in generated C

[PATCH v2] iw: Add support for NL80211_STA_INFO_RX_DURATION netlink attribute
 2016-03-09  7:20 UTC  (2+ messages)

[PATCH v2] cfg80211/nl80211: Add support for NL80211_STA_INFO_RX_DURATION
 2016-03-09  7:20 UTC  (2+ messages)

[PATCH] usb: gadget: f_midi: added spinlock on transmit function
 2016-03-09  7:20 UTC  (3+ messages)

alsa-plugins: pcm_a52.c uses recently removed avcodec_{alloc, free}_frame
 2016-03-09  7:20 UTC 

[PATCH net-next 0/4] qed: Management firmware updates
 2016-03-09  7:16 UTC  (5+ messages)
` [PATCH net-next 1/4] qed: Prevent MF link notifications
` [PATCH net-next 2/4] qed: Major changes to MB locking
` [PATCH net-next 3/4] qed: Notify of transciever changes
` [PATCH net-next 4/4] qed: Enlrage the drain timeout

nft: Modified punctuation used in nft's show_help
 2016-03-09  7:16 UTC 

[PATCH v2] PCI: ACPI: IA64: fix IO port generic range check
 2016-03-09  7:14 UTC  (6+ messages)

[PATCH v2 0/9] cleanup around kvm_sync_page, and a few micro-optimizations
 2016-03-09  7:12 UTC  (2+ messages)

[PATCHv3] extensions: libipt_icmp: Add translation to nft
 2016-03-09  7:12 UTC  (5+ messages)
  ` [PATCH] libxt_multiport: "
  ` Regarding libxt_multiport translation in nft
  ` [PATCH] libip6t_hbh: Add translation to nft

Последно предупреждение
 2016-03-09  6:14 UTC 

[PATCH 00/23] Nokia N950 display support
 2016-03-09  7:10 UTC  (5+ messages)

[PATCH -rcu 0/2] locktorture fixes
 2016-03-09  7:08 UTC  (3+ messages)
` [PATCH 1/2] locktorture: Fix deboosting nil ptr dereferencing
` [PATCH 2/2] locktorture: Fix nil pointer dereferencing for cleanup paths

sc16is7xx: a lot of time is spend in sc16is7xx_port_irq
 2016-03-09  7:03 UTC  (13+ messages)
      ` [PATCH] tty: serial: sc16is7xx: use threaded interrupts instead of homegrow

[PATCH 0/8] SKL WM fixes and Arbitrated Display Bandwidth WA
 2016-03-09  7:01 UTC  (2+ messages)
` ✗ Fi.CI.BAT: failure for SKL WM fixes and Arbitrated Display Bandwidth WA (rev3)

[PATCH][v6][RFC] livepatch/ppc: Enable livepatching on powerpc
 2016-03-09  6:59 UTC 

When do you replace old hard drives in a raid6?
 2016-03-09  6:59 UTC  (7+ messages)

[PATCH RFC 00/22] Replace the CFQ I/O Scheduler with BFQ
 2016-03-09  6:55 UTC  (10+ messages)
` [PATCH RFC 09/22] block, cfq: replace CFQ with the BFQ-v0 I/O scheduler

Array-driven persistent-data structure
 2016-03-09  6:52 UTC 

snprintf, overlapping destination and source
 2016-03-09  6:51 UTC  (5+ messages)
` [RFC 0/7] eliminate snprintf with overlapping src and dst
  ` [RFC 2/7] Input: joystick - avoid fragile snprintf use

Bugs and tasks for 2.02[~rc1]
 2016-03-09  6:38 UTC  (2+ messages)

Последно предупреждение
 2016-03-09  5:55 UTC 

[PATCH v1] cfg80211/nl80211: Add support for NL80211_STA_INFO_RX_DURATION
 2016-03-09  6:50 UTC  (5+ messages)

[PATCH v2] examples/ip_pipeline: CPU utilization measurement and display
 2016-03-09  6:50 UTC  (2+ messages)

[PATCH v7 00/17] add fixes, device quirks, error recovery,
 2016-03-09  6:44 UTC  (6+ messages)
` [PATCH v7 03/17] scsi: ufs: implement scsi host timeout handler

[PATCH] mm: slub: Ensure that slab_unlock() is atomic
 2016-03-09  6:43 UTC  (9+ messages)

[PATCH] direct-io: fix use after free
 2016-03-09  6:42 UTC  (2+ 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.