linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2007-06-26 19:15:18 to 2007-06-27 03:32:20 UTC [more...]

Dual-Licensing Linux Kernel with GPL V2 and GPL V3
 2007-06-27  3:32 UTC  (16+ messages)

[RFC] hwbkpt: Hardware breakpoints (was Kwatch)
 2007-06-27  3:26 UTC  (3+ messages)

[patch 1/3] MAP_NOZERO - implement a new VM_NOZERO/MAP_NOZERO page retirement policy
 2007-06-27  3:28 UTC  (3+ messages)

[RFC 1/7] cpuset write dirty map
 2007-06-27  3:18 UTC  (8+ messages)

2.6 Linux for PowerPC supports kdb?
 2007-06-27  3:03 UTC 

[PATCH] hw_random: add quality categories
 2007-06-27  3:18 UTC  (9+ messages)

[patch 2/3] MAP_NOZERO - implement sys_brk2()
 2007-06-27  3:07 UTC  (2+ messages)

[PATCH] ata: Add the SW NCQ support to sata_nv for MCP51/MCP55/MCP61
 2007-06-27  3:04 UTC 

[PATCH] atkbd: cleanup only once
 2007-06-27 10:59 UTC  (2+ messages)

scheduling while atomic and DEBUG_SPINLOCK_SLEEP
 2007-06-27  2:55 UTC 

[PATCH RFC #2] hwrng: Add type categories
 2007-06-27  2:48 UTC  (4+ messages)

[AppArmor 00/44] AppArmor security module overview
 2007-06-27  2:47 UTC  (48+ 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

[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)

[md-accel PATCH 00/19] md raid acceleration and the async_tx api
 2007-06-27  1:52 UTC  (20+ 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-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)

[PATCH][RFC] security: Convert LSM into a static interface
 2007-06-27  1:22 UTC  (8+ messages)
  ` [PATCH try #2] "

i386 boot fail, EIP in __change_page_attr:166
 2007-06-27  1:15 UTC  (6+ messages)

[2.6.21.1] soft lockup when removing netconsole module
 2007-06-27  1:00 UTC  (7+ messages)
    ` [PATCH] "

[PATCH 16/16] fix handling of integer constant expressions
 2007-06-27  0:41 UTC  (16+ messages)

2.6.12-rc4-mm2
 2007-06-27  0:54 UTC  (3+ messages)
` Problems with fb console [was Re: 2.6.12-rc4-mm2]

[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  (17+ 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  (31+ messages)
                ` [PATCH 0/6][TAKE5] fallocate system call
                  ` [PATCH 1/7][TAKE5] fallocate() implementation on i386, x86_64 and powerpc
                  ` [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 

[PATCH] Force rcutorture tasks to spread over CPUs
 2007-06-26 23:13 UTC  (2+ messages)

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  (9+ messages)
` [Intel IOMMU 10/10] Iommu floppy workaround

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 

[PATCH -mm] PM: Prevent frozen user mode helpers from failing the freezing of tasks (rev. 2)
 2007-06-26  8:48 UTC  (4+ messages)

dma_mapping_ops for i386
 2007-06-26 22:21 UTC  (2+ messages)

Kernel Options
 2007-06-26 22:17 UTC  (2+ messages)

[PATCH 4/5] UML - Simplify helper stack handling
 2007-06-26 22:07 UTC  (4+ messages)
  ` [uml-devel] "

[Bug 8679] New: Section mismatch: reference to .init.text
 2007-06-26 21:42 UTC  (3+ messages)

Is it time for remove (crap) ALSA from kernel tree ?
 2007-06-26 21:10 UTC  (2+ messages)

[AppArmor 39/45] AppArmor: Profile loading and manipulation, pathname matching
 2007-06-26 21:01 UTC  (12+ messages)

[PATCH 00/10] paravirt/subarchitecture boot protocol
 2007-06-26 20:21 UTC  (6+ messages)
` [PATCH 03/10] define ELF notes for adding to a boot image

[2.6.22-rc6] NForce4 soft and hard resetting ports and exceptions
 2007-06-26 20:02 UTC  (3+ messages)

[patch] CFS scheduler, -v18
 2007-06-26 20:17 UTC  (2+ messages)

[PATCH 01/12] bring driver version number to 47
 2007-06-26 19:59 UTC  (5+ messages)
` [PATCH 02/12] handle multiple network paths to AoE device
` [PATCH 12/12] the aoeminor doesn't need a long format

[patch 00/26] Current slab allocator / SLUB patch queue
 2007-06-26 19:41 UTC  (9+ messages)
` [patch 12/26] SLUB: Slab defragmentation core
` [patch 15/26] Slab defrag: Support generic defragmentation for inode slab caches

Please release a stable kernel Linux 3.0
 2007-06-26 19:03 UTC  (5+ messages)

[PATCH] cross-architecture ELF clean up
 2007-06-26 19:29 UTC  (5+ messages)

usb_fill_bulk_urb() broken for USB1.1?
 2007-06-26 19:30 UTC  (3+ messages)

[PATCH] slob: poor man's NUMA support
 2007-06-26 19:20 UTC  (7+ 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).