All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-04-27 16:15:21 to 2010-04-27 18:01:41 UTC [more...]

[PATCH] Staging: asus_oled: fix spaces coding style in asus_oled.c
 2010-04-27 17:30 UTC  (2+ messages)

[Qemu-devel] NPTL user mode fixes
 2010-04-27 18:01 UTC  (2+ messages)

[PATCH] Staging: netwave: fixed coding style in netwave_cs.c
 2010-04-27 17:32 UTC  (2+ messages)

[obsolete] cifs-provide-user-with-a-hint-when-name-resolution-fails-fix.patch removed from -mm tree
 2010-04-27 14:58 UTC 

[PATCH] microblaze: export assembly functions used by modules
 2010-04-27 18:00 UTC 

[PATCH 0/6] pvclock fixes
 2010-04-27 18:00 UTC  (9+ messages)
` [PATCH 1/6] Enable pvclock flags in vcpu_time_info structure
  ` [PATCH 2/6] Add a global synchronization point for pvclock
    ` [PATCH 3/6] change msr numbers for kvmclock
      ` [PATCH 4/6] export new cpuid KVM_CAP

[PATCH][NOMMU] microblaze: re-enable interrupts before calling schedule
 2010-04-27 18:00 UTC 

[PATCH] Fix NULL pointer for Xen guests
 2010-04-27 17:59 UTC  (4+ messages)
` [LKML] "

[PATCH] Staging: phison: fix space before TAB coding style issue in phison.c This is a patch to the phison.c file that fixes up a space before TAB warning found by the checkpatch.pl tool Signed-off-by: Lin Chan Hsiao <linchan.hsiao@gmail.com>
 2010-04-27 17:35 UTC  (2+ messages)

[PATCH] Staging: wlan-ng: Fixed 80-character line coding style issues in p80211req.c
 2010-04-27 17:35 UTC  (2+ messages)

[PATCH] Staging: crystalhd: fix brace and whitespace coding style issue in crystalhd_hw.c
 2010-04-27 17:49 UTC  (2+ messages)

[PATCH] Staging: asus_oled: fix spaces coding style in asus_oled.c
 2010-04-27 17:31 UTC  (2+ messages)

[PATCH] Staging: asus_oled: fix spaces and TAB coding style issue in asus_oled.c
 2010-04-27 17:30 UTC  (2+ messages)

[PATCH] Staging: asus_oled: changes spaces to tabs in asus_oled.c Ran checkpatch.pl as per TODO mentioned that one line had spaces, fixed it. Signed-off-by: M. Willis Monroe <willismonroe@gmail.com>
 2010-04-27 17:29 UTC  (2+ messages)

[PATCH] asus_oled: whitespace cleanup
 2010-04-27 17:24 UTC  (2+ messages)

[PATCH] Staging:asus_oled: Fixed problem of style tabs in asus_oled.c
 2010-04-27 17:23 UTC  (2+ messages)

[PATCH] Staging: asus_oled: Remove space character mixed in with tab indentation
 2010-04-27 17:23 UTC  (2+ messages)

[PATCH] Staging: asus_oled: Remove space character mixed in with tab indentation. This patches asus_oled.c to remove a space character in the middle of some tab indentation (found by checkpatch.pl). Signed-off-by: Mike Sheldon <mike@mikeasoft.com>
 2010-04-27 17:23 UTC  (2+ messages)

[Qemu-devel] [PATCH v6 00/18] PULL: virtio-serial fixes
 2010-04-27 17:58 UTC  (22+ messages)
` [Qemu-devel] [PATCH v6 01/18] virtio-serial: save/load: Ensure target has enough ports
  ` [Qemu-devel] [PATCH v6 02/18] virtio-serial: save/load: Ensure nr_ports on src and dest are same
    ` [Qemu-devel] [PATCH v6 03/18] virtio-serial: save/load: Ensure we have hot-plugged ports instantiated
      ` [Qemu-devel] [PATCH v6 04/18] virtio-serial: save/load: Send target host connection status if different
        ` [Qemu-devel] [PATCH v6 05/18] virtio-serial: Use control messages to notify guest of new ports
          ` [Qemu-devel] [PATCH v6 06/18] virtio-serial: whitespace: match surrounding code
            ` [Qemu-devel] [PATCH v6 07/18] virtio-serial: Remove redundant check for 0-sized write request
              ` [Qemu-devel] [PATCH v6 08/18] virtio-serial: Update copyright year to 2010
                ` [Qemu-devel] [PATCH v6 09/18] virtio-serial: Propagate errors in initialising ports / devices in guest
                  ` [Qemu-devel] [PATCH v6 10/18] virtio-serial: Send out guest data to ports only if port is opened
                    ` [Qemu-devel] [PATCH v6 11/18] iov: Introduce a new file for helpers around iovs, add iov_from_buf()
                      ` [Qemu-devel] [PATCH v6 12/18] iov: Add iov_to_buf and iov_size helpers
                        ` [Qemu-devel] [PATCH v6 13/18] virtio-serial: Handle scatter-gather buffers for control messages
                          ` [Qemu-devel] [PATCH v6 14/18] virtio-serial: Handle scatter/gather input from the guest
                            ` [Qemu-devel] [PATCH v6 15/18] virtio-serial: Apps should consume all data that guest sends out / Fix virtio api abuse
                              ` [Qemu-devel] [PATCH v6 16/18] virtio-serial: Discard data that guest sends us when ports aren't connected
                                ` [Qemu-devel] [PATCH v6 17/18] virtio-serial: Implement flow control for individual ports
                                  ` [Qemu-devel] [PATCH v6 18/18] virtio-serial-bus: wake up iothread upon guest read notification
                                    ` [Qemu-devel] "
          ` [Qemu-devel] Re: [PATCH v6 05/18] virtio-serial: Use control messages to notify guest of new ports

[wrecked] intel-agpc-fix-crash-when-accessing-nonexistent-gtt-entries-in-i915.patch removed from -mm tree
 2010-04-27 14:56 UTC 

[PATCH 0/4] omap: mailbox: cleanup & simplify
 2010-04-27 17:56 UTC  (5+ messages)
` [PATCH 1/4] omap: mailbox cleanup: convert rwlocks to spinlock
` [PATCH 2/4] omap: mailbox cleanup: split MODULE_AUTHOR line
` [PATCH 3/4] omap: mailbox: fix reverse likeliness
` [PATCH 4/4] omap: mailbox: convert block api to kfifo

[PATCH] RCU: don't turn off lockdep when find suspicious rcu_dereference_check() usage
 2010-04-27 17:58 UTC  (14+ messages)

[folded] intel-agpc-fix-crash-when-accessing-nonexistent-gtt-entries-in-i915-checkpatch-fixes.patch removed from -mm tree
 2010-04-27 14:54 UTC 

[PATCHv3 00/22] OMAP3: PM: Smartreflex and voltage revamp
 2010-04-27 17:57 UTC  (25+ messages)
` [PATCHv3 01/22] OMAP3: PM: Adding hwmod data for Smartreflex
  ` [PATCHv3 02/22] OMAP3: PM: Create list to keep track of various smartreflex instances
    ` [PATCHv3 03/22] OMAP3: PM: Convert smartreflex driver into a platform driver using hwmods and omap-device layer
      ` [PATCHv3 04/22] OMAP3: PM: Move smartreflex autocompensation enable disable hooks to PM debugfs
        ` [PATCHv3 05/22] OMAP3: PM: Remove OPP id dependency from smartreflex driver
          ` [PATCHv3 06/22] OMAP3: PM: Correcting API names in samrtreflex driver
            ` [PATCHv3 07/22] OMAP3: PM: Smartreflex class related changes for smartreflex.c
              ` [PATCHv3 08/22] OMAP3: PM: Adding smartreflex class 3 driver
                ` [PATCHv3 09/22] OMAP3: PM: Creating separate files for handling OMAP3 voltage related operations
                  ` [PATCHv3 10/22] OMAP3: PM: Adding voltage table support in voltage driver
                    ` [PATCHv3 11/22] OMAP3: PM: Removing VP1, VP2, SR1 and SR2 defintions
                      ` [PATCHv3 12/22] OMAP3: PM: Minimizing the passing around of sr id in smartreflex.c
                        ` [PATCHv3 13/22] OMAP3: PM: Cleaning up of smartreflex header file
                          ` [PATCHv3 14/22] OMAP3: PM: Configurations for Smartreflex Class 2 and Smartreflex Class 3
                            ` [PATCHv3 15/22] OMAP3: PM: Support for enabling smartreflex autocompensation by default
                              ` [PATCHv3 16/22] OMAP3: PM: Correcting accessing of ERRCONFIG register in smartreflex.c
                                ` [PATCHv3 17/22] OMAP3: PM: Implement latest h/w recommendations for SR and VP registers and SR VP enable disable sequence
                                  ` [PATCHv3 18/22] OMAP3: PM: Optional reset of voltage during Smartreflex disable
                                    ` [PATCHv3 19/22] OMAP3: PM: Disabling Smartreflex across both frequency and voltage scaling during DVFS
                                      ` [PATCHv3 20/22] OMAP3: PM: VP force update method of voltage scaling

nfnetlink_queue: which userspace library?
 2010-04-27 17:48 UTC 

[PATCH] Revert "drm/i915: Don't enable pipe/plane/VCO early (wait for DPMS on)."
 2010-04-27 17:55 UTC 

[PATCH 1/1] mac80211: fix rts threshold check
 2010-04-27 18:15 UTC  (2+ messages)

[patch 00/16] Portability Patches for git-1.7.1 (v4)
 2010-04-27 17:54 UTC  (5+ messages)
` [patch 06/16] diff-test_cmp.patch

