All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-02-04 10:35:11 to 2016-02-04 11:12:22 UTC [more...]

[RFCv2 0/9] PAPR hash page table resizing (guest side)
 2016-02-04 11:11 UTC  (9+ messages)
` [RFCv2 5/9] arch/powerpc: Split hash page table sizing heuristic into a helper
` [RFCv2 6/9] pseries: Add hypercall wrappers for hash page table resizing

[PATCH v3 net-next] net: Implement fast csum_partial for x86_64
 2016-02-04 11:08 UTC  (4+ messages)

[PATCH] mmc: pxamci: fix the device-tree probe deferral path
 2016-02-04 11:11 UTC  (2+ messages)

[PATCH v7 0/2] adding PCI support to AXS10x
 2016-02-04 11:10 UTC  (6+ messages)
` [PATCH v7 2/2] add new platform driver for PCI RC

[PATCH v4 0/2] Add a DRM display driver to the Allwinner H3
 2016-02-04 11:11 UTC  (6+ messages)
` [PATCH v4 2/2] drm: sunxi: Add a basic DRM driver for Allwinner DE2

[Qemu-devel] [PATCH 0/6] Some improvements and small fixes for migration
 2016-02-04 11:10 UTC  (7+ messages)
` [Qemu-devel] [PATCH 2/6] migration: Rename the'file' member of MigrationState

[PATCH v4 0/2] ASoC: Add SPDIF support for Allwinner SoCs
 2016-02-04 11:09 UTC  (9+ messages)
` [PATCH v4 1/2] dt-bindings: sunxi :add sun4i SPDIF transceiver
` [PATCH v4 2/2] ASoC: sunxi: Add support for the SPDIF block

[PATCH] scripts/sign-file.c: Add support for signing with a raw signature
 2016-02-04 11:09 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH] x86/efi: skip bgrt init for kexec reboot
 2016-02-04 11:09 UTC  (6+ messages)

[PATCH V2 0/7] cpufreq: governors: Fix ABBA lockups
 2016-02-04 11:09 UTC  (8+ messages)

[PATCH] tools: libxc: do not redefine evtchn_port_or_error_t in xc_evtchn_compat.c
 2016-02-04 11:08 UTC  (4+ messages)

[PATCH v12 0/3] Refactor ioreq server for better performance
 2016-02-04 11:08 UTC  (26+ messages)
` [PATCH v3 3/3] tools: introduce parameter max_wp_ram_ranges

Where should I append Yocto bitbake task to create work folder symlink ?
 2016-02-04 11:07 UTC  (7+ messages)

Crashes with 874bbfe600a6 in 3.18.25
 2016-02-04 11:07 UTC  (14+ messages)

memcpy freeze in __setup_efi_pci64 on HP X2 210 tablet
 2016-02-04 11:05 UTC 

[Qemu-devel] [PULL 00/13] Tracing patches
 2016-02-04 11:05 UTC  (4+ messages)

[PATCH v3 00/12] pwm: add support for atomic update
 2016-02-04 11:02 UTC  (12+ messages)

[PATCH net v4] r8169: Disabling multiple invocation on rtl_try_msi function
 2016-02-04 11:04 UTC  (2+ messages)

[Qemu-devel] [PATCH] migration: move page_cache.c to migration/
 2016-02-04 11:03 UTC 

[PATCH v6 0/9] ftrace with regs + live patching for ppc64 LE (ABI v2)
 2016-02-04 11:02 UTC  (7+ messages)
` [PATCH v6 1/9] ppc64 (le): prepare for -mprofile-kernel

[PATCH net-next v5 0/2] virtio_net: add ethtool get/set settings support
 2016-02-04 11:02 UTC  (4+ messages)
` [PATCH net-next v5 1/2] ethtool: add speed/duplex validation functions

[PATCH v2] i40e: fix vlan filtering
 2016-02-04 11:02 UTC  (2+ messages)
` [PATCH v3] "

[dm-crypt] The future of disk encryption with LUKS2
 2016-02-04 11:01 UTC  (9+ messages)

[PATCH v2 00/28] ARM: KVM: Rewrite the world switch in C (mostly)
 2016-02-04 11:00 UTC  (58+ messages)
` [PATCH v2 01/28] ARM: KVM: Move the HYP code to its own section
` [PATCH v2 02/28] ARM: KVM: Remove __kvm_hyp_code_start/__kvm_hyp_code_end
` [PATCH v2 03/28] ARM: KVM: Move VFP registers to a CPU context structure
` [PATCH v2 04/28] ARM: KVM: Move CP15 array into the "
` [PATCH v2 05/28] ARM: KVM: Move GP registers "
` [PATCH v2 06/28] ARM: KVM: Add a HYP-specific header file
` [PATCH v2 07/28] ARM: KVM: Add system register accessor macros
` [PATCH v2 08/28] ARM: KVM: Add TLB invalidation code
` [PATCH v2 09/28] ARM: KVM: Add CP15 save/restore code
` [PATCH v2 10/28] ARM: KVM: Add timer save/restore
` [PATCH v2 11/28] ARM: KVM: Add vgic v2 save/restore
` [PATCH v2 12/28] ARM: KVM: Add VFP save/restore
` [PATCH v2 13/28] ARM: KVM: Add banked registers save/restore
` [PATCH v2 14/28] ARM: KVM: Add guest entry code
` [PATCH v2 15/28] ARM: KVM: Add VFP lazy save/restore handler
` [PATCH v2 16/28] ARM: KVM: Add the new world switch implementation
` [PATCH v2 17/28] ARM: KVM: Add populating of fault data structure
` [PATCH v2 18/28] ARM: KVM: Add HYP mode entry code
` [PATCH v2 19/28] ARM: KVM: Add panic handling code
` [PATCH v2 20/28] ARM: KVM: Change kvm_call_hyp return type to unsigned long
` [PATCH v2 21/28] ARM: KVM: Remove the old world switch
` [PATCH v2 22/28] ARM: KVM: Switch to C-based stage2 init
` [PATCH v2 23/28] ARM: KVM: Remove __weak attributes
` [PATCH v2 24/28] ARM: KVM: Turn CP15 defines to an enum
` [PATCH v2 25/28] ARM: KVM: Cleanup asm-offsets.c
` [PATCH v2 26/28] ARM: KVM: Remove unused hyp_pc field
` [PATCH v2 27/28] ARM: KVM: Remove handling of ARM_EXCEPTION_DATA/PREF_ABORT
` [PATCH v2 28/28] ARM: KVM: Remove __kvm_hyp_exit/__kvm_hyp_exit_end

[Qemu-devel] sda abort with virtio-scsi
 2016-02-04 11:00 UTC  (5+ messages)

[BUG} libxl.c:5947:libxl_send_trigger: Send trigger 'reset' failed: Function not implemented
 2016-02-04 10:57 UTC  (2+ messages)

Question about a specific error
 2016-02-04 10:56 UTC  (5+ messages)

[LTP] Test library API changes
 2016-02-04 10:56 UTC  (3+ messages)

Universal Plane with NV12 support on Skylake
 2016-02-04 10:56 UTC 

[PATCH v4 00/25] MMC/SDHCI fixes
 2016-02-04 10:55 UTC  (2+ messages)

[PATCH v2 00/22] Sharing media resources across ALSA and au0828 drivers
 2016-02-04 10:54 UTC  (11+ messages)
` [PATCH v2 21/22] sound/usb: Use Media Controller API to share media resources
` [PATCH v2 22/22] media: Ensure media device unregister is done only once

(no subject)
 2016-02-04 10:54 UTC 

[PATCH v6 00/23] powerpc/8xx: Use large pages for RAM and IMMR and other improvments
 2016-02-04 10:33 UTC  (14+ messages)
` [PATCH v6 02/23] powerpc/8xx: Map linear kernel RAM with 8M pages
` [PATCH v6 03/23] powerpc: Update documentation for noltlbs kernel parameter
` [PATCH v6 04/23] powerpc/8xx: move setup_initial_memory_limit() into 8xx_mmu.c
` [PATCH v6 05/23] powerpc32: Fix pte_offset_kernel() to return NULL for bad pages
` [PATCH v6 07/23] powerpc/8xx: Fix vaddr for IMMR early remap
` [PATCH v6 08/23] powerpc/8xx: Map IMMR area with 512k page at a fixed address
` [PATCH v6 09/23] powerpc/8xx: CONFIG_PIN_TLB unneeded for CONFIG_PPC_EARLY_DEBUG_CPM
` [PATCH v6 12/23] powerpc32: remove ioremap_base
` [PATCH v6 13/23] powerpc/8xx: Add missing SPRN defines into reg_8xx.h
` [PATCH v6 14/23] powerpc/8xx: Handle CPU6 ERRATA directly in mtspr() macro
` [PATCH v6 16/23] powerpc/8xx: rewrite set_context() in C
` [PATCH v6 17/23] powerpc/8xx: rewrite flush_instruction_cache() "
` [PATCH v6 20/23] powerpc32: move xxxxx_dcache_range() functions inline

[PATCH 0/3] cpufreq: Replace timers with utilization update callbacks
 2016-02-04 10:54 UTC  (6+ messages)
` [Update][PATCH 3/3] cpufreq: governor: "

[PATCH] arm64: defconfig: Add Qualcomm sdhci and restart functionality
 2016-02-04 10:32 UTC 

[PATCH 0/8] drm/i915/dsi: i2c/gpio
 2016-02-04 10:50 UTC  (9+ messages)
` [PATCH 1/8] drm/i915/dsi: defend gpio table against out of bounds access
` [PATCH 2/8] drm/i915/dsi: don't pass arbitrary data to sideband
` [PATCH 3/8] drm/i915: Adding the parsing logic for the i2c element
` [PATCH 4/8] drm/i915/dsi: skip gpio element execution when not supported
` [PATCH 5/8] drm/i915: put the IOSF port defines in numerical order
` [PATCH 6/8] drm/i915/vlv: drop unused vlv_gps_core_read/write functions
` [PATCH 7/8] drm/i915: Extend gpio read/write to other cores
` [PATCH 8/8] drm/i915/dsi: Added the generic gpio sequence support and gpio table

[PATCH 03/10] drm/i915: Use insert_page for pwrite_fast
 2016-02-04 10:49 UTC  (2+ messages)

[PATCH] libxl/libxl_dm.c: Enable websocket functionality
 2016-02-04 10:50 UTC  (2+ messages)

[PATCH 0/5] oom reaper v5
 2016-02-04 10:49 UTC  (4+ messages)
` [PATCH 5/5] mm, oom_reaper: implement OOM victims queuing

