All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2016-02-29 00:45:01 to 2016-02-29 04:16:24 UTC [more...]

[PATCH] s390x: fix condition to choose correct function
 2016-02-29  4:16 UTC  (2+ messages)

linux-next: manual merge of the iommu tree with the arm-soc tree
 2016-02-29  4:16 UTC 

Interop Issue: SMB2+ async replies, and the kernel, Samba side fix enclosed
 2016-02-29  4:15 UTC  (5+ messages)

[PATCH net] be2net: don't {en,dis}able filters on BE3 when transparent tagging is enabled
 2016-02-29  4:11 UTC  (6+ messages)

[PATCH v2 00/13] Add A83T clk, r_pio, mmc rsb support
 2016-02-29  4:09 UTC  (5+ messages)
` [PATCH v2 02/13] clk: sunxi: add ahb1 clock for A83T

[x86/nmi/64] 700926a9a1: Kernel BUG at ffffffff818dbf57 [verbose debug info unavailable]
 2016-02-29  4:09 UTC  (2+ messages)

Git 2.7.2.windows.1 fails to authenticate access to private repository over HTTPS
 2016-02-29  3:24 UTC 

cron job: media_tree daily build: WARNINGS
 2016-02-29  3:59 UTC 

[meta-fsl-arm][PATCH] alsa-state: Set default state values for mx6/mx6ul/mx7
 2016-02-29  3:41 UTC  (3+ messages)

n_tty: Check the other end of pty pair before returning EAGAIN on a read()
 2016-02-29  3:56 UTC 

[U-Boot] [PATCH] dm: ns16550: Add support for reg-offset property
 2016-02-29  3:56 UTC  (13+ messages)

[PATCH v1] git-p4: map a P4 user to Git author name and email address
 2016-02-29  3:53 UTC  (4+ messages)

[PATCH] virtio: don't count broadcast packets in multicast packets counter
 2016-02-29  3:52 UTC  (2+ messages)

linux-next: build failure after merge of the mfd tree
 2016-02-29  3:51 UTC 

(unknown),
 2016-02-29  3:50 UTC 

Removing Hob for 2.1
 2016-02-29  3:48 UTC  (5+ messages)
` Standalone image writer
  ` [Openembedded-architecture] "

[PATCH v4 0/8] [PULL REQUEST] Trim unused exported kernel symbols
 2016-02-29  3:48 UTC  (9+ messages)
` [PATCH v4 1/8] kbuild: record needed exported symbols for modules
` [PATCH v4 2/8] allow for per-symbol configurable EXPORT_SYMBOL()
` [PATCH v4 3/8] fixdep: accept extra dependencies on stdin
` [PATCH v4 4/8] kbuild: de-duplicate fixdep usage
` [PATCH v4 5/8] kbuild: add fine grained build dependencies for exported symbols
` [PATCH v4 6/8] create/adjust generated/autoksyms.h
` [PATCH v4 7/8] kbuild: build sample modules along with the rest of the kernel
` [PATCH v4 8/8] kconfig option for TRIM_UNUSED_KSYMS

[PATCH] mmc: enable Enhance Strobe for HS400
 2016-02-29  3:41 UTC 

multipath: I/O hanging forever
 2016-02-29  3:46 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/12] Allow EEH on spapr-pci-host-bridge devices
 2016-02-29  3:45 UTC  (27+ messages)
` [Qemu-devel] [PATCH 01/12] vfio: Start improving VFIO/EEH interface
` [Qemu-devel] [PATCH 02/12] spapr_pci: Switch to vfio_eeh_as_op() interface
` [Qemu-devel] [PATCH 03/12] spapr_pci: Eliminate class callbacks
` [Qemu-devel] [PATCH 04/12] spapr_pci: Fold spapr_phb_vfio_eeh_configure() into spapr_pci code
` [Qemu-devel] [PATCH 05/12] spapr_pci: Fold spapr_phb_vfio_eeh_reset() "
` [Qemu-devel] [PATCH 06/12] spapr_pci: Fold spapr_phb_vfio_eeh_get_state() "
` [Qemu-devel] [PATCH 07/12] spapr_pci: Fold spapr_phb_vfio_eeh_set_option() "
` [Qemu-devel] [PATCH 08/12] spapr_pci: Fold spapr_phb_vfio_reset() "
` [Qemu-devel] [PATCH 09/12] spapr_pci: Allow EEH on spapr-pci-host-bridge
` [Qemu-devel] [PATCH 10/12] spapr_pci: (Mostly) remove spapr-pci-vfio-host-bridge
` [Qemu-devel] [PATCH 11/12] spapr_pci: Remove finish_realize hook
` [Qemu-devel] [PATCH 12/12] vfio: Eliminate vfio_container_ioctl()

[U-Boot] [PATCH 00/17] driver model bring-up of musb on AM335x GP and BBB and usb_ether DM conversion
 2016-02-29  3:44 UTC  (18+ messages)
` [U-Boot] [PATCH 01/17] configs: am335x: usb: do not define CONFIG_DM_USB for spl
` [U-Boot] [PATCH 02/17] am33xx: board: do not register usb devices when CONFIG_DM_USB is defined
` [U-Boot] [PATCH 03/17] drivers: usb: musb: add ti musb misc driver for wrapper
` [U-Boot] [PATCH 04/17] am33xx: board: probe misc drivers to register musb devices
` [U-Boot] [PATCH 05/17] drivers: usb: musb: adopt musb backend driver to driver model
` [U-Boot] [PATCH 06/17] drivers: usb: musb: add ti musb host driver with driver model support
` [U-Boot] [PATCH 07/17] drivers: usb: musb: add ti musb peripheral "
` [U-Boot] [PATCH 08/17] drivers: usb: gadget: ether: adopt to usb driver model
` [U-Boot] [PATCH 09/17] drivers: usb: gadget: ether: access network_started using local variable
` [U-Boot] [PATCH 10/17] drivers: usb: gadget: ether: consolidate global devices to single struct
` [U-Boot] [PATCH 11/17] drivers: usb: gadget: ether: use net device priv to pass usb ether priv
` [U-Boot] [PATCH 12/17] drivers: usb: gadget: ether: prepare driver for driver model migration
` [U-Boot] [PATCH 13/17] drivers: usb: gadget: ether/rndis: convert driver to adopt device driver model
` [U-Boot] [PATCH 14/17] am33xx: board: init usb ether gadget for rndis support
` [U-Boot] [PATCH 15/17] am335x_evm: enable usb ether gadget as it supports DM_ETH
` [U-Boot] [PATCH 16/17] defconfig: am335x_boneblack: enable usb driver model
` [U-Boot] [PATCH 17/17] defconfig: am335x_gp_evm: "

