All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-10-31 16:23:28 to 2014-10-31 17:32:33 UTC [more...]

[PATCH 3.12 000/144] 3.12.32-stable review
 2014-10-31 16:50 UTC  (2+ messages)

[PATCH 7/9] ASoC: Intel: move PCI probe to a seprate file
 2014-10-31 17:32 UTC  (12+ messages)

[Qemu-devel] [PATCH v8 00/27] target-arm: add Security Extensions for CPUs
 2014-10-31 17:31 UTC  (13+ messages)
` [Qemu-devel] [PATCH v8 03/27] target-arm: add banked register accessors
` [Qemu-devel] [PATCH v8 22/27] target-arm: make IFAR/DFAR banked
` [Qemu-devel] [PATCH v8 23/27] target-arm: make PAR banked
` [Qemu-devel] [PATCH v8 24/27] target-arm: make VBAR banked
` [Qemu-devel] [PATCH v8 25/27] target-arm: make c13 cp regs banked (FCSEIDR, ...)
` [Qemu-devel] [PATCH v8 26/27] target-arm: make MAIR0/1 banked

[Qemu-devel] [PATCHv2 00/13] megasas: gen2 emulation and MSI-X fixes
 2014-10-31 17:31 UTC  (5+ messages)
` [Qemu-devel] [PATCH 05/13] megasas: add MegaRAID SAS 2108 emulation

[PATCH 0/3] Kill the rest snd_print*() usages
 2014-10-31 17:31 UTC  (3+ messages)

bug report: use after free bug leading to kernel panic
 2014-10-31 17:30 UTC  (3+ messages)

Problems with Elantech touchpad in 3.18-rc2
 2014-10-31 17:30 UTC  (6+ messages)

drivers: net: cpsw: Fix broken loop condition in switch mode
 2014-10-31 17:28 UTC 

[PATCH] Staging: android: ion: fix typos in comments
 2014-10-31 17:28 UTC  (2+ messages)

[Qemu-devel] [PULL 00/35] Last batch of SCSI, KVM, ivshmem patches before soft freeze
 2014-10-31 17:26 UTC  (36+ messages)
` [Qemu-devel] [PULL 01/35] rules.mak: Allow .mo-objs and .mo-cflags in -y variables
` [Qemu-devel] [PULL 02/35] ui: Use the new ".mo-cflags" rule syntax for SDL_CFLAGS
` [Qemu-devel] [PULL 03/35] scsi: Rename scsi_*_length() to scsi_*_xfer(), add scsi_cdb_length()
` [Qemu-devel] [PULL 04/35] megasas: fixup MFI_DCMD_LD_LIST_QUERY
` [Qemu-devel] [PULL 05/35] megasas: simplify trace event messages
` [Qemu-devel] [PULL 06/35] megasas: fixup device mapping
` [Qemu-devel] [PULL 07/35] megasas: add MegaRAID SAS 2108 emulation
` [Qemu-devel] [PULL 08/35] megasas: Fix typo in megasas_dcmd_ld_get_list()
` [Qemu-devel] [PULL 09/35] megasas: Decode register names
` [Qemu-devel] [PULL 10/35] megasas: Clear unit attention on initial reset
` [Qemu-devel] [PULL 11/35] megasas: Ignore duplicate init_firmware commands
` [Qemu-devel] [PULL 12/35] megasas: Implement DCMD_CLUSTER_RESET_LD
` [Qemu-devel] [PULL 13/35] megasas: Update queue logging
` [Qemu-devel] [PULL 14/35] megasas: Rework frame queueing algorithm
` [Qemu-devel] [PULL 15/35] megasas: Fixup MSI-X handling
` [Qemu-devel] [PULL 16/35] -machine vmport=off: Allow disabling of VMWare ioport emulation
` [Qemu-devel] [PULL 17/35] Add skip_dump flag to ignore memory region during dump
` [Qemu-devel] [PULL 18/35] vl.c: Fix Coverity complaining for vmstate_dump_file
` [Qemu-devel] [PULL 19/35] kvmvapic: patch_instruction fix
` [Qemu-devel] [PULL 20/35] iscsi: Refuse to open as writable if the LUN is write protected
` [Qemu-devel] [PULL 21/35] virtio-scsi: Fix memory leak when realize failed
` [Qemu-devel] [PULL 22/35] scsi: devirtualize unrealize of SCSI devices
` [Qemu-devel] [PULL 23/35] virtio-scsi: Fix num_queue input validation
` [Qemu-devel] [PULL 24/35] kvm_stat: Only consider online cpus
` [Qemu-devel] [PULL 25/35] kvm_stat: Fix the non-x86 exit reasons
` [Qemu-devel] [PULL 26/35] kvm_stat: Rework platform detection
` [Qemu-devel] [PULL 27/35] kvm_stat: Abstract ioctl numbers
` [Qemu-devel] [PULL 28/35] kvm_stat: Add powerpc support
` [Qemu-devel] [PULL 29/35] i386: fix breakpoints handling in icount mode
` [Qemu-devel] [PULL 30/35] ivshmem: Check ivshmem_read() size argument
` [Qemu-devel] [PULL 31/35] ivshmem: validate incoming_posn value from server
` [Qemu-devel] [PULL 32/35] ivshmem: Fix potential OOB r/w access
` [Qemu-devel] [PULL 33/35] ivshmem: Fix fd leak on error
` [Qemu-devel] [PULL 34/35] ivshmem: use error_report
` [Qemu-devel] [PULL 35/35] virtio-scsi: fix dataplane

