summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-27MN10300: Cacheflush functions should take unsigned long addressesAkira Takeuchi
2010-10-27MN10300: AM34: The current cacheflush routines operate by controlling tag regsDavid Howells
2010-10-27MN10300: Reorder asm/cacheflush.h to put primitives firstDavid Howells
2010-10-27MN10300: Provide a MN10300_CACHE_ENABLED config optionDavid Howells
2010-10-27MN10300: Cache: Split cache bits out of arch KconfigDavid Howells
2010-10-27MN10300: Remove monitor/JTAG functionsAkira Takeuchi
2010-10-27MN10300: Add CPU register bits for AM34Akira Takeuchi
2010-10-27MN10300: Don't hard code the cacheline size in register defsAkira Takeuchi
2010-10-27MN10300: Move DMA engine control reg defs to MN103E010 processor directoryAkira Takeuchi
2010-10-27MN10300: Differentiate AM33_2 and AM33_3 in configAkira Takeuchi
2010-10-27MN10300: Provide the functions to fully disable maskable interruptsAkira Takeuchi
2010-10-27MN10300: Add reads[bwl]() and writes[bwl]()Akira Takeuchi
2010-10-27MN10300: Don't cast away the volatile in test_bit()Akira Takeuchi
2010-10-27Typedef SMP call function pointerDavid Howells
2010-10-27MN10300: Prevent cnt32_to_63() from being preempted in sched_clock()David Howells
2010-10-27mn10300: Use pci_claim_resourceDavid Howells
2010-10-27bitops: Change the bitmap index from int to unsigned long [mn10300]Justin Chen
2010-10-27MN10300: BUG to BUG_ON changesStoyan Gaydarov
2010-10-27Partially revert patch that encloses asm-offset.h numbers in bracketsDavid Howells
2010-10-26fix braino in fs: do not assign default i_ino in new_inodeAl Viro
2010-10-26Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2010-10-26Merge branches 'upstream/xenfs' and 'upstream/core' of git://git.kernel.org/p...Linus Torvalds
2010-10-27vmwgfx: Implement a proper GMR eviction mechanismThomas Hellstrom
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds
2010-10-27drm/radeon/kms: fix r6xx/7xx 1D tiling CS checker v2Alex Deucher
2010-10-26docbook: add idr/ida to kernel-api docbookRandy Dunlap
2010-10-26docbook: add more wait/wake/completion to device-drivers docbookRandy Dunlap
2010-10-26documentation: update sysrq.txt magic sysrq keysRandy Dunlap
2010-10-26Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2010-10-26Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2010-10-26Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2010-10-26Merge branch 'sfi-release' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2010-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds
2010-10-26Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds
2010-10-26Merge branch 'akpm-incoming-1'Linus Torvalds
2010-10-26scripts/checkpatch.pl: add check for declaration of pci_device_idJoe Perches
2010-10-26scripts/checkpatch.pl: add warnings for static char that could be static cons...Joe Perches
2010-10-26checkpatch: version 0.31Andy Whitcroft
2010-10-26checkpatch: statement/block context analyser should look at sanitised linesAndy Whitcroft
2010-10-26checkpatch: handle EXPORT_SYMBOL for DEVICE_ATTR and similarAndy Whitcroft
2010-10-26checkpatch: clean up structure definition macro handlineAndy Whitcroft
2010-10-26checkpatch: update copyright datesAndy Whitcroft
2010-10-26checkpatch: Add additional attribute #definesJoe Perches
2010-10-26checkpatch: check for incorrect permissionsRabin Vincent
2010-10-26checkpatch: ensure kconfig help checks only apply when we are adding helpAndy Whitcroft
2010-10-26checkpatch: simplify and consolidate "missing space after" checksAndy Whitcroft
2010-10-26checkpatch: add check for space after struct, union, and enumAndy Whitcroft
2010-10-26checkpatch: returning errno typically should be negativeAndy Whitcroft
2010-10-26checkpatch: handle casts better fixing false categorisation of : as binaryAndy Whitcroft