All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-12-28 14:49:10 to 2010-12-28 17:05:02 UTC [more...]

[PATCH v2 0/3] Allow processors with scratch registers to use them for TLB refill
 2010-12-28 17:04 UTC  (7+ messages)
` [PATCH v2 1/3] MIPS: Probe for presence of KScratch registers
` [PATCH v2 2/3] MIPS: Add DINSM to uasm
` [PATCH v2 3/3] MIPS: Use C0_KScratch (if present) to hold PGD pointer

[PATCH 0/10] V4L2 mem-to-mem framework and s5p-fimc driver conversion for videobuf2
 2010-12-28 17:03 UTC  (14+ messages)
` [PATCH 01/15] v4l: mem2mem: port to videobuf2
` [PATCH 02/15] v4l: mem2mem: port m2m_testdev to vb2
` [PATCH 03/15] v4l: Add multiplanar format fourccs for s5p-fimc driver
` [PATCH 04/15] [media] s5p-fimc: Porting to videobuf 2
` [PATCH 05/15] [media] s5p-fimc: Conversion to multiplanar formats
` [PATCH 06/15] [media] s5p-fimc: Use v4l core mutex in ioctl and file operations
` [PATCH 07/15] [media] s5p-fimc: Rename s3c_fimc* to s5p_fimc*
` [PATCH 08/15] [media] s5p-fimc: Derive camera bus width from mediabus pixelcode
` [PATCH 09/15] [media] s5p-fimc: Enable interworking without subdev s_stream
` [PATCH 10/15] [media] s5p-fimc: Use default input DMA burst count
` [PATCH 11/15] [media] s5p-fimc: Enable simultaneous rotation and flipping
` [PATCH 12/15] [media] s5p-fimc: Add control of the external sensor clock
` [PATCH 15/15] [media] s5p-fimc: Move scaler details handling to the register API file

[PATCH] NFS: use ERR_CAST()
 2010-12-28 17:02 UTC 

[ath9k-devel] about ath9k_htc code naming convention
 2010-12-28 17:03 UTC  (2+ messages)

[refpolicy] bluetooth-applet not showing up in the panel
 2010-12-28 17:02 UTC  (7+ messages)

[PATCH] doc: New file about using the calypso modem
 2010-12-28 17:01 UTC  (2+ messages)

[PATCH 0/2] MIPS: Use Octeon BBIT instructions in TLB handlers
 2010-12-28 17:00 UTC  (5+ messages)
` [PATCH 1/2] MIPS: Declare uasm bbit0 and bbit1 functions
` [PATCH 2/2] MIPS: Use BBIT instructions in TLB handlers

conntrackd: failover problems
 2010-12-28 16:59 UTC  (2+ messages)

Git Architecture Question
 2010-12-28 16:54 UTC 

[PATCH] Fix crash due to misplaced parameter in emit_device_found() call
 2010-12-28 16:52 UTC 

linux-next: Tree for December 28
 2010-12-28 16:50 UTC  (4+ messages)
` linux-next: Tree for December 28 (drivers/target/)

[U-Boot] {Spam?} u-boot relocation
 2010-12-28 16:48 UTC  (6+ messages)

[PATCH 0/4] meta-emenlow: move to meta-intel repo
 2010-12-28 16:45 UTC  (5+ messages)
` [PATCH 1/4] meta-emenlow: remove 2.6.33.2 kernel support
` [PATCH 2/4] meta-emenlow: remove psb-kernel-source
` [PATCH 3/4] meta-emenlow: remove from poky (moved to meta-intel)
` [PATCH 4/4] bblayers.conf.sample: remove meta-emenlow

[PATCH] Read THREAD_CPUTIME clock from other processes
 2010-12-28 16:38 UTC  (3+ messages)
` [PATCH resend] Reading POSIX CPU timer from outside the process

[patch] net/unix: do not forget to autobind in standard case
 2010-12-28 16:44 UTC  (2+ messages)

[Xenomai-help] gdb/gdbserver hangs during rt_task_create
 2010-12-28 16:42 UTC  (5+ messages)
    ` [Xenomai-help] gdb/gdbserver and pthread_cond_wait (was: gdb/gdbserver hangs...)
      ` [Xenomai-help] gdb/gdbserver and pthread_cond_wait

Why is SND_PCM_FORMAT_S32_LE not able to be set and passed to Linux Kernel Asoc?
 2010-12-28 16:46 UTC  (6+ messages)

[PATCH 00/31] Refactor rebase
 2010-12-28 16:40 UTC  (33+ messages)
` [PATCH 01/31] rebase: clearer names for directory variables
` [PATCH 02/31] rebase: refactor reading of state
` [PATCH 03/31] rebase: read state outside loop
` [PATCH 04/31] rebase: remove unused rebase state 'prev_head'
` [PATCH 05/31] rebase: improve detection of rebase in progress
` [PATCH 06/31] rebase: act on command line outside parsing loop
` [PATCH 07/31] rebase: stricter check of standalone sub command
` [PATCH 08/31] rebase: align variable names
` [PATCH 09/31] rebase: align variable content
` [PATCH 10/31] rebase: factor out command line option processing
` [PATCH 11/31] rebase -i: remove now unnecessary directory checks
` [PATCH 12/31] rebase: reorder validation steps
` [PATCH 13/31] rebase: factor out reference parsing
` [PATCH 14/31] rebase: factor out clean work tree check
` [PATCH 15/31] rebase: factor out call to pre-rebase hook
` [PATCH 16/31] rebase -i: support --stat
` [PATCH 17/31] rebase: remove $branch as synonym for $orig_head
` [PATCH 18/31] rebase: extract merge code to new source file
` [PATCH 19/31] rebase: extract am "
` [PATCH 20/31] rebase: show consistent conflict resolution hint
` [PATCH 21/31] rebase -i: align variable names
` [PATCH 22/31] rebase: make -v a tiny bit more verbose
` [PATCH 23/31] rebase: factor out sub command handling
` [PATCH 24/31] rebase: extract code for writing basic state
` [PATCH 25/31] rebase: remember verbose option
` [PATCH 26/31] rebase: remember strategy and strategy options
` [PATCH 27/31] rebase -m: remember allow_rerere_autoupdate option
` [PATCH 28/31] rebase -m: don't print exit code 2 when merge fails
` [PATCH 29/31] git-rebase--am: remove unnecessary --3way option
` [PATCH 30/31] rebase -i: don't read unused variable preserve_merges
` [PATCH 31/31] rebase -i: remove unnecessary state rebase-root

linux-next: manual merge of the sound tree with the s5p tree
 2010-12-28 16:40 UTC  (13+ messages)

PMU_IOC_SLEEP failed
 2010-12-28 16:39 UTC  (3+ messages)

[Qemu-devel] [PATCH] piix: use pci_config_set_prog_interface()
 2010-12-28 16:24 UTC  (3+ messages)
` [Qemu-devel] "

Compile error for the last week inside rtlwifi/base.c
 2010-12-28 16:23 UTC  (2+ messages)

[Buildroot] oprofile "requires" gmp???
 2010-12-28 16:19 UTC  (9+ messages)
                ` [Buildroot] oprofile "requires" gmp??? Slight fork: BR2_STAGING_DIR

[RFC -v2 PATCH 0/3] directed yield for Pause Loop Exiting
 2010-12-28 16:18 UTC  (4+ messages)
` [RFC -v2 PATCH 2/3] sched: add yield_to function

[PATCH v6 00/10] OMAP: Adding Smartreflex and Voltage driver support
 2010-12-28 16:17 UTC  (4+ messages)
` [PATCH v6 01/10] OMAP3: PM: Adding voltage "

[RFC/PATCH 0/2] Move twl*-irq.c to threaded_irq infrastructure
 2010-12-28 16:16 UTC  (4+ messages)
` [RFC/PATCH 1/2] mfd: twl6030-irq: move to threaded_irq

[PATCH 0/1] Patch Description
 2010-12-28 16:14 UTC  (2+ messages)
` [PATCH 1/1] sms: Cancel pending message

Unable to delete remote branch with a strange name
 2010-12-28 16:10 UTC  (3+ messages)

xfs: add FITRIM support
 2010-12-28 16:09 UTC  (3+ messages)

Bug in ext4/btrfs fallocate?
 2010-12-28 16:06 UTC 

[PATCH] of_mmc_spi: add card detect irq support
 2010-12-28 16:05 UTC  (5+ messages)

pca953x GPIO
 2010-12-28 16:04 UTC  (3+ messages)

[RFC 1/4] ASoC SST: Add msic codec driver
 2010-12-28 15:59 UTC  (5+ messages)

Boost 1.45
 2010-12-28 15:05 UTC  (4+ messages)
  ` [PATCH] boost: Initial commit of 1.45.0

[U-Boot] [PATCH] fsl_esdhc: Fix esdhc disabled problem on some platforms
 2010-12-28 15:54 UTC  (2+ messages)

[PATCH] MIPS: Use WARN() in uasm for better diagnostics
 2010-12-28 15:54 UTC  (4+ messages)

[PATCH v0] add nano semaphore in kernel
 2010-12-28 15:51 UTC  (3+ messages)

[KVM-AUTOTEST PATCH 0/4] KVM test: replace 'env' dict with an Env object
 2010-12-28 15:49 UTC  (6+ messages)
` [KVM-AUTOTEST PATCH 1/4] KVM test: introduce the Env class
` [KVM-AUTOTEST PATCH 2/4] KVM test: use kvm_utils.Env wherever appropriate
` [KVM-AUTOTEST PATCH 3/4] KVM test: use the new Env methods instead of the old env_* functions
` [KVM-AUTOTEST PATCH 4/4] KVM test: get rid of the kvm_utils.env_* functions

UBIFS reboots issue
 2010-12-28 15:47 UTC  (6+ messages)

How to use xzio?
 2010-12-28 15:38 UTC  (2+ messages)

[Ocfs2-devel] [PATCH 0/8] Ocfs2: Online defragmentaion V1
 2010-12-28 15:44 UTC  (6+ messages)
` [Ocfs2-devel] [PATCH 2/8] Ocfs2: Add basic framework and source files for extent moving

[RFC 3/4] ASoC SST: add mid machine driver
 2010-12-28 15:43 UTC  (3+ messages)

[PATCH] v4l: OMAP3 ISP CCDC: Add support for 8bit greyscale sensors
 2010-12-28 15:40 UTC  (4+ messages)

[PATCH] SCSI: kill compat SDEV_MEDIA_CHANGE event
 2010-12-28 15:38 UTC  (2+ messages)

acer-wmi is unnecessarily loaded on a Lenovo Ideapad S12
 2010-12-28 15:36 UTC 

[PATCH 0/4] ACPI / PM: Use standard device wakeup facilities for ACPI wakeup devices
 2010-12-28 15:31 UTC  (9+ messages)
` [PATCH 1/4] ACPI / PM: Do not enable multiple devices to wake up simultaneously
` [PATCH 2/4] ACPI / PM: Use device wakeup flags for handling ACPI wakeup devices
` [PATCH 3/4] ACPI / PM: Drop special ACPI wakeup flags
` [PATCH 4/4] ACPI / PM: Report wakeup events from buttons

[PATCHv3] Bluetooth: Use non-flushable by default L2CAP data packets
 2010-12-28 15:31 UTC  (3+ messages)

"git show" does not use diff.external like "git diff" does
 2010-12-28 15:10 UTC 

IPoIB to Ethernet routing performance
 2010-12-28 15:30 UTC  (10+ messages)
  ` [ewg] "

[PATCH 0/24] various fixes for QIB driver
 2010-12-28 15:28 UTC  (25+ messages)
  ` [PATCH 01/24] IB/qib: remove IB latency turnoff
  ` [PATCH 02/24] IB/qib: add receive header queue size module parameters
  ` [PATCH 03/24] IB/qib: add support for the new QME7362 card
  ` [PATCH 04/24] IB/qib: add thresholds to VendorPortCounters PMA operation
  ` [PATCH 05/24] IB/qib: generate completion callback on errors
  ` [PATCH 06/24] IB/qib: set port physical state even if other fields are invalid
  ` [PATCH 07/24] IB/qib: UD send with immediate Rx completion has wrong size
  ` [PATCH 08/24] IB/qib: Handle transitions from ACTIVE_DEFERRED to ACTIVE better
  ` [PATCH 09/24] IB/qib: Multi Florida HCA Hosts panic on reboot
  ` [PATCH 10/24] IB/qib: fix context allocation with multiple HCAs
  ` [PATCH 11/24] IB/qib: clear WAIT_SEND flags when setting QP to error state
  ` [PATCH 12/24] IB/qib: New SERDES init routine and improvements to SI quality
  ` [PATCH 13/24] IB/qib: Reset packet list after freeing
  ` [PATCH 14/24] IB/qib: Add a few new SERDES tunings
  ` [PATCH 15/24] IB/qib: Avoid duplicate writes to the rcv head register
  ` [PATCH 16/24] IB/qib: interrupt mitigation fix
  ` [PATCH 17/24] IB/qib: change rcv queue/qpn selection
  ` [PATCH 18/24] IB/qib: adding fix missing from earlier patch
  ` [PATCH 19/24] IB/qib: change qpn increment
  ` [PATCH 20/24] IB/qib: RDMA lkey/rkey validation is inefficient for large MRs
  ` [PATCH 21/24] IB/qib: Issue pre-emptive NAKs on eager buffer overflow
  ` [PATCH 22/24] IB/qib: Un-necessary delayed completions on RC connection
  ` [PATCH 23/24] IB/qib: Add a delay to allow SERDES to initialize
  ` [PATCH 24/24] IB/qib: Improve SERDES tunning on QMH boards

Re... Offer
 2010-12-28 13:22 UTC 

[PATCH 0/4] ACPI / PM: Use standard device wakeup facilities for ACPI wakeup devices
 2010-12-28 15:25 UTC 

[PATCH v8 00/15] ARM: mxs: Add initial support for MX23 and MX28
 2010-12-28 15:23 UTC  (2+ messages)
` [PATCH v2] ARM: mxs: Change duart device to use amba-pl011

[RFCv2] Bluetooth: Use non-flushable by default L2CAP data packets
 2010-12-28 15:22 UTC  (3+ messages)

ngene & Satix-S2 dual problems
 2010-12-28 15:01 UTC  (4+ messages)

Regular ext4 error warning with HD in USB dock
 2010-12-28 15:20 UTC  (6+ messages)

[dm-crypt] ext3 + dm_crypt performance impact (CentOS 5.4 AMD64)
 2010-12-28 15:19 UTC  (3+ messages)

[PATCH 1/1] mct_u232: added _ioctl, _msr_to_icount and _get_icount functions
 2010-12-28 15:15 UTC  (2+ messages)

[B.A.T.M.A.N.] NDP patches v3
 2010-12-28 15:14 UTC  (3+ messages)
` [B.A.T.M.A.N.] [PATCH 08/10] batman-adv: Adding batman_if specific sysfs wrapper macros for UINT

server load extremely high
 2010-12-28 14:42 UTC 

[KVM-AUTOTEST PATCH v2] KVM test: make_qemu_command(): catch IndexError when accessing self.netdev_id
 2010-12-28 15:10 UTC 

linux-next: Tree for December 27
 2010-12-28 15:09 UTC  (13+ messages)
` linux-next: Tree for December 27 (drivers/target)

[PATCH] fbdev: sh_mobile_hdmi: fixup compile error
 2010-12-28 15:06 UTC  (2+ messages)

My Dear friend Please read
 2010-12-27  3:19 UTC 

[RFC 4/4] ASoC SST: Add makefiles and kconfigs changes
 2010-12-28 15:00 UTC  (2+ messages)

[PATCH 00/10] net/fec: add dual fec support for i.MX28
 2010-12-28 14:55 UTC  (11+ messages)
` [PATCH 01/10] net/fec: fix MMFR_OP type in fec_enet_mdio_write
` [PATCH 02/10] net/fec: remove the use of "index" which is legacy
` [PATCH 03/10] net/fec: add mac field into platform data and consolidate fec_get_mac
` [PATCH 04/10] net/fec: improve pm for better suspend/resume
` [PATCH 05/10] net/fec: add dual fec support for mx28
` [PATCH 06/10] ARM: mx28: update clocks for dual fec support
` [PATCH 07/10] ARM: mx28: add the second fec device registration
` [PATCH 08/10] ARM: mxs: add ocotp read function
` [PATCH 09/10] ARM: mx28: read fec mac address from ocotp
` [PATCH 10/10] ARM: mxs: add initial pm support

unmet direct dependencies (ACPI && EXPERIMENTAL)
 2010-12-28 14:53 UTC 

[PATCH 1/6 v9] ARM: Add basic architecture support for VIA/WonderMedia 85xx SoC's
 2010-12-28 14:52 UTC  (13+ messages)
          ` [PATCH 1/6 v10] "
              ` [PATCH 1/6 v11] "
                  ` [PATCH 1/6 v12] "

[RFC 2/4] ASoC SST: Add mid platfrom driver
 2010-12-28 14:52 UTC  (2+ messages)

Intel-HDA Realtek Codec // double matching PCI IDs
 2010-12-28 15:49 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.