[PATCH v2] ti-dofftools: doff converter tool
 2010-04-27 17:50 UTC 

Intel/Pineview graphics won't load 1024x600 resolution in X11
 2010-04-27 17:53 UTC 

RV630 KMS PM info on tables requested
 2010-04-27 17:53 UTC  (3+ messages)

[GIT PULL] updates for oprofile
 2010-04-27 17:47 UTC  (3+ messages)

[PATCH] ti-dofftools: doff converter tool
 2010-04-27 17:45 UTC 

[PATCH 0/13] vmwgfx update
 2010-04-27 17:45 UTC  (14+ messages)
` [PATCH 01/13] drm/vmwgfx: Assume larger framebuffer max size
  ` [PATCH 02/13] drm/vmwgfx: Fix single framebuffer detection
    ` [PATCH 03/13] drm/vmwgfx: Make sure to unpin old and pin new framebuffer
      ` [PATCH 04/13] drm/vmwgfx: Add kernel throttling support. Bump minor
        ` [PATCH 05/13] drm/vmwgfx: Get connector status from detection function
          ` [PATCH 06/13] drm/vmwgfx: Support older hardware
            ` [PATCH 07/13] drm/vmwgfx: Reserve first part of VRAM for framebuffer
              ` [PATCH 08/13] drm/vmwgfx: Remove duplicate member from struct vmw_legacy_display_unit
                ` [PATCH 09/13] drm/vmwgfx: Don't use SVGA_REG_ENABLE in modesetting code
                  ` [PATCH 10/13] drm/vmwgfx: Some modesetting cleanups and fixes
                    ` [PATCH 11/13] drm/vmwgfx: Unpause overlay on update
                      ` [PATCH 12/13] drm/vmwgfx: Print warnings in kernel log about bo pinning that fails
                        ` [PATCH 13/13] drm/vmwgfx: Remove some leftover debug messages

[PATCH] bnx2x: add support for receive hashing
 2010-04-27 17:37 UTC  (11+ messages)

[PATCH V2] microblaze: add stack unwinder
 2010-04-27 17:37 UTC 

PXA270 Errata and Data Cache question
 2010-04-27 17:36 UTC 

fat: excessive log spamming due to corrupted fs
 2010-04-27 17:36 UTC  (6+ messages)

[Bug 15166] Changing brightness of backlight freezes kernel with radeon kms enabled
 2010-04-27 17:35 UTC  (2+ messages)

Cannot load latest 2.6.32.10 kernel on AMD quad-core
 2010-04-27 17:35 UTC  (12+ messages)

usbaudio: Support for USB audio v2.0 devices
 2010-04-27 17:33 UTC  (10+ messages)

[net-next-2.6 PATCH 1/2] Add ndo_set_vf_port_profile
 2010-04-27 17:33 UTC  (3+ messages)

[patch] sctp: cleanup: remove unneeded null check
 2010-04-27 17:32 UTC  (7+ messages)
` [patch v2] sctp: cleanup: remove duplicate assignment

