All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-11-12 02:36:29 to 2009-11-12 06:05:09 UTC [more...]

[Qemu-devel] [PATCH 00/20] PCI express clean up patches
 2009-11-12  5:58 UTC  (17+ messages)
` [Qemu-devel] [PATCH 01/20] pci: fix pci_info_device()
` [Qemu-devel] [PATCH 02/20] pci: move pci_data_{read, write}() declaration from pci.h to pci_host.h
` [Qemu-devel] [PATCH 03/20] pci: simplify pci_data_read(), pcie_mmcfg_data_read()
` [Qemu-devel] [PATCH 05/20] pci: rename pci_addr_to_dev(), pcie_mmcfg_addr_to_dev()
` [Qemu-devel] [PATCH 06/20] pci: shorten pci_host_{conf, data}_register_xxx function a bit
` [Qemu-devel] [PATCH 07/20] pci: remove pci_sub_bus() by open coding
` [Qemu-devel] [PATCH 08/20] pci: s/pci_find_host_bus/pci_find_root_bus/g
` [Qemu-devel] [PATCH 09/20] pci_host: remove unnecessary & 0xff
` [Qemu-devel] [PATCH 11/20] pci: clean up of pci_init_wmask()
` [Qemu-devel] [PATCH 12/20] pci: remove some unnecessary comment in pci.h
` [Qemu-devel] [PATCH 13/20] pci: move typedef, PCIHostState, PCIExpressHost to qemu-common.h
` [Qemu-devel] [PATCH 14/20] pci: remove unused constants
` [Qemu-devel] [PATCH 15/20] pci: clean up of pci_update_mappings()
` [Qemu-devel] [PATCH 17/20] pci: remove magic number, 256 in pci.c
` [Qemu-devel] [PATCH 18/20] pci: fix pci_config_get_io_base()
` [Qemu-devel] [PATCH 19/20] pci: pci bridge related clean up

[Qemu-devel] load-store experiment
 2009-11-12  6:01 UTC  (3+ messages)

linux-next: i7core_edac tree build failure
 2009-11-12  5:58 UTC 

xterm: either fix it, or remove it. please
 2009-11-12  5:56 UTC  (2+ messages)

[Bugme-new] [Bug 14546] New: Off-by-two stack buffer overflow in function rpc_uaddr2sockaddr() of net/sunrpc/addr.c
 2009-11-12  5:56 UTC  (5+ messages)

Feature request: network devices
 2009-11-12  5:56 UTC  (8+ messages)

virtio_console: support for multiple ports, console and generic
 2009-11-12  5:54 UTC  (5+ messages)
` [PATCH 01/15] virtio_console: Initialize hv_ops struct at declaration instead of in the probe() routine

PCI bus node location
 2009-11-12  5:54 UTC  (5+ messages)

Keyboard driver not refreshing settings when unplugged
 2009-11-12  5:50 UTC 

Intel Updates SSDs, Supports TRIM, Faster Writes
 2009-11-12  5:50 UTC  (12+ messages)

[PATCH 2/2] soc-camera: tw9910: use V4L2_FIELD_INTERLACED_BT
 2009-11-12  5:49 UTC 

[PATCH 1/2] soc-camera: sh_mobile_ceu: Add V4L2_FIELD_INTERLACED_BT/TB support
 2009-11-12  5:49 UTC 

[PATCH 0/2] soc-camera: add interlace TB/BT support
 2009-11-12  5:49 UTC 

[PATCH 0/3][RFC] tracing/x86: split sched_clock in recording trace time stamps
 2009-11-12  5:43 UTC  (4+ messages)
` [PATCH 1/3][RFC] tracing: Add time stamp normalize to ring buffer clock selection
` [PATCH 2/3][RFC] tracing: Make the trace_clock_local and trace_normalize_local weak
` [PATCH 3/3][RFC] tracing: Separate out x86 time stamp reading and ns conversion

[PATCH] add support to reorder CPU and Codec DAI suspend/resume
 2009-11-12  5:47 UTC  (7+ messages)

[PATCH 0/9] OMAP3: PM: introduce support for 3630 OPPs
 2009-11-12  5:45 UTC  (10+ messages)
