summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Remove __must_check for device_for_each_child()Russell King2006-10-231-1/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/perex/alsaLinus Torvalds2006-10-231-1/+1
|\
| * [ALSA] version 1.0.13Jaroslav Kysela2006-10-221-1/+1
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-10-233-10/+1
|\ \
| * | [NET]: kernel-doc fix for sock.hRandy Dunlap2006-10-221-2/+1
| * | [NET]: Reduce sizeof(struct flowi) by 20 bytes.Eric Dumazet2006-10-212-8/+0
| |/
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2006-10-231-2/+5
|\ \
| * | [SPARC64]: 8-byte align return value from compat_alloc_user_space()David S. Miller2006-10-221-2/+5
| |/
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2006-10-2317-99/+10
|\ \ | |/ |/|
| * sh: Convert INTC2 to IRQ table registration.Paul Mundt2006-10-203-13/+1
| * sh: Add some missing board headers.Paul Mundt2006-10-196-0/+420
| * sh: Fix exception_handling_table alignment.Paul Mundt2006-10-191-0/+7
| * sh: Cleanup board header directories.Paul Mundt2006-10-197-434/+0
| * sh: Remove board-specific ide.h headers.Paul Mundt2006-10-197-72/+0
| * sh: Proper show_stack/show_trace() implementation.Paul Mundt2006-10-191-0/+2
* | [MIPS] Fix aliasing bug in copy_to_user_page / copy_from_user_pageRalf Baechle2006-10-212-18/+15
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-10-211-1/+1
|\ \
| * | [PATCH] libata: typo fixTejun Heo2006-10-211-1/+1
* | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-10-211-19/+16
|\ \ \
| * \ \ Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik2006-10-211-19/+16
| |\ \ \ | | |/ / | |/| |
| | * | [PATCH] softmac: Fix WX and association related racesMichael Buesch2006-10-161-19/+16
* | | | Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2006-10-215-0/+23
|\ \ \ \
| * | | | [PATCH] x86-64: Revert timer routing behaviour back to 2.6.16 stateAndi Kleen2006-10-211-0/+2
| * | | | [PATCH] i386: Disable nmi watchdog on all ThinkPadsAndi Kleen2006-10-211-0/+2
| * | | | [PATCH] x86-64: x86_64 add NX mask for PTE entrybibo,mao2006-10-211-0/+1
| * | | | [PATCH] x86-64: Speed up dwarf2 unwinderJan Beulich2006-10-212-0/+18
* | | | | [PATCH] cpuset: mempolicy migration typo fixPaul Jackson2006-10-211-1/+1
* | | | | [PATCH] Reintroduce NODES_SPAN_OTHER_NODES for powerpcAndy Whitcroft2006-10-211-0/+6
* | | | | [PATCH] pci: declare pci_get_device_reverse()Andrew Morton2006-10-211-2/+11
* | | | | [PATCH] md: endian annotations for the bitmap superblockNeilBrown2006-10-211-10/+10
* | | | | [PATCH] md: endian annotation for v1 superblock accessNeilBrown2006-10-211-28/+28
* | | | | [PATCH] md: add another COMPAT_IOCTL for mdNeilBrown2006-10-211-0/+1
| |/ / / |/| | |
* | | | Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2006-10-211-0/+7
|\ \ \ \ | |/ / / |/| | |
| * | | [PATCH] Add lockless helpers for remove_suid()Jens Axboe2006-10-191-0/+2
| * | | [PATCH] Introduce generic_file_splice_write_nolock()Mark Fasheh2006-10-191-0/+2
| * | | [PATCH] Take i_mutex in splice_from_pipe()Mark Fasheh2006-10-191-0/+3
| | |/ | |/|
* | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2006-10-203-9/+12
|\ \ \
| * | | [MIPS] Fix iounmap argument to const volatile.Ralf Baechle2006-10-191-2/+2
| * | | [MIPS] Reserve syscall numbers for kexec_load.Ralf Baechle2006-10-191-6/+9
| * | | [MIPS] More vr41xx pt_regs fixupsYoichi Yuasa2006-10-191-1/+1
| |/ /
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2006-10-201-21/+20
|\ \ \
| * | | [SPARC]: Clean up asm-sparc/elf.h pollution in userspace.David Woodhouse2006-10-201-21/+20
| |/ /
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-10-205-14/+8
|\ \ \
| * | | [IPV4] inet_peer: Group together avl_left, avl_right, v4daddr to speedup look...Eric Dumazet2006-10-201-3/+4
| * | | [TCP]: Bound TSO defer timeJohn Heffner2006-10-181-0/+2
| * | | [IPv4] fib: Remove unused fib_config membersThomas Graf2006-10-181-4/+1
| * | | [IPV6]: Remove struct pol_chain.Ville Nuorvala2006-10-181-7/+0
| * | | [TIPC]: Added subscription cancellation capabilityLijun Chen2006-10-181-0/+1
| |/ /
* | | [PATCH] nfsd: nfs_replay_meAl Viro2006-10-201-0/+1
* | | [PATCH] nfsd: misc endianness annotationsAl Viro2006-10-205-7/+7
OpenPOWER on IntegriCloud