messages from 2007-06-26 22:28:34 to 2007-06-27 07:39:01 UTC [more...]
[git patches] libata fixes
2007-06-27 7:38 UTC (2+ messages)
[PATCH] Fix for bad lock balance in Containers
2007-06-27 7:34 UTC (3+ messages)
[PATCH] Export usb_gadgetfs.h to userspace
2007-06-27 7:35 UTC (2+ messages)
usb_fill_bulk_urb() broken for USB1.1?
2007-06-27 7:35 UTC (6+ messages)
` [linux-usb-devel] "
[git patches] net driver fixes
2007-06-27 7:34 UTC
2.6.12-rc4-mm2
2007-06-27 7:20 UTC (4+ messages)
` Problems with fb console [was Re: 2.6.12-rc4-mm2]
[2.6.21.1] soft lockup when removing netconsole module
2007-06-27 7:24 UTC (8+ messages)
` [PATCH] "
[PATCH] HPT374 is UDMA100 not UDMA133
2007-06-27 6:45 UTC (2+ messages)
[AppArmor 00/44] AppArmor security module overview
2007-06-27 6:43 UTC (49+ messages)
` [AppArmor 01/44] Pass struct vfsmount to the inode_create LSM hook
` [AppArmor 02/44] Pass struct path down to remove_suid and children
` [AppArmor 03/44] Add a vfsmount parameter to notify_change()
` [AppArmor 04/44] Pass struct vfsmount to the inode_setattr LSM hook
` [AppArmor 05/44] Add struct vfsmount parameter to vfs_mkdir()
` [AppArmor 06/44] Pass struct vfsmount to the inode_mkdir LSM hook
` [AppArmor 07/44] Add a struct vfsmount parameter to vfs_mknod()
` [AppArmor 08/44] Pass struct vfsmount to the inode_mknod LSM hook
` [AppArmor 09/44] Add a struct vfsmount parameter to vfs_symlink()
` [AppArmor 10/44] Pass struct vfsmount to the inode_symlink LSM hook
` [AppArmor 11/44] Pass struct vfsmount to the inode_readlink "
` [AppArmor 12/44] Add struct vfsmount parameters to vfs_link()
` [AppArmor 13/44] Pass the struct vfsmounts to the inode_link LSM hook
` [AppArmor 14/44] Add a struct vfsmount parameter to vfs_rmdir()
` [AppArmor 15/44] Pass struct vfsmount to the inode_rmdir LSM hook
` [AppArmor 16/44] Call lsm hook before unhashing dentry in vfs_rmdir()
` [AppArmor 17/44] Add a struct vfsmount parameter to vfs_unlink()
` [AppArmor 18/44] Pass struct vfsmount to the inode_unlink LSM hook
` [AppArmor 19/44] Add struct vfsmount parameters to vfs_rename()
` [AppArmor 20/44] Pass struct vfsmount to the inode_rename LSM hook
` [AppArmor 21/44] Add a struct vfsmount parameter to vfs_setxattr()
` [AppArmor 22/44] Pass struct vfsmount to the inode_setxattr LSM hook
` [AppArmor 23/44] Add a struct vfsmount parameter to vfs_getxattr()
` [AppArmor 25/44] Add a struct vfsmount parameter to vfs_listxattr()
` [AppArmor 26/44] Pass struct vfsmount to the inode_listxattr LSM hook
` [AppArmor 27/44] Add a struct vfsmount parameter to vfs_removexattr()
` [AppArmor 28/44] Pass struct vfsmount to the inode_removexattr LSM hook
` [AppArmor 29/44] Fix __d_path() for lazy unmounts and make it unambiguous
` [AppArmor 30/44] Make d_path() consistent across mount operations
` [AppArmor 32/44] Enable LSM hooks to distinguish operations on file descriptors from operations on pathnames
` [AppArmor 33/44] Pass struct file down the inode_*xattr security LSM hooks
` [AppArmor 34/44] Factor out sysctl pathname code
` [AppArmor 35/44] Allow permission functions to tell between parent and leaf checks
` [AppArmor 36/44] Export audit subsystem for use by modules
` [AppArmor 37/44] AppArmor: Main Part
` [AppArmor 38/44] AppArmor: Module and LSM hooks
` [AppArmor 39/44] AppArmor: Profile loading and manipulation, pathname matching
` [AppArmor 40/44] AppArmor: all the rest
` [AppArmor 41/44] Add AppArmor LSM to security/Makefile
` [AppArmor 42/44] Switch to vfs_permission() in do_path_lookup()
` [AppArmor 43/44] Switch to vfs_permission() in sys_fchdir()
` [AppArmor 44/44] Fix file_permission()
` [AppArmor 24/44] Pass struct vfsmount to the inode_getxattr LSM hook
` [AppArmor 31/44] Add d_namespace_path() to compute namespace relative pathnames
[BUG] Lockdep warning with XFS on 2.6.22-rc6
2007-06-27 6:42 UTC (4+ messages)
` [xfs-masters] "
[md-accel PATCH 00/19] md raid acceleration and the async_tx api
2007-06-27 6:39 UTC (21+ messages)
` [md-accel PATCH 01/19] dmaengine: refactor dmaengine around dma_async_tx_descriptor
` [md-accel PATCH 02/19] dmaengine: make clients responsible for managing channels
` [md-accel PATCH 03/19] xor: make 'xor_blocks' a library routine for use with async_tx
` [md-accel PATCH 04/19] async_tx: add the async_tx api
` [md-accel PATCH 05/19] raid5: refactor handle_stripe5 and handle_stripe6 (v2)
` [md-accel PATCH 06/19] raid5: replace custom debug PRINTKs with standard pr_debug
` [md-accel PATCH 07/19] md: raid5_run_ops - run stripe operations outside sh->lock
` [md-accel PATCH 08/19] md: common infrastructure for running operations with raid5_run_ops
` [md-accel PATCH 09/19] md: handle_stripe5 - add request/completion logic for async write ops
` [md-accel PATCH 10/19] md: handle_stripe5 - add request/completion logic for async compute ops
` [md-accel PATCH 11/19] md: handle_stripe5 - add request/completion logic for async check ops
` [md-accel PATCH 12/19] md: handle_stripe5 - add request/completion logic for async read ops
` [md-accel PATCH 13/19] md: handle_stripe5 - add request/completion logic for async expand ops
` [md-accel PATCH 14/19] md: handle_stripe5 - request io processing in raid5_run_ops
` [md-accel PATCH 15/19] md: remove raid5 compute_block and compute_parity5
` [md-accel PATCH 16/19] dmaengine: driver for the iop32x, iop33x, and iop13xx raid engines
` [md-accel PATCH 17/19] iop13xx: surface the iop13xx adma units to the iop-adma driver
` [md-accel PATCH 18/19] iop3xx: surface the iop3xx DMA and AAU "
` [md-accel PATCH 19/19] ARM: Add drivers/dma to arch/arm/Kconfig
2.6.22: ERROR: "__ucmpdi2" [drivers/net/s2io.ko] undefined!
2007-06-27 6:33 UTC (4+ messages)
[PATCH 2.6.22] cxgb3 - fix register to stop bc/mc traffic
2007-06-27 6:33 UTC (2+ messages)
[PATCH] Force rcutorture tasks to spread over CPUs
2007-06-27 6:30 UTC (3+ messages)
scheduling while atomic and DEBUG_SPINLOCK_SLEEP
2007-06-27 6:26 UTC (3+ messages)
[BUG] long freezes on thinkpad t60
2007-06-27 6:20 UTC (14+ messages)
NVidia Driver Support - 1680x1050 mode
2007-06-27 6:18 UTC (4+ messages)
2.6 Linux for PowerPC supports kdb?
2007-06-27 6:15 UTC (3+ messages)
[RFC] fsblock
2007-06-27 6:05 UTC (7+ messages)
[PATCH] Fix the warning when running make tags
2007-06-27 5:53 UTC
[PATCH, RFD]: Unbreak no-mmu mmap
2007-06-27 5:50 UTC (5+ messages)
[PATCH] atkbd: cleanup only once
2007-06-27 10:59 UTC (7+ messages)
[PATCH] ata: Add the SW NCQ support to sata_nv for MCP51/MCP55/MCP61
2007-06-27 5:26 UTC (2+ messages)
[PATCH] ata: Add the SW NCQ support to sata_nv for MCP51/MCP55/MCP61
2007-06-27 5:06 UTC
[patch 2/3] MAP_NOZERO - implement sys_brk2()
2007-06-27 5:04 UTC (9+ messages)
[PATCH][RFC] security: Convert LSM into a static interface
2007-06-27 5:00 UTC (13+ messages)
` [PATCH try #2] "
` implement-file-posix-capabilities.patch
[patch 1/3] MAP_NOZERO - implement a new VM_NOZERO/MAP_NOZERO page retirement policy
2007-06-27 4:32 UTC (5+ messages)
PROBLEM: SATA AHCI driver significant throughput loss in 2.6.22-rc5-g75154f40-dirty
2007-06-27 4:17 UTC
Is it time for remove (crap) ALSA from kernel tree ?
2007-06-27 3:59 UTC (2+ messages)
Dual-Licensing Linux Kernel with GPL V2 and GPL V3
2007-06-27 3:32 UTC (11+ messages)
[RFC] hwbkpt: Hardware breakpoints (was Kwatch)
2007-06-27 3:26 UTC (2+ messages)
[RFC 1/7] cpuset write dirty map
2007-06-27 3:18 UTC (8+ messages)
[PATCH] hw_random: add quality categories
2007-06-27 3:18 UTC (9+ messages)
[PATCH RFC #2] hwrng: Add type categories
2007-06-27 2:48 UTC (4+ messages)
[patch 3/3] MAP_NOZERO - wire sys_brk2() to the x86 family
2007-06-27 2:44 UTC
[patch 0/3] MAP_NOZERO - VM_NOZERO/MAP_NOZERO early summer madness
2007-06-27 2:44 UTC
[RFC] hwbkpt: Hardware breakpoints (was Kwatch)
2007-06-27 2:43 UTC (2+ messages)
NDAs - ANY KNOWN RULES?
2007-06-27 2:37 UTC (4+ messages)
2.6.22-rc4-mm2
2007-06-27 1:39 UTC (7+ messages)
` [-mm patch] remove nobh_{prepare,commit}_write()
Linux Kernel include files
2007-06-27 1:32 UTC (6+ messages)
[PATCH] RFC: have tcp_recvmsg() check kthread_should_stop() and treat it as if it were signalled
2007-06-27 1:29 UTC (7+ messages)
i386 boot fail, EIP in __change_page_attr:166
2007-06-27 1:15 UTC (6+ messages)
[PATCH 16/16] fix handling of integer constant expressions
2007-06-27 0:41 UTC (16+ messages)
[PATCH 0/17] Add Texas Instruments OMAP LCD driver-v2
2007-06-27 0:25 UTC (2+ messages)
[patch, v2.6.22-rc6] sys_time() speedup
2007-06-27 0:22 UTC (13+ messages)
2.6.22-rc5: pdflush oops under heavy disk load
2007-06-27 0:16 UTC (11+ messages)
` Attansic L1 page corruption (was: 2.6.22-rc5: pdflush oops under heavy disk load)
` Attansic L1 page corruption
` [PATCH] atl1: disable 64bit DMA
[drm patch for 2.6.22-rc6] Add some pci ids for XGI chips
2007-06-27 0:12 UTC
[RFD 0/4] AppArmor - Don't pass NULL nameidata to vfs_create/lookup/permission IOPs
2007-06-27 0:11 UTC (7+ messages)
` [RFD 1/4] Pass no useless nameidata to the create, lookup, and permission IOPs
` [RFD 2/4] Never pass a NULL nameidata to vfs_create()
` [RFD 3/4] Dont use a NULL nameidata in xattr_permission()
` [RFD 4/4] Pass nameidata2 to permission() from nfsd_permission()
[PATCH 1/5] fallocate() implementation in i86, x86_64 and powerpc
2007-06-27 0:04 UTC (29+ messages)
` [PATCH 0/6][TAKE5] fallocate system call
` [PATCH 4/7][TAKE5] support new modes in fallocate
` [PATCH 7/7][TAKE5] ext4: support new modes
[PATCH] LinuxPPS (with new syscalls API)
2007-06-26 23:33 UTC
EDD build error
2007-06-26 23:14 UTC (5+ messages)
[patch 0/3] no MAX_ARG_PAGES -v2
2007-06-26 22:55 UTC (3+ messages)
` [patch 2/3] audit: rework execve audit
[PATCH 1/2] containers: implement subsys->post_clone()
2007-06-26 22:51 UTC (4+ messages)
` [PATCH 2/2] containers: implement namespace tracking subsystem (v3)
[Intel IOMMU 00/10] Intel IOMMU support, take #2
2007-06-26 22:35 UTC (5+ messages)
New format Intel microcode
2007-06-26 23:29 UTC (4+ messages)
[PATCH -mm] ALSA portman2x4 section mismatch
2007-06-26 22:30 UTC
[PATCH -mm] IRDA: fix printk format
2007-06-26 22:30 UTC
[PATCH -mm] nozomi: fix section when HOTPLUG=n
2007-06-26 22:30 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox