linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2007-05-14 02:37:59 to 2007-05-14 13:16:11 UTC [more...]

fair clock use in CFS
 2007-05-14 13:15 UTC  (11+ messages)

dm(-crypt) and /dev/disk/by-label/
 2007-05-14 13:06 UTC  (2+ messages)

How to access correctly serial port inside module?
 2007-05-14 13:00 UTC 

[PATCH 0/2] convert mmap_sem to a scalable rw_mutex
 2007-05-14 12:57 UTC  (26+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] mm: change mmap_sem over to the "

Kconfig warnings on latest GIT
 2007-05-14 12:55 UTC  (9+ messages)

[RFC][PATCH] Make prepare_namespace() wait for devices
 2007-05-14 12:34 UTC  (2+ messages)

Why can't we sleep in an ISR?
 2007-05-14 12:25 UTC  (3+ messages)

why does x86 "make defconfig" build a single, lonely module?
 2007-05-14 12:23 UTC  (8+ messages)

Linux 2.6.22-rc1
 2007-05-14 12:14 UTC  (19+ messages)
` Linux 2.6.22-rc1, 'nother randconfig
` [PATCH] driver core: fix warning of temporarily unused multithreaded probing function (was: Re: Linux 2.6.22-rc1)
` 2.6.22-rc1: loop.c
` V4L Regression (Was: Linux 2.6.22-rc1)

Reboot PATCH (ACPI related)
 2007-05-14 11:57 UTC  (3+ messages)

[PATCH] AF_RXRPC: Make call state names available if CONFIG_PROC_FS=n
 2007-05-14 11:50 UTC 

[PATCH] AF_RXRPC: AF_RXRPC depends on IPv4
 2007-05-14 11:41 UTC 

[PATCH] Workaround for a PCI restoring bug
 2007-05-14 10:21 UTC  (7+ messages)

undeprecate raw driver
 2007-05-14 11:42 UTC  (5+ messages)

[AppArmor 00/45] AppArmor security module overview
 2007-05-14 11:06 UTC  (46+ messages)
