All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-09-28 22:36:52 to 2012-09-29 00:57:23 UTC [more...]

[PATCH] drm/i915: Call drm_handle_vblank() after processing pending pageflips
 2012-09-29  0:57 UTC  (2+ messages)

[PATCHv4 0/3] Fix ACPI BGRT support for images located in EFI boot services memory
 2012-09-29  0:57 UTC  (4+ messages)
` [PATCHv4 1/3] efi: Defer freeing boot services memory until after ACPI init
` [PATCHv4 2/3] efi: Add a function to look up existing IO memory mappings
` [PATCHv4 3/3] efi: Fix the ACPI BGRT driver for images located in EFI boot services memory

[PATCH V2][meta-intel] fri2: Update xorg.conf per EMGD 1.14 user guide
 2012-09-29  0:55 UTC 

[PATCH 0/10] Cleanup & new features for compiler*.h and bug.h
 2012-09-29  0:51 UTC  (24+ messages)
` [PATCH 1/10] compiler-gcc4.h: correct verion check for __compiletime_error
` [PATCH 2/10] compiler-gcc4.h: Reorder macros based upon gcc ver
` [PATCH 3/10] compiler-gcc.h: Add gcc-recommended GCC_VERSION macro
` [PATCH 4/10] compiler-gcc{3,4}.h: Use "
    ` [Bulk] "
` [PATCH 5/10] compiler{,-gcc4}.h: Remove duplicate macros
    ` [Bulk] "
` [PATCH 6/10] bug.h: Replace __linktime_error with __compiletime_error
` [PATCH 7/10] compiler{,-gcc4}.h: Introduce __flatten function attribute
` [PATCH 8/10] bug.h: Make BUILD_BUG_ON generate compile-time error
` [PATCH 9/10] bug.h: Add BUILD_BUG_ON_NON_CONST macro
` [PATCH 10/10] bug.h: Add gcc 4.2+ versions of BUILD_BUG_ON_* macros

Stereo 3D modes support v2
 2012-09-29  0:50 UTC  (7+ messages)
` [PATCH 1/3] drm: Add an "expose 3d modes" property
  ` [Intel-gfx] "
` [PATCH 2/3] drm: Parse the HDMI cea vendor block for 3D present
` [PATCH 3/3] drm/i915: Add HDMI vendor info frame support
  ` [Intel-gfx] "

[PATCH] ARM: Add BUG_ON when hlt counter is wrongly used
 2012-09-29  0:48 UTC 

[PATCH 1/2] lib: Dump information about the supported 3D stereo formats
 2012-09-29  0:45 UTC  (4+ messages)
` [PATCH 2/2] tests/testdisplay: Test the stereo 3D modes

[PATCH] ARM: Add BUG_ON when hlt counter is wrongly used
 2012-09-29  0:45 UTC  (3+ messages)

[U-Boot] [PULL] u-boot-testing / dm-serial-1
 2012-09-29  0:36 UTC 

[U-Boot] [PULL] u-boot-testing / dm-stringify
 2012-09-29  0:34 UTC 

[U-Boot] [PATCH 00/71] serial: Massive rework of the serial subsystem
 2012-09-29  0:31 UTC  (72+ messages)
` [U-Boot] [PATCH 00/70 V2] "
  ` [U-Boot] [PATCH 01/70] serial: Coding style cleanup of struct serial_device
  ` [U-Boot] [PATCH 02/70] serial: Rename .init() and .uninit() in serial_device
  ` [U-Boot] [PATCH 03/70] serial: Properly spell out the structure member names of serial_driver
  ` [U-Boot] [PATCH 04/70] serial: pxa: Implement default_serial_console in serial_pxa.c
  ` [U-Boot] [PATCH 05/70] serial: pxa: Make use of default_serial_console in serial_pxa
  ` [U-Boot] [PATCH 06/70] serial: pxa: Make local functions static
  ` [U-Boot] [PATCH 07/70] serial: mpc512x: Properly define CONFIG_SYS_PSC3 in config files
  ` [U-Boot] [PATCH 08/70] serial: Implement serial_initfunc() macro
  ` [U-Boot] [PATCH 09/70] serial: mpc8xx: Move serial registration from serial_initialize()
  ` [U-Boot] [PATCH 10/70] serial: s3c24xx: "
  ` [U-Boot] [PATCH 11/70] serial: pxa: "
  ` [U-Boot] [PATCH 12/70] serial: s5p: "
  ` [U-Boot] [PATCH 13/70] serial: microblaze: "
  ` [U-Boot] [PATCH 14/70] serial: mpc512x: "
  ` [U-Boot] [PATCH 15/70] serial: ns16550: "
  ` [U-Boot] [PATCH 16/70] serial: bfin: Remove the bfin_serialN_device exports from serial.h
  ` [U-Boot] [PATCH 17/70] serial: bfin: Adjust serial_register_bfin_uart()
  ` [U-Boot] [PATCH 18/70] serial: zoom2: Remove zoom2 serial prototypes from serial.h
  ` [U-Boot] [PATCH 19/70] serial: bfin: Flip the jtag serial console to CONFIG_SERIAL_MULTI
  ` [U-Boot] [PATCH 20/70] serial: mips: Implement CONFIG_SERIAL_MULTI into au1x00 serial driver
  ` [U-Boot] [PATCH 21/70] serial: mips: Implement CONFIG_SERIAL_MULTI into asc "
  ` [U-Boot] [PATCH 22/70] serial: mips: Implement CONFIG_SERIAL_MULTI into JZ "
  ` [U-Boot] [PATCH 23/70] serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc5xx "
  ` [U-Boot] [PATCH 24/70] serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc8220 "
  ` [U-Boot] [PATCH 25/70] serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc8260 serial drivers
  ` [U-Boot] [PATCH 26/70] serial: powerpc: Implement CONFIG_SERIAL_MULTI into mpc85xx serial driver
  ` [U-Boot] [PATCH 27/70] serial: powerpc: Implement CONFIG_SERIAL_MULTI into iop480 "
  ` [U-Boot] [PATCH 28/70] serial: sparc: Implement CONFIG_SERIAL_MULTI into leon2 "
  ` [U-Boot] [PATCH 29/70] serial: sparc: Implement CONFIG_SERIAL_MULTI into leon3 "
  ` [U-Boot] [PATCH 30/70] serial: powerpc: Implement CONFIG_SERIAL_MULTI into marvell "
  ` [U-Boot] [PATCH 31/70] serial: powerpc: Implement CONFIG_SERIAL_MULTI into amirix "
  ` [U-Boot] [PATCH 32/70] serial: powerpc: Implement CONFIG_SERIAL_MULTI into bmw "
  ` [U-Boot] [PATCH 33/70] serial: powerpc: Implement CONFIG_SERIAL_MULTI into cogent "
  ` [U-Boot] [PATCH 34/70] serial: powerpc: Implement CONFIG_SERIAL_MULTI into cpci750 "
  ` [U-Boot] [PATCH 35/70] serial: powerpc: Implement CONFIG_SERIAL_MULTI into evb64260 "
  ` [U-Boot] [PATCH 36/70] serial: powerpc: Implement CONFIG_SERIAL_MULTI into ml2 "
  ` [U-Boot] [PATCH 37/70] serial: powerpc: Implement CONFIG_SERIAL_MULTI into sconsole "
  ` [U-Boot] [PATCH 38/70] serial: powerpc: Implement CONFIG_SERIAL_MULTI into p3mx "
  ` [U-Boot] [PATCH 39/70] serial: arm: Implement CONFIG_SERIAL_MULTI into altera_jtag "
  ` [U-Boot] [PATCH 40/70] serial: arm: Implement CONFIG_SERIAL_MULTI into altera "
  ` [U-Boot] [PATCH 41/70] serial: arm: Implement CONFIG_SERIAL_MULTI into atmel "
  ` [U-Boot] [PATCH 42/70] serial: arm: Implement CONFIG_SERIAL_MULTI into lpc32xx "
  ` [U-Boot] [PATCH 43/70] serial: mcf: Implement CONFIG_SERIAL_MULTI into MCF "
  ` [U-Boot] [PATCH 44/70] serial: Implement CONFIG_SERIAL_MULTI into ns9750 "
  ` [U-Boot] [PATCH 45/70] serial: oc: Implement CONFIG_SERIAL_MULTI into OpenCores "
  ` [U-Boot] [PATCH 46/70] serial: arm: Implement CONFIG_SERIAL_MULTI into s3c4510b "
  ` [U-Boot] [PATCH 47/70] serial: arm: Implement CONFIG_SERIAL_MULTI into s3c64xx "
  ` [U-Boot] [PATCH 48/70] serial: sandbox: Implement CONFIG_SERIAL_MULTI into sandbox "
  ` [U-Boot] [PATCH 49/70] serial: arm: Implement CONFIG_SERIAL_MULTI into clps7111 "
  ` [U-Boot] [PATCH 50/70] serial: arm: Implement CONFIG_SERIAL_MULTI into imx "
  ` [U-Boot] [PATCH 51/70] serial: arm: Implement CONFIG_SERIAL_MULTI into ixp "
  ` [U-Boot] [PATCH 52/70] serial: arm: Implement CONFIG_SERIAL_MULTI into ks8695 "
  ` [U-Boot] [PATCH 53/70] serial: arm: Implement CONFIG_SERIAL_MULTI into lh7a40x "
  ` [U-Boot] [PATCH 54/70] serial: arm: Implement CONFIG_SERIAL_MULTI into lpc2292 "
  ` [U-Boot] [PATCH 55/70] serial: Implement CONFIG_SERIAL_MULTI into max3100 "
  ` [U-Boot] [PATCH 56/70] serial: arm: Implement CONFIG_SERIAL_MULTI into mxc "
  ` [U-Boot] [PATCH 57/70] serial: arm: Implement CONFIG_SERIAL_MULTI into netarm "
  ` [U-Boot] [PATCH 58/70] serial: arm: Implement CONFIG_SERIAL_MULTI into pl01x "
  ` [U-Boot] [PATCH 59/70] serial: arm: Implement CONFIG_SERIAL_MULTI into s3c44b0 "
  ` [U-Boot] [PATCH 60/70] serial: arm: Implement CONFIG_SERIAL_MULTI into sa1100 "
  ` [U-Boot] [PATCH 61/70] serial: sh: Implement CONFIG_SERIAL_MULTI into sh "
  ` [U-Boot] [PATCH 62/70] serial: mxs: spl: Remove empty serial_* functions from SPL code
  ` [U-Boot] [PATCH 63/70] serial: ns16550: Call usbtty_poll only in non-SPL build
  ` [U-Boot] [PATCH 64/70] serial: Use puts() and hang() instead of panic() in SPL
  ` [U-Boot] [PATCH 65/70] serial: Unconditionally enable CONFIG_SERIAL_MULTI
  ` [U-Boot] [PATCH 66/70] serial: Remove CONFIG_SERIAL_MULTI from config files
  ` [U-Boot] [PATCH 67/70] serial: Remove CONFIG_SERIAL_MULTI from serial drivers
  ` [U-Boot] [PATCH 68/70] serial: Remove CONFIG_SERIAL_MULTI from remaining sources
  ` [U-Boot] [PATCH 69/70] serial: Compile common/serial.c by default
  ` [U-Boot] [PATCH 70/70] serial: Enhance the manual relocation

[U-Boot] [PATCH 1/2] spi: Add progress percentage and write speed to `sf update`
 2012-09-29  0:28 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] spi: Add SPI flash test

[PATCH] net: fix neigh_resolve_output can cause skb_under_panic
 2012-09-29  0:26 UTC  (4+ messages)

PROBLEM: Acer D255E Backlight out for 10 seconds with ACPI
 2012-09-28 23:58 UTC  (4+ messages)

kernel_init: undefined reference to `populate_rootfs_domain'
 2012-09-29  0:21 UTC 

arch/powerpc/mm/hugetlbpage.c:317:4: error: passing argument 7 of 'parse_args' from incompatible poi
 2012-09-29  0:20 UTC 

[ 000/218] 3.4.12-stable review
 2012-09-29  0:14 UTC  (8+ messages)
` [ 035/218] vfs: make O_PATH file descriptors usable for fstat()
` [ 043/218] ARM: 7527/1: uaccess: explicitly check __user pointer when !CPU_USE_DOMAINS
` [ 064/218] mmc: card: Skip secure erase on MoviNAND; causes unrecoverable corruption

Xen HVM Guest fails (errors) to launch on Opensuse 12.2's Xen 4.2 + 'xl' toolstack
 2012-09-29  0:13 UTC 

[patch for-3.6] mm, thp: fix mapped pages avoiding unevictable list on mlock
 2012-09-29  0:11 UTC  (6+ messages)
    ` [patch] mm, thp: fix mlock statistics

[PATCH] staging iio: use iio_trigger_generic_data_rdy_poll() in accel/adis16209 driver
 2012-09-29  0:07 UTC 

Your Web-Mail Storage Quota
 2012-09-29  0:04 UTC 

[ 000/127] 3.0.44-stable review
 2012-09-28 23:57 UTC  (4+ messages)
` [ 094/127] md: make sure metadata is updated when spares are activated or removed

[PATCH v6 0/10] Generic Red-Black Trees
 2012-09-28 23:48 UTC  (11+ messages)
` [PATCH v6 1/10] rbtree.h: "
` [PATCH v6 2/10] rbtree.h: include kconfig.h
` [PATCH v6 3/10] Generate doc comments for rbtree.h in Kernel-API
` [PATCH v6 4/10] rbtree.h: Add test & validation framework
` [PATCH v6 5/10] rbtree.h: add doc comments for struct rb_node
` [PATCH v6 6/10] selftest: Add generic tree self-test common code
` [PATCH v6 7/10] selftest: Add userspace test program
` [PATCH v6 8/10] selftest: Add script to compile & run "
` [PATCH v6 9/10] selftest: Add basic compiler iterator test script
` [PATCH v6 10/10] selftest: report generation script for test results

[PATCH 0/8] PCI, ACPI, x86: pci root bus hotplug support pci_root.c related core changes
 2012-09-28 23:46 UTC  (9+ messages)
` [PATCH 3/8] PCI: Move out pci_enable_bridges out of assign_unsigned_bus_res
` [PATCH 4/8] PCI, ACPI: assign unassigned resource for hot add root bus
` [PATCH 5/8] PCI: Add pci_stop_and_remove_root_bus()
` [PATCH 8/8] PCI, ACPI: remove acpi_root_driver in reserse order

WARNING: at kernel/irq/handle.c, irq_default_primary_handler enabled interrupts
 2012-09-28 23:44 UTC  (2+ messages)

[PATCH] checkpatch: fix name of "MODULE_PARM_DESC"
 2012-09-28 23:44 UTC 

Slow copy_to_user performance after kernel upgrade
 2012-09-28 23:40 UTC  (2+ messages)

[PATCH 0/16] Interrupt remapping support for AMD IOMMU
 2012-09-28 23:39 UTC  (7+ messages)
` [PATCH 03/16] iommu/amd: Allocate data structures to keep track of irq remapping tables
` [PATCH 12/16] iommu/amd: Add initialization routines for AMD interrupt remapping
` [PATCH 14/16] iommu/irq: Use amd_iommu_irq_ops if supported

[PATCH 0/3] Virtual huge zero page
 2012-09-28 23:37 UTC  (11+ messages)
` [PATCH 1/3] asm-generic: introduce pmd_special() and pmd_mkspecial()
` [PATCH 2/3] mm, thp: implement virtual huge zero page
` [PATCH 3/3] x86: implement HAVE_PMD_SPECAIL

[PATCH] xfs: only update the last_sync_lsn when a transaction completes
 2012-09-28 23:37 UTC  (3+ messages)

[PATCH 0/3] kernel-doc bug fixes
 2012-09-28 23:32 UTC  (4+ messages)
