All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-08-23 08:53:50 to 2009-08-23 13:14:20 UTC [more...]

Pinnacle Hybrid Pro Stick (320e)?
 2009-08-23 13:14 UTC  (3+ messages)

Fail to mount NILFS
 2009-08-23 13:09 UTC  (2+ messages)

[linux-dvb] Can't tune to DVB-S2 channels on floppydtv
 2009-08-23 13:06 UTC  (3+ messages)

[B.A.T.M.A.N.] [batman-adv] Use prinkt instead of debug_log
 2009-08-23 13:09 UTC 

libv4l: zoom, pan and tilt?
 2009-08-23 13:09 UTC 

[PATCH] Clear out gfxterm's virtual text_buffer - fixes junk at end of lines
 2009-08-23 13:07 UTC  (6+ messages)

[PATCH 0/2] eventfd: new EFD_STATE flag
 2009-08-23 13:01 UTC  (7+ messages)

+ mm-balance_dirty_pages-reduce-calls-to-global_page_state-to-reduce-cache-references.patch added to -mm tree
 2009-08-23 13:00 UTC  (4+ messages)
` + mm-balance_dirty_pages-reduce-calls-to-global_page_state-to-reduce-c ache-references.patch "

Configuration option to disable os-prober?
 2009-08-23 12:59 UTC  (2+ messages)

How to wakup system from standby via USB keyboard
 2009-08-23 13:00 UTC  (2+ messages)

[U-Boot] [RFC] Serial API cleanup
 2009-08-23 12:59 UTC 

Some ideas about new features of grub
 2009-08-23 12:56 UTC  (3+ messages)

Abour linux driver supports BCM4325
 2009-08-23 12:55 UTC  (10+ messages)

[linux-dvb] can't access linuxtv website(http://linuxtv.org)
 2009-08-23 12:55 UTC 

[PATCH] thinkpad-acpi: don't ask about brightness_mode for fw. 1V and 1R
 2009-08-23 12:54 UTC  (2+ messages)

Cleaning up the "linux" directory
 2009-08-23 12:33 UTC  (3+ messages)

Suspend with saa7146/TT-Budget-C-CI PCI
 2009-08-23 12:39 UTC 

Exposure set bug in stv06xx driver
 2009-08-23 12:50 UTC  (2+ messages)

[RFT] b43: Get rid of spinlocks (version 2)
 2009-08-23 12:48 UTC 

[WIP PATCH 2/2] SDL support
 2009-08-23 12:47 UTC  (2+ messages)

[PATCH] introduce kvm64 CPU
 2009-08-23 12:47 UTC  (11+ messages)
        ` [Qemu-devel] "

[Qemu-devel] [PATCH 0 of 1] Fix for DOS keyboard problems
 2009-08-23 12:44 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1 "

please try to remember to update NEWS
 2009-08-23 12:43 UTC  (2+ messages)

a backlight issue
 2009-08-23 12:41 UTC  (5+ messages)

Nightly build script
 2009-08-23 12:35 UTC  (2+ messages)

Turn from sparrow to eagle
 2009-08-23 13:19 UTC 

My implementation of the grub2 boot rom
 2009-08-23 12:09 UTC  (2+ messages)

build issue #21 for v2.6.31-rc7-12-g3edf2fb in video/gspca/gspca_sn9c20x.ko
 2009-08-23 12:17 UTC 

[U-Boot] [PATCH] sh/rsk7203: add missing include net.h
 2009-08-23 12:14 UTC 

2.6.31-rc6: ACPI handle has no context apparenty from libata during suspend to RAM
 2009-08-23 12:07 UTC  (3+ messages)

ISA Option ROM booting capability
 2009-08-23 12:07 UTC  (4+ messages)

[PATCH 00/46] KVM updates for 2.6.32 merge window (3/4)
 2009-08-23 11:56 UTC  (47+ messages)
` [PATCH 01/46] KVM: Trace irq level and source id
` [PATCH 02/46] KVM: Ignore PCI ECS I/O enablement
` [PATCH 03/46] KVM: Trace mmio
` [PATCH 04/46] KVM: Trace apic registers using their symbolic names
` [PATCH 05/46] KVM: Add Directed EOI support to APIC emulation
` [PATCH 06/46] KVM: x2apic interface to lapic
` [PATCH 07/46] KVM: Use temporary variable to shorten lines
` [PATCH 08/46] KVM: Fix apic_mmio_write return for unaligned write
` [PATCH 09/46] KVM: handle AMD microcode MSR
` [PATCH 10/46] Revert "KVM: x86: check for cr3 validity in ioctl_set_sregs"
` [PATCH 11/46] KVM: MMU: Trace guest pagetable walker
` [PATCH 12/46] KVM: Document basic API
` [PATCH 13/46] KVM: Trace shadow page lifecycle
` [PATCH 14/46] KVM: fix MMIO_CONF_BASE MSR access
` [PATCH 15/46] KVM: ignore msi request if !level
` [PATCH 16/46] KVM: Add trace points in irqchip code
` [PATCH 17/46] KVM: No need to kick cpu if not in a guest mode
` [PATCH 18/46] KVM: Always report x2apic as supported feature
` [PATCH 19/46] KVM: PIT support for HPET legacy mode
` [PATCH 20/46] KVM: add module parameters documentation
` [PATCH 21/46] KVM: make io_bus interface more robust
` [PATCH 22/46] KVM: add ioeventfd support
` [PATCH 23/46] KVM: MMU: Fix MMU_DEBUG compile breakage
` [PATCH 24/46] KVM: Move exception handling to the same place as other events
` [PATCH 25/46] KVM: Move kvm_cpu_get_interrupt() declaration to x86 code
` [PATCH 26/46] KVM: Reduce runnability interface with arch support code
` [PATCH 27/46] KVM: silence lapic kernel messages that can be triggered by a guest
` [PATCH 28/46] KVM: Discard unnecessary kvm_mmu_flush_tlb() in kvm_mmu_load()
` [PATCH 29/46] KVM: MMU: fix missing locking in alloc_mmu_pages
` [PATCH 30/46] KVM: s390: remove unused structs
` [PATCH 31/46] KVM: x86: use get_desc_base() and get_desc_limit()
` [PATCH 32/46] KVM: x86: use kvm_get_gdt() and kvm_read_ldt()
` [PATCH 33/46] KVM: VMX: Introduce KVM_SET_IDENTITY_MAP_ADDR ioctl
` [PATCH 34/46] KVM: PIT: Unregister ack notifier callback when freeing
` [PATCH 35/46] KVM: Drop obsolete cpu_get/put in make_all_cpus_request
` [PATCH 36/46] KVM: VMX: Avoid to return ENOTSUPP to userland
` [PATCH 37/46] KVM: Align cr8 threshold when userspace changes cr8
` [PATCH 38/46] KVM: limit lapic periodic timer frequency
` [PATCH 39/46] KVM: fix kvm_init() error handling
` [PATCH 40/46] KVM: MMU: make rmap code aware of mapping levels
` [PATCH 41/46] KVM: MMU: rename is_largepage_backed to mapping_level
` [PATCH 42/46] KVM: MMU: make direct mapping paths aware of mapping levels
` [PATCH 43/46] KVM: MMU: make page walker "
` [PATCH 44/46] KVM: MMU: shadow support for 1gb pages
` [PATCH 45/46] KVM: MMU: enable gbpages by increasing nr of pagesizes
` [PATCH 46/46] KVM: report 1GB page support to userspace

[PATCH] exofs: remove BKL from super operations
 2009-08-23 12:04 UTC  (3+ messages)

RAID5 reshape past 100%
 2009-08-23 12:02 UTC 

[PATCH] Move irq sharing information to irqchip level
 2009-08-23 12:02 UTC  (8+ messages)

pc.mod -> part_msdos.mod (etc)
 2009-08-23 12:01 UTC  (4+ messages)

[PATCH] NetBSD64 support
 2009-08-23 12:01 UTC 

[PATCH] Support --no-smp and --no-acpi for NetBSD
 2009-08-23 11:56 UTC 

Contents of the "origin/ulf/linux-2.6.30.2" branch. Help with testing wanted
 2009-08-23 11:31 UTC  (7+ messages)

[PATCH 2/2 (v2)] reset: make the output more user-friendly
 2009-08-23 11:45 UTC  (8+ messages)
` [PATCH 1/2] Rename REFRESH_SAY_CHANGED to REFRESH_IN_PORCELAIN
  ` [PATCH 2/2 (v3)] reset: make the output more user-friendly

[Buildroot] Build Bug
 2009-08-23 11:43 UTC 

x3m_HPC2000 infos
 2009-08-23 11:39 UTC  (2+ messages)

[PATCH] ASoC: s3c24xx platform: Fix s3c2410_dma_started called at wrong time
 2009-08-23 11:37 UTC  (11+ messages)

Lowlevel documentation
 2009-08-23 11:34 UTC  (4+ messages)