` [AppArmor 01/45] Pass struct vfsmount to the inode_create LSM hook
` [AppArmor 02/45] Pass struct path down to remove_suid and children
` [AppArmor 03/45] Add a vfsmount parameter to notify_change()
` [AppArmor 04/45] Pass struct vfsmount to the inode_setattr LSM hook
` [AppArmor 05/45] Add struct vfsmount parameter to vfs_mkdir()
` [AppArmor 06/45] Pass struct vfsmount to the inode_mkdir LSM hook
` [AppArmor 07/45] Add a struct vfsmount parameter to vfs_mknod()
` [AppArmor 08/45] Pass struct vfsmount to the inode_mknod LSM hook
` [AppArmor 09/45] Add a struct vfsmount parameter to vfs_symlink()
` [AppArmor 10/45] Pass struct vfsmount to the inode_symlink LSM hook
` [AppArmor 11/45] Pass struct vfsmount to the inode_readlink "
` [AppArmor 12/45] Add struct vfsmount parameters to vfs_link()
` [AppArmor 13/45] Pass the struct vfsmounts to the inode_link LSM hook
` [AppArmor 14/45] Add a struct vfsmount parameter to vfs_rmdir()
` [AppArmor 15/45] Pass struct vfsmount to the inode_rmdir LSM hook
` [AppArmor 16/45] Call lsm hook before unhashing dentry in vfs_rmdir()
` [AppArmor 17/45] Add a struct vfsmount parameter to vfs_unlink()
` [AppArmor 18/45] Pass struct vfsmount to the inode_unlink LSM hook
` [AppArmor 19/45] Add struct vfsmount parameters to vfs_rename()
` [AppArmor 20/45] Pass struct vfsmount to the inode_rename LSM hook
` [AppArmor 21/45] Add a struct vfsmount parameter to vfs_setxattr()
` [AppArmor 22/45] Pass struct vfsmount to the inode_setxattr LSM hook
` [AppArmor 23/45] Add a struct vfsmount parameter to vfs_getxattr()
` [AppArmor 24/45] Pass struct vfsmount to the inode_getxattr LSM hook
` [AppArmor 25/45] Add a struct vfsmount parameter to vfs_listxattr()
` [AppArmor 26/45] Pass struct vfsmount to the inode_listxattr LSM hook
` [AppArmor 27/45] Add a struct vfsmount parameter to vfs_removexattr()
` [AppArmor 28/45] Pass struct vfsmount to the inode_removexattr LSM hook
` [AppArmor 29/45] Fix __d_path() for lazy unmounts and make it unambiguous
` [AppArmor 30/45] Make d_path() consistent across mount operations
` [AppArmor 31/45] Add d_namespace_path() to compute namespace relative pathnames
` [AppArmor 32/45] Enable LSM hooks to distinguish operations on file descriptors from operations on pathnames
` [AppArmor 33/45] Pass struct file down the inode_*xattr security LSM hooks
` [AppArmor 34/45] Factor out sysctl pathname code
` [AppArmor 35/45] Allow permission functions to tell between parent and leaf checks
` [AppArmor 36/45] Export audit subsystem for use by modules
` [AppArmor 37/45] AppArmor: Main Part
` [AppArmor 38/45] AppArmor: Module and LSM hooks
` [AppArmor 39/45] AppArmor: Profile loading and manipulation, pathname matching
` [AppArmor 40/45] AppArmor: all the rest
` [AppArmor 41/45] Add AppArmor LSM to security/Makefile
` [AppArmor 42/45] AppArmor: add lock subtyping so lockdep does not report false dependencies
` [AppArmor 43/45] Switch to vfs_permission() in do_path_lookup()
` [AppArmor 44/45] Switch to vfs_permission() in sys_fchdir()
` [AppArmor 45/45] Fix file_permission()

[PATCH -mm] proc: introduce and use pde_users_dec()
 2007-05-14 11:41 UTC 

[RFD Patch 0/4] AppArmor - Don't pass NULL nameidata to vfs_create/lookup/permission IOPs
 2007-05-14 11:06 UTC  (5+ messages)
` [RFD Patch 1/4] Pass no useless nameidata to the create, lookup, and permission IOPs
` [RFD Patch 2/4] Never pass a NULL nameidata to vfs_create()
` [RFD Patch 3/4] Dont use a NULL nameidata in xattr_permission()
` [RFD Patch 4/4] Pass nameidata2 to permission() from nfsd_permission()

SDHCI issues on Ricoh in 2.6.20, 21 and 21-rc7-mm2
 2007-05-14 11:25 UTC  (4+ messages)

[RFC][PATCH 0/14] VFS based Union Mount(v1)
 2007-05-14 11:15 UTC  (17+ messages)
` [RFC][PATCH 1/14] Add union mount documentation
` [RFC][PATCH 2/14] Add a new mount flag (MNT_UNION) for union mount
` [RFC][PATCH 3/14] Add the whiteout file type
` [RFC][PATCH 4/14] Add config options for union mount
` [RFC][PATCH 5/14] Introduce union stack
` [RFC][PATCH 6/14] Union-mount dentry reference counting
` [RFC][PATCH 7/14] Union-mount mounting
` [RFC][PATCH 8/14] Union-mount lookup
` [RFC][PATCH 9/14] Union-mount readdir
` [RFC][PATCH 10/14] In-kernel file copy between union mounted filesystems
` [RFC][PATCH 11/14] VFS whiteout handling
` [RFC][PATCH 12/14] ext2 whiteout support
` [RFC][PATCH 13/14] ext3 "
` [RFC][PATCH 14/14] tmpfs "

[PATCH 1/2] kbuild: Add "Section mismatch" warning whitelist for powerpc
 2007-05-14 11:06 UTC  (2+ messages)

[PATCH] kbuild: fix wrong warning message in modpost
 2007-05-14 11:05 UTC  (2+ messages)

[PATCH 2/2] powerpc: Fix Section mismatch warnings
 2007-05-14 10:59 UTC 

[PATCH] ppc: MCC2 missing in MPC8260 device_list
 2007-05-14 10:20 UTC 

Opss: 2.6.21-1.3116.ONELAN Kernel last sysfs file: /class/vc/vcsa7/dev
 2007-05-14 10:40 UTC  (2+ messages)

ACPI Power Down is broken in 2.6.21.1
 2007-05-13 19:36 UTC  (2+ messages)

[PATCH] sdhci: Add quirk to support polling for card presence
 2007-05-14 10:29 UTC  (2+ messages)

2.6.21-ck2
 2007-05-14 10:30 UTC 

[PATCH] x86-64 highres/dyntick support
 2007-05-14 10:26 UTC  (4+ messages)
  ` [PATCH] x86-64 highres/dyntick support 2.6.22-rc1-v1

[PATCH] improved locking performance in rt_run_flush()
 2007-05-14 10:04 UTC  (2+ messages)

[RFD] Freezing of kernel threads
 2007-05-14 10:07 UTC  (9+ messages)

pxamci.c fails to compile
 2007-05-14  9:57 UTC  (3+ messages)

[ALPHA] Fix hard_smp_processor_id compile error
 2007-05-14  9:42 UTC 

[PATCH] usbusx2yaudio: kfree(NULL) is valid
 2007-05-14  9:33 UTC  (2+ messages)

[patch] Let smp_call_function_single return -EBUSY
 2007-05-14  9:23 UTC 

[patch] simplify compat_sys_timerfd
 2007-05-14  9:21 UTC 

[PATCH] Fix UCB1x00 driver to use sched_setscheduler
 2007-05-14  9:21 UTC  (4+ messages)