[PATCH v2 1/4] mtd:fsl-quadspi:use the property fields of SPI-NOR
 2016-02-29  3:43 UTC  (7+ messages)
` [PATCH v2 3/4] mtd:spi-nor:fsl-quadspi:Add fast-read mode support

[xen-unstable baseline-only test] 44193: regressions - FAIL
 2016-02-29  3:37 UTC 

[RFC PATCH] xen-block: introduces extra request to pass-through SCSI commands
 2016-02-29  3:37 UTC 

[PATCH] bus: imx-weim: Take the 'status' property value into account
 2016-02-29  3:36 UTC  (3+ messages)

[PATCH linux v2] net/ncsi: Fix possible deadlock caught with lockdep
 2016-02-29  3:24 UTC  (4+ messages)

[PATCH v3 0/2] Add DAC driver support for Vybrid SoC
 2016-02-29  3:23 UTC  (8+ messages)
` [PATCH v3 2/2] iio: dac: vf610_dac: Add IIO DAC driver "

[PATCH] npm.bbclass: Add npm class to match fetcher
 2016-02-29  3:23 UTC  (7+ messages)

[PATCH 0/5] oom reaper v5
 2016-02-29  3:19 UTC  (6+ messages)
` [PATCH 2/5] oom reaper: handle mlocked pages

[PATCH] cpufreq: Select IRQ_WORK if CPU_FREQ_GOV_COMMON is set
 2016-02-29  3:18 UTC  (2+ messages)

[PATCH] cpufreq: acpi_cpufreq: base frequency attribute support
 2016-02-29  3:16 UTC  (11+ messages)

[PATCH] Qemu/KVM: Remove x2apic feature from CPU model when kernel_irqchip is off
 2016-02-29  2:56 UTC  (4+ messages)
  ` [Qemu-devel] "

