All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-04-20 21:28:36 to 2009-04-20 23:31:18 UTC [more...]

[to-be-updated] alsa-cs5535audio-free-olpc-quirks-from-reliance-on-mgeode_lx-cpu-optimization.patch removed from -mm tree
 2009-04-20 23:25 UTC 

[RFC] Security policy reworks for SE-PostgreSQL
 2009-04-20 23:27 UTC  (8+ messages)
` [refpolicy] "

[PATCH] mvsdio: fix CONFIG_PM=y build
 2009-04-20 23:26 UTC  (2+ messages)

[Patch] Wait for console to become available, ver 3
 2009-04-20 23:23 UTC  (17+ messages)

[Xenomai-help] Intel EP80579 support
 2009-04-20 23:21 UTC  (8+ messages)

[PM PATCH] OMAP3: PM: Save and restore I2C wakeup sources
 2009-04-20 23:15 UTC  (2+ messages)

2.6.29-git13: Reported regressions from 2.6.28
 2009-04-20 23:08 UTC  (9+ messages)

newrole and pam.d/*
 2009-04-20 23:10 UTC 

[ANN] iw: v0.9.13
 2009-04-20 23:10 UTC 

[PATCH] fbdev: fix fillrect for 24bpp modes
 2009-04-20 23:07 UTC  (5+ messages)
  ` [Linux-fbdev-devel] "
    ` [PATCH v2] "

[LTP] statvfs -> f_bavail
 2009-04-20 22:59 UTC  (5+ messages)
            `  "

Problem with exclusive interrupt in hostap_cs
 2009-04-20 22:57 UTC  (2+ messages)

LSF: Multipathing and path checking question
 2009-04-20 23:02 UTC  (7+ messages)
` [dm-devel] "

[PATCH] netfilter: use per-cpu spinlock rather than RCU (v3)
 2009-04-20 23:01 UTC  (13+ messages)
            ` [PATCH] netfilter: use per-cpu recursive lock (v10)
                      ` [PATCH] netfilter: use per-cpu recursive lock (v11)

[PATCH] grep: don't support "grep.color"-like config options
 2009-04-20 22:58 UTC 

Quick question about libata and hdparm
 2009-04-20 22:57 UTC  (6+ messages)

Oldest supported Perl version
 2009-04-20 22:56 UTC  (6+ messages)

[PATCH 0/2] [GIT PULL] tracing: various bug fixes
 2009-04-20 22:57 UTC  (5+ messages)
` [PATCH 1/2] tracing: use recursive counter over irq level
` [PATCH 2/2] tracing: use nowakeup version of commit for function event trace tests

[PATCH] x86/pci: make pci_mem_start to be aligned only -v3
 2009-04-20 22:52 UTC  (12+ messages)
` [PATCH] x86/pci: make pci_mem_start to be aligned only -v4

Reflection on MTN to GIT change?
 2009-04-20 22:42 UTC 

ath9k and power management
 2009-04-20 22:48 UTC  (4+ messages)

+ vmscanmemcg-reintroduce-sc-may_swap.patch added to -mm tree
 2009-04-20 22:42 UTC 

[RFC Add in_use attribute] Let the driver know if it's in use
 2009-04-20 22:45 UTC  (5+ messages)

[PATCH] NFS: Fix the XDR iovec calculation in nfs3_xdr_setaclargs
 2009-04-20 18:58 UTC 

[PATCH] mac80211: do not print WARN if config interface fails during reconfigure
 2009-04-20 22:50 UTC  (4+ messages)
` [PATCH v2.6.30] mac80211: do not print WARN if config interface

Framebuffer/vbe separation
 2009-04-20 22:42 UTC 

What are branches?
 2009-04-20 22:08 UTC  (8+ messages)

+ ia64-fix-build-due-to-include-tangle.patch added to -mm tree
 2009-04-20 22:37 UTC 

pull request: wireless-2.6 2009-04-20
 2009-04-20 22:34 UTC  (3+ messages)

[PATCH] keywest: Convert to new-style i2c driver
 2009-04-20 22:34 UTC  (2+ messages)

[U-Boot] [PATCH] arm925t: Fix CONFIG_SYS_HZ to 1000
 2009-04-20 22:32 UTC  (5+ messages)

[PATCH] mac80211: fix IBSS code to not sleep while atomic
 2009-04-20 22:30 UTC 

[PATCH v3 1/1] ftrace, workqueuetrace: Make workqueuetracepoints use TRACE_EVENT macro
 2009-04-20 22:25 UTC  (5+ messages)

+ rtc-add-stand-alone-driver-for-rx8025-chip.patch added to -mm tree
 2009-04-20 22:22 UTC 

[PATCH 00/25] Cleanup and optimise the page allocator V6
 2009-04-20 22:20 UTC  (52+ messages)
` [PATCH 01/25] Replace __alloc_pages_internal() with __alloc_pages_nodemask()
` [PATCH 02/25] Do not sanity check order in the fast path
` [PATCH 03/25] Do not check NUMA node ID when the caller knows the node is valid
` [PATCH 04/25] Check only once if the zonelist is suitable for the allocation
` [PATCH 05/25] Break up the allocator entry point into fast and slow paths
` [PATCH 06/25] Move check for disabled anti-fragmentation out of fastpath
` [PATCH 07/25] Check in advance if the zonelist needs additional filtering
` [PATCH 08/25] Calculate the preferred zone for allocation only once
` [PATCH 09/25] Calculate the migratetype "
` [PATCH 10/25] Calculate the alloc_flags "
` [PATCH 11/25] Calculate the cold parameter "
` [PATCH 12/25] Remove a branch by assuming __GFP_HIGH == ALLOC_HIGH
` [PATCH 13/25] Inline __rmqueue_smallest()
` [PATCH 14/25] Inline buffered_rmqueue()
` [PATCH 15/25] Inline __rmqueue_fallback()
` [PATCH 16/25] Save text by reducing call sites of __rmqueue()
` [PATCH 17/25] Do not call get_pageblock_migratetype() more than necessary
` [PATCH 18/25] Do not disable interrupts in free_page_mlock()
` [PATCH 19/25] Do not setup zonelist cache when there is only one node
` [PATCH 20/25] Do not check for compound pages during the page allocator sanity checks
` [PATCH 21/25] Use allocation flags as an index to the zone watermark
` [PATCH 22/25] Update NR_FREE_PAGES only as necessary
` [PATCH 23/25] Get the pageblock migratetype without disabling interrupts
` [PATCH 24/25] Re-sort GFP flags and fix whitespace alignment for easier reading
` [PATCH 25/25] Use a pre-calculated value instead of num_online_nodes() in fast paths

Hauppauge HVR-1500 (aka HP RM436AA#ABA)
 2009-04-20 22:28 UTC  (11+ messages)

[Buildroot] svn commit: [26168] trunk/buildroot/package/qtopia4
 2009-04-20 22:26 UTC 

+ kmap_types-make-most-arches-use-generic-header-file.patch added to -mm tree
 2009-04-20 22:08 UTC 

+ kmap_types-make-most-arches-use-generic-header-file.patch added to -mm tree
 2009-04-20 22:08 UTC 

access(2) vs. SELinux
 2009-04-20 22:24 UTC  (4+ messages)
` [RFC PATCH] "

problem with cherry picking
 2009-04-20 22:20 UTC  (2+ messages)

[PATCH] LSM: Add security_socket_post_accept() and security_socket_post_recv_datagram()
 2009-04-20 22:22 UTC  (4+ messages)

[Qemu-devel] qemu-devel now defaults to reply-to "poster"
 2009-04-20 22:19 UTC  (2+ messages)

[PATCH 2/2] Windows: Skip fstat/lstat optimization in write_entry()
 2009-04-20 22:17 UTC  (6+ messages)

[PATCH] Fix i_mutex vs. readdir handling in nfsd
 2009-04-20 22:18 UTC 

[Buildroot] additional patches post or pre ?
 2009-04-20 22:18 UTC 

[PATCH] acpi: Fix regression where _PPC is not read at boot even when ignore_ppc=0
 2009-04-20 22:18 UTC  (5+ messages)
` [PATCH v2] "

[STABLE] Some fixes from .dev tree
 2009-04-20 21:59 UTC  (22+ messages)
` [STABLE][STABLE][PATCH 1/1] busybox 1.13.2: Add more upstream patches, bump PR
` [STABLE][PATCH 1/1] tracker: added libgnomecanvas to dependencies
` [STABLE][PATCH 1/1] e2fsprogs_1.41.4.bb : remove bogus override of do_configure which breaks avr32 compile. Did a simple forward port of mkinstalldirs.patch that fixes the problem
` [STABLE][PATCH 1/1] e2fsprogs: fix compile to use 3 args so it works
` [STABLE][PATCH 1/1] util-linux-ng: depend on virtual/libintl to pass building with uclibc
` [STABLE][PATCH 1/1] hostap-utils-0.4.7: use LDFLAGS (fixes QA error)
` [STABLE][PATCH 1/1] irda-utils: add patch to "

[Qemu-devel] Re: [OpenBIOS] QEMU OpenBIOS booting?
 2009-04-20 22:15 UTC  (6+ messages)
        ` [OpenBIOS] [Qemu-devel] "

Errors reported by Coverity in ext3
 2009-04-20 22:14 UTC  (4+ messages)

VIA Padlock driver no longer loads automatically
 2009-04-20 22:14 UTC 

[PATCH] fix mmap2 syscall
 2009-04-20 22:14 UTC  (2+ messages)

[Qemu-devel] [STABLE][PATCH 0/3] Rebase aio dma cancellation work
 2009-04-20 22:13 UTC  (4+ messages)
` [Qemu-devel] [STABLE][PATCH 1/3] Refactor aio callback allocation to use an aiocb pool
` [Qemu-devel] [STABLE][PATCH 2/3] Convert vectored aio emulation to use a dedicated pool
` [Qemu-devel] [STABLE][PATCH 3/3] Implement cancellation method for dma async I/O

[Xenomai-help] Tests with 2.5rc1
 2009-04-20 22:13 UTC  (3+ messages)
  ` [Xenomai-help] Success! (was Re: Tests with 2.5rc1)

[PATCH] ipr: fix debug macro call in ipr_reset_restore_cfg_space()
 2009-04-20 22:11 UTC  (2+ messages)

padlock hardware crypto for x86_64
 2009-04-20 22:09 UTC  (6+ messages)
` enable padlock on x86_64

Resume after suspend-to-ram broken for Vaio SR19VN in 30rc2
 2009-04-20 22:11 UTC  (3+ messages)

[Qemu-devel] multi-bytes nop and 64bits
 2009-04-20 22:10 UTC  (2+ messages)

[U-Boot] [PATCH] OMAP3: Fix timer handling to 1ms and CONFIG_SYS_HZ to 1000
 2009-04-20 22:10 UTC  (6+ messages)

+ edac-ppc-mpc85xx-fix-mc-err-detect.patch added to -mm tree
 2009-04-20 22:02 UTC 

linux-next ia64 build problems in slqb
 2009-04-20 22:08 UTC 

patch: s2255drv: fix race condition on set mode
 2009-04-20 22:07 UTC 

[patch] serial: add parameter to force skipping the test for the TXEN bug
 2009-04-20 22:05 UTC 

[PATCH 0/9] cgroup: io-throttle controller (v13)
 2009-04-20 22:05 UTC  (9+ messages)
` [PATCH 1/9] io-throttle documentation

Git update delay
 2009-04-20 21:37 UTC 

[PATCH 1/8] tg3: Fix SEEPROM accesses
 2009-04-20 22:02 UTC  (3+ messages)

[U-Boot] Kconfig menu layout
 2009-04-20 22:01 UTC  (2+ messages)

[PATCH] DMA: TXx9 Soc DMA Controller driver (v2)
 2009-04-20 21:59 UTC  (4+ messages)

[PATCH 0/4] mac80211 powersave work
 2009-04-20 21:55 UTC  (8+ messages)

Trouble booting CF card in PCMCIA port from GRUB2
 2009-04-20 21:58 UTC 

[patch for 2.6.29? 2/2] scsi: mpt: suppress debugobjects warning
 2009-04-20 21:55 UTC  (2+ messages)

Network latency regressions from 2.6.22 to 2.6.29
 2009-04-20 21:52 UTC  (14+ messages)
      ` Network latency regressions from 2.6.22 to 2.6.29 (results with IRQ affinity)

repository corruption
 2009-04-20 21:52 UTC  (2+ messages)

[Qemu-devel] BIOS and VGABIOS
 2009-04-20 21:51 UTC  (4+ messages)

[PATCH take 2] PM: OMAP: Fix build with CONFIG_OMAP_PM_NONE set
 2009-04-20 21:49 UTC  (2+ messages)

[PATCH] tracing WIP patches
 2009-04-20 21:47 UTC  (13+ messages)
` [PATCH 1/4] tracing: move __DO_TRACE out of line

[PATCH 0/11] iwlwifi driver updates 04/20/2009
 2009-04-20 21:53 UTC  (13+ messages)
` [PATCH v2.6.30 and w-t 01/11] iwlwifi: fix EEPROM validation mask to include OTP only devices
  ` [PATCH 02/11] iwlwifi: rename PROBE_OPTION_MAX_API1 to PROBE_OPTION_MAX_3945
    ` [PATCH 03/11] iwlwifi: improve scan support
      ` [PATCH 04/11] iwlwifi: support truly passive scanning
        ` [PATCH 05/11] iwl3945: add debugfs to 3945
          ` [PATCH 06/11] iwl3945: calculate debugfs isr statistics
            ` [PATCH 07/11] iwlwifi: clean up unused NL80211_IFTYPE_MONITOR for Monitor mode
              ` [PATCH 08/11] iwl3945: use cancel_delayed_work_sync to cancel rfkill_poll
                ` [PATCH 09/11] iwlcore: Fix stay in table function
                  ` [PATCH 10/11] iwlwifi: remove radio disable parameter
                    ` [PATCH 11/11] iwlwifi: allow config if device not ready

[Printing-architecture] Congratulations!
 2009-04-20 21:47 UTC 

[patch 1/3] mm: fix pageref leak in do_swap_page()
 2009-04-20 21:38 UTC  (6+ messages)
` [patch 3/3][rfc] vmscan: batched swap slot allocation

bond interface arp, vlan and trunk / network question
 2009-04-20 21:39 UTC  (8+ messages)

[dm-devel] Re: dm-ioband: Test results
 2009-04-20 21:37 UTC  (6+ messages)
`  "

[PATCH] ar9170: rework rxstream code
 2009-04-20 21:37 UTC  (3+ messages)
  ` [PATCH] ar9170: initialize phy data pointer variable


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.