[PATCH 0/5] use mutex instead of semaphore in several drivers
 2007-05-14  9:21 UTC  (6+ messages)
` [PATCH 1/5] Use mutexes instead of semaphores in I2O driver
` [PATCH 2/5] Use mutex instead of semaphore in IDE driver
` [PATCH 3/5] Use mutex instead of semaphore in CAPI 2.0 driver
` [PATCH 4/5] Use mutex instead of semaphore in the MTD ST M25Pxx driver
` [PATCH 5/5] Use mutex instead of semaphore in the MTD DataFlash driver

[PATCH] timekeeping fix mismerge
 2007-05-14  9:10 UTC 

[PATCH] Add driver for Dallas DS1682 elapsed time recorder
 2007-05-14  8:56 UTC  (2+ messages)

[PATCH] h8300 atomic.h update
 2007-05-14  8:28 UTC 

+ timer_stats-slimmed-down-using-statistics-infrastucture.patch added to -mm tree
 2007-05-14  8:26 UTC  (2+ messages)

[patch 0/5] powerpc 2.6.21-rt1] latency trace support for powerpc
 2007-05-14  8:23 UTC  (6+ messages)
` [patch 1/5] powerpc 2.6.21-rt1: add mcount() and _mcount()
` [patch 2/5] powerpc 2.6.21-rt1: dummy functions and export _mcount to compile
` [patch 3/5] powerpc 2.6.21-rt1: mark raw_local_irq_restore() and timebase_read() as notrace
` [patch 4/5] powerpc 2.6.21-rt1: rename mcount variable in xmon to xmon_mcount
` [patch 5/5] powerpc 2.6.21-rt1] fix clocksource_timebase.shift value

[BUG][PATCH] Fix race condition about network device name allocation
 2007-05-14  8:17 UTC  (3+ messages)

[PATCH] nommu: add ioremap_page_range()
 2007-05-14  8:18 UTC 

2.6.22-rc1 lost snd_4236 device
 2007-05-14  8:16 UTC  (2+ messages)

[PATCH] Make __vunmap static
 2007-05-14  8:09 UTC 

[PATCH] Add __vunmap prototype
 2007-05-14  8:02 UTC  (4+ messages)

[patch 0/4] powerpc 2.6.21-rt1: fix build a breakage and some minor issues
 2007-05-14  7:28 UTC  (8+ messages)
` [patch 1/4] powerpc 2.6.21-rt1: fix a build breakage by adding __raw_*_relax() macros
` [patch 2/4] powerpc 2.6.21-rt1: convert spinlocks to raw ones for Celleb
` [patch 3/4] powerpc 2.6.21-rt1: add a need_resched_delayed() check
` [patch 0/4] powerpc 2.6.21-rt1: reduce scheduling latency by changing tlb flush size
  ` [patch 4/4] "

[PATCH] resolve duplicate flag no for PG_lazyfree
 2007-05-14  7:55 UTC  (3+ messages)

[PATCH] swsusp: Use platform mode by default
 2007-05-14  7:50 UTC  (6+ messages)

[linux-usb-devel] converting appletouch to usb autosuspend
 2007-05-14  7:39 UTC  (3+ messages)

kernel oops after unloading nf_conntrack_netbios_ns_module
 2007-05-14  7:16 UTC  (5+ messages)

[PATCH 0/5] lguest feedback tidyups
 2007-05-14  7:11 UTC  (8+ messages)
` [PATCH 1/5] lguest host "
  ` [PATCH 2/5] lguest guest "

patch for vmware for Linux-2.6.21
 2007-05-14  6:57 UTC  (5+ messages)
    ` [OT] "

[patch 3/3] clockevents: Fix resume logic - updated version
 2007-05-14  6:58 UTC  (9+ messages)

[1/2] 2.6.22-rc1: known regressions
 2007-05-14  6:22 UTC  (2+ messages)

[patch 0/2] [PATCH] input: correctly handle keys without hardware release event
 2007-05-14  6:16 UTC  (3+ messages)

2.6.22-rc1: Broken suspend on SMP with tifm
 2007-05-14  5:57 UTC  (4+ messages)

converting appletouch to usb autosuspend
 2007-05-14  5:50 UTC  (4+ messages)

Fwd: Re: Linux 2.6.22-rc1
 2007-05-14  5:49 UTC  (2+ messages)

[PATCH] Declare another couple of compat syscalls
 2007-05-14  3:47 UTC 

2.6.21-mm2: HDAPS? BUG: at kernel/mutex.c:311
 2007-05-14  3:40 UTC  (5+ messages)

[PATCH] "volatile considered harmful", take 3
 2007-05-14  3:37 UTC  (2+ messages)

Regression in 2.6.21-mm1 (git-input) on Dell D610 laptop
 2007-05-14  3:34 UTC  (2+ messages)

2.6.22-rc1: Broken suspend on SMP with tifm
 2007-05-14  3:24 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).