summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2006-06-201170-10442/+25232
|\
| * Merge branch 'rio.b19' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/...Linus Torvalds2006-06-2017-261/+283
| |\
| | * [PATCH] missing readb/readw in rioAl Viro2006-05-273-24/+24
| | * [PATCH] copy_to_user() from iomem is a bad thingAl Viro2006-05-271-4/+16
| | * [PATCH] forgotten swap of copyout() argumentsAl Viro2006-05-271-1/+1
| | * [PATCH] handling rio MEMDUMPAl Viro2006-05-271-1/+1
| | * [PATCH] fix rio_copy_to_card() for OLDPCI caseAl Viro2006-05-272-2/+14
| | * [PATCH] uses of ->Copy() in rioroute are bogusAl Viro2006-05-271-5/+5
| | * [PATCH] bogus order of copy_from_user() argumentsAl Viro2006-05-271-1/+1
| | * [PATCH] rio ->Copy() expects the sourse as first argumentAl Viro2006-05-272-2/+2
| | * [PATCH] trivial annotations in rioAl Viro2006-05-2717-230/+228
| * | Merge branch 'audit.b21' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2006-06-2027-1033/+2961
| |\ \
| | * | [PATCH] make set_loginuid obey audit_enabledSteve Grubb2006-06-201-11/+16
| | * | [PATCH] log more info for directory entry change eventsAmy Griffis2006-06-209-74/+142
| | * | [PATCH] fix AUDIT_FILTER_PREPEND handlingAmy Griffis2006-06-201-0/+1
| | * | [PATCH] validate rule fields' typesAl Viro2006-06-201-9/+48
| | * | [PATCH] audit: path-based rulesAmy Griffis2006-06-206-89/+903
| | * | [PATCH] Audit of POSIX Message Queue Syscalls v.2George C. Wilson2006-06-203-1/+341
| | * | [PATCH] fix se_sen audit filterDarrel Goeddel2006-06-201-1/+1
| | * | [PATCH] deprecate AUDIT_POSSBILEAl Viro2006-06-202-4/+5
| | * | [PATCH] inline more audit helpersAl Viro2006-06-202-13/+25
| | * | [PATCH] proc_loginuid_write() uses simple_strtoul() on non-terminated arrayAl Viro2006-06-201-2/+3
| | * | [PATCH] update of IPC audit record cleanupLinda Knippers2006-06-205-27/+18
| | * | [PATCH] minor audit updatesSerge E. Hallyn2006-06-201-9/+10
| | * | [PATCH] fix audit_krule_to_{rule,data} return valuesAmy Griffis2006-06-201-2/+2
| | * | [PATCH] add filtering by ppidAl Viro2006-06-202-0/+5
| | * | [PATCH] log ppidAl Viro2006-06-201-2/+5
| | * | [PATCH] collect sid of those who send signals to auditdAl Viro2006-06-205-25/+45
| | * | [PATCH] execve argument loggingAl Viro2006-06-204-4/+67
| | * | [PATCH] fix deadlocks in AUDIT_LIST/AUDIT_LIST_RULESAl Viro2006-06-203-52/+81
| | * | [PATCH] audit_panic() is audit-internalAl Viro2006-06-201-1/+0
| | * | [PATCH] inotify (5/5): update kernel documentationAmy Griffis2006-06-201-6/+124
| | * | [PATCH] inotify (4/5): allow watch removal from event handlerAmy Griffis2006-06-202-9/+21
| | * | [PATCH] inotify (3/5): add interfaces to kernel APIAmy Griffis2006-06-203-6/+79
| | * | [PATCH] inotify (2/5): add name's inode to event handlerAmy Griffis2006-06-204-22/+30
| | * | [PATCH] inotify (1/5): split kernel API from userspace supportAmy Griffis2006-06-208-721/+1046
| | * | [PATCH] remove config.h from inotify.hAl Viro2006-06-201-1/+0
| * | | Merge git://git.infradead.org/hdrcleanup-2.6Linus Torvalds2006-06-20905-1648/+842
| |\ \ \
| | * | | [S390] __FD_foo definitions.Martin Schwidefsky2006-06-141-16/+28
| | * | | Switch to __s32 types in joystick.h instead of C99 types for consistency.David Woodhouse2006-06-031-11/+11
| | * | | Add <sys/types.h> to headers included for userspace in <linux/input.h>David Woodhouse2006-06-011-0/+1
| | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2006-05-24432-3746/+9399
| | |\ \ \
| | * | | | Move inclusion of <linux/compat.h> out of user scope in asm-x86_64/mtrr.hDavid Woodhouse2006-05-211-4/+4
| | * | | | Remove struct fddi_statistics from user view in <linux/if_fddi.h>David Woodhouse2006-05-161-0/+2
| | * | | | Move user-visible parts of drivers/s390/crypto/z90crypt.h to include/asm-s390David Woodhouse2006-05-082-183/+214
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse2006-05-06211-1441/+3293
| | |\ \ \ \
| | * | | | | Revert include/media changes: Mauro says those ioctls are only used in-kernel(!)David Woodhouse2006-05-061-8/+8
| | * | | | | Include <linux/types.h> and use __uXX types in <linux/cramfs_fs.h>David Woodhouse2006-05-041-20/+14
| | * | | | | Use __uXX types in <linux/i2o_dev.h>, include <linux/ioctl.h> tooDavid Woodhouse2006-05-041-87/+80
| | * | | | | Remove private struct dx_hash_info from public view in <linux/ext3_fs.h>David Woodhouse2006-05-041-1/+2