` [PATCH 1/3] kernel-doc: bugfix - multi-line macros
` [PATCH 2/3] kernel-doc: bugfix - empty line in Example section
` [PATCH 3/3] kernel-doc: Don't mangle whitespace "

[PATCH 1/2] iio: remove useless irq_enabled variable in at91
 2012-09-28 23:32 UTC  (2+ messages)
` [PATCH 2/2] iio: use iio_push_to_buffer() in at91 driver

[U-Boot] [PATCH v3 0/8] SPL: Port SPL framework to powerpc
 2012-09-28 23:32 UTC  (4+ messages)
` [U-Boot] [PATCH v3 2/8] "

[PATCH v2 0/4] mfd: support dt on 88pm860x
 2012-09-28 23:28 UTC  (4+ messages)
` [PATCH v2 1/4] mfd: 88pm860x: use irqdomain

Git diff-file bug?
 2012-09-28 23:20 UTC  (9+ messages)
  ` [PATCH] gitk: refresh the index before running diff-files

[PATCH] tools lib traceevent: Fix missed freeing of subargs in free_arg() in filter
 2012-09-28 23:21 UTC 

[Patch v1 1/7] DA9055 MFD core driver
 2012-09-28 23:20 UTC  (2+ messages)

il ritornello dei valori, Movimento PrivilegiZero
 2012-09-28 23:15 UTC 

[PATCH] slab: Ignore internal flags in cache creation
 2012-09-28 23:11 UTC  (12+ messages)

[PATCH lttng-ust] Fix: reloc offset validation error out on filters with no reloc table
 2012-09-28 23:08 UTC 

[PATCH v3 2/2] libmlx4: Add support for XRC QPs
 2012-09-28 22:57 UTC  (2+ messages)

[PATCH] ALSA: hda - Fix hang caused by race during suspend
 2012-09-28 22:57 UTC 

[PATCH v3 1/2] libmlx4: Infra-structure changes to support verbs extensions
 2012-09-28 22:53 UTC 

[PATCH v3 6/7] libibverbs: Add man page for ibv_open_qp
 2012-09-28 22:53 UTC 

[PATCH v3 7/7] libibverbs: Add XRC sample application
 2012-09-28 22:53 UTC 

[PATCH v3 5/7] libibverbs: Add ibv_open_qp
 2012-09-28 22:53 UTC 

[PATCH v3 4/7] libibverbs: Add support for XRC QPs
 2012-09-28 22:53 UTC 

[PATCH v3 2/7] libibverbs: libibverbs: Introduce XRC domains
 2012-09-28 22:53 UTC 

[PATCH v3 3/7] libibverbs: Add support for XRC SRQs
 2012-09-28 22:53 UTC 

[PATCH v3 1/7] libibverbs: Infrastructure to support verbs extensions
 2012-09-28 22:53 UTC 

[PATCH net] ipv6: return errno pointers consistently for fib6_add_1()
 2012-09-28 22:49 UTC  (2+ messages)

pull-request: can-next 2012-09-27
 2012-09-28 22:47 UTC  (2+ messages)

Important Notice: Claim Your Mid Year Reward!!
 2012-09-28 22:10 UTC 

[Qemu-devel] [PATCH V19 0/7] Qemu Trusted Platform Module (TPM) integration
 2012-09-28 22:43 UTC  (3+ messages)

[PATCH 0/4] smsc75xx: enhancements (V2)
 2012-09-28 22:39 UTC  (2+ messages)

[PATCH 0/6] smsc95xx enhancements (V3)
 2012-09-28 22:39 UTC  (2+ messages)

[PATCH][meta-intel] fri2: Update xorg.conf per EMGD 1.14 user guide
 2012-09-28 22:38 UTC 

[PATCH] mfd: tps65910: Add alarm interrupt of TPS65910 RTC to mfd device list
 2012-09-28 22:38 UTC  (2+ messages)

This company is making noise
 2012-09-28 22:36 UTC  (3+ messages)
` could you stop this spam "
  ` could you stop this spam


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.