[PATCH v3 00/19] KVM GICv3 emulation
 2014-10-31 17:26 UTC  (20+ messages)
` [PATCH v3 01/19] arm/arm64: KVM: rework MPIDR assignment and add accessors
` [PATCH v3 02/19] arm/arm64: KVM: pass down user space provided GIC type into vGIC code
` [PATCH v3 03/19] arm/arm64: KVM: refactor vgic_handle_mmio() function
` [PATCH v3 04/19] arm/arm64: KVM: wrap 64 bit MMIO accesses with two 32 bit ones
` [PATCH v3 05/19] arm/arm64: KVM: introduce per-VM ops
` [PATCH v3 06/19] arm/arm64: KVM: move [sg]et_lr into "
` [PATCH v3 07/19] arm/arm64: KVM: move kvm_register_device_ops() into vGIC probing
` [PATCH v3 08/19] arm/arm64: KVM: dont rely on a valid GICH base address
` [PATCH v3 09/19] arm/arm64: KVM: make the maximum number of vCPUs a per-VM value
` [PATCH v3 10/19] arm/arm64: KVM: make the value of ICC_SRE_EL1 a per-VM variable
` [PATCH v3 11/19] arm/arm64: KVM: refactor MMIO accessors
` [PATCH v3 12/19] arm/arm64: KVM: refactor/wrap vgic_set/get_attr()
` [PATCH v3 13/19] arm/arm64: KVM: add vgic.h header file
` [PATCH v3 14/19] arm/arm64: KVM: split GICv2 specific emulation code from vgic.c
` [PATCH v3 15/19] arm/arm64: KVM: add opaque private pointer to MMIO accessors
` [PATCH v3 16/19] arm/arm64: KVM: add virtual GICv3 distributor emulation
` [PATCH v3 17/19] arm64: KVM: add SGI system register trapping
` [PATCH v3 18/19] arm/arm64: KVM: enable kernel side of GICv3 emulation
` [PATCH v3 19/19] arm/arm64: KVM: allow userland to request a virtual GICv3

Reiser4 corruption
 2014-10-31 17:26 UTC  (2+ messages)

[Buildroot] [autobuild.buildroot.net] Build results for 2014-10-30
 2014-10-31 17:23 UTC  (2+ messages)

[PATCH 1/3] drm: Pull drm_crtc.h into the kerneldoc template
 2014-10-31 17:23 UTC  (3+ messages)

[PATCH 00/14] ASoC: AC'97 driver cleanups
 2014-10-31 17:19 UTC  (7+ messages)
` [PATCH 01/14] ASoC: ad1980: Remove unused header
` [PATCH 02/14] ASoC: ad1980: Cleanup printk usage
` [PATCH 03/14] ASoC: ad1980: Use table based control setup

[PATCH 1/5] drm/radeon: Set TTM_PL_FLAG_TOPDOWN also for RADEON_GEM_CPU_ACCESS BOs
 2014-10-31 17:19 UTC  (5+ messages)
` [PATCH 3/5] drm/ttm: Use only DRM_MM_SEARCH_BELOW for TTM_PL_FLAG_TOPDOWN

[PATCH] x86, boot: add hex output for debugging
 2014-10-31 17:19 UTC  (2+ messages)

[PATCH 0/2] iio: Add Cosmic Circuits ADC support
 2014-10-31 17:19 UTC  (3+ messages)
` [PATCH 1/2] iio: adc: Cosmic Circuits 10001 ADC driver

[PATCH 00/12] Add kdbus implementation
 2014-10-31 17:19 UTC  (8+ messages)
` [RFC PATCH 0/5] kdbus: add support for lsm
  ` [PATCH 1/5] kdbus: extend structures with security pointer "
  ` [PATCH 2/5] security: export security_file_receive for modules
  ` [PATCH 3/5] kdbus: check if lsm permits installing received fds
    ` [PATCH 4/5] security: introduce lsm hooks for kdbus
    ` [PATCH 5/5] kdbus: make use of new lsm hooks

NULL dereference in schizo error handler
 2014-10-31 17:18 UTC  (2+ messages)

[PATCH 0/3] arm64: Add support for Juno development board
 2014-10-31 17:16 UTC  (7+ messages)
` [PATCH 3/3] arm64: Add Juno SoC device tree

[Qemu-devel] [PATCH v3 0/2] actual checks of KVM_CAP_IRQFD and KVM_CAP_IRQFD_RESAMPLE
 2014-10-31 17:15 UTC  (3+ messages)
` [Qemu-devel] [PATCH v3 1/2] KVM_CAP_IRQFD and KVM_CAP_IRQFD_RESAMPLE checks

[PATCH 0/8] x86, microcode, intel: fixes and enhancements
 2014-10-31 17:14 UTC  (4+ messages)
` [PATCH 5/8] x86, microcode, intel: don't check extsig entry checksum

[PATCH] crypto: caam: fix error reporting
 2014-10-31 16:57 UTC 

[PATCH] VNIC: Adding support for Cavium ThunderX network controller
 2014-10-31 17:14 UTC  (6+ messages)

[PATCH] driver core: Fix unbalanced device reference in drivers_probe
 2014-10-31 17:13 UTC 

[for master v3 0/4] wayland/weston 1.3.0 for DRM backends
 2014-10-31 17:12 UTC  (6+ messages)
` [for master v3 4/4] weston: v1.3.0 for DRM based backend (additional patches)

[PATCH] ASoC: Intel: Add Merrifield machine driver
 2014-10-31 17:11 UTC  (2+ messages)

Mistake in commit 0d961b3b52f566f823070ce2366511a7f64b928c breaks cpsw non dual_emac mode
 2014-10-31 17:10 UTC  (4+ messages)

[PATCH v2 0/8] CR4 handling improvements
 2014-10-31 17:09 UTC  (3+ messages)

[PATCH] isofs: remove unused functions
 2014-10-31 17:08 UTC  (3+ messages)

[Qemu-devel] using qemu arm bring up 2 cpus on x86, hang up on guest file system
 2014-10-31 17:07 UTC  (2+ messages)

[PATCH] media: adv7604: Correct G/S_EDID behaviour
 2014-10-31 17:06 UTC 

[RFC PATCH 0/2] arm: pcibios: remove pci_sys_data domain
 2014-10-31 17:04 UTC  (7+ messages)
` [RFC PATCH 2/2] arm: pcibios: move to generic PCI domains

[PATCH 0/2] tracing, function_graph: signaling very large function execution time
 2014-10-31 17:04 UTC  (8+ messages)
` [PATCH 1/2] tracing, function_graph: fix micro seconds notation in comment
` [PATCH 2/2] tracing, function_graph: add additional marks to signal very large function execution time

[PATCH v2 0/5] re-enable tests that require scratch dev on NFS
 2014-10-31 17:04 UTC  (6+ messages)
` [PATCH v2 1/5] common: "
` [PATCH v2 2/5] common: add _require_block_device() helper
` [PATCH v2 3/5] common: skip atime related tests on NFS
` [PATCH v2 4/5] common: use _scratch_mount helper in _require_relatime()
` [PATCH v2 5/5] generic/277: add _require_attrs

