index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
|
|
|
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
5
-57
/
+119
|
|
\
\
\
\
\
\
\
\
\
|
*
\
\
\
\
\
\
\
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
David Woodhouse
2006-04-30
8
-10
/
+40
|
|
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
|
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
26
-67
/
+251
|
|
\
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
|
|
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
|
*
|
|
|
|
|
|
|
|
|
|
|
Don't include <asm/atomic.h> from user-visible part of linux/sem.h
David Woodhouse
2006-04-25
1
-1
/
+1
|
*
|
|
|
|
|
|
|
|
|
|
|
Partially sanitise linux/sched.h for userspace consumption
David Woodhouse
2006-04-25
1
-8
/
+10
|
*
|
|
|
|
|
|
|
|
|
|
|
Don't include <linux/list.h> from user-visible part of reiserfs_xattr.h
David Woodhouse
2006-04-25
1
-1
/
+1
|
*
|
|
|
|
|
|
|
|
|
|
|
Don't include private headers from user-visible parts of linux/quota.h
David Woodhouse
2006-04-25
1
-2
/
+2
|
*
|
|
|
|
|
|
|
|
|
|
|
Don't include private headers from user-visible parts of include/linux/nfs*.h
David Woodhouse
2006-04-25
3
-27
/
+26
|
*
|
|
|
|
|
|
|
|
|
|
|
Don't include <linux/stringify> from user-visible part of linux/net.h
David Woodhouse
2006-04-25
1
-1
/
+1
|
*
|
|
|
|
|
|
|
|
|
|
|
Don't include <linux/list.h> from user-visible part of linux/msg.h
David Woodhouse
2006-04-25
1
-1
/
+1
|
*
|
|
|
|
|
|
|
|
|
|
|
Don't include private files from user-visible part of linux/ncp_fs.h
David Woodhouse
2006-04-25
1
-3
/
+2
|
*
|
|
|
|
|
|
|
|
|
|
|
Sanitise linux/mman.h for userspace consumption
David Woodhouse
2006-04-25
1
-5
/
+8
|
*
|
|
|
|
|
|
|
|
|
|
|
Remove gratuitous inclusion of <linux/pci.h> from linux/isdn/tpam.h
David Woodhouse
2006-04-25
1
-1
/
+0
[prev]
[next]