| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.infradead.org/hdrcleanup-2.6 | Linus Torvalds | 2006-06-21 | 905 | -1648/+842 |
|\ |
|
| * | [S390] __FD_foo definitions. | Martin Schwidefsky | 2006-06-14 | 1 | -16/+28 |
| * | Switch to __s32 types in joystick.h instead of C99 types for consistency. | David Woodhouse | 2006-06-03 | 1 | -11/+11 |
| * | Add <sys/types.h> to headers included for userspace in <linux/input.h> | David Woodhouse | 2006-06-01 | 1 | -0/+1 |
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Woodhouse | 2006-05-24 | 432 | -3746/+9399 |
| |\ |
|
| * | | Move inclusion of <linux/compat.h> out of user scope in asm-x86_64/mtrr.h | David Woodhouse | 2006-05-21 | 1 | -4/+4 |
| * | | Remove struct fddi_statistics from user view in <linux/if_fddi.h> | David Woodhouse | 2006-05-17 | 1 | -0/+2 |
| * | | Move user-visible parts of drivers/s390/crypto/z90crypt.h to include/asm-s390 | David Woodhouse | 2006-05-08 | 2 | -183/+214 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 | David Woodhouse | 2006-05-06 | 211 | -1441/+3293 |
| |\ \ |
|
| * | | | Revert include/media changes: Mauro says those ioctls are only used in-kernel(!) | David Woodhouse | 2006-05-06 | 1 | -8/+8 |
| * | | | Include <linux/types.h> and use __uXX types in <linux/cramfs_fs.h> | David Woodhouse | 2006-05-04 | 1 | -20/+14 |
| * | | | Use __uXX types in <linux/i2o_dev.h>, include <linux/ioctl.h> too | David Woodhouse | 2006-05-04 | 1 | -87/+80 |
| * | | | Remove private struct dx_hash_info from public view in <linux/ext3_fs.h> | David Woodhouse | 2006-05-04 | 1 | -1/+2 |
| * | | | Include <linux/types.h> and use __uXX types in <linux/affs_hardblocks.h> | David Woodhouse | 2006-05-04 | 1 | -35/+37 |
| * | | | Use __uXX types in <linux/divert.h> for struct divert_blk et al. | David Woodhouse | 2006-05-04 | 1 | -10/+10 |
| * | | | Use __u32 for elf_addr_t in <asm-powerpc/elf.h>, not u32. It's user-visible. | David Woodhouse | 2006-05-04 | 1 | -1/+1 |
| * | | | Remove PPP_FCS from user view in <linux/ppp_defs.h>, remove __P mess entirely | David Woodhouse | 2006-05-04 | 1 | -10/+4 |
| * | | | Use __uXX types in user-visible structures in <linux/nbd.h> | David Woodhouse | 2006-05-04 | 1 | -6/+6 |
| * | | | Don't use 'u32' in user-visible struct ip_conntrack_old_tuple. | David Woodhouse | 2006-05-04 | 1 | -1/+1 |
| * | | | Use __uXX types for S390 DASD volume label definitions which are user-visible | David Woodhouse | 2006-05-04 | 1 | -19/+19 |
| * | | | S390 BIODASDREADCMB ioctl should use __u64 not u64 type. | David Woodhouse | 2006-05-04 | 1 | -1/+1 |
| * | | | Remove unneeded inclusion of <linux/time.h> from <linux/ufs_fs.h> | David Woodhouse | 2006-05-04 | 1 | -1/+0 |
| * | | | Fix private integer types used in V4L2 ioctls. | David Woodhouse | 2006-05-04 | 1 | -8/+8 |
| * | | | Fix integer types in <sound/hdsp.h> SNDRV_HDSP_IOCTL_GET_PEAK_RMS ioctl | David Woodhouse | 2006-05-04 | 1 | -6/+6 |
| * | | | Restore __attribute_const__ to user-visibility in linux/compiler.h...for now | David Woodhouse | 2006-05-04 | 1 | -9/+10 |
| * | | | Guard some of linux/compiler.h with #ifdef __KERNEL__ | David Woodhouse | 2006-05-02 | 1 | -0/+2 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 | David Woodhouse | 2006-05-01 | 76 | -331/+751 |
| |\ \ \ |
|
| * \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 | David Woodhouse | 2006-04-30 | 40 | -2155/+1240 |
| |\ \ \ \ |
|
| * | | | | | Sanitise ethtool.h and mii.h for userspace. | David Woodhouse | 2006-04-29 | 2 | -98/+101 |
| * | | | | | Remove unneeded _syscallX macros from user view in asm-*/unistd.h | David Woodhouse | 2006-04-29 | 21 | -86/+76 |
| * | | | | | Remove 'extern int errno;' from public view in linux/unistd.h | David Woodhouse | 2006-04-29 | 1 | -0/+2 |
| * | | | | | Remove struct input_device_id from public view in linux/input.h | David Woodhouse | 2006-04-29 | 1 | -0/+4 |
| * | | | | | Don't include <linux/mod_devicetable.h> in public part of linux/pci.h | David Woodhouse | 2006-04-29 | 1 | -2/+2 |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 | David Woodhouse | 2006-04-29 | 202 | -2551/+4026 |
| |\ \ \ \ \ |
|
| * | | | | | | linux/blkpg.h needs <linux/compiler.h> for __user | David Woodhouse | 2006-04-27 | 1 | -0/+1 |
| * | | | | | | Exclude asm-generic/{page,memory_model}.h from user bits of i386/x86_64 page.h | David Woodhouse | 2006-04-27 | 2 | -4/+4 |
| * | | | | | | Add standard include guard to asm-generic/signal and use compiler.h | David Woodhouse | 2006-04-27 | 1 | -0/+7 |
| * | | | | | | Don't include implementation details from asm-s390/ptrace.h and page.h | David Woodhouse | 2006-04-27 | 2 | -5/+6 |
| * | | | | | | Sanitise linux/sched.h for userspace consumption | David Woodhouse | 2006-04-27 | 1 | -39/+37 |
| * | | | | | | Sanitise linux/audit.h for userspace consumption, split elf-em.h from elf.h | David Woodhouse | 2006-04-27 | 3 | -60/+47 |
| * | | | | | | Don't include linux/config.h from anywhere else in include/ | David Woodhouse | 2006-04-26 | 836 | -839/+0 |
| * | | | | | | Don't include <linux/config.h> and <linux/linkage.h> from linux/socket.h | David Woodhouse | 2006-04-25 | 1 | -2/+0 |
| * | | | | | | Don't include private headers from user-visible part of linux/ext3_fs.h | David Woodhouse | 2006-04-25 | 1 | -5/+2 |
| * | | | | | | Don't include private headers from user-visible part of linux/ext2_fs.h | David Woodhouse | 2006-04-25 | 1 | -1/+1 |
| * | | | | | | Don't include private headers from user-visible part of linux/smb_fs.h | David Woodhouse | 2006-04-25 | 1 | -2/+2 |
| * | | | | | | Sanitise linux/sunrpc/debug.h for userspace consumption | David Woodhouse | 2006-04-25 | 1 | -13/+12 |
| * | | | | | | Don't export CONFIG_COMPAT stuff in linux/usbdevice_fs.h to userspace | David Woodhouse | 2006-04-25 | 1 | -0/+2 |
| * | | | | | | Don't include <linux/spinlock.h> from user-visible part of linux/wanrouter.h | David Woodhouse | 2006-04-25 | 1 | -2/+2 |
| * | | | | | | Move comment in mtd-abi.h to stop confusing unifdef | David Woodhouse | 2006-04-25 | 1 | -2/+3 |
| * | | | | | | Don't include private headers from user-visible part of linux/signal.h | David Woodhouse | 2006-04-25 | 1 | -2/+2 |