All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-05-10 08:29:34 to 2010-05-10 09:43:31 UTC [more...]

[PATCH/WIP] lmb cleanups and additions
 2010-05-10  9:38 UTC  (29+ messages)
` [PATCH 01/25] lmb: Rename lmb_region to lmb_type and lmb_property to lmb_region
  ` [PATCH 02/25] lmb: No reason to include asm/lmb.h late
    ` [PATCH 03/25] lmb: Introduce for_each_lmb() and new accessors, and use it
      ` [PATCH 04/25] lmb: Remove nid_range argument, arch provides lmb_nid_range() instead
        ` [PATCH 05/25] lmb: Factor the lowest level alloc function
          ` [PATCH 06/25] lmb: Expose LMB_ALLOC_ANYWHERE
            ` [PATCH 07/25] lmb: Introduce default allocation limit and use it to replace explicit ones
              ` [PATCH 08/25] lmb: Remove rmo_size, burry it in arch/powerpc where it belongs
                ` [PATCH 09/25] lmb: Change u64 to phys_addr_t
                  ` [PATCH 10/25] lmb: Remove unused lmb.debug struct member
                    ` [PATCH 11/25] lmb: Remove lmb_type.size and add lmb.memory_size instead
                      ` [PATCH 12/25] lmb: Move lmb arrays to static storage in lmb.c and make their size a variable
                        ` [PATCH 13/25] lmb: Add debug markers at the end of the array
                          ` [PATCH 14/25] lmb: Make lmb_find_region() out of lmb_alloc_region()
                            ` [PATCH 15/25] lmb: Define LMB_ERROR internally instead of using ~(phys_addr_t)0
                              ` [PATCH 16/25] lmb: Move lmb_init() to the bottom of the file
                                ` [PATCH 17/25] lmb: split lmb_find_base() out of __lmb_alloc_base()
                                  ` [PATCH 18/25] lmb: Move functions around into a more sensible order
                                    ` [PATCH 19/25] lmb: Add array resizing support
                                      ` [PATCH 20/25] lmb: Add arch function to control coalescing of lmb memory regions
                                        ` [PATCH 21/25] lmb: Add "start" argument to lmb_find_base()
                                          ` [PATCH 22/25] lmb: NUMA allocate can now use early_pfn_map
                                            ` [PATCH 23/25] lmb: Separate lmb_alloc_nid() and lmb_alloc_try_nid()

[Qemu-devel] Re: [PATCH] win32: Avoid compiler warning (WIN32_LEAN_AND_MEAN redefined)
 2010-05-10  8:20 UTC  (2+ messages)

git init --bare versus git --bare init
 2010-05-10  9:42 UTC  (2+ messages)
` [PATCH] handle "git --bare init <dir>" properly

[RFC][PATCH 2/9] perf: core, remove hw_perf_event_init
 2010-05-10  9:42 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/3] cow conversion to the block API
 2010-05-10  9:41 UTC  (3+ messages)
` [Qemu-devel] [PATCH 2/3] cow: stop using mmap

[RFC] perf_events: ctx_flexible_sched_in() not maximizing PMU utilization
 2010-05-10  9:41 UTC  (10+ messages)

[Qemu-devel] Missing mon in monitor_cur_is_qmp() and qerror_report()
 2010-05-10  9:40 UTC  (2+ messages)

[Qemu-devel] sparc64 lazy conditional codes evaluation
 2010-05-10  9:40 UTC  (11+ messages)
` [Qemu-devel] "

[RFC][PATCH 3/9] perf: export registerred pmus via sysfs
 2010-05-10  9:40 UTC  (2+ messages)

[RFC][PATCH 5/9] perf: arm, convert to new API pmu->init_event
 2010-05-10  9:38 UTC  (2+ messages)

Pull request: bluetooth-next-2.6 2010-05-10
 2010-05-10  9:37 UTC  (65+ messages)