` [PATCH 1/9] omap3: pm: introduce enabled flag to omap_opp
  ` [PATCH 2/9] omap3: pm: introduce opp accessor functions
    ` [PATCH 3/9] omap3: pm: srf: introduce accessor function
      ` [PATCH 4/9] omap3: pm: use opp accessor functions for omap-target
        ` [PATCH 5/9] omap3: pm: sr: replace get_opp with freq_to_opp
          ` [PATCH 6/9] omap3: clk: use pm accessor functions for cpufreq table
            ` [PATCH 7/9] omap3: pm: remove VDDx_MIN/MAX macros
              ` [PATCH 8/9] omap3: pm: introduce dynamic OPP
                ` [PATCH 9/9] omap3: pm: introduce 3630 opps

get git not to care about permissions
 2009-11-12  5:44 UTC  (2+ messages)

strong ordering for data registered memory
 2009-11-12  5:41 UTC  (7+ messages)

i686 quirk for AMD Geode
 2009-11-12  5:40 UTC  (13+ messages)

[PATCH] IB/core: export struct ib_port
 2009-11-12  5:38 UTC  (9+ messages)

[BUILD FAILURE][PATCH] Export symbol log_start_commit. ext3 needs it
 2009-11-12  5:36 UTC 

[RFC PATCH 1/1] Input: gpio-keys: export gpio key information through sysfs
 2009-11-12  5:31 UTC  (12+ messages)

Problem during mtd initialization
 2009-11-12  5:16 UTC 

[PATCH] x86: Mark the thermal init functions __init
 2009-11-12  5:28 UTC  (2+ messages)

[PATCH RFC] [X86] performance improvement for memcpy_64.S by fast string
 2009-11-12  5:26 UTC  (12+ messages)

Crash during SATA reads
 2009-11-12  5:26 UTC  (8+ messages)

[Qemu-devel] [PATCH V6 00/32] pci: various pci clean up and pci express support
 2009-11-12  5:23 UTC  (11+ messages)
` [Qemu-devel] [PATCH V6 18/32] pci: remove bus_num member from struct PCIBus
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH V6 19/32] pci: make pci configuration transaction more accurate
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH V6 28/32] pci: initialize pci config headers depending it pci header type
  ` [Qemu-devel] "

Bitmap did not survive reboot
 2009-11-12  5:22 UTC  (3+ messages)

[RFC PATCH] x86: make sure wakeup code is below 1M
 2009-11-12  5:21 UTC  (12+ messages)
  ` [PATCH] x86: make sure wakeup code is below 1M -v2

[PATCH 0/5] net: push down BKL into proto ops
 2009-11-12  5:18 UTC  (3+ messages)
` [PATCH 4/5] net/x25: push BKL usage into x25_proto

t5541-http-push hanging
 2009-11-12  5:18 UTC  (4+ messages)

[PATCH net-next-2.6] igmp: Use next_net_device_rcu()
 2009-11-12  5:14 UTC  (2+ messages)

[U-Boot] Please pull u-boot-ppc4xx/next
 2009-11-12  5:14 UTC  (3+ messages)

meta-toolchain continues to woe
 2009-11-12  5:11 UTC  (4+ messages)

[PATCH 00/19] OMAP: DSS2 v5 intro
 2009-11-12  5:10 UTC  (7+ messages)

[PATCHv2 0/2] nilfs2: using nobarrier option instead of barrier=off
 2009-11-12  5:07 UTC  (3+ messages)
  ` [PATCHv2 1/2] nilfs2: Using "
  ` [PATCHv2 2/2] nilfs2: cleanup unused match_bool function

[PATCH] AM35xx: Clock table updates for AM3505/17
 2009-11-12  5:06 UTC  (3+ messages)

BUG_ON(rq->nr_running != 0) in CPU_DEAD
 2009-11-12  5:04 UTC  (2+ messages)
` kernel BUG at /home/eric/projects/linux/linux-2.6.32-rc6-sysctl-simplification/kernel/sched.c:7321!

[Bug 14583] New: SSD system stall, HSM Violation
 2009-11-12  5:03 UTC  (5+ messages)
` [Bug 14583] "

2.6.32-rc6-git4 -- BUG kmalloc-8192: Poison overwritten - INFO: Allocated in ath_rxbuf_alloc+0x1c/0x70 [ath] age=526999 cpu=1 pid=1275
 2009-11-12  4:58 UTC  (2+ messages)
` [ath9k-devel] "

Help needed: Resume problems in 2.6.32-rc, perhaps related to preempt_count leakage in keventd
 2009-11-12  4:56 UTC  (9+ messages)
` GPF in run_workqueue()/list_del_init(cwq->worklist.next) on resume (was: Re: Help needed: Resume problems in 2.6.32-rc, perhaps related to preempt_count leakage in keventd)
        ` GPF in run_workqueue()/list_del_init(cwq->worklist.next) on resume

btrfs-related crashes
 2009-11-12  4:54 UTC 

linux-next: leds tree build warning
 2009-11-12  4:54 UTC 

[RFC] new -stable tag variant, Git workflow question
 2009-11-12  4:41 UTC  (6+ messages)

[PATCH 0/2] [GIT PULL] tracing: performance boosts for recording traces
 2009-11-12  4:41 UTC  (3+ messages)
` [PATCH 1/2] [PATCH 1/2] ring-buffer: Add multiple iterations between benchmark timestamps
` [PATCH 2/2] [PATCH 2/2] tracing: do not disable interrupts for trace_clock_local

[U-Boot] framework for serial flash
 2009-11-12  4:46 UTC  (3+ messages)

What's cooking in git.git (Nov 2009, #02; Sun, 08)
 2009-11-12  4:42 UTC  (3+ messages)
  ` [PATCH] http-backend: Fix bad treatment of uintmax_t in Content-Length

[SPAM] Alert spi-devel-general
 2009-11-12  4:39 UTC 

[RFC/RFT 5/6 V2] rtl8187se: Modify rtl818x.h
 2009-11-12  4:34 UTC 

utime/stime decreasing on thread exit
 2009-11-12  4:33 UTC  (12+ messages)
        ` [PATCH] fix granularity of task_u/stime()
                    ` [PATCH] fix granularity of task_u/stime(), v2

[RFC/RFT 2/6 V2] rtl8187se: Create file rtl8187se_dev.c
 2009-11-12  4:31 UTC 

[RFC/RFT 1/6 V2] rtl8187se: Create file rtl8187se.h
 2009-11-12  4:31 UTC 

[RFC/RFT 0/6 V2] rtl8187se: Initial introduction of driver
 2009-11-12  4:31 UTC 

[RFC/RFT 4/6 V2] rtl8187se: Create file rtl8187se_rtl8225.h
 2009-11-12  4:31 UTC 

[RFC/RFT 3/6 V2] rtl8187se: Create file rtl8187se_rtl8225.c
 2009-11-12  4:31 UTC 

[RFC/RFT 6/6 V2] rtl8187se: Modify Kconfig and Makefile
 2009-11-12  4:31 UTC 

[PATCH v2] i2c-designware updates
 2009-11-12  4:29 UTC  (3+ messages)
` [PATCH v2 21/22] i2c-designware: Tx abort cleanups

[PATCH] Add PSCSI_HBA class and DSCSI_HBA class to XenAPI
 2009-11-12  4:26 UTC 

[GIT PULL v6] hw-breakpoints: Rewrite on top of perf events v6
 2009-11-12  4:25 UTC  (4+ messages)
` [PATCH 5/7 v6] hw-breakpoints: Rewrite the hw-breakpoints layer on top of perf events

[PATCH v2] soc-core: move setting ac97 platformdata earlier than ac97 read/write
 2009-11-12  4:01 UTC 

[PATCH resend] iop13xx: workaround errata that causes uart interrupts to be missed
 2009-11-12  3:58 UTC 

DM9000: Wake on LAN support
 2009-11-12  3:58 UTC  (2+ messages)

[PATCH] netdev: fold name hash properly (v3)
 2009-11-12  3:58 UTC  (3+ messages)

[PATCH] net/atm: move all compat_ioctl handling to atm/ioctl.c
 2009-11-12  3:56 UTC  (4+ messages)
  ` [PATCH v3] "

[PATCH, WTF] atm: move all compat_ioctl handling to atm/ioctl.c
 2009-11-12  3:56 UTC  (4+ messages)
  ` [PATCH] net/compat: fix dev_ifsioc emulation corner cases

[RFC] big fat transaction ioctl
 2009-11-12  3:56 UTC  (6+ messages)

[PATCH 07/10] decnet: use RCU to find network devices
 2009-11-12  3:56 UTC  (6+ messages)
  ` [PATCH 1/2] decnet: add RTNL lock when reading address list
    ` [PATCH 2/2] decnet: convert dndev_lock to spinlock

[net-next PATCH 0/4] qlge: Fixes and clean up for qlge
 2009-11-12  3:55 UTC  (2+ messages)

[PATCH 0/2] nilfs2: using nobarrier option instead of barrier=off
 2009-11-12  3:51 UTC  (3+ messages)

Query: Regulator framework in EHCI driver
 2009-11-12  3:51 UTC  (13+ messages)

Fix dtc bugs for 64-bit compile
 2009-11-12  3:43 UTC  (2+ messages)

Don't use echo -e in run_tests.sh
 2009-11-12  3:43 UTC  (2+ messages)

Use yylloc instead of yyloc
 2009-11-12  3:42 UTC 

problems receiving channels with technotrend S-3200
 2009-11-12  3:41 UTC  (2+ messages)

[Ocfs2-devel] ocfs2 1.6 - fourth set
 2009-11-12  3:40 UTC  (9+ messages)
` [Ocfs2-devel] [PATCH 1/8] ocfs2: Handle missing macro MNT_RELATIME
` [Ocfs2-devel] [PATCH 2/8] ocfs2: Handle missing vectorized fileops aio_read() and aio_write()
` [Ocfs2-devel] [PATCH 3/8] ocfs2: Handle older prototype of iops->permission()
` [Ocfs2-devel] [PATCH 4/8] ocfs2: Handle missing helper mandatory_lock()
` [Ocfs2-devel] [PATCH 5/8] ocfs2: Handle missing helper current_fsuid()
` [Ocfs2-devel] [PATCH 6/8] ocfs2: Handle missing enum umh_wait
` [Ocfs2-devel] [PATCH 7/8] ocfs2: Handle older prototype of register_sysctl_table()
` [Ocfs2-devel] [PATCH 8/8] ocfs2: Handle missing enum value FS_OCFS2

[PATCH net-2.6] Revert "net: Support inclusion of <linux/socket.h> before <sys/socket.h>"
 2009-11-12  3:38 UTC  (5+ messages)

Procmail won't route this list (linux-media) correctly. Help!
 2009-11-12  3:34 UTC  (2+ messages)

[PATCH] LVM: Mirror down-convert bug fix
 2009-11-12  3:35 UTC 

[PATCH 00/10] netdev: get rid of read_lock(&dev_base_lock) usages
 2009-11-12  3:34 UTC  (3+ messages)
` [PATCH 08/10] ipv6: use RCU to walk list of network devices
  ` [PATCH net-next-2.6] "

[Qemu-devel] Problems with bridge Networking
 2009-11-12  3:31 UTC 

[ANNOUNCE] wifi-test 1.0 released
 2009-11-12  3:20 UTC  (7+ messages)

[B.A.T.M.A.N.] BATMAN-Adv and MTU handling
 2009-11-12  3:28 UTC  (4+ messages)

[refpolicy] Debian has mailman lock files too
 2009-11-12  3:22 UTC  (4+ messages)

[PATCH] LVM: add split capability (more functionality)
 2009-11-12  3:16 UTC 

MCS read only cats
 2009-11-12  3:13 UTC  (2+ messages)

[PATCH] ifb: add multi-queue support
 2009-11-12  3:12 UTC  (3+ messages)

linux-next: net tree build warning
 2009-11-12  3:10 UTC  (4+ messages)

[PATCH 00/10] omap am35xx, 3630, 7xx cpu changes for merge window after 2.6.32
 2009-11-12  3:04 UTC  (22+ messages)
` [PATCH 01/10] omap: Eliminate OMAP_MAX_NR_PORTS
` [PATCH 02/10] omap: introduce OMAP_LL_DEBUG_NONE DEBUG_LL config
` [PATCH 03/10] omap1: mmc: Add platform init for omap7xx
` [PATCH 04/10] omap1: omap_udc: Add clocking and disable vbus sense "
` [PATCH 05/10] omap3: Runtime detection of Si features
` [PATCH 06/10] omap3: Runtime detection of OMAP35x devices
` [PATCH 07/10] omap3: Introduce OMAP3630
` [PATCH 08/10] omap3: 3630: update is_chip variable
` [PATCH 09/10] omap3: AM35xx: Runtime detection of the device
` [PATCH 10/10] omap3: AM35xx: Initialize omap_chip bits

[PATCH 0/6] gianfar: Some fixes
 2009-11-12  3:04 UTC  (3+ messages)

[U-Boot] [PATCH V5 0/4] add TI DA8xx support:
 2009-11-12  2:58 UTC  (2+ messages)

[patch] missing dev_put() on error path in vif_add()
 2009-11-12  2:50 UTC  (2+ messages)

[PATCH] wifi-test: add initial simple test scripts
 2009-11-12  2:55 UTC  (3+ messages)

[PATCH 1/3] Add multi calls support for HFP voicecall driver
 2009-11-12  2:49 UTC  (2+ messages)

[U-Boot] [PATCH V3] Davinci: add a pin multiplexer configuration API
 2009-11-12  2:49 UTC  (2+ messages)

Roadmap for LUA support in GRUB
 2009-11-12  2:46 UTC  (5+ messages)

linux-next: manual merge of the cpufreq tree with the acpi tree
 2009-11-12  2:45 UTC 

[PATCH 2/2] rps: changes to bnx2x to get device hash
 2009-11-12  2:42 UTC  (3+ messages)

xfsdump/restore? Performance 
 2009-11-12  2:38 UTC 

[PATCH] intel-iommu: Obey coherent_dma_mask for alloc_coherent on passthrough
 2009-11-12  2:37 UTC  (5+ messages)
    ` [stable][PATCH] PCIe hot-plug for Intel IOMMU


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.