summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | Include <linux/types.h> and use __uXX types in <linux/affs_hardblocks.h>David Woodhouse2006-05-041-35/+37
| * | | | Use __uXX types in <linux/divert.h> for struct divert_blk et al.David Woodhouse2006-05-041-10/+10
| * | | | Use __u32 for elf_addr_t in <asm-powerpc/elf.h>, not u32. It's user-visible.David Woodhouse2006-05-041-1/+1
| * | | | Remove PPP_FCS from user view in <linux/ppp_defs.h>, remove __P mess entirelyDavid Woodhouse2006-05-041-10/+4
| * | | | Use __uXX types in user-visible structures in <linux/nbd.h>David Woodhouse2006-05-041-6/+6
| * | | | Don't use 'u32' in user-visible struct ip_conntrack_old_tuple.David Woodhouse2006-05-041-1/+1
| * | | | Use __uXX types for S390 DASD volume label definitions which are user-visibleDavid Woodhouse2006-05-041-19/+19
| * | | | S390 BIODASDREADCMB ioctl should use __u64 not u64 type.David Woodhouse2006-05-041-1/+1
| * | | | Remove unneeded inclusion of <linux/time.h> from <linux/ufs_fs.h>David Woodhouse2006-05-041-1/+0
| * | | | Fix private integer types used in V4L2 ioctls.David Woodhouse2006-05-041-8/+8
| * | | | Fix integer types in <sound/hdsp.h> SNDRV_HDSP_IOCTL_GET_PEAK_RMS ioctlDavid Woodhouse2006-05-041-6/+6
OpenPOWER on IntegriCloud