` [PATCH 01/64] Bluetooth: Fix return value when bt_skb_alloc fails
` [PATCH 02/64] Bluetooth: Use the proper function cast to get hdr data
` [PATCH 03/64] Bluetooth: Fix wrong packet type count increment
` [PATCH 04/64] Bluetooth: Make hci_send_sco() void
` [PATCH 05/64] Bluetooth: Trivial clean ups to SCO
` [PATCH 06/64] Bluetooth: Move specific Basic Mode code to the right place
` [PATCH 07/64] Bluetooth: Fix memory leak of S-frames into L2CAP
` [PATCH 08/64] Bluetooth: Fix expected_tx_seq calculation on L2CAP
` [PATCH 09/64] Bluetooth: Fix ACL MTU issue
` [PATCH 10/64] Bluetooth: Use a l2cap_pinfo struct instead l2cap_pi() macro
` [PATCH 11/64] Bluetooth: Implement 'Send IorRRorRNR' event
` [PATCH 12/64] Bluetooth: Support case with F bit set under WAIT_F state
` [PATCH 13/64] Bluetooth: Check the minimum {I,S}-frame size into L2CAP
` [PATCH 14/64] Bluetooth: Check if SDU size is greater than MTU on L2CAP
` [PATCH 15/64] Bluetooth: Implement SendAck() Action on ERTM
` [PATCH 16/64] Bluetooth: Move set of P-bit to l2cap_send_sframe()
` [PATCH 17/64] Bluetooth: Add Recv RR (P=0)(F=0) for SREJ_SENT state on ERTM
` [PATCH 18/64] Bluetooth: Split l2cap_data_channel_sframe()
` [PATCH 19/64] Bluetooth: Handle all cases of receipt of RNR-frames into L2CAP
` [PATCH 20/64] Bluetooth: Group the ack of I-frames into l2cap_data_channel_rrframe()
` [PATCH 21/64] Bluetooth: Remove duplicate use of __get_reqseq() macro on L2CAP
` [PATCH 22/64] Bluetooth: Finish implementation for Rec RR (P=1) on ERTM
` [PATCH 23/64] Bluetooth: Add timer to Acknowledge I-frames
` [PATCH 24/64] Bluetooth: Ignore Tx Window value with Streaming mode
` [PATCH 25/64] Bluetooth: Read RFC conf option on a successful Conf RSP
` [PATCH 26/64] Bluetooth: Fix configuration of the MPS value
` [PATCH 27/64] Bluetooth: Add le16 macro to Retransmission and Monitor Timeouts values
` [PATCH 28/64] Bluetooth: Check the SDU size against the MTU value
` [PATCH 29/64] Bluetooth: Send Ack after clear the SREJ list
` [PATCH 30/64] Bluetooth: Add sockopt configuration for txWindow on L2CAP
` [PATCH 31/64] Bluetooth: Change acknowledgement to use the value of txWindow
` [PATCH 32/64] Bluetooth: Add module parameter for txWindow size on L2CAP
` [PATCH 33/64] Bluetooth: Enable option to configure Max Transmission value via sockopt
` [PATCH 34/64] Bluetooth: Fix bug when retransmitting I-frames
` [PATCH 35/64] Bluetooth: Fix crash when monitor timeout expires
` [PATCH 36/64] Bluetooth: Fix drop of acked packets on ERTM
` [PATCH 37/64] Bluetooth: Optimize SREJ_QUEUE append
` [PATCH 38/64] Bluetooth: Add Kconfig option for L2CAP Extended Features
` [PATCH 39/64] Bluetooth: Add SOCK_STREAM support to L2CAP
` [PATCH 40/64] Bluetooth: Check if mode is supported on getsockopt
` [PATCH 41/64] Bluetooth: Fix SDU reassembly under SREJ
` [PATCH 42/64] Bluetooth: Close L2CAP channel on invalid ReqSeq
` [PATCH 43/64] Bluetooth: Don't set control bits to zero first
` [PATCH 44/64] Bluetooth: Fix errors reported by checkpatch.pl
` [PATCH 45/64] Bluetooth: Remove set of SrejSaveReqSeq under receipt of REJ frame
` [PATCH 46/64] Bluetooth: Remove unneeded control vars
` [PATCH 47/64] Bluetooth: Check if we really are in WAIT_F when F bit comes
` [PATCH 48/64] Bluetooth: Fix lockdep annotation on ERTM
` [PATCH 49/64] Bluetooth: Make hci_send_acl() void
` [PATCH 50/64] Bluetooth: Refactor l2cap_retransmit_frame()
` [PATCH 51/64] Bluetooth: Implement missing parts of the Invalid Frame Detection
` [PATCH 52/64] Bluetooth: Completes the I-frame tx_seq check logic on RECV
` [PATCH 53/64] Bluetooth: Implement Local Busy Condition handling
` [PATCH 54/64] Bluetooth: Add wait_queue to wait ack of all sent packets
` [PATCH 55/64] Bluetooth: Fix race condition on l2cap_ertm_send()
` [PATCH 56/64] Bluetooth: Prevents buffer overflow on l2cap_ertm_reassembly_sdu()
` [PATCH 57/64] Bluetooth: Fix spec error in the RemoteBusy Logic
` [PATCH 58/64] Bluetooth: Create per controller workqueue
` [PATCH 59/64] Bluetooth: Fix storing negative values as unsigned char
` [PATCH 60/64] Bluetooth: Decode btmrvl MODULE_BRINGUP_REG response correctly
` [PATCH 61/64] Bluetooth: Separate btmrvl_register_hdev() from btmrvl_add_card()
` [PATCH 62/64] Bluetooth: Set hdev->dev_type based on Marvell device type
` [PATCH 63/64] Bluetooth: Use strict_strtoul instead of simple_strtoul
` [PATCH 64/64] Bluetooth: Fix issues where sk_sleep() helper is needed now

