summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds13-524/+200
2011-05-20Merge branches 'stable/irq', 'stable/p2m.bugfixes', 'stable/e820.bugfixes' an...Linus Torvalds4-44/+107
2011-05-20Merge branches 'stable/balloon.cleanup' and 'stable/general.cleanup' of git:/...Linus Torvalds10-66/+63
2011-05-20Merge branches 'stable/backend.base.v3' and 'stable/gntalloc.v7' of git://git...Linus Torvalds9-31/+208
2011-05-20Merge branch 'stable/broadcom.ibft' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-19/+32
2011-05-20Merge branch 'move-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds29-36/+37
2011-05-20Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/cp...Linus Torvalds27-509/+331
2011-05-20[CPUFREQ] Move x86 drivers to drivers/cpufreq/Dave Jones29-36/+37
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds16-127/+237
2011-05-20Merge branch 'docs-move' of git://git.kernel.org/pub/scm/linux/kernel/git/rdu...Linus Torvalds21-11/+22
2011-05-20list: remove prefetching from regular list iteratorsLinus Torvalds2-18/+14
2011-05-20hlist: remove software prefetching in hlist iteratorsLinus Torvalds2-10/+9
2011-05-19input/atari: Fix mouse movement and button mappingGeert Uytterhoeven1-4/+4
2011-05-19input/atari: Fix atarimouse initMichael Schmitz2-4/+6
2011-05-19input/atari: Use the correct mouse interrupt hookMichael Schmitz3-8/+3
2011-05-19m68k/atari: Do not use "/" in interrupt namesGeert Uytterhoeven4-4/+4
2011-05-19m68k: unistd - Comment out definitions for unimplemented syscallsGeert Uytterhoeven1-22/+24
2011-05-19m68k: Really wire up sys_pselect6 and sys_ppollGeert Uytterhoeven1-2/+2
2011-05-19m68k: Merge mmu and non-mmu versions of sys_call_tableGeert Uytterhoeven3-445/+96
2011-05-19MAINTAINERS: Roman Zippel has been MIA for several years.Geert Uytterhoeven1-5/+4
2011-05-19m68k: bitops - Never step beyond the end of the bitmapGeert Uytterhoeven1-26/+55
2011-05-19m68k: bitops - offset == ((long)p - (long)vaddr) * 8Geert Uytterhoeven1-4/+2
2011-05-19drivers/xen/sys-hypervisor: Cleanup code/data sections definitionsDaniel Kiper1-1/+1
2011-05-19arch/x86/xen/smp: Cleanup code/data sections definitionsDaniel Kiper1-4/+4
2011-05-19arch/x86/xen/time: Cleanup code/data sections definitionsDaniel Kiper1-4/+4
2011-05-19arch/x86/xen/xen-ops: Cleanup code/data sections definitionsDaniel Kiper1-1/+1
2011-05-19arch/x86/xen/mmu: Cleanup code/data sections definitionsDaniel Kiper1-17/+17
2011-05-19params.c: Use new strtobool function to process boolean inputsJonathan Cameron1-10/+4
2011-05-19debugfs: move to new strtoboolJonathan Cameron1-13/+4
2011-05-19Add a strtobool function matching semantics of existing in kernel equivalentsJonathan Cameron2-0/+30
2011-05-19modpost: Update 64k section support for binutils 2.18.50Anders Kaseorg2-29/+14
2011-05-19module: Use binary search in lookup_symbol()Alessio Igor Bogani1-5/+2
2011-05-19module: Use the binary search for symbols resolutionAlessio Igor Bogani1-5/+16
2011-05-19lib: Add generic binary search function to the kernel.Tim Abbott3-1/+64
2011-05-19module: Sort exported symbolsAlessio Igor Bogani3-12/+23
2011-05-19module: each_symbol_section instead of each_symbolRusty Russell2-17/+30
2011-05-19module: split unset_section_ro_nx function.Jan Glauber1-22/+23
2011-05-19module: undo module RONX protection correctly.Jan Glauber3-12/+19
2011-05-19module: zero mod->init_ro_size after init is freed.Jan Glauber1-0/+1
2011-05-19minor ANSI prototype sparse fixDaniel J Blueman1-2/+2
2011-05-19module: reorder kparam_array to remove alignment padding on 64 bit buildsRichard Kennedy1-3/+4
2011-05-19module: remove 64 bit alignment padding from struct module with CONFIG_TRACE*Richard Kennedy1-6/+7
2011-05-19module: do not hide __modver_version_show declaration behind ifdefDmitry Torokhov1-2/+3
2011-05-19module: deal with alignment issues in built-in module versionsDmitry Torokhov2-8/+11
2011-05-19Linux 2.6.39v2.6.39Linus Torvalds1-1/+1
2011-05-19Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/o...Linus Torvalds7-27/+96
2011-05-19Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds22-46/+108
2011-05-19Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds4-8/+6
2011-05-18drivercore: revert addition of of_match to struct deviceGrant Likely22-50/+108
2011-05-18of: fix race when matching driversMilton Miller1-2/+6