new idl helper, append to Array
 2016-02-04 10:48 UTC  (5+ messages)

tty: tty_struct memory leak
 2016-02-04 10:48 UTC  (4+ messages)

[PATCH] toaster: update the openembedded-core toaster configuration file
 2016-02-04 10:47 UTC 

test sfdisk, optimal_iosize
 2016-02-04 10:47 UTC  (4+ messages)
` scsi_debug, iosize optimal < minimum

[Intel-wired-lan] [jkirsher-next-queue:dev-queue 27/156] drivers/net/ethernet/intel/fm10k/fm10k_ethtool.c:417:170: error: call to '__compiletime_assert_417' declared with attribute error: BUILD_BUG_ON failed: idx != FM10K_REGS_LEN_VSI
 2016-02-04 10:46 UTC 

COPYING tabs vs whitespaces
 2016-02-04 10:45 UTC 

[v4 00/14] add fixes, device quirks, error recovery,
 2016-02-04 10:36 UTC  (16+ messages)
` [v4 01/14] scsi: ufs-qcom: add number of lanes per direction
` [v4 02/14] scsi: ufs: avoid spurious UFS host controller interrupts
` [v4 03/14] scsi: ufs: implement scsi host timeout handler
` [v4 04/14] scsi: ufs: verify hba controller hce reg value
` [v4 05/14] scsi: ufs: separate device and host quirks
` [v4 06/14] scsi: ufs: disable vccq if it's not needed by UFS device
` [v4 07/14] scsi: ufs: make error handling bit faster
` [v4 08/14] scsi: ufs: add error recovery after DL NAC error
` [v4 09/14] scsi: ufs: add retry for query descriptors
` [v4 10/14] scsi: ufs: handle non spec compliant bkops behaviour by device
` [v4 11/14] scsi: ufs: tune UniPro parameters to optimize hibern8 exit time
` [v4 12/14] scsi: ufs: fix leakage during link off state
` [v4 13/14] scsi: ufs: add device quirk delay before putting UFS rails in LPM
` [v4 14/14] scsi: ufs-qcom: set PA_Local_TX_LCC_Enable before link startup

[PATCH v4 1/1] USB: core: let USB device know device node
 2016-02-04 10:44 UTC  (3+ messages)

[PATCH v2 0/2] Fix ordering of ftrace/livepatch calls on module load and unload
 2016-02-04 10:43 UTC  (2+ messages)

gigaset: memory leak in gigaset_initcshw
 2016-02-04 10:40 UTC  (4+ messages)

[RFC PATCH 0/21] Totally remove SDHCI_QUIRK_BROKEN_CARD_DETECTION quirk
 2016-02-04 10:40 UTC  (2+ messages)

[PATCH v2 00/11] HVMlite domU support
 2016-02-04 10:38 UTC  (4+ messages)
` [PATCH v2 10/11] xen/hvmlite: Boot secondary CPUs
  ` [Xen-devel] "

[PATCH v4 00/13] mmc: use sdhci_pltfm_init for private allocation and clean up
 2016-02-04 10:38 UTC  (4+ messages)

[PATCH v1 00/12] be2iscsi: Important fixes for 11.0.0.0 in 4.6/scsi-queue
 2016-02-04 10:19 UTC  (13+ messages)
` [PATCH v1 01/12] be2iscsi: Remove unused mcc_cq_lock
` [PATCH v1 02/12] be2iscsi: Use macros for MCC WRB and CQE fields
` [PATCH v1 03/12] be2iscsi: Remove redundant MCC processing code
` [PATCH v1 04/12] be2iscsi: Rename MCC and BMBX processing functions
` [PATCH v1 05/12] be2iscsi: Remove be_mbox_notify_wait function
` [PATCH v1 06/12] be2iscsi: Fix be_mcc_compl_poll to use tag_state
` [PATCH v1 07/12] be2iscsi: Cleanup processing of BMBX completion
` [PATCH v1 08/12] be2iscsi: Fix MCC WRB leak in open_connection
` [PATCH v1 09/12] be2iscsi: Couple MCC tag and WRB alloc and free
` [PATCH v1 10/12] be2iscsi: Fix ExpStatSn in management tasks
` [PATCH v1 11/12] be2iscsi: _bh for io_sgl_lock and mgmt_sgl_lock
` [PATCH v1 12/12] be2iscsi: Add lock to protect WRB alloc and free

[PATCH] git-completion.bash: always swallow error output of for-each-ref
 2016-02-04 10:34 UTC 


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.