[LSF/MM ATTEND] Online Logical Head Depop and SMR disks chunked writepages
 2016-02-29  3:06 UTC  (8+ messages)
    ` [Lsf-pc] "

[PATCH 00/50] pinctrl: Add and use devm_ apis for pinctrl_{register, unregister}
 2016-02-29  3:04 UTC  (4+ messages)
` [PATCH 09/50] pinctrl: imx: Use devm_pinctrl_register() for pinctrl registration

[PATCH] ARM: dts: imx6q: add missing links between ipu2 and mipi dsi
 2016-02-29  3:00 UTC  (2+ messages)

[PATCH v14 0/2] Add VT-d Posted-Interrupts support
 2016-02-29  3:00 UTC  (3+ messages)
` [PATCH v14 1/2] vmx: VT-d posted-interrupt core logic handling
` [PATCH v14 2/2] Add a command line parameter for VT-d posted-interrupts

linux-next: manual merge of the drm tree with Linus' tree
 2016-02-29  2:59 UTC 

[RFC PATCH] powerpc/mm: Use big endian page table for book3s 64
 2016-02-29  2:58 UTC  (3+ messages)

[PATCH 1/2] ARM: imx_v4_v5_defconfig: Cleanup imx_v4_v5_defconfig
 2016-02-29  2:58 UTC  (2+ messages)

[PATCH 0/4] MSR: MSR: MSR Whitelist and Batch Introduction
 2016-02-29  2:55 UTC  (5+ messages)

[Buildroot] [PATCH] linux-firmware: Allow selection of bnx2x fw version
 2016-02-29  2:51 UTC  (4+ messages)

[PATCH v3 00/22] Sharing media resources across ALSA and au0828 drivers
 2016-02-29  2:46 UTC  (3+ messages)
` [PATCH v3 03/22] [media] Docbook: media-types.xml: Add Audio Function Entities

[PATCH v5 0/6] Add VMX TSC scaling support
 2016-02-29  2:45 UTC  (6+ messages)
` [PATCH v5 6/6] docs: Add descriptions of TSC scaling in xl.cfg and tscmode.txt

[PATCH v2 1/2] ARM: mxs_defconfig: Cleanup mxs_defconfig
 2016-02-29  2:44 UTC  (2+ messages)

[PATCH RFC v2 00/32] Make DSA switches linux devices
 2016-02-29  2:40 UTC  (3+ messages)
` [PATCH RFC v2 18/32] dsa: mv88e6xxx: Prepare for turning this into a library module

new design
 2016-02-29  2:39 UTC 

[PATCH] media: Add video processing entity functions
 2016-02-29  2:39 UTC 

[PATCH] thp, mm: remove comments on serializion of THP split vs. gup_fast
 2016-02-29  2:38 UTC  (7+ messages)

[PATCH 0/2] ARM: Make reset_control_ops const
 2016-02-29  2:38 UTC  (3+ messages)
` [PATCH 1/2] ARM: imx: "

[Qemu-devel] [PATCH 0/6] memory: Clean up MemoryRegion.ram_addr and optimize address_space_translate
 2016-02-29  2:37 UTC  (7+ messages)
` [Qemu-devel] [PATCH 1/6] exec: Return RAMBlock pointer from allocating functions
` [Qemu-devel] [PATCH 2/6] memory: Move assignment to ram_block to memory_region_init_*
` [Qemu-devel] [PATCH 3/6] memory: Implement memory_region_get_ram_addr with mr->ram_block
` [Qemu-devel] [PATCH 4/6] memory: Drop MemoryRegion.ram_addr
` [Qemu-devel] [PATCH 5/6] exec: Pass RAMBlock pointer to qemu_ram_free
` [Qemu-devel] [PATCH 6/6] exec: Introduce AddressSpaceDispatch.mru_section

[Question] How pmd virtio works without UIO?
 2016-02-29  2:34 UTC  (4+ messages)
` [PATCH v4 0/4] fix the issue that DPDK takes over virtio device blindly
  ` [PATCH v4 2/4] eal: set kdrv to RTE_KDRV_NONE if kernel driver isn't managing the device

[RFC PATCH 1/2] powerpc/mm: Update prot_none implementation using _PAGE_READ
 2016-02-29  2:36 UTC  (3+ messages)