[PATCH 0/4] MIPI DSI support for SH-mobile, common header, switch
 2010-05-10  9:37 UTC  (7+ messages)
` [PATCH 3/4] ARM: add framebuffer support for ap4evb
  ` [PATCH 3/4 v2] "

[PATCH] Staging: comedi: Fix long line lengths in comedi_fops.c
 2010-05-10  9:36 UTC 

[PATCH] [PATCH 1/1] wireless: rt2x00: rt2800usb: replace X by x
 2010-05-10  9:35 UTC 

[PATCH 8/8] test-stkutil: Add unit test for Send Short Message response encoding
 2010-05-10  9:34 UTC 

[PATCH 7/8] test-stkutil: Add unit test for Get Input response encoding
 2010-05-10  9:34 UTC 

[PATCH 6/8] test-stkutil: Add unit test for Get Inkey response encoding
 2010-05-10  9:34 UTC 

[PATCH 5/8] test-stkutil: Add unit test for Display Text response encoding
 2010-05-10  9:34 UTC 

[PATCH 4/8] Encoding of the four TERMINAL RESPONSE pdus
 2010-05-10  9:34 UTC 

[PATCH 3/8] Add STK-specific CTLV encoding utilities
 2010-05-10  9:33 UTC 

[PATCH 2/8] Add a BER-TLV encoding test
 2010-05-10  9:33 UTC 

[PATCH 1/8] Add utilities for encoding BTLVs and CTLVs
 2010-05-10  9:33 UTC 

Multiple line ranges and files in line level history browser
 2010-05-10  9:31 UTC  (3+ messages)

[RFC][PATCH 9/9] perf top: set perf_event_attr->pmu_id
 2010-05-10  9:29 UTC 

[PATCH -mm 0/6] remove unnecessary sync_single_range_* in dma_map_ops
 2010-05-10  9:29 UTC  (2+ messages)

[RFC][PATCH 8/9] perf: sparc, convert to new API pmu->init_event
 2010-05-10  9:28 UTC 