[Qemu-devel] [Consult] microblaze: About running upstream main branch qemu
 2014-10-31 17:09 UTC  (6+ messages)

ASoC HDMI receiver driver
 2014-10-31 17:03 UTC  (3+ messages)

[PATCH] ASoC: Intel: Add jack detection for Broadwell
 2014-10-31 16:59 UTC  (2+ messages)

[PATCH 0/9] ASoC: Intel: more modulartion of init and add ACPI
 2014-10-31 16:58 UTC  (5+ messages)
` [PATCH 5/9] ASoC: Intel: modularize driver probe and remove
` [PATCH 8/9] ASoC: Intel: add shim save context and restore routines

[PATCH 0/5] get_user_pages_locked|unlocked v1
 2014-10-31 16:58 UTC  (6+ messages)
` [PATCH 2/5] mm: gup: add __get_user_pages_unlocked to customize gup_flags

Cache Allocation Technology Design
 2014-10-31 16:57 UTC  (10+ messages)

[PATCH RFC v2 0/8] Pinctrl support for Zynq
 2014-10-31 16:57 UTC  (7+ messages)
` [PATCH RFC v2 8/8] ARM: zynq: DT: Add pinctrl information

[PATCH tip/core/rcu 0/7] Real-time updates for 3.19
 2014-10-31 16:57 UTC  (9+ messages)
` [PATCH tip/core/rcu 1/7] init/Kconfig: move RCU_NOCB_CPU dependencies to choice
  ` [PATCH tip/core/rcu 4/7] rcu: Unify boost and kthread priorities

[PATCH] staging: comedi: icp_multi: correct insn_bits returned data for DO
 2014-10-31 16:55 UTC  (2+ messages)

Question about netmask format
 2014-10-31 16:55 UTC  (3+ messages)

[GIT PULL] PCI fixes for v3.18
 2014-10-31 16:54 UTC 

[Bugzilla] Your account dri-devel@lists.freedesktop.org is being impersonated
 2014-10-31 16:54 UTC 

[U-Boot] [off-topic] LinuxCon/ELCE 2014 presentation on "Redundant booting with U-Boot"
 2014-10-31 16:54 UTC  (3+ messages)

[PATCH 1/3] Input: altera_ps2 - write to correct register when disabling interrupts
 2014-10-31 16:52 UTC  (2+ messages)

[PATCH 1/2] Input: synaptics: Use in-kernel tracking for reporting mt data
 2014-10-31 16:52 UTC  (4+ messages)
` [PATCH 2/2] Input: synaptics: remove duplicated code

[Bug 85696] New: [regression] r600g+nine: Bioshock shader failure after recent changes
 2014-10-31 16:51 UTC  (2+ messages)
` [Bug 85696] [regression] r600g+nine: Bioshock shader failure after 7b1c0cbc90d456384b0950ad21faa3c61a6b43ff

[PATCH] Bluetooth: HCI H5 peer reset detection
 2014-10-31 16:50 UTC  (4+ messages)

[PATCH 0/1] Minor poky-tiny.conf cleanup
 2014-10-31 16:50 UTC  (2+ messages)
