summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-10-13Merge git://git.infradead.org/mtd-2.6Linus Torvalds91-2226/+4671
2007-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi...Linus Torvalds20-1875/+4848
2007-10-13Delete filenames in comments.Dave Jones49-97/+15
2007-10-13fix sparc32 breakage (result of vmlinux.lds.S bug)Al Viro1-1/+2
2007-10-13fallout from DECLARE_MAC_BUF patchesAl Viro2-2/+2
2007-10-13v4l: copy_to_user() is not a good method nameAl Viro4-4/+4
2007-10-13minimal build fixes for uml (fallout from x86 merge)Al Viro8-13/+20
2007-10-13net core: fix kernel-doc for new function parametersRandy Dunlap3-2/+13
2007-10-13docbook/mcabook: fixup x86 path/file namesRandy Dunlap1-1/+1
2007-10-13docbook/kernel-api: fixup x86 path/file namesRandy Dunlap1-9/+9
2007-10-13docbook/kernel-hacking: fixup x86 path/file namesRandy Dunlap1-2/+2
2007-10-13docbook/deviceiobook: fixup x86 path/file namesRandy Dunlap1-1/+1
2007-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh64-2.6Linus Torvalds26-455/+1641
2007-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds142-3339/+8759
2007-10-13ssb bus needs <linux/io.h>Geert Uytterhoeven1-0/+1
2007-10-13b43 wireless needs <linux/io.h>Geert Uytterhoeven3-2/+5
2007-10-13m68k: fix net drivers after recent get_stats updatesGeert Uytterhoeven2-4/+3
2007-10-13dm: emc_endio returns voidGeert Uytterhoeven1-2/+0
2007-10-13m68k: Export cachectl.hMatthew Wilcox1-0/+1
2007-10-13m68k: ignore restart_syscallGeert Uytterhoeven1-0/+3
2007-10-13m68k: Atari keyboard ACIA driver cleanupGeert Uytterhoeven1-97/+7
2007-10-13m68k: Atari input drivers cleanupGeert Uytterhoeven2-21/+154
2007-10-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse4422-98387/+314955
2007-10-13Merge Linux 2.6.23David Woodhouse1054-21076/+60736
2007-10-13[MTD] [NAND] Blackfin on-chip NAND Flash Controller driverBryan Wu5-0/+856
2007-10-13[MTD] [NOR] fix ctrl-alt-del can't reboot for intel flash bugKevin Hao2-3/+7
2007-10-13[MTD] [NAND] Fix compiler warning in Alauda driverakpm@linux-foundation.org1-1/+1
2007-10-13[JFFS2] Remove stray debugging printkDavid Woodhouse1-3/+1
2007-10-13[JFFS2] Handle dirents on the flash with embedded zero bytes in names.David Woodhouse3-9/+35
2007-10-13[JFFS2] Check for creation of dirents with embedded zero bytes in name.David Woodhouse1-1/+12
2007-10-13[JFFS2] Don't count all 'very dirty' blocks except in debug modeDavid Woodhouse1-1/+3
2007-10-13[JFFS2] Check whether garbage-collection actually obsoleted its victim.David Woodhouse1-2/+12
2007-10-13[JFFS2] Relax threshold for triggering GC due to dirty blocks.David Woodhouse1-1/+1
2007-10-13[MTD] [OneNAND] Fix typo related with recent commitKyungmin Park1-1/+1
2007-10-13KVM: Replace enum by #defineAvi Kivity1-19/+15
2007-10-13KVM: Skip pio instruction when it is emulated, not executedAvi Kivity1-2/+5
2007-10-13KVM: x86 emulator: popfNitin A Kamble1-1/+4
2007-10-13KVM: x86 emulator: fix src, dst value initializationNitin A Kamble1-0/+2
2007-10-13KVM: x86 emulator: jmp absNitin A Kamble1-0/+6
2007-10-13KVM: x86 emulator: leaNitin A Kamble1-1/+4
2007-10-13KVM: X86 emulator: jump conditional shortNitin A Kamble1-2/+13
2007-10-13KVM: x86 emulator: imlpement jump conditional relativeNitin A Kamble1-1/+60
2007-10-13KVM: x86 emulator: sort opcodes into ascending orderNitin A Kamble1-50/+49
2007-10-13KVM: Improve emulation failure reportingAvi Kivity4-10/+11
2007-10-13KVM: x86 emulator: pushfNitin A Kamble1-2/+9
2007-10-13KVM: x86 emulator: call nearNitin A Kamble1-1/+21
2007-10-13KVM: x86 emulator: push imm8Nitin A Kamble1-3/+14
2007-10-13KVM: VMX: Fix exit qualification width on i386He, Qing1-6/+6
2007-10-13KVM: Move main vcpu loop into subarch independent codeAvi Kivity4-217/+187
2007-10-13KVM: VMX: Move vm entry failure handling to the exit handlerAvi Kivity1-9/+10