[RFC][PATCH] S.I. and consistent units
 2009-08-23 11:33 UTC  (3+ messages)

[PATCH][RESEND] x86 emulator: Add 'push/pop sreg' instructions
 2009-08-23 11:24 UTC  (3+ messages)
` [PATCH][RESEND] x86 emulator: Introduce No64 decode option
  ` [PATCH][RESEND] x86 emulator: Report unhandled instructions

[PATCH][RESEND] Add push/pop instructions test in test harness
 2009-08-23 11:24 UTC 

[lm-sensors] Support for VIA Nano in 3.1.2?
 2009-08-23 11:19 UTC 

[PATCH] Replace ad-hoc format in efiemu (for variables) and XNU (for device tree) by environment variables
 2009-08-23 11:11 UTC  (3+ messages)

Report: compil error on OSX for target=i386
 2009-08-23 11:10 UTC  (6+ messages)

[GITGRUB] FB driver for EFI
 2009-08-23 11:10 UTC  (6+ messages)

[PATCH] Clean up struct grub_module_header
 2009-08-23 11:08 UTC  (3+ messages)

[lm-sensors] unhide_ICH_SMBus: line 33:
 2009-08-23 11:07 UTC 

[Buildroot] Errors when running make saveconfig error
 2009-08-23 11:06 UTC 

[PATCH] Optimised 1bit blitters
 2009-08-23 11:05 UTC  (3+ messages)

[PATCH] Split big and little endian BeFS and AtheFS
 2009-08-23 11:04 UTC  (6+ messages)

grub-mkconfig fails on every non i386-pc because of gfxterm/vbe
 2009-08-23 11:03 UTC  (11+ messages)

[PATCH 2/2] "auto" keyword in gfxmode and gfxpayload specification
 2009-08-23 11:01 UTC  (5+ messages)

[PATCH] Fix hfsplus
 2009-08-23 11:01 UTC  (2+ messages)

[PATCH 1/2] Replace hook-based with flag-based approach for choosing video mode
 2009-08-23 10:58 UTC  (6+ messages)

[U-Boot] [PATCH] Add support for the DevKit8000 board
 2009-08-23 10:56 UTC 

Linux 2.6.31-rc7
 2009-08-23 10:56 UTC  (2+ messages)

gfs2_mkdir : array subscript is above array bounds
 2009-08-23 10:53 UTC 

[PATCH] Use extcmd to handle bsd arguments
 2009-08-23 10:53 UTC  (2+ messages)

RX/TX bytes counter differences in eth0 and eth1 when using NAT
 2009-08-23 10:32 UTC 

[PATCH] import multiboot1 specification in grub trunk
 2009-08-23 10:39 UTC  (6+ messages)

Continue git clone after interruption
 2009-08-23 10:37 UTC  (10+ messages)

New device: Dikom DK-300 (maybe Kworld 323U rebranded)
 2009-08-23 10:32 UTC  (5+ messages)

multithreating HOWTO ? :)
 2009-08-23 10:29 UTC  (2+ messages)
` Appendix: "

ASoC updates for 2.6.32
 2009-08-23 10:16 UTC 

'password' command in GRUB 2?
 2009-08-23 10:14 UTC  (9+ messages)
  ` Re[2]: "

r8189 mac address changes persist across reboot (was: duplicate MAC
 2009-08-23 10:14 UTC  (3+ messages)
` r8189 mac address changes persist across reboot (was: duplicate MAC addresses)

[PATCH] Fix sysenter migration issue on AMD CPUs
 2009-08-23 10:05 UTC  (2+ messages)

[Buildroot] buildroot Digest, Vol 38, Issue 69 ARM 2.6.30.5
 2009-08-23 10:01 UTC 

[PATCHv3 3/4] qemu-kvm: vhost-net implementation
 2009-08-23  9:58 UTC  (4+ messages)

a11y: howto reduce latency with alsa's dmix plugin?
 2009-08-23  9:55 UTC 

RFC: THE OFFLINE SCHEDULER
 2009-08-23 11:05 UTC  (6+ messages)

[U-Boot] Incorrect CONFIG_SYS_MONITOR_LEN on MPC85xx boards
 2009-08-23  9:44 UTC  (3+ messages)

[PATCH 2/2] v4l2: remove unnecessary vidioc_s_std() from gspca
 2009-08-23  9:30 UTC  (2+ messages)
` [RESEND][PATCH "

[PATCH 1/2] v4l2: modify the webcam video standard handling
 2009-08-23  9:30 UTC  (2+ messages)
` [RESEND][PATCH "

battery alarm unsupported
 2009-08-23  9:21 UTC 

[PATCH 0/3] Few patches to recent OMAP McBSP and ASoC changes
 2009-08-23  9:24 UTC  (4+ messages)
` [PATCH 1/3] OMAP: McBSP: Use textual values in DMA operating mode sysfs files
` [PATCH 2/3] ASoC: OMAP: Fix setup of XCCR and RCCR registers in McBSP DAI
` [PATCH 3/3] ARM: OMAP: McBSP: Merge two functions into omap_mcbsp_start/_stop

[PATCH 1/3] cs5535-gpio: add AMD CS5535/CS5536 GPIO driver support
 2009-08-23  9:22 UTC  (2+ messages)

[tip:x86/cpu] x86: add specific support for Intel Atom architecture
 2009-08-23  9:21 UTC  (3+ messages)
` [PATCH] x86: default X86_L1_CACHE_BYTES to 64 with MATOM

[PATCH 06/13] TProxy: added udp6_lib_lookup function
 2009-08-23  9:19 UTC 

[RFC patch 00/32] x86: Refactor the setup code to provide a base for embedded platforms
 2009-08-23  9:15 UTC  (3+ messages)

amd64 + mtrr: only 3.1gb of 8gb are covered, kernel 2.6.30 and earlier
 2009-08-23  9:11 UTC  (2+ messages)

[PATCH] Implementation of the IEEE80211_RADIOTAP_RATE option
 2009-08-23  9:11 UTC  (7+ messages)

[PATCH 0/1] aoe: ensure we initialise the request_queue correctly
 2009-08-23  9:00 UTC  (4+ messages)

Smart Battery System Design (was: Re: Question about userspace-consumer)
 2009-08-23  9:08 UTC  (11+ messages)

[patch 14/15] read_persistent_clock should return a timespec
 2009-08-23  9:03 UTC  (8+ messages)
` [tip:timers/core] timekeeping: Increase granularity of read_persistent_clock()
          ` [tip:timers/core] timekeeping: Increase granularity of read_persistent_clock(), build fix

[PATCH -tip] v3 Remove CONFIG_PREEMPT_RCU
 2009-08-23  9:03 UTC  (2+ messages)
` [tip:core/rcu] rcu: "

[PATCH] ASoC: free socdev if init_card() fails in wm9705_soc_probe()
 2009-08-23  9:03 UTC  (2+ messages)

[PATCH] cciss: memory leak in cciss_init_one()
 2009-08-23  9:02 UTC  (2+ messages)

[PATCH -tip] v3 Merge preemptable-RCU functionality into hierarchical RCU
 2009-08-23  9:03 UTC  (2+ messages)
` [tip:core/rcu] rcu: "

[PATCH -tip] v3 Simplify rcu_pending()/rcu_check_callbacks() API
 2009-08-23  9:02 UTC  (2+ messages)
` [tip:core/rcu] rcu: "

[PATCH -tip] v3 Merge per-RCU-flavor initialization into pre-existing macro
 2009-08-23  9:02 UTC  (2+ messages)
` [tip:core/rcu] rcu: "

[PATCH -tip] v3 Use debugfs_remove_recursive() simplify code
 2009-08-23  9:02 UTC  (2+ messages)
` [tip:core/rcu] rcu: "

[PATCH -tip] v3 Fix online/offline indication for rcudata.csv trace file
 2009-08-23  9:02 UTC  (2+ messages)
` [tip:core/rcu] rcu: "

[PATCH -tip] v3 Consolidate sparse and lockdep declarations in include/linux/rcupdate.h
 2009-08-23  9:02 UTC  (2+ messages)
` [tip:core/rcu] rcu: "

[PATCH -tip] v3 Renamings to increase RCU clarity
 2009-08-23  9:01 UTC  (2+ messages)
` [tip:core/rcu] rcu: "

[PATCH -tip] v3 Move private definitions from include/linux/rcutree.h to kernel/rcutree.h
 2009-08-23  9:01 UTC  (2+ messages)
` [tip:core/rcu] rcu: "

[PATCH] kvm-kmod vma_kernel_pagesize compatability
 2009-08-23  9:00 UTC  (2+ messages)

[Cluster-devel] [RFC]Drop unused plock resource when no other plock request comes
 2009-08-23  9:00 UTC 

[PATCH-v2/RFC 0/6] improvements for trailing-space processing on incomplete lines
 2009-08-23  8:56 UTC  (5+ messages)
` [PATCH-v2/RFC 3/6] xutils: fix ignore-all-space on incomplete line


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.