All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-02-03 11:39:06 to 2012-02-03 13:02:55 UTC [more...]

[PATCH v4.3] peak_pci: add support for PEAK-System PCIe/PCIeC/miniPCI cards
 2012-02-03 13:02 UTC  (10+ messages)

[patch 2/3] ib_srpt: checking NULL instead of ERR_PTR
 2012-02-03 13:01 UTC  (4+ messages)

[PATCHv6 0/7] ftrace, perf: Adding support to use function trace
 2012-02-03 13:00 UTC  (6+ messages)
` [PATCHv7 "
  ` [PATCH 5/7] ftrace, perf: Add support to use function tracepoint in perf

[PATCH] xen-netfront: correct MAX_TX_TARGET calculation
 2012-02-03 12:59 UTC  (5+ messages)
    ` [Xen-devel] "

[U-Boot] [PATCH 0/3] addition of clocks command for davinci
 2012-02-03 12:58 UTC  (4+ messages)
` [U-Boot] [PATCH 3/3] davinci: add clocks command

filter-branch ignoring gitattributes?
 2012-02-03 12:55 UTC 

[dm-devel] [Lsf-pc] [LSF/MM TOPIC] a few storage topics
 2012-02-03 12:55 UTC  (18+ messages)
`  "
  ` [Lsf-pc] [dm-devel] "

[PATCH 1/1] scsi: retrieve cache mode using ATA_16 if normal routine fails
 2012-02-03 12:59 UTC 

[U-Boot] [PATCH] mx28: fix SPL code to make USB booting work
 2012-02-03 12:54 UTC 

[RESEND PATCH V3] mmc: core: Detect card removal on I/O error
 2012-02-03 12:52 UTC  (8+ messages)

[U-Boot] mx28: booting u-boot via USB
 2012-02-03 12:52 UTC  (3+ messages)

[U-Boot] [PATCH v2 0/4] Clean up ehci-omap and extend support for omap3/4 socs
 2012-02-03 12:52 UTC  (19+ messages)
` [U-Boot] [PATCH v2 1/4] ehci-omap: Clean up added ehci-omap.c

[PATCH] [trivial] fs/vfat: add *.cmd to filenames listed as executable by mount option "showexec"
 2012-02-03 12:34 UTC  (2+ messages)

[ANNOUNCE] Git 1.7.9
 2012-02-03 12:52 UTC  (3+ messages)

[PATCH 0/25] iwlegacy update 2012-02-03
 2012-02-03 12:47 UTC  (27+ messages)
` [PATCH 01/25] iwlegacy: move rxon commands out of ctx structure
` [PATCH 02/25] iwlegacy: get rid of ctx->rxon_cmd
` [PATCH 03/25] iwlegacy: get rid of ctx->rxon_timing_cmd
` [PATCH 04/25] iwlegacy: get rid of C_RXON_ASSOC
` [PATCH 05/25] iwlegacy: get rid of qos_cmd
` [PATCH 06/25] iwlegacy: get rid of wep_key_cmd
` [PATCH 07/25] iwlegacy: get rid of ap_sta_id
` [PATCH 08/25] iwlegacy: move bcast_sta_id to hw_params
` [PATCH 09/25] iwlegacy: get rid of *_devtype
` [PATCH 10/25] iwlegacy: get rid of ctxid
` [PATCH 11/25] iwlegacy: get rid of mcast_queue
` [PATCH 12/25] iwlegacy: move wep_keys out of context
` [PATCH 13/25] iwlegacy: get rid of ctx->station_flags
` [PATCH 14/25] iwlegacy: remove ctx interface_modes
` [PATCH 15/25] iwlegacy: move qos_data out of ctx structure
` [PATCH 16/25] iwlegacy: move ht "
` [PATCH 17/25] iwlegacy: get rid of ctx->ac_to_fifo
` [PATCH 18/25] iwlegacy: get rid of ctx->ac_to_queue
` [PATCH 19/25] iwlegacy: get rid of ctx->is_active
` [PATCH 20/25] iwlegacy: remove il_setup_interface()
` [PATCH 21/25] iwlegacy: get rid of ctx structure
` [PATCH 22/25] iwlegacy: move ops out of config
` [PATCH 23/25] iwlegacy: merge il_base_params into il_cfg
` [PATCH 24/25] iwlegacy: remove struct il_tx_info
` [PATCH 25/25] iwlegacy: remove set_hw_params callback

[Buildroot] [PATCH] Add Freescale MX53 support
 2012-02-03 12:47 UTC 

[U-Boot] [PATCH 00/28] Add link-local addressing support
 2012-02-03 12:45 UTC  (63+ messages)
` [U-Boot] [PATCH 01/28] net: Remove volatile from all of net except the eth driver interface
` [U-Boot] [PATCH 02/28] net: cosmetic: checkpatch compliance
` [U-Boot] [PATCH 03/28] net: Move mv64x6x_eth_initialize() to board_eth_init()
` [U-Boot] [PATCH 04/28] net: Make the MAC-seeded random number generator available to /net
` [U-Boot] [PATCH 05/28] net: Move CDP out of net.c
` [U-Boot] [PATCH 06/28] net: Move ARP "
` [U-Boot] [PATCH 07/28] net: Move PING "
` [U-Boot] [PATCH 08/28] net: Move RARP receive logic "
` [U-Boot] [PATCH 09/28] net: cosmetic: Un-typedef variables in net
` [U-Boot] [PATCH 10/28] net: cosmetic: Improve variable names and code readability
` [U-Boot] [PATCH 11/28] net: Refactor IP, UPD, and ICMP header writing functions
` [U-Boot] [PATCH 12/28] net: Refactor packet length computations
` [U-Boot] [PATCH 14/28] net: Refactor ping recieve handler
` [U-Boot] [PATCH 15/28] net: Refactor to call NetSendPacket() instead of calling eth_send()
` [U-Boot] [PATCH 16/28] net: Refactor to protect access to the NetState variable
` [U-Boot] [PATCH 17/28] net: Refactor to separate the UDP handler from the ARP handler
` [U-Boot] [PATCH 18/28] net: Add NetUpdateEther() to handle ARP or Ping replies (VLAN or SNAP)
` [U-Boot] [PATCH 19/28] net: Don't write the "serverip" env var if told not to in the config
` [U-Boot] [PATCH 20/28] net: Fix compile warning if CONFIG_BOOTP_SERVERIP is not defined
` [U-Boot] [PATCH 21/28] net: Remove unneeded static allocation for MAC address in PingSend()
` [U-Boot] [PATCH 22/28] net: Fix net buffer initialization
` [U-Boot] [PATCH 25/28] net: Add option CONFIG_BOOTP_CAN_FAIL
` [U-Boot] [PATCH 26/28] net: Add link-local addressing support
` [U-Boot] [PATCH 27/28] net: Work-around for brain-damaged Cisco routers with arp-proxy
` [U-Boot] [PATCH 28/28] net: Allow filtering on debug traces in the net subsystem
` [U-Boot] [PATCH 13/28] net: Refactor bootp packet length computations

[RFC PATCH] gitweb: use CGI with -utf8
 2012-02-03 12:44 UTC  (4+ messages)
` [PATCH/RFC (version B)] gitweb: Allow UTF-8 encoded CGI query parameters and path_info
    ` [PATCH/RFCv2 "

vMCE vs migration
 2012-02-03 12:34 UTC  (8+ messages)

Breakage in master?
 2012-02-03 12:28 UTC  (3+ messages)

[U-Boot] [PATCH 1/2] i.MX28: Fix ref_cpu clock setup
 2012-02-03 12:27 UTC  (3+ messages)

PATCH 1/1] scsi: retrieve cache mode using ATA_16 if normal routine fails
 2012-02-03 12:26 UTC 

[PATCH] cifs: request oplock when doing open on lookup
 2012-02-03 12:25 UTC  (2+ messages)

[PATCH] Correct singular form in diff summary line for human interaction
 2012-02-03 12:24 UTC  (7+ messages)
` [PATCH v2] Use correct grammar in diffstat summary line

[U-Boot] [PATCH v7 0/4] Add SMDK5250 board support
 2012-02-03 12:23 UTC  (4+ messages)
` [U-Boot] [PATCH v7 4/4] EXYNOS: SMDK5250: Add MMC SPL support

[PATCH obexd 3/4] irmc: Fix length parameter of strncpy
 2012-02-03 12:22 UTC  (3+ messages)

[PATCH] liblockfile: fix SRC_URI for version 1.06
 2012-02-03 12:14 UTC 

patch "tty: serial: OMAP: ensure FIFO levels are set correctly in non-DMA" added to tty tree
 2012-02-03 12:20 UTC  (20+ messages)

[U-Boot] [PATCH 2/2] i.MX28: Fix ref_cpu clock setup
 2012-02-03 12:21 UTC  (3+ messages)

[PATCH ] ASoC: Add support for TI LM49453 Audio codec
 2012-02-03 12:19 UTC  (3+ messages)

[PATCHv20 00/15] Contiguous Memory Allocator
 2012-02-03 12:18 UTC  (48+ messages)