` [PATCH 1/1] poky-tiny.conf: remove inherit of blacklist

[PATCH RESEND] tty: serial: 8250_mtk: Fix quot calculation
 2014-10-31 16:48 UTC  (4+ messages)

issues encountered using wic
 2014-10-31 16:47 UTC  (2+ messages)

[PATCH] i8042: Add noloop quirk for Asus X750LN
 2014-10-31 16:46 UTC  (5+ messages)

[3.16.1 REGRESSION]: Simtec Entropy Key (cdc-acm) broken in 3.16
 2014-10-31 16:44 UTC  (12+ messages)
` [3.16.1 BISECTED "

deprecation warning: object 'category'
 2014-10-31 16:44 UTC 

[RESUBMIT PATCH v5 0/8] Add Skyworks SKY81452 device drivers
 2014-10-31 16:44 UTC  (6+ messages)
` [RESUBMIT PATCH v6 "
  ` [RESUBMIT PATCH v6 3/8] devicetree: mfd: Add new SKY81452 mfd binding
  ` [RESUBMIT PATCH v6 7/8] regulator: sky81452: Add compatible string for device binding

[PATCH RESEND V4 0/9] Tegra xHCI support
 2014-10-31 16:42 UTC  (17+ messages)
` [PATCH RESEND V4 3/9] of: Update Tegra XUSB pad controller binding for USB
` [PATCH RESEND V4 5/9] of: Add NVIDIA Tegra xHCI controller binding

[Qemu-devel] [PATCH] target-ppc: Fix vcmpbfp. Unordered Case
 2014-10-31 16:39 UTC 

Prototype & Production Foam Molds
 2014-10-31  9:17 UTC 

[Qemu-devel] [PATCH 00/11] pc: kvm: memory hotplug fixes
 2014-10-31 16:38 UTC  (12+ messages)
` [Qemu-devel] [PATCH 01/11] pc: kvm: check if KVM has free memory slots to avoid abort()
` [Qemu-devel] [PATCH 02/11] kvm: provide API to query amount of memory slots supported by KVM
` [Qemu-devel] [PATCH 03/11] pc: check if KVM has enough memory slots for DIMM devices
` [Qemu-devel] [PATCH 04/11] pc: make pc_dimm_plug() more readble
` [Qemu-devel] [PATCH 05/11] pc: limit DIMM address and size to page aligned values
` [Qemu-devel] [PATCH 06/11] memory: expose alignment used for allocating RAM as MemoryRegion API
` [Qemu-devel] [PATCH 07/11] pc: add pc_init_pci_2_1() and pc_compat_2_1()
` [Qemu-devel] [PATCH 08/11] pc: align DIMM's address/size by backend's alignment value
` [Qemu-devel] [PATCH 09/11] pc: pc-dimm: use backend alignment during address auto allocation
` [Qemu-devel] [PATCH 10/11] pc: explicitly check maxmem limit when adding DIMM
` [Qemu-devel] [PATCH 11/11] pc: count in 1Gb hugepage alignment when sizing hotplug-memory container

[PATCH v4] buildinfo.bblass: Added buildinfo class
 2014-10-31 16:38 UTC  (2+ messages)

[PATCH] kvm: kvmclock: use get_cpu() and put_cpu()
 2014-10-31 15:11 UTC  (2+ messages)

[PATCH v4 00/14] cx231xx: Use muxed i2c adapters instead of custom switching
 2014-10-31 16:37 UTC  (5+ messages)
` [PATCH] cx231xx: remove direct register PWR_CTL_EN modification that switches port3

[for-3.19 PATCH v2 01/17] dm bufio: switch from a huge hash table to an rbtree
 2014-10-31 16:37 UTC  (3+ messages)
` [for-3.19 PATCH v2 02/17] dm bufio: evict buffers that are past the max age but retain some buffers

[PATCH 0/7] Armada 375/38x perf support, and a bonus irqchip driver simplification
 2014-10-31 16:36 UTC  (3+ messages)
` [PATCH 1/7] irqchip: armada-370-xp: Simplify interrupt map, mask and unmask

[RFC PATCH v6] MIPS: fix build with binutils 2.24.51+
 2014-10-31 16:35 UTC  (4+ messages)

[PATCH] xfs: move global xfslogd workqueue to per-mount
 2014-10-31 16:34 UTC 

[ath9k-devel] Time-of-flight positioning - Atheros
 2014-10-31 16:33 UTC 

[PATCH 0/6] netfilter/ipvs fixes for net
 2014-10-31 16:30 UTC  (2+ messages)

[PATCH v3] Input: driver for the Goodix touchpanel
 2014-10-31 16:29 UTC  (3+ messages)

which subvolume is mounted?
 2014-10-31 16:23 UTC 

[PATCH v2] stmmac: pci: set default of the filter bins
 2014-10-31 16:28 UTC 

[PULL REQUEST] doc: release notes, programmers guide, sample app. guide and fix to linux getting started guide
 2014-10-31 16:25 UTC 

[PATCH] ipv4: avoid divide 0 error in tcp_incr_quickack
 2014-10-31 16:24 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] sunxi: Request card detect gpio
 2014-10-31 16:23 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] sunxi: Request USB vbus gpio

[PATCH] pinctrl: baytrail: show output gpio state correctly on Intel Baytrail
 2014-10-31 16:23 UTC  (11+ 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.