public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2007-08-10 15:56:29 to 2007-08-10 22:08:47 UTC [more...]

[PATCH 0/25 -v2] paravirt_ops for x86_64, second round
 2007-08-10 19:12 UTC  (22+ messages)
` [PATCH 1/25 -v2] header file move
  ` [PATCH 2/25 -v2] tlb flushing routines
    ` [PATCH 3/25 -v2] irq_flags / halt routines
      ` [PATCH 4/25 -v2] Add debugreg/load_rsp native hooks
        ` [PATCH 5/25 -v2] native versions for system.h functions
          ` [PATCH 6/25 -v2] add native_apic read and write functions, as well as boot clocks ones
            ` [PATCH 7/25 -v2] interrupt related native paravirt functions
              ` [PATCH 8/25 -v2] use macro for sti/cli in spinlock definitions
                ` [PATCH 9/25 -v2] report ring kernel is running without paravirt
                  ` [PATCH 10/25 -v2] export math_state_restore
                    ` [PATCH 11/25 -v2] native versions for set pagetables
                      ` [PATCH 12/25 -v2] turn msr.h functions into native versions
                        ` [PATCH 13/25 -v2] add native functions for descriptors handling
                          ` [PATCH 14/25 -v2] get rid of inline asm for load_cr3
                            ` [PATCH 15/25 -v2] introducing paravirt_activate_mm
                              ` [PATCH 16/25 -v2] turn page operations into native versions
                                ` [PATCH 17/25 -v2] introduce paravirt_release_pgd()
                                  ` [PATCH 18/25 -v2] turn priviled operations into macros in entry.S
                                    ` [PATCH 19/25 -v2] time-related functions paravirt provisions
                                      ` [PATCH 20/25 -v2] replace syscall_init
                                        ` [PATCH 21/25 -v2] export cpu_gdt_descr

[PATCH 9/24] make atomic_read() behave consistently on ia64
 2007-08-10 21:42 UTC  (5+ messages)

Serial ports rearranged in 2.6.22?
 2007-08-10 21:39 UTC 

[patch 1/6] serial: don't optimise away baud rate changes when BOTHER is used
 2007-08-10 21:38 UTC 

[patch 6/6] Add blacklisting capability to serial_pci to avoid misdetection of serial ports
 2007-08-10 21:38 UTC 

[patch 4/6] serial_txx9: cleanup includes
 2007-08-10 21:38 UTC 

[patch 3/6] serial_txx9: Fix modem control line handling
 2007-08-10 21:38 UTC 

[patch 2/6] serial: add support for ITE 887x chips
 2007-08-10 21:38 UTC 

[patch 5/6] Serial 8250: handle saving the clear-on-read bits from the LSR and MSR
 2007-08-10 21:38 UTC 

serial patches from -mm
 2007-08-10 21:38 UTC 

CFS review
 2007-08-10 21:36 UTC  (20+ messages)

Use of directories to hold root?
 2007-08-10 21:33 UTC  (2+ messages)

2.6.23-rc2-mm2
 2007-08-10 21:32 UTC  (51+ messages)
          ` 2.6.23-rc2-mm2 -- conntrack divide error
    ` Section mismatch warnings ( Re: 2.6.23-rc2-mm2 )
` [-mm patch] kernel/sysctl_check.c must #include <linux/string.h>
` 2.6.23-rc2-mm2: drivers/s390/char/keyboard.c compile error
        ` [PATCH 1/7] sysctl: Remove broken cdrom binary sysctls
          ` [PATCH 2/7] sysctl: parport remove binary paths
            ` [PATCH 3/7] sysctl: Simplify the pty sysctl logic
              ` [PATCH 4/7] sysctl: remove broken netfilter binary sysctls
                ` [PATCH 5/7] sysctl: Cleanup the sched debug sysctl usage
                  ` [PATCH 6/7] sysctl: Update sysctl_checks list of binary paths
                    ` [PATCH 7/7] sysctl: Remove the cad_pid binary sysctl path
` arch/i386/kernel/setup.c - compile error (Re: 2.6.23-rc2-mm2)

2.4.XX ICH7 PATA UDMA Support
 2007-08-10 21:31 UTC 

[PATCH] request_firmware: skip timeout if userspace was not notified
 2007-08-10 21:24 UTC  (8+ messages)

[git pull request] scheduler updates
 2007-08-10 21:22 UTC 

nfs - duplicate directory entries
 2007-08-10 21:20 UTC  (4+ messages)

[PATCH 1/4] Add ETHTOOL_[GS]FLAGS sub-ioctls
 2007-08-10 21:11 UTC  (10+ messages)
` [PATCH 2/4] ethtool: introduce get_sset_count
` [PATCH 3/4] Add ETHTOOL_[GS]PFLAGS sub-ioctls
  ` Driver writer hints (was [PATCH 3/4] Add ETHTOOL_[GS]PFLAGS sub-ioctls)
` [PATCH 4/4] ethtool: internal simplification

[patch][rfc] 2.6.23-rc1 mm: NUMA replicated pagecache
 2007-08-10 21:08 UTC  (3+ messages)

Software based ECC ?
 2007-08-10 21:16 UTC 

2.6.23-rc1 regression: hwmon/w83627ehf: wrong fan speed
 2007-08-10 21:08 UTC  (4+ messages)

Documentation files in html format?
 2007-08-10 20:51 UTC  (9+ messages)

[PATCH] flush icache before set_pte() on ia64 take9 [0/2] all renewed
 2007-08-10 20:53 UTC  (5+ messages)
` [PATCH] flush icache before set_pte() on ia64 take9 [2/2] flush icache at set_pte

[PATCH 00/25] move handling of setuid/gid bits from VFS into individual setattr functions (RESEND)
 2007-08-10 20:47 UTC  (4+ messages)

[patch 05/11] dm-snap: remove SECTOR_SHIFT define
 2007-08-10 20:43 UTC  (2+ messages)
  ` [patch 03/11] dm-snap: Remove dead queued_bios code

2.6.23-rc1: USB hard disk broken
 2007-08-10 20:43 UTC  (3+ messages)

[PATCH] Add missing newlines to some uses of dev_<level> messages
 2007-08-10 20:34 UTC  (3+ messages)

Introducing paravirt_ops for x86_64
 2007-08-10 20:30 UTC  (13+ messages)
` [PATCH 22/25] [PATCH] turn priviled operation into a macro
  ` [PATCH 23/25] [PATCH] paravirt hooks for arch initialization

2.6.23-rc2-mm1
 2007-08-10 20:30 UTC  (7+ messages)
` 2.6.23-rc2-mm1: rcutorture xtime usage

[PATCH 1/24] make atomic_read() behave consistently on alpha
 2007-08-10 20:26 UTC  (13+ messages)

New section mismatch warnings on ppc
 2007-08-10 20:24 UTC  (2+ messages)

+ remove-current-defines-and-uses-of-pr_err-add-pr_emerg.patch added to -mm tree
 2007-08-10 20:22 UTC  (9+ messages)

[PATCH 1/24] make atomic_read() behave consistently on alpha
 2007-08-10 20:07 UTC  (2+ messages)

[3/3] 2.6.23-rc2: known regressions v2
 2007-08-10 20:16 UTC  (7+ messages)

[PATCH 6/24] make atomic_read() behave consistently on frv
 2007-08-10 19:54 UTC  (4+ messages)

resume from ram much slower
 2007-08-10 20:00 UTC  (4+ messages)

early boot lockup with 2.6.23-rc1
 2007-08-10 19:50 UTC  (10+ messages)

2.6.12 Kernel Panic
 2007-08-10 19:29 UTC  (2+ messages)

Noatime vs relatime
 2007-08-10 19:29 UTC  (3+ messages)

i386 doublefault handler is broken with CONFIG_DEBUG_SPINLOCK
 2007-08-10 19:11 UTC  (7+ messages)

[PATCH 0/4] Use one zonelist per node instead of multiple zonelists v3
 2007-08-10 19:02 UTC  (9+ messages)
` [PATCH 3/4] Embed zone_id information within the zonelist->zones pointer

new text patching for review
 2007-08-10 19:00 UTC  (2+ messages)

2.6.23-rc2-mm2 -- When suspending, "INFO: inconsistent lock state" -- 8139too issue?
 2007-08-10 18:51 UTC  (2+ messages)

[PATCH 2.6.23-rc2] getrusage: return ru_maxrss
 2007-08-10 18:47 UTC  (2+ messages)
` [PATCH 2.6.23-rc2] getrusage: return ru_maxrss *WITHDRAWN*

[git patches] ocfs2 fixes
 2007-08-10 18:43 UTC 

[PATCH 4/4] /drivers/net ioremap balancing/returncode check (ucc_geth.c.c)
 2007-08-10 18:41 UTC 

[PATCH 3/4] /drivers/net ioremap balancing/returncode check (myri_sbus.c)
 2007-08-10 18:40 UTC 

[PATCH 2/4] /drivers/net ioremap balancing/returncode check (lne390.c)
 2007-08-10 18:38 UTC 

[PATCH 1/4] /drivers/net ioremap balancing/returncode check (es3210.c)
 2007-08-10 18:37 UTC 

