summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | [NET]: Prevent multiple qdisc runsHerbert Xu2006-06-192-3/+5
* | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2006-06-208-100/+39
|\ \ \ \ \ \
| * | | | | | [SPARC64]: Move over to GENERIC_HARDIRQS.David S. Miller2006-06-203-76/+6
| * | | | | | [SPARC64]: Virtualize IRQ numbers.David S. Miller2006-06-201-2/+11
| * | | | | | [SPARC64]: Kill ino_bucket->pilDavid S. Miller2006-06-201-6/+5
| * | | | | | [SPARC]: Kill __irq_itoa().David S. Miller2006-06-202-10/+0
| * | | | | | [SPARC64]: Send all device interrupts via one PIL.David S. Miller2006-06-202-12/+14
| * | | | | | [SPARC]: Add missing rw can_lock macrosBob Breuer2006-06-201-0/+3
| * | | | | | [SPARC]: Setup cpu_possible_mapBob Breuer2006-06-201-1/+7
| |/ / / / /
* | | | | | Merge branch 'audit.b21' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2006-06-204-32/+209
|\ \ \ \ \ \
| * | | | | | [PATCH] log more info for directory entry change eventsAmy Griffis2006-06-202-8/+10
| * | | | | | [PATCH] audit: path-based rulesAmy Griffis2006-06-201-0/+1
| * | | | | | [PATCH] Audit of POSIX Message Queue Syscalls v.2George C. Wilson2006-06-201-0/+46
| * | | | | | [PATCH] inline more audit helpersAl Viro2006-06-201-3/+21
| * | | | | | [PATCH] update of IPC audit record cleanupLinda Knippers2006-06-201-2/+2
| * | | | | | [PATCH] add filtering by ppidAl Viro2006-06-201-0/+1
| * | | | | | [PATCH] collect sid of those who send signals to auditdAl Viro2006-06-201-2/+1
| * | | | | | [PATCH] execve argument loggingAl Viro2006-06-201-1/+5
| * | | | | | [PATCH] audit_panic() is audit-internalAl Viro2006-06-201-1/+0
| * | | | | | [PATCH] inotify (4/5): allow watch removal from event handlerAmy Griffis2006-06-201-0/+7
| * | | | | | [PATCH] inotify (3/5): add interfaces to kernel APIAmy Griffis2006-06-201-0/+20
| * | | | | | [PATCH] inotify (2/5): add name's inode to event handlerAmy Griffis2006-06-202-16/+20
| * | | | | | [PATCH] inotify (1/5): split kernel API from userspace supportAmy Griffis2006-06-202-1/+77
| * | | | | | [PATCH] remove config.h from inotify.hAl Viro2006-06-201-1/+0
* | | | | | | Merge git://git.infradead.org/hdrcleanup-2.6Linus Torvalds2006-06-20904-1465/+840
|\ \ \ \ \ \ \
| * | | | | | | [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-2443-62/+419
| |\ \ \ \ \ \ \
| * | | | | | | | 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-081-0/+212
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Woodhouse2006-05-0630-79/+399
| |\ \ \ \ \ \ \ \
| * | | | | | | | | 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
| * | | | | | | | | Restore __attribute_const__ to user-visibility in linux/compiler.h...for nowDavid Woodhouse2006-05-041-9/+10
| * | | | | | | | | Guard some of linux/compiler.h with #ifdef __KERNEL__David Woodhouse2006-05-021-0/+2
OpenPOWER on IntegriCloud