[lm-sensors] some quesions from the tools
 2010-04-27 17:29 UTC  (2+ messages)

safe segmenting of conflicting changes (was: Two degraded mirror segments recombined out of sync for massive data loss)
 2010-04-27 17:27 UTC  (12+ messages)
    ` safe segmenting of conflicting changes

[PATCH 1/7] drm: make sure vblank interrupts are disabled at DPMS time
 2010-04-27 17:27 UTC  (3+ messages)
` [PATCH 5/7] drm/i915: use vblank and vsync interrupts on 945

Virus intercepted
 2010-04-27 17:27 UTC 

Virus intercepted
 2010-04-27 17:27 UTC 

CFQ read performance regression
 2010-04-27 17:25 UTC  (11+ messages)

RPM Binary for FC11 x86_64 (AMD)?
 2010-04-27 17:24 UTC  (2+ messages)

[U-Boot] [PATCH] fdt_support: add entry for sec3.1 and remove tls_ssl_stream descriptor type capability for sec3.3
 2010-04-27 17:23 UTC  (5+ messages)
      ` [U-Boot] [PATCH] fdt: move fsl specific code from common fdt area to mpc8xxx/fdt.c

[PATCH 00/10] bkl: pushdowns from Arnd, and compile fixes
 2010-04-27 17:22 UTC  (10+ messages)
` [PATCH 1/7] logfs: push down BKL into ioctl function
` [PATCH 3/7] cris: push down BKL into some device drivers

Loan at 3% rate
 2010-04-20 23:55 UTC 

ACPI acpi_processor_get_throttling_info taking excessive time?
 2010-04-27 17:19 UTC  (5+ messages)

[PATCH] ACPI: fix fan module removal when ACPI_PROCFS is disabled
 2010-04-27 17:18 UTC  (3+ messages)

[PATCH] cxgb3: Wait longer for control packets on initialization
 2010-04-27 17:18 UTC  (3+ messages)

[net-2.6 PATCH] ixgbe: Power down PHY during driver resets
 2010-04-27 17:18 UTC  (2+ messages)

XEN 4.0 + 2.6.31.13 pvops kernel : system crashes on starting 155th domU
 2010-04-27 17:18 UTC  (6+ messages)

increasing stripe_cache_size decreases RAID-6 read throughput
 2010-04-27 17:18 UTC  (3+ messages)

[net-2.6 PATCH] e1000e: enable/disable ASPM L0s and L1 and ERT according to hardware errata
 2010-04-27 17:18 UTC  (2+ messages)

linux-next: build failure after merge of the final tree (net tree related)
 2010-04-27 17:18 UTC  (3+ messages)

2.6.32.12: Build warning due to 78ce64a384 / missing in 2.6.33?
 2010-04-27 16:35 UTC  (11+ messages)
      ` [PATCH 2.6.32.12] KVM: remove unused load_segment_descriptor_to_kvm_desct

[U-Boot] [PATCH 2/2] add support of arm/pxa270 board made by voipac
 2010-04-27 17:14 UTC  (4+ messages)