` [PATCH 01/15] mm: page_alloc: remove trailing whitespace
` [PATCH 02/15] mm: compaction: introduce isolate_migratepages_range()
` [PATCH 03/15] mm: compaction: introduce map_pages()
` [PATCH 04/15] mm: compaction: introduce isolate_freepages_range()
` [PATCH 05/15] mm: compaction: export some of the functions
` [PATCH 06/15] mm: page_alloc: introduce alloc_contig_range()
` [PATCH 07/15] mm: page_alloc: change fallbacks array handling
` [PATCH 08/15] mm: mmzone: MIGRATE_CMA migration type added
` [PATCH 09/15] mm: page_isolation: MIGRATE_CMA isolation functions added
` [PATCH 10/15] mm: extract reclaim code from __alloc_pages_direct_reclaim()
` [PATCH 11/15] mm: trigger page reclaim in alloc_contig_range() to stabilize watermarks
` [PATCH 12/15] drivers: add Contiguous Memory Allocator
` [PATCH 13/15] X86: integrate CMA with DMA-mapping subsystem
` [PATCH 14/15] ARM: "
` [PATCH 15/15] ARM: Samsung: use CMA for 2 memory banks for s5p-mfc device

[PATCH] Check for beginning '/' in the mount path
 2012-02-03 12:16 UTC  (3+ messages)

General support for ! in git-config values
 2012-02-03 12:13 UTC  (13+ messages)

[RFC PATCH 0/2] thermal: Add generic cpu cooling devices according to thermal framework
 2012-02-03 12:13 UTC  (5+ messages)

[Qemu-devel] [PATCH 00/16] access qdev properties via QOM
 2012-02-03 12:10 UTC  (4+ messages)
` [Qemu-devel] [PATCH 02/16] qom: store object with correct type in interface links

[PATCH v9 00/25] gpio/omap: driver cleanup and fixes
 2012-02-03 12:09 UTC  (4+ messages)

[PATCH] ux500 : decouple/recouple gic from the PRCMU
 2012-02-03 12:07 UTC 

[PATCH] t0300-credentials: Word around a solaris /bin/sh bug
 2012-02-03 12:06 UTC  (4+ messages)

Alternates corruption issue
 2012-02-03 12:02 UTC  (11+ messages)

[Qemu-devel] [PATCH] memory-region: Report if region is read-only on info mtree
 2012-02-03 12:02 UTC  (2+ messages)
` [Qemu-trivial] "

[PATCH v10 3.3-rc2 0/9] Uprobes patchset with perf probe support
 2012-02-03 12:01 UTC  (4+ messages)
` [PATCH v10 3.3-rc2 1/9] uprobes: Install and remove breakpoints

[PATCH] Don't create grubenv on ZFS
 2012-02-03 11:59 UTC  (5+ messages)

[PATCH 1/2] gma500: Fix leak of uncached page
 2012-02-03 12:00 UTC  (3+ messages)

[PULL] Convert remaining platforms to common sched_clock()
 2012-02-03 11:58 UTC 

[PATCH v3 0/2] Remaining VFP fixes
 2012-02-03 11:58 UTC  (4+ messages)
` [PATCH v3 2/2] ARM: vfp: clear fpscr length and stride bits on entry to sig handler

[RFC PATCH] ARM ASoC: add sound driver for imx27pdk using mc13783 codec
 2012-02-03 11:58 UTC  (6+ messages)
        ` [alsa-devel] "

ASoC: fsi: Add FSI DMAEngine support
 2012-02-03 11:56 UTC  (8+ messages)
` [PATCH 02/19] ASoC: fsi: tidyup: fsi_stream_xx() functions were gathered
` [PATCH 09/19] ASoC: fsi: re-define fsi_is_play() and fsi_stream_is_play()
` [PATCH 18/19] ASoC: fsi: fixup fsi_pointer() calculation method

[PATCH v7] mmc: support BKOPS feature for eMMC
 2012-02-03 11:56 UTC  (2+ messages)

Hob 1.2 design - Settings dialogue
 2012-02-03 11:55 UTC  (2+ messages)

Performance problem - reads slower than writes
 2012-02-03 11:54 UTC  (5+ messages)

Hob 1.2 design - visuals
 2012-02-03 11:52 UTC  (2+ messages)

[meta-oe] gdb-cross-canadian: build gdb with python support
 2012-02-03 11:44 UTC  (12+ messages)
              ` SDK confusion Was: [oe] "
                ` [oe] SDK confusion Was: "
                  ` [OE-core] "

[PATCH 1/1] ARM: OMAP3+: dpll: Configure autoidle mode only if its supported
 2012-02-03 11:50 UTC  (2+ messages)

[PATCH-V3 0/3] ARM: OMAP4: Remove hardcoded reg-offs for PWRSTCTRL & PWRSTST
 2012-02-03 11:43 UTC  (8+ messages)
` [PATCH-V3 1/3] "
` [PATCH-V3 2/3] ARM: OMAP4: prminst: Add boot time __init function for prminst
` [PATCH-V3 3/3] ARM: OMAP: am33xx: Hook-up am33xx support to existing prm code

[PATCH] NetBSD disk wedge support
 2012-02-03 11:46 UTC  (3+ messages)

[RFC PATCH v1 00/18] add PCI bus-to-resource offset support in core
 2012-02-03 11:46 UTC  (4+ messages)
` [RFC PATCH v1 10/18] microblaze/PCI: get rid of device resource fixups

[RFCv1 0/6] PASR: Partial Array Self-Refresh Framework
 2012-02-03 11:44 UTC  (9+ messages)
` [RFCv1 3/6] PASR: mm: Integrate PASR in Buddy allocator


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.