` [RFC PATCH 2/2] powerpc/mm: Replace _PAGE_USER with _PAGE_PRIV

[PATCH 1/1] alsabat: truncate sample frames for faster FFT analysis
 2016-02-29  2:33 UTC 

[PATCH v2 01/16] fm10k: use default mailbox message handler for pf
 2016-02-29  2:30 UTC  (3+ messages)
` [PATCH v3 00/18] fm10k: update shared code

[Bug 112241] New: Under heavy load FC TARGET going to Oops
 2016-02-29  2:26 UTC  (3+ messages)
` [Bug 112241] "

[B.A.T.M.A.N.] [PATCH] batman-adv: ELP - use new ethtool_link_get_ksettings API
 2016-02-29  2:23 UTC  (2+ messages)

[PATCH 0/7] mfd: Drop IRQF_EARLY_RESUME flag
 2016-02-29  2:22 UTC  (5+ messages)
` [PATCH 1/7] extcon: palmas: "
    ` [rtc-linux] "

[PATCH for v4.5] media.h: increase the spacing between function ranges
 2016-02-29  2:21 UTC  (2+ messages)

[PATCH 2/2] staging: dgap: use tty_alloc_driver instead of kcalloc
 2016-02-29  2:16 UTC  (2+ messages)

[PATCH 1/2] staging: dgnc: use pointer type of tty_struct
 2016-02-29  2:15 UTC  (2+ messages)

Kernel versus patch version
 2016-02-29  2:13 UTC  (3+ messages)

[LSF/MM ATTEND][LSF/MM TOPIC] Address range mirroring enhancement
 2016-02-29  2:12 UTC 

[PATCH] m68knommu: remove obsolete 68360 support
 2016-02-29  2:07 UTC 

[PATCH 1/1] fs: strncmp() for user space buffers
 2016-02-29  2:10 UTC  (4+ messages)

[PATCH v2 0/3] Add ASPEED AST2400 machine model
 2016-02-29  2:10 UTC  (8+ messages)
` [PATCH v2 1/3] hw/timer: Add ASPEED AST2400 timer device model
  ` [Qemu-arm] "
        ` [Qemu-devel] "

[PATCH v2 RESEND 0/5] Btrfs in-band de-duplication tests cases
 2016-02-29  2:04 UTC  (5+ messages)
` [PATCH v2 RESEND 2/5] fstests: btrfs: Add basic test for btrfs in-band de-duplication

[PATCH v4 00/17] Add ACPI support for Xen Dom0 on ARM64
 2016-02-29  2:02 UTC  (8+ messages)
` [PATCH v4 01/17] Xen: ACPI: Hide UART used by Xen

Again, no space left on device while rebalancing and recipe doesnt work
 2016-02-29  1:56 UTC  (2+ messages)

linux-next: manual merge of the net-next tree with the wireless-drivers tree
 2016-02-29  1:56 UTC  (2+ messages)

[PATCH] meta-yocto: Rename to meta-poky to better match its purpose
 2016-02-29  1:50 UTC  (4+ messages)

[RFC] eal: add cgroup-aware resource self discovery
 2016-02-29  1:50 UTC  (4+ messages)
` [PATCH] eal: make resource initialization more robust

[Qemu-devel] [PATCH v2 0/2] Introduce 'status' property for netfilter
 2016-02-29  1:46 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 1/2] filter: Add 'status' property for filter object
` [Qemu-devel] [PATCH v2 2/2] filter-buffer: Add status_changed callback processing

[PATCH v2 1/3] fm10k: enable FTAG based forwarding
 2016-02-29  1:47 UTC  (9+ messages)
` [PATCH v3 "

selective block polling and preadv2/pwritev2 revisited V2
 2016-02-29  1:30 UTC  (5+ messages)

[PATCH] doc: Malicious Driver Detection not supported by ixgbe
 2016-02-29  1:38 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v4 net-next] net: Implement fast csum_partial for x86_64
 2016-02-29  1:39 UTC  (6+ messages)

OMAP baseline test results for v4.5-rc6
 2016-02-29  1:32 UTC  (2+ messages)

[PATCH v2 2/3] ext4: fix races between changing inode journal mode and ext4_writepages
 2016-02-29  1:29 UTC  (2+ messages)

[PATCH 5/5] mm, oom_reaper: implement OOM victims queuing
 2016-02-29  1:26 UTC  (6+ messages)
` [PATCH 6/5] oom, oom_reaper: disable oom_reaper for
    ` [PATCH 6/5] oom, oom_reaper: disable oom_reaper for oom_kill_allocating_task

[Bug 113341] New: GPU Lockup on AMD Kaveri
 2016-02-29  1:25 UTC  (2+ messages)
` [Bug 113341] "

[Bug 94284] outlast segfault on start
 2016-02-29  1:24 UTC  (2+ messages)
` [Bug 94284] [radeonsi] "

[Bug 94326] [radeonsi] Crash in CompressedTexSubImage2D() on starting a new game in ARK
 2016-02-29  1:24 UTC  (2+ messages)

Trouble Cloning Git remote repository
 2016-02-29  1:20 UTC  (4+ messages)

[Bug 112921] New: Lock-up after screensaver on radeon
 2016-02-29  1:20 UTC  (2+ messages)
` [Bug 112921] "

FreeBSD testing with ./test/osd/osd-markdown.sh
 2016-02-29  1:17 UTC 

[PULL][v7 REBASED 00/20] Btrfs In-band de-duplication
 2016-02-29  1:14 UTC 

[PATCH v2] clk: check the actual phase if get_phase is provided
 2016-02-29  1:14 UTC  (5+ messages)

[RFC v2 0/6] Track RCU dereferences in RCU read-side critical sections
 2016-02-29  1:12 UTC  (6+ messages)

[lkp] [configfs] 7d3c5f36a5: BUG: unable to handle kernel
 2016-02-29  1:12 UTC  (2+ messages)
`  "

[lkp] [vfs] 7cfe885cfd: BUG: unable to handle kernel paging request at 0000005a000001cd
 2016-02-29  1:11 UTC  (2+ messages)
`  "

[PATCH 1/3] ath5k: fix incorrect indentation
 2016-02-29  1:07 UTC  (3+ messages)
` [PATCH 2/3] ath9k: fix a misleading indentation
` [PATCH 3/3] ath9k_htc: fix up indents with spaces

log spammed with "loading xx failed with error -2" since commit e40ba6d56b [replace call to fw_read_file_contents() with kernel version]
 2016-02-29  1:07 UTC  (6+ messages)

[PATCH RFC 1/2] rhashtable: accept GFP flags in rhashtable_walk_init
 2016-02-29  1:06 UTC  (4+ messages)
` [PATCH RFC 2/2] mac80211: mesh: convert path table to rhashtable

[PATCH 1/4] mac80211: mesh: move path tables into if_mesh
 2016-02-29  1:03 UTC  (4+ messages)
` [PATCH 2/4] mac80211: mesh: don't hash sdata in mpath tables
` [PATCH 3/4] mesh: factor out common mesh path allocation code
` [PATCH 4/4] mac80211: mesh: embed known gates list in struct mesh_path

[PATCH linux] net/ncsi: Fix possible deadlock caught with lockdep
 2016-02-29  1:00 UTC  (7+ messages)

[PATCH 0/7] Add DRM driver for Hisilicon hi1710
 2016-02-29  0:58 UTC  (8+ messages)
` [PATCH 1/7] drm/hisilicon:Add hisilicon hibmc master driver
` [PATCH 2/7] drm/hisilicon:Add plane for DE
` [PATCH 3/7] drm/hisilicon:Add crtc "
` [PATCH 4/7] drm/hisilicon:Add encoder for VDAC
` [PATCH 5/7] drm/hisilicon:Add connector "
` [PATCH 6/7] drm/hisilicon:Add fbdev
` [PATCH 7/7] MAINTAINERS:Add maintainer for hibmc DRM driver

[PATCH v2 00/17] KVM/ARM: Guest Entry/Exit optimizations
 2016-02-29  0:57 UTC  (3+ messages)

[kvm-unit-tests PATCH v6 00/18] ppc64: initial drop
 2016-02-29  0:54 UTC  (7+ messages)
` [kvm-unit-tests PATCH v6 13/18] powerpc/ppc64: adapt arm's setup

[Buildroot] Is it possible to override a package version from BR2_EXTERNAL?
 2016-02-29  0:47 UTC  (3+ messages)

[PATCH v3 0/3] driver for the hardware monitoring chip in the Zyxel NSA320
 2016-02-29  0:45 UTC  (3+ messages)
` [PATCH v3 2/3] hwmon: Create an NSA320 hardware monitoring driver


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.