All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-02-10 06:24:07 to 2014-02-10 08:05:20 UTC [more...]

[PATCH v3] mfd: MAX6650/6651 support
 2014-02-10  8:04 UTC 

[PATCH v14 0/9] Add 32 bit VDSO time function support
 2014-02-10  8:03 UTC  (10+ messages)
` [PATCH v14 1/9] Make vsyscall_gtod_data handling x86 generic
` [PATCH v14 2/9] Add new func _install_special_mapping() to mmap.c
` [PATCH v14 3/9] revamp vclock_gettime.c
` [PATCH v14 4/9] vclock_gettime.c __vdso_clock_gettime cleanup
` [PATCH v14 5/9] replace VVAR(vsyscall_gtod_data) by gtod macro
` [PATCH v14 6/9] cleanup __vdso_gettimeofday
` [PATCH v14 7/9] introduce VVAR marco for vdso32
` [PATCH v14 8/9] Add 32 bit VDSO time support for 32 bit kernel
` [PATCH v14 9/9] Add 32 bit VDSO time support for 64 "

[Qemu-devel] [PATCH 00/20] Improve bdrv_open error messages
 2014-02-10  8:04 UTC  (19+ messages)
` [Qemu-devel] [PATCH 01/20] nbd: produce a better error if neither host nor port is passed
` [Qemu-devel] [PATCH 02/20] nbd: correctly propagate errors
` [Qemu-devel] [PATCH 03/20] nbd: inline tcp_socket_incoming_spec into sole caller
` [Qemu-devel] [PATCH 04/20] nbd: move socket wrappers to qemu-nbd
` [Qemu-devel] [PATCH 05/20] iscsi: fix indentation
` [Qemu-devel] [PATCH 06/20] iscsi: correctly propagate errors in iscsi_open
` [Qemu-devel] [PATCH 07/20] gluster: default scheme to gluster:// and host to localhost
` [Qemu-devel] [PATCH 08/20] gluster: correctly propagate errors
` [Qemu-devel] [PATCH 09/20] cow: "

[RFC for-4.5 00/12] IOMMU support for ARM
 2014-02-10  8:04 UTC  (5+ messages)
` [RFC for-4.5 01/12] xen/common: grant-table: only call IOMMU if paging mode translate is disabled
` [RFC for-4.5 03/12] xen/passthrough: vtd: Don't export iommu_set_pgd

Kernel rbd & cephx signatures
 2014-02-10  8:04 UTC 

[PATCH] Don't track all memory when enabling log dirty to track vram
 2014-02-10  8:03 UTC  (2+ messages)

[PATCH v2 01/11] net: net_read_uint32: assert that only 32 bit are read
 2014-02-10  8:02 UTC  (2+ messages)

[v3 0/3] Introduce struct cycle to store cyclic region and clean up
 2014-02-10  7:58 UTC  (2+ messages)

[Qemu-trivial] [PATCH] ACPI: Remove commented-out code from HPET._CRS
 2014-02-10  7:59 UTC  (3+ messages)
` [Qemu-trivial] [Qemu-devel] "
  `  "

[PATCH] python-smartpm: really ignore conflicts during install with --attempt
 2014-02-10  7:59 UTC  (4+ messages)

[PATCH part1 v5 0/7] Introduce PCIe Device Serial Number capability support
 2014-02-10  7:59 UTC  (4+ messages)
` [PATCH part1 v5 5/7] PCI: Add pci_dummy_ops to isolate pci device temporarily

[PATCH 0/1] refpolicy: allow portmap to create portmap_t type socket
 2014-02-10  7:58 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH] tools/xend: move assert to exception block
 2014-02-10  7:57 UTC 

[PATCH 0/1] ubi: Introduce block devices for UBI volumes
 2014-02-10  7:53 UTC  (16+ messages)
` [PATCH 1/1] "

[PATCH v3 00/51] Rootfs/image generation refactoring (cover letter only)
 2014-02-10  7:53 UTC  (2+ messages)
` [PATCH v4 00/52] "

[PATCH v2 0/2] Add device tree based lookup of boost mode frequency
 2014-02-10  7:53 UTC  (20+ messages)
` [PATCH v2 1/2] PM / OPP: Allow boost frequency to be looked up from device tree
` [PATCH v2 2/2] Documentation: devicetree: Add boost-frequency binding to list boost mode frequency

[PATCH 00/14] Smatch warning fixups
 2014-02-10  7:51 UTC  (2+ messages)

[PATCH] ASoC: fsl-esai: fix ESAI TDM slot setting
 2014-02-10  7:50 UTC  (3+ messages)

[PATCH v3 0/3] Prepare for running ACPI on !x86 and !ia64
 2014-02-10  7:49 UTC  (8+ messages)
` [PATCH v3 1/3] ACPI / idle: Make idle_boot_override depend on x86 and ia64
` [PATCH v3 2/3] ACPI / processor_core: Rework _PDC related stuff to make it more arch-independent
` [PATCH v3 3/3] ACPI / processor: Introduce map_gic_id() to get apic id from MADT or _MAT method