` [U-Boot] [PATCH 2/2] add support of arm/pxa270 board made by voipac [rev 2]

RFD: git-bzr: anyone interested?
 2010-04-27 17:13 UTC  (13+ messages)

[1/13] bridge: Add IGMP snooping support
 2010-04-27 17:13 UTC  (5+ messages)
` [PATCH 9/13] bridge: Add multicast data-path hooks
  ` [PATCH net-next] bridge: use is_multicast_ether_addr
` [PATCH 10/13] bridge: Add multicast_router sysfs entries
  ` [PATCH net-next] bridge: multicast router list manipulation

[PATCH 0/4] Add USB Host and OTG support for MPC5121 SoC
 2010-04-27 17:12 UTC  (8+ messages)
` [PATCH 1/4] powerpc/fsl_soc.c: prepare for addition of mpc5121 USB code
` [PATCH 2/4] powerpc/mpc5121: add USB host support
` [PATCH 3/4] USB: add USB OTG support for MPC5121 SoC

[U-Boot] [PATCH] net: ethoc: add write_hwaddr support
 2010-04-27 17:10 UTC  (4+ messages)
` [U-Boot] [PATCH v2] "

[U-Boot] [PATCH] net: altera_tse: add write_hwaddr support
 2010-04-27 17:09 UTC  (3+ messages)
` [U-Boot] [PATCH v2] "

Implement trace_power_frequency for all cpufreq drivers
 2010-04-27 17:08 UTC  (3+ messages)
` [PATCH 1/2] acpi-cpufreq: Fix CPU_ANY CPUFREQ_{PRE,POST}CHANGE notification

[PATCH -mm 0/6] remove unnecessary sync_single_range_* in dma_map_ops
 2010-04-27 17:07 UTC  (2+ messages)
` [LKML] "

linux-next: build warning after merge of the wireless tree
 2010-04-27 17:07 UTC  (3+ messages)

[refpolicy] Opensuse11.2 wiredness
 2010-04-27 17:07 UTC 

wl1251_sdio PSM
 2010-04-27 17:05 UTC  (9+ messages)

[PATCH] Disable execmem for sparc
 2010-04-27 17:05 UTC  (2+ messages)

[PATCH 2/2] cdrom_id: only mark sr[0-9]* as ID_CDROM
 2010-04-27 17:05 UTC  (2+ messages)

[U-Boot] [PATCH] net: fec_mxc: add write_hwaddr support
 2010-04-27 17:03 UTC  (2+ messages)

[BUG] 2.6.33.2-rt13 and iptables
 2010-04-27 17:03 UTC  (3+ messages)

[PATCH 0/4] net: ipmr netlink interface for route dumping
 2010-04-27 17:03 UTC  (2+ messages)

[U-Boot] [PATCH v4] Program net device MAC addresses after initializing
 2010-04-27 17:01 UTC  (2+ messages)

[RFC] PCMCIA patches for 2.6.34-rc5 -- 2nd batch
 2010-04-27 16:59 UTC 

Status of dm integrity checksumming features
 2010-04-27 17:01 UTC  (2+ messages)

[PATCH] V4L: Events: Include slab.h explicitly
 2010-04-27 16:30 UTC  (5+ messages)

[PATCH 1/2] Makefile.am: add LGPL COPYING file to EXTRA_DIST
 2010-04-27 16:58 UTC  (2+ messages)

[GIT PULL] omap fixes for v2.6.34-rc5
 2010-04-27 16:58 UTC  (7+ messages)

[net-2.6 PATCH] ixgbevf: Fix link speed display
 2010-04-27 16:57 UTC  (2+ messages)

[net-2.6 PATCH] ixgbe: cleanup ethtool autoneg input
 2010-04-27 16:56 UTC  (2+ messages)

[net-2.6 PATCH] ixgbe: Properly display 1 gig downshift warning for backplane
 2010-04-27 16:54 UTC  (2+ messages)

[U-Boot] dual port RAM size in MPC8272 family processor
 2010-04-27 16:53 UTC  (2+ messages)

[PATCH] OMAP3: PRCM interrupt: only check for enabled PRCM IRQs
 2010-04-27 16:52 UTC  (4+ messages)

KVM call minutes for Apr 27
 2010-04-27 16:51 UTC  (5+ messages)
` [Qemu-devel] "

[U-Boot] [PATCH] mmc: add generic mmc spi driver
 2010-04-27 16:49 UTC  (3+ messages)
` [U-Boot] [PATCH v3] "

[PATCH -V6 0/8] Generic name to handle and open by handle syscalls
 2010-04-27 16:45 UTC  (3+ messages)
` [PATCH -V6 6/8] x86: Add new syscalls for x86_32

More Hot Unplug/Plug work
 2010-04-27 16:45 UTC 

[PATCH 1/2] nfsd4: complete enforcement of 4.1 op ordering
 2010-04-27 16:44 UTC  (12+ messages)

[PATCH 2/2] pdc202xx_old: ignore "FIFO empty" bit in test_irq() method
 2010-04-27 16:41 UTC  (3+ messages)

[PATCH 1/2] powerpc: add platform registration for ALSA SoC drivers
 2010-04-27 16:41 UTC  (8+ messages)
          ` [alsa-devel] "

[RFC Patch 1/1] Implement hw-breakpoint interfaces for BookE processors
 2010-04-27 16:40 UTC 

[RFC Patch 0/1] [hw-bkpt BookE] hw-breakpoint interfaces for BookE - ver I
 2010-04-27 16:40 UTC 

[U-Boot] [PATCH] Fixup native builds on powerpc
 2010-04-27 16:37 UTC  (4+ messages)

[PATCH 0/2] Fix migration races in rmap_walk()
 2010-04-27 16:35 UTC  (10+ messages)
` [PATCH 2/2] mm,migration: Prevent rmap_walk_[anon|ksm] seeing the wrong VMA information

[PATCH] Topcliff UART: Add the UART driver [2/2]
 2010-04-27 16:33 UTC  (2+ messages)

[PATCH] classmate-laptop: Add RFKILL support
 2010-04-27 16:32 UTC  (3+ messages)

[PATCH] bttv: Add another ids for IVC-200
 2010-04-27 16:17 UTC 

[Xenomai-core] [PATCH] adeos-ipipe-2.6.30-arm-1.15-01.patch: Fix hang on 'Calibrating delay loop...' on S3C24xx
 2010-04-27 16:31 UTC  (2+ messages)

[U-Boot] [PATCH v2] Fixup native builds on powerpc
 2010-04-27 16:29 UTC 

[PATCH] trivial: inode uses a mutex instead of a semaphore
 2010-04-27 16:17 UTC 

[PATCH 0/22] Nested Paging support for Nested SVM v2
 2010-04-27 16:27 UTC  (8+ messages)
` [PATCH 15/22] KVM: MMU: Introduce kvm_read_guest_page_x86()

threaded interrupt handler
 2010-04-27 16:27 UTC 

support for micron MT9[M/T]xxx sensors with CY7C68013 (Cypress FX2) bridge cameras
 2010-04-27 15:29 UTC 

[PATCH] [RFC] Xilinx MPMC SDMA subsystem
 2010-04-27 16:09 UTC  (5+ messages)

ehci_hcd causes immediate wakeup from suspend to RAM or disk on Asus P4P800-VM
 2010-04-27 16:25 UTC  (4+ messages)
` [PATCH] ehci: Disable wake on overcurrent (WKOC_E)
  ` [PATCH v2] [RFC] ehci: Disable wake on overcurrent (WKOC_E) and disconnect (WKDISC_E)

[Qemu-devel] [PATCH] work around make bug for *-user builds
 2010-04-27 16:22 UTC  (4+ messages)
` [Qemu-devel] "

[PATCH 0/3] [RFC] ptp: IEEE 1588 clock support
 2010-04-27 16:20 UTC  (4+ messages)

linux-next: April 27 (mm/page-writeback)
 2010-04-27 16:19 UTC  (2+ messages)

[PATCH v0] Read EF_ICCID property of SIM
 2010-04-27 16:19 UTC  (2+ messages)

Systems with non-posix TAR implementations: How to handle
 2010-04-27 16:18 UTC  (3+ messages)

[PATCH net-next-2.6] net: fix a lockdep rcu warning in __sk_dst_set()
 2010-04-27 16:17 UTC  (2+ messages)

linux-next: April 27 (iscsi_ibft)
 2010-04-27 16:13 UTC 

[PATCH] drivers:staging: sources for ST core
 2010-04-27 16:15 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.