index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
asm-arm
/
param.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2006-05-04
Include <linux/types.h> and use __uXX types in <linux/cramfs_fs.h>
David Woodhouse
1
-20
/
+14
2006-05-04
Use __uXX types in <linux/i2o_dev.h>, include <linux/ioctl.h> too
David Woodhouse
1
-87
/
+80
2006-05-04
Remove private struct dx_hash_info from public view in <linux/ext3_fs.h>
David Woodhouse
1
-1
/
+2
2006-05-04
Include <linux/types.h> and use __uXX types in <linux/affs_hardblocks.h>
David Woodhouse
1
-35
/
+37
2006-05-04
Use __uXX types in <linux/divert.h> for struct divert_blk et al.
David Woodhouse
1
-10
/
+10
2006-05-04
Use __u32 for elf_addr_t in <asm-powerpc/elf.h>, not u32. It's user-visible.
David Woodhouse
1
-1
/
+1
2006-05-04
Remove PPP_FCS from user view in <linux/ppp_defs.h>, remove __P mess entirely
David Woodhouse
1
-10
/
+4
2006-05-04
Use __uXX types in user-visible structures in <linux/nbd.h>
David Woodhouse
1
-6
/
+6
2006-05-04
Don't use 'u32' in user-visible struct ip_conntrack_old_tuple.
David Woodhouse
1
-1
/
+1
2006-05-04
Use __uXX types for S390 DASD volume label definitions which are user-visible
David Woodhouse
1
-19
/
+19
2006-05-04
S390 BIODASDREADCMB ioctl should use __u64 not u64 type.
David Woodhouse
1
-1
/
+1
2006-05-04
Remove unneeded inclusion of <linux/time.h> from <linux/ufs_fs.h>
David Woodhouse
1
-1
/
+0
2006-05-04
Fix private integer types used in V4L2 ioctls.
David Woodhouse
1
-8
/
+8
2006-05-04
Fix integer types in <sound/hdsp.h> SNDRV_HDSP_IOCTL_GET_PEAK_RMS ioctl
David Woodhouse
1
-6
/
+6
2006-05-04
Restore __attribute_const__ to user-visibility in linux/compiler.h...for now
David Woodhouse
1
-9
/
+10
2006-05-02
Guard some of linux/compiler.h with #ifdef __KERNEL__
David Woodhouse
1
-0
/
+2
2006-04-30
[PATCH] au1200fb: Remove accidentally duplicated content of au1200fb.c
Ralf Baechle
1
-1922
/
+0
2006-04-29
[SCSI] advansys driver: limp along on x86
Linus Torvalds
2
-2
/
+4
2006-04-29
[PATCH] i386: fix broken FP exception handling
Chuck Ebbert
1
-2
/
+2
2006-04-29
Input: make EVIOCGSND return meaningful data
Dmitry Torokhov
1
-0
/
+3
2006-04-29
Input: ressurect EVIOCGREP and EVIOCSREP
Dmitry Torokhov
2
-0
/
+23
2006-04-29
Input: psmouse - fix new device detection logic
Dmitry Torokhov
1
-1
/
+3
2006-04-29
[PATCH] powerpc: update cell_defconfig
Arnd Bergmann
1
-15
/
+25
2006-04-29
[PATCH] spufs: Disable local interrupts for SPE hash_page calls.
Arnd Bergmann
1
-3
/
+7
2006-04-29
[PATCH] powerpc: Add cputable entry for POWER6
Anton Blanchard
3
-4
/
+27
2006-04-29
Sanitise ethtool.h and mii.h for userspace.
David Woodhouse
2
-98
/
+101
2006-04-29
Remove unneeded _syscallX macros from user view in asm-*/unistd.h
David Woodhouse
21
-86
/
+76
2006-04-29
Remove 'extern int errno;' from public view in linux/unistd.h
David Woodhouse
1
-0
/
+2
2006-04-29
Remove struct input_device_id from public view in linux/input.h
David Woodhouse
1
-0
/
+4
2006-04-29
Don't include <linux/mod_devicetable.h> in public part of linux/pci.h
David Woodhouse
1
-2
/
+2
2006-04-28
[PATCH] slab: fix crash on __drain_alien_cahce() during CPU Hotplug
shin, jacob
1
-1
/
+2
2006-04-28
[PATCH] asiliantfb: Add help text in Kconfig
Antonino A. Daplas
1
-0
/
+2
2006-04-28
[PATCH] suspend: Documentation update for IBM Thinkpad X30
Antonino A. Daplas
1
-1
/
+1
2006-04-28
[PATCH] s390: new system calls
Martin Schwidefsky
2
-0
/
+47
2006-04-28
[PATCH] s390: dasd device identifiers
Horst Hummel
4
-20
/
+191
2006-04-28
[PATCH] s390: add read_mostly optimization
Christian Borntraeger
2
-1
/
+5
2006-04-28
[PATCH] s390: instruction processing damage handling
Heiko Carstens
1
-5
/
+28
2006-04-28
[PATCH] s390: segment operation error codes
Gerald Schaefer
1
-3
/
+16
2006-04-28
[PATCH] s390: tape 3590 changes
Stefan Bader
2
-11
/
+12
2006-04-28
[PATCH] s390: futex atomic operations
Martin Schwidefsky
1
-4
/
+119
2006-04-28
[PATCH] s390: fix slab debugging
Christian Borntraeger
1
-3
/
+3
2006-04-28
[PATCH] s390: dasd ioctl never returns
Horst Hummel
1
-0
/
+5
2006-04-28
[PATCH] s390: qdio memory allocations
Andreas Herrmann
1
-6
/
+24
2006-04-28
[PATCH] s390: alternate signal stack handling bug
Laurent Meyer
1
-1
/
+1
2006-04-28
[PATCH] s390: enable interrupts on error path
Stefan Bader
1
-2
/
+2
2006-04-28
[PATCH] s390: fix I/O termination race in cio
Peter Oberparleiter
1
-22
/
+4
2006-04-28
[PATCH] kprobe: fix resume execution on i386
Masami Hiramatsu
1
-4
/
+8
2006-04-28
[PATCH] kprobe cleanup for VM_MASK judgement
mao, bibo
1
-9
/
+0
2006-04-28
[PATCH] Mark VMSPLIT EMBEDDED
Andi Kleen
1
-1
/
+1
2006-04-28
[PATCH] enable X86_PC for HOTPLUG_CPU
Ashok Raj
1
-1
/
+1
[next]