[PATCH v2] mfd: MAX6650/6651 support
 2014-02-10  7:46 UTC  (3+ messages)

[PATCH 4/4] dist: ib collective extension include files missing
 2014-02-10  7:46 UTC 

[PATCH 3/4] dapltest: the quit command is missing changes for -n option
 2014-02-10  7:46 UTC 

[PATCH 2/4] dat.conf: remove v1, add Mellanox Connect-IB and Intel Xeon Phi MIC
 2014-02-10  7:46 UTC 

[PATCH 1/4] NULL undeclared on Fedora
 2014-02-10  7:45 UTC 

[PATCH 1/3] spi: imx: drop use of enum
 2014-02-10  7:41 UTC  (3+ messages)
` [PATCH 2/3] spi: imx: Use IS_ENABLED to drop ifdefs
` [PATCH 3/3] spi: imx: Use device ids

[PATCH v6 00/14] uprobes: Add uprobes support for ARM
 2014-02-10  7:39 UTC  (30+ messages)
` [PATCH v6 01/14] uprobes: allow ignoring of probe hits
` [PATCH v6 02/14] ARM: move shared uprobe/kprobe definitions into new include file
` [PATCH v6 03/14] ARM: Move generic arm instruction parsing code to new files for sharing between features
` [PATCH v6 04/14] ARM: move generic thumb instruction parsing code to new files for use by other feature
` [PATCH v6 05/14] ARM: use a function table for determining instruction interpreter action
` [PATCH v6 06/14] ARM: Disable jprobes test when built into thumb-mode kernel
` [PATCH v6 07/14] ARM: Remove use of struct kprobe from generic probes code
` [PATCH v6 08/14] ARM: Make the kprobes condition_check symbol names more generic
` [PATCH v6 09/14] ARM: Change more ARM kprobes symbol names to something more
` [PATCH v6 10/14] ARM: Rename the shared kprobes/uprobe return value enum
` [PATCH v6 11/14] ARM: Change the remaining shared kprobes/uprobes symbols to something generic
` [PATCH v6 12/14] ARM: Add an emulate flag to the kprobes/uprobes instruction decode functions
` [PATCH v6 13/14] ARM: Make arch_specific_insn a define for new arch_probes_insn structure
` [PATCH v6 14/14] ARM: add uprobes support

[PATCH] mcheck, vmce: Allow vmce_amd_* functions to handle AMD thresolding MSRs
 2014-02-10  7:41 UTC  (4+ messages)

Xen 4.3.2-rc1 and 4.2.4-rc1 have been tagged
 2014-02-10  7:38 UTC  (3+ messages)

[PATCH resend] ARM: dts: imx6qdl-wandboard: use GPIO_6 for FEC interrupt
 2014-02-10  7:37 UTC  (2+ messages)

[PATCH v5 07/11] drm/i915: Add 180 degree sprite rotation support
 2014-02-10  7:36 UTC  (2+ messages)

[PATCH 1/2] cpufreq: imx6q: Drop devm_clk/regulator_get usage
 2014-02-10  7:33 UTC  (2+ messages)

[PATCH v5 00/11] Enabling 180 degree rotation for sprite and crtc planes
 2014-02-10  7:31 UTC  (23+ messages)
` [PATCH v5 01/11] drm: Move DRM_ROTATE bits out of omapdrm into drm_crtc.h
` [PATCH v5 02/11] drm: Add support_bits parameter to drm_property_create_bitmask()
` [PATCH v5 03/11] drm: Add drm_mode_create_rotation_property()
` [PATCH v5 04/11] drm/omap: Switch omapdrm over to drm_mode_create_rotation_property()
` [PATCH v5 05/11] drm: Add drm_rect rotation functions
` [PATCH v5 06/11] drm: Add drm_rotation_simplify()
` [PATCH v5 07/11] drm/i915: Add 180 degree sprite rotation support
` [PATCH v5 08/11] drm/i915: Make intel_plane_restore() return an error
` [PATCH v5 09/11] drm/i915: Add rotation property for sprites
` [PATCH v5 10/11] drm/i915: Add 180 degree primary plane rotation support
` [PATCH v5 11/11] drm/i915: Calling rotate and inverse rotate transformations after clipping

Fwd: Git Directory Diff for submodule
 2014-02-10  7:33 UTC  (3+ messages)

[RFT] eglibc 2.19
 2014-02-10  7:31 UTC  (4+ messages)
  ` [OE-core] "

[nightly] Core TISDK 2013.12 build 2014-02-10_01-00-24
 2014-02-10  7:17 UTC 

[PATCH v4 00/34] drm/exynos: Refactor parts of the exynos driver
 2014-02-10  7:30 UTC  (4+ messages)
` [PATCH v4 14/34] drm/exynos: hdmi: remove the i2c drivers and use devtree

[Buildroot] [autobuild.buildroot.net] Build results for 2014-02-09
 2014-02-10  7:30 UTC 

[PATCH 0/3] make 'btrfs fi show /mnt/point/' works with ending '/' character
 2014-02-10  7:28 UTC  (4+ messages)
` [PATCH 1/3] btrfs-progs: move find_mount_root to utils.[ch]
` [PATCH 2/3] btrfs-progs: Add path_is_mp option for find_mount_root
` [PATCH 3/3] btrfs-progs: reuse find_mount_root to determine arg type and so on

[PATCH v5 00/14] Add interpret-trailers builtin
 2014-02-10  7:27 UTC  (7+ messages)
` [PATCH v5 01/14] Add data structures and basic functions for commit trailers
` [PATCH v5 14/14] Documentation: add documentation for 'git interpret-trailers'

[BUG] can't boot up: unable to handle kernel paging request at ffffffffff340003
 2014-02-10  7:23 UTC  (2+ messages)

[Qemu-devel] [PATCH] blockdev: Remove 'type' parameter from blockdev_init()
 2014-02-10  7:22 UTC  (2+ messages)

TI boot-monitor recipe doesn't install the boot monitor binary in the image
 2014-02-10  7:21 UTC  (3+ messages)

[Bug 71239] New: Metro Last Light quits(?) on r600g
 2014-02-10  7:19 UTC  (2+ messages)
` [Bug 71239] "

[PATCH 2/4] input: mc13783: Use module_platform_driver_probe()
 2014-02-10  7:18 UTC  (2+ messages)

[Buildroot] [pkg-perl infra V5 0/8] a package infrastructure for Perl/CPAN modules
 2014-02-10  7:17 UTC  (6+ messages)
` [Buildroot] [pkg-perl infra V5 1/8] host-perl: refactor and rename PERL5LIB
` [Buildroot] [pkg-perl infra V5 2/8] pkg-perl: new infrastructure

[U-Boot] [PATCH 2/2] exynos: clock: use the clear and set bits macros
 2014-02-10  7:16 UTC  (2+ messages)

[U-Boot] [PATCH 1/2] exynos: clock: fixed that cfg is set to wrong value
 2014-02-10  7:16 UTC  (2+ messages)

[PATCH 1/2] regulator: anatop: Add power gating support to digital LDOs
 2014-02-10  7:15 UTC  (2+ messages)

[meta-selinux][PATCH 0/1] refpolicy: backport two patches
 2014-02-10  7:12 UTC  (2+ messages)
` [PATCH 1/1] refpolicy: backport two patches to fix dhclient, hostname and ifconfig

[PATCH v2 0/3] Prepare for running ACPI on !x86 and !ia64
 2014-02-10  7:09 UTC  (5+ messages)
` [PATCH v2 2/3] ACPI / processor_core: Rework _PDC related stuff to make it more arch-independent

[PATCH 01/10] watchdog: xilinx: Convert driver to the watchdog framework
 2014-02-10  7:06 UTC  (7+ messages)
` [PATCH 10/10] watchdog: xilinx: Enable this driver for Zynq

[PATCH v2] ARM: dts: i.MX51 babbage: Support diagnostic LED
 2014-02-10  7:05 UTC  (2+ messages)

[Buildroot] buildroot(busybox) problem with ccache during rtai-4.0-test2 compiling
 2014-02-10  7:05 UTC  (8+ messages)

[Qemu-devel] [PATCH] sdhci: Drop unnecessary #include
 2014-02-10  7:00 UTC  (2+ messages)

[PATCH v3] meta/oe/lib/path.py - check mount points, not device
 2014-02-10  6:59 UTC  (4+ messages)

[PATCH v4 0/9] add --gpg-sign to rebase and pull
 2014-02-10  6:59 UTC  (3+ messages)
` [PATCH v4 7/9] rebase: parse options in stuck-long mode

[Qemu-devel] [PATCH qom-next v2 00/12] qtest: Prepare PCI NIC, virtio, IndustryPack tests
 2014-02-10  6:56 UTC  (3+ messages)
` [Qemu-devel] [PATCH qom-next v2 02/12] tests: Add vmxnet3 qtest

[PATCH] sk98lin.4: ffix
 2014-02-10  6:55 UTC  (2+ messages)

[PATCH] set_mempolicy.2: ffix
 2014-02-10  6:55 UTC  (2+ messages)

[Bug 73744] New: Constant lock ups with NVIDIA GeForce 8400 GS
 2014-02-10  6:55 UTC  (2+ messages)
  ` [Bug 73744] [NVA8] "

[Qemu-devel] [PATCH] pseries: Update SLOF firmware image to 20140204
 2014-02-10  6:52 UTC 

brcm 4329 problems
 2014-02-10  6:50 UTC  (2+ messages)

[Qemu-devel] [PATCH v20 00/11] Shared library module support
 2014-02-10  6:49 UTC  (12+ messages)
` [Qemu-devel] [PATCH v20 01/11] util: Split out exec_dir from os_find_datadir
` [Qemu-devel] [PATCH v20 02/11] rules.mak: fix $(obj) to a real relative path
` [Qemu-devel] [PATCH v20 03/11] rules.mak: allow per object cflags and libs
` [Qemu-devel] [PATCH v20 04/11] block: use per-object "
` [Qemu-devel] [PATCH v20 05/11] darwin: do not use -mdynamic-no-pic
` [Qemu-devel] [PATCH v20 06/11] rules.mak: introduce DSO rules
` [Qemu-devel] [PATCH v20 07/11] module: implement module loading
` [Qemu-devel] [PATCH v20 08/11] Makefile: install modules with "make install"
` [Qemu-devel] [PATCH v20 09/11] Makefile: introduce common-obj-m and block-obj-m for DSO
` [Qemu-devel] [PATCH v20 10/11] block: convert block drivers linked with libs to modules
` [Qemu-devel] [PATCH v20 11/11] oslib: port qemu_init_exec_dir to Darwin

Get multiple ip addresses by dhcp for wireless card
 2014-02-10  6:47 UTC  (2+ messages)

[Buildroot] [PATCH 0/4] Samba4 package
 2014-02-10  6:48 UTC  (3+ messages)
` [Buildroot] [PATCH 3/4] samba: convert to choice package

[U-Boot] Secure uboot functionality
 2014-02-10  6:46 UTC 

Commit 34b9c07a3 (microblaze: Disable stack protection from bootloader) causing qemu crash
 2014-02-10  6:45 UTC  (4+ messages)
` [Qemu-devel] "

[PATCH 1/2] ASoC: fsl: Separation of the main audio options and boards
 2014-02-10  6:41 UTC  (6+ messages)
` [PATCH 2/2] ASoC: fsl: Allow to select individual common options

[PATCH 1/2 v2] usbnet: fix bad header length bug
 2014-02-10  6:40 UTC  (2+ messages)

[PATCH] staging : android : sync : fix a checkpatch warning
 2014-02-10  6:40 UTC  (2+ messages)

[PATCH] staging : ion : Fix some checkpatch warnings and an error
 2014-02-10  6:39 UTC  (3+ messages)

[U-Boot] [PATCH 1/3] fit: Add support for SHA256 hash
 2014-02-10  6:35 UTC  (4+ messages)

[PATCH] ARM: imx: avoid calling clk APIs in idle thread which may cause schedule
 2014-02-10  6:34 UTC 

[PATCH] USB2NET : SR9800 : One chip USB2.0 USB2NET SR9800 Device Driver Support
 2014-02-10  6:31 UTC 

[GIT PULL] ARM: imx: device tree changes for 3.15, take 1
 2014-02-10  6:33 UTC  (3+ messages)

[Qemu-devel] [RFC PATCH] file ram alloc: fail if cannot preallocate
 2014-02-10  6:32 UTC 

[PATCH] USB2NET : SR9800 : One chip USB2.0 USB2NET SR9800 Device Driver Support
 2014-02-10  6:32 UTC  (4+ messages)
  ` Re: [PATCH] USB2NET : SR9800 : One chip USB2.0 USB2NET SR9800Device "

[PATCH] ARM: dts: i.MX51 babbage: Support diagnostic LED
 2014-02-10  6:31 UTC  (7+ messages)

[U-Boot] [PATCH 0/7] common, fit, rsa: enhancements
 2014-02-10  6:28 UTC  (4+ messages)
` [U-Boot] [PATCH 6/7] tools, fit: add fit_info host command

[PATCH v1 00/10] perf/x86/uncore: add support for SNB/IVB/HSW integrated memory controller PMU
 2014-02-10  6:27 UTC  (3+ messages)
` [PATCH v1 08/10] perf/x86/uncore: add SNB/IVB/HSW client uncore memory controller support


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.