[Buildroot] [Bug 1741] New: external toolchain linking error
 2010-05-10  9:29 UTC 

[RFC][PATCH 7/9] perf: sh, convert to new API pmu->init_event
 2010-05-10  9:28 UTC 

[RFC][PATCH 6/9] perf: powerpc, convert to new API pmu->init_event
 2010-05-10  9:28 UTC 

[PATCH] mqueue: fix kernel BUG caused by double free() on mq_open()
 2010-05-09  9:22 UTC 

[RFC][PATCH 4/9] perf: x86, convert to new API pmu->init_event
 2010-05-10  9:27 UTC 

[RFC][PATCH 1/9] perf: un-const struct pmu *
 2010-05-10  9:25 UTC 

[RFC][PATCH 0/9] perf: remove __weak function hw_perf_event_init
 2010-05-10  9:25 UTC 

[linux-dvb] S-1500 + CI
 2010-05-10  9:24 UTC 

[Buildroot] uclibc .9.31 & usleep
 2010-05-10  9:24 UTC  (3+ messages)
  ` [Buildroot] Method of moving to new releases of buildroot

[BUGFIX] ACPI, APEI, Fix building of APEI EINJ and GHES
 2010-05-10  9:24 UTC 

qemu-kvm-0.12.4 with bochs bios
 2010-05-10  9:22 UTC  (4+ messages)

USB transfer_buffer allocations on 64bit systems
 2010-05-10  9:21 UTC  (5+ messages)
` [alsa-devel] "

[PATCH/RFC] Add [] as an alias for a reference to the empty tree
 2010-05-10  9:20 UTC  (5+ messages)

a xen question
 2010-05-10  9:20 UTC  (5+ messages)
    `  "

NFS hang when writing to loopback file from VMWare ESX (kernel 2.6.30)
 2010-05-10  9:20 UTC 

[PATCH] kexec-tools, ppc64: Fix segfault on parsing of large device trees
 2010-05-10  9:19 UTC  (4+ messages)

linux vs. linux-libc-headers?
 2010-05-10  9:15 UTC  (5+ messages)

[PATCH] omap iommu: renamed omap3-iommu to omap-iommu
 2010-05-10  9:16 UTC  (18+ messages)
` [PATCH] omap iommu: support for OMAP4
` [PATCH] omap iommu: missing check for TLB valid entry
` [PATCH] omap iommu: add TLB preservation support
` [PATCH] omap iommu: Introduce iteration macro for iotlb entry scan
` [PATCH] omap iommu: Make CONFIG_OMAP_IOMMU_DEBUG selectable
` [PATCH] omap iommu: Insert a gap page between IOVMAs against override
` [PATCH] omap iommu: Exit iteration if no possibility of available area
` [PATCH] omap iommu: Reject unaligned addresses at setting page table entry

problem using meta-toolchain.bb and external-toolchain-generic.bb
 2010-05-10  9:14 UTC 

[PATCH 1/4] omap: mailbox: convert rwlocks to spinlock
 2010-05-10  9:16 UTC  (8+ messages)
` [PATCH 2/4] omap: mailbox cleanup: split MODULE_AUTHOR line
` [PATCH 3/4] omap: mailbox: remove (un)likely macros from cold paths
` [PATCH 4/4] omap: mailbox: convert block api to kfifo

Broken RAID1 boot arrays
 2010-05-10  9:17 UTC  (2+ messages)

[U-Boot] 8640D Errata
 2010-05-10  9:14 UTC 

[PATCH] KVM: MMU: Fix free memory accounting race in mmu_alloc_roots()
 2010-05-10  9:09 UTC 

[PATCH] IPv4: unresolved multicast route cleanup
 2010-05-10  9:09 UTC 

[PATCH] Fix a false negative in t5512 when run using sh -x
 2010-05-10  9:09 UTC  (2+ messages)

Release of UBIL: ubi with log
 2010-05-10  9:07 UTC  (4+ messages)

[PATCH 0/8] Moorestown changes in arch/x86 for 35 merge window
 2010-05-10  9:17 UTC  (7+ messages)
` [PATCH 7/8] x86/mrst: add vrtc driver which serves as a wall clock device

FLR Patch for Xen 4.0
 2010-05-10  9:05 UTC  (5+ messages)

R600g ported to mesa git
 2010-05-10  9:04 UTC  (2+ messages)

[PATCH] IPv4: unresolved multicast route cleanup
 2010-05-10  9:04 UTC  (4+ messages)

[Xenomai-help] Problem with a serial test sofware
 2010-05-10  9:03 UTC 

[Qemu-devel] [PATCH 1/5] Makefile cleanup
 2010-05-10  7:51 UTC  (4+ messages)
` [Qemu-devel] [PATCH 2/5] Add defines for PCI IDs

[RFC PATCH] kvm: calculate correct gfn for small host pages which emulates large guest pages
 2010-05-10  8:55 UTC 

[tig PATCH] fix off-by-one on parent selection
 2010-05-10  8:55 UTC 

virtio: put last_used and last_avail index into ring itself
 2010-05-10  3:11 UTC  (3+ messages)

[Qemu-devel] [PATCHv3] Support for booting from virtio disks
 2010-05-10  8:50 UTC  (4+ messages)
`  "
` [Qemu-devel] Re: [SeaBIOS] "
  `  "

How to start ofono-phonesim in ubuntu-10.04 -reg
 2010-05-10  8:51 UTC 

Instead of rebasing, etc....?
 2010-05-10  8:49 UTC  (4+ messages)

[PATCH] kvm: update document of gfns
 2010-05-10  8:49 UTC  (2+ messages)

[PATCH v3 0/2] x86 FPU API
 2010-05-10  8:48 UTC  (2+ messages)

[PATCH] VT-d: prevent watchdog timer from kicking in when initializing on systems with huge amounts of memory
 2010-05-10  8:46 UTC 

[PATCH] autofs4-2.6.34-rc1 - fix link_count usage
 2010-05-10  8:46 UTC 

[patch] use alloc_page instead of alloc_pages (0)
 2010-05-10  8:44 UTC 

calamari (ppc e500v2) failure
 2010-05-10  8:40 UTC  (5+ messages)

HDP proposed api (ver 0.2)
 2010-05-10  8:42 UTC  (4+ messages)

linux vs. linux-libc-headers?
 2010-05-10  8:34 UTC  (9+ messages)
` [PATCH] angstrom-2008.1: use linux-libc-headers 2.6.24 for hipox machine

[PATCH] DSS2 Include VRFB into omap2-3build only
 2010-05-10  8:38 UTC  (5+ messages)

[PATCH] hda_intel: Fixes distorted recording on US15W chipset
 2010-05-10  8:37 UTC  (2+ messages)

[PATCHv4 1/5] OMAP: RX51: Add LCD Panel support
 2010-05-10  8:35 UTC  (2+ messages)

All the syslogs
 2010-05-10  8:30 UTC  (5+ messages)
` [PATCH] busybox/syslogs: use update-alternatives for syslog selection

[Qemu-devel] AHCI support integration
 2010-05-10  8:12 UTC  (4+ messages)
` [Qemu-devel] "

[PATCHv2] Support for booting from virtio disks
 2010-05-10  8:29 UTC  (4+ messages)
  ` [Qemu-devel] "

[PATCH v2 1/8] kconfig: print symbol type in help text
 2010-05-10  8:33 UTC  (2+ messages)
` [PATCH v2 9/8] xconfig: add support to show hidden options which have prompts

[GSoC update] git-remote-svn: Week 1
 2010-05-10  8:29 UTC  (5+ messages)

[PATCH] snd-hda-intel: add support for Lenovo ThinkPad X100e in conexant
 2010-05-10  8:29 UTC  (2+ messages)
` [PATCH] snd-hda-intel: add support for Lenovo ThinkPad X100e in conexant codec


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.