[PATCH] Remove CTL_UNNUMBERED
 2007-08-10 18:30 UTC  (19+ messages)
    ` [PATCH 2/2] sysctl: remove CTL_UNNUMBERED
      ` [PATCH 1/3] sysctl core: Stop using the unnecessary ctl_table typedef
        ` [PATCH 2/3] sysctl: Factor out sysctl_data
          ` [PATCH 3/3] sysctl: Error on bad sysctl tables
            ` [PATCH 01/10] sysctl: Update sysctl_check_table
              ` [PATCH 02/10] sysct mqueue: Remove the binary sysctl numbers
                ` [PATCH 03/10] sysctl: Remove binary sysctl support where it clearly doesn't work
                  ` [PATCH 04/10] sysctl: Fix neighbour table sysctls
                    ` [PATCH 05/10] sysctl: ipv6 route flushing (kill binary path)
                      ` [PATCH 06/10] sysctl: Remove broken sunrpc debug binary sysctls
                        ` [PATCH 07/10] sysctl: x86_64 remove unnecessary binary paths
                          ` [PATCH 08/10] sysctl: Remove broken cdrom binary sysctls

[PATCH] Make access to task's nsproxy liter
 2007-08-10 18:03 UTC  (6+ messages)

Linux 2.6.22.2
 2007-08-10 14:26 UTC  (4+ messages)

[2.6 patch] dvb_frontend_ioctl(): fix check-after-use
 2007-08-10 17:47 UTC  (3+ messages)
  ` [v4l-dvb-maintainer] "

[PATCH 00/10] foundations for reserve-based allocation
 2007-08-10 17:46 UTC  (12+ messages)
` [PATCH 02/10] mm: system wide ALLOC_NO_WATERMARK

SLUB doesn't work with kdump kernel on Cell
 2007-08-10 15:43 UTC  (4+ messages)
    ` [Cbe-oss-dev] "

2.6.23-rc2-mm2 -- sysctl table check failed: /kernel/cad_pid .1.54 Missing strategy
 2007-08-10 17:26 UTC 

[PATCH] pata_artop: fix UDMA5 for AEC6280[R] and UDMA6 for AEC6880[R]
 2007-08-10 17:33 UTC  (2+ messages)

[PATCH 2/4] writeback: 3-queue based writeback schedule
 2007-08-10 17:05 UTC  (2+ messages)

[PATCH 00/16] Permit filesystem local caching [try #3]
 2007-08-10 16:52 UTC  (18+ messages)
` [PATCH 01/16] FS-Cache: Release page->private after failed readahead "
` [PATCH 02/16] FS-Cache: Recruit a couple of page flags for cache management "
` [PATCH 03/16] FS-Cache: Provide an add_wait_queue_tail() function "
` [PATCH 04/16] FS-Cache: Generic filesystem caching facility "
` [PATCH 05/16] CacheFiles: Add missing copy_page export for ia64 "
` [PATCH 06/16] CacheFiles: Add a hook to write a single page of data to an inode "
` [PATCH 07/16] CacheFiles: Permit the page lock state to be monitored "
` [PATCH 08/16] CacheFiles: Export things for CacheFiles "
` [PATCH 09/16] CacheFiles: Permit a process's create SID to be overridden "
` [PATCH 10/16] CacheFiles: Add an act-as SID override in task_security_struct "
` [PATCH 11/16] CacheFiles: Permit an inode's security ID to be obtained "
` [PATCH 12/16] CacheFiles: Get the SID under which the CacheFiles module should operate "
` [PATCH 13/16] CacheFiles: A cache that backs onto a mounted filesystem "
` [PATCH 14/16] NFS: Use local caching "
` [PATCH 15/16] NFS: Configuration and mount option changes to enable local caching on NFS "
` [PATCH 16/16] NFS: Display local caching state "

2.6.23-rc2-mm1 -- drivers/dma/ioat_dca.c:177: error: implicit declaration of function ‘cpu_physical_id’
 2007-08-10 16:46 UTC  (4+ messages)
` 2.6.23-rc2-mm1 -- drivers/dma/ioat_dca.c:177: error: implicit declaration of function ___cpu_physical_id___

[SCSI] aic94xx: new driver
 2007-08-10 16:39 UTC  (4+ messages)

[PATCH] ld.so on FC7 is mmap'ing shared libraries right in over guest memory
 2007-08-10 16:35 UTC  (3+ messages)

[PATCH 00/23] per device dirty throttling -v8
 2007-08-10 16:00 UTC 

Noatime vs relatime
 2007-08-10 16:32 UTC 

joydev.c and saitek cyborg evo force
 2007-08-10 16:31 UTC  (11+ messages)

[PATCH] Fix typo in arch/i386/kernel/tsc.c
 2007-08-10 16:25 UTC  (3+ messages)

[PATCH] Fix typo in arch/i386/kernel/tsc.c
 2007-08-10 16:25 UTC 

[PATCH 14/14] NFS: Use local caching [try #2]
 2007-08-10 16:07 UTC  (7+ messages)
  ` [PATCH 00/14] Permit filesystem "

[PATCH 2/2][KVM] modify account_system_time() to add cputime to cpustat->guest
 2007-08-10 16:06 UTC  (2+ messages)

[PATCH 1/2][KVM] introduce a new field in cpustat
 2007-08-10 15:59 UTC 

[PATCH 0/2][KVM] guest time accounting
 2007-08-10 15:58 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox