summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2010-10-262-16/+46
|\
| * intel_idle: do not use the LAPIC timer for ATOM C2Len Brown2010-10-261-1/+1
| * Merge branch 'intel_idle+snb' into idle-releaseLen Brown2010-10-231-1/+42
| |\
| | * intel_idle: add initial Sandy Bridge supportLen Brown2010-10-231-1/+43
| * | acpi_idle: delete bogus data from cpuidle_state.power_usageLen Brown2010-10-151-1/+0
| * | intel_idle: delete bogus data from cpuidle_state.power_usageLen Brown2010-10-151-7/+0
| * | intel_idle: simplify test for leave_mm()Len Brown2010-10-151-6/+3
* | | Merge branch 'sfi-release' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2010-10-261-24/+0
|\ \ \
| * | | SFI: remove the v0.7 related definitions from sfi.hFeng Tang2010-10-181-24/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2010-10-2648-735/+1612
|\ \ \ \
| * | | | arch/tile: convert a BUG_ON to BUILD_BUG_ONChris Metcalf2010-10-151-1/+1
| * | | | arch/tile: make ptrace() work properly for TILE-Gx COMPAT modeChris Metcalf2010-10-152-44/+38
| * | | | arch/tile: support new info op generated by compilerChris Metcalf2010-10-152-1/+8
| * | | | arch/tile: minor whitespace/naming changes for string support filesChris Metcalf2010-10-155-104/+109
| * | | | arch/tile: enable single-step support for TILE-GxChris Metcalf2010-10-154-3/+83
| * | | | arch/tile: parameterize system PLs to support KVM portChris Metcalf2010-10-1523-132/+338
| * | | | arch/tile: add Tilera's <arch/sim.h> header as an open-source headerChris Metcalf2010-10-154-37/+622
| * | | | arch/tile: Bomb C99 comments to C89 comments in tile's <arch/sim_def.h>Chris Metcalf2010-10-151-279/+269
| * | | | arch/tile: prevent corrupt top frame from causing backtracer runawayChris Metcalf2010-10-141-13/+22
| * | | | arch/tile: various top-level Makefile cleanupsChris Metcalf2010-10-141-2/+15
| * | | | arch/tile: change lower bound on syscall error return to -4095Chris Metcalf2010-10-141-1/+1
| * | | | arch/tile: properly export __mb_incoherent for modulesChris Metcalf2010-10-142-1/+7
| * | | | arch/tile: provide a definition of MAP_STACKChris Metcalf2010-10-141-0/+1
| * | | | kmemleak: add TILE to the list of supported architectures.Chris Metcalf2010-10-141-1/+1
| * | | | char: hvc: check for error caseVasiliy Kulikov2010-10-141-2/+3
| * | | | arch/tile: Add a warning if we try to allocate too much vmalloc memory.Chris Metcalf2010-10-141-0/+4
| * | | | arch/tile: update some comments to clarify register usage.Chris Metcalf2010-10-142-3/+6
| * | | | arch/tile: use better "punctuation" for VMSPLIT_3_5G and friendsChris Metcalf2010-10-141-4/+4
| * | | | arch/tile: Use <asm-generic/syscalls.h>Chris Metcalf2010-10-149-103/+76
| * | | | Merge branch 'master' into for-linusChris Metcalf2010-10-14964-5610/+10052
| |\ \ \ \
| * | | | | tile: replace some BUG_ON checks with BUILD_BUG_ON checksAkinobu Mita2010-10-051-4/+4
* | | | | | Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...Linus Torvalds2010-10-262-14/+16
|\ \ \ \ \ \
| * | | | | | NFS: rename nfs.upcall -> nfs.idmapBryan Schumaker2010-10-261-14/+14
| * | | | | | NFS: Fix a compile issue in nfs_rootTrond Myklebust2010-10-261-0/+2
* | | | | | | Merge branch 'akpm-incoming-1'Linus Torvalds2010-10-26209-1699/+7228
|\ \ \ \ \ \ \
| * | | | | | | scripts/checkpatch.pl: add check for declaration of pci_device_idJoe Perches2010-10-261-0/+5
| * | | | | | | scripts/checkpatch.pl: add warnings for static char that could be static cons...Joe Perches2010-10-261-0/+12
| * | | | | | | checkpatch: version 0.31Andy Whitcroft2010-10-261-1/+1
| * | | | | | | checkpatch: statement/block context analyser should look at sanitised linesAndy Whitcroft2010-10-261-6/+6
| * | | | | | | checkpatch: handle EXPORT_SYMBOL for DEVICE_ATTR and similarAndy Whitcroft2010-10-261-1/+10
| * | | | | | | checkpatch: clean up structure definition macro handlineAndy Whitcroft2010-10-261-2/+2
| * | | | | | | checkpatch: update copyright datesAndy Whitcroft2010-10-261-1/+1
| * | | | | | | checkpatch: Add additional attribute #definesJoe Perches2010-10-261-0/+14
| * | | | | | | checkpatch: check for incorrect permissionsRabin Vincent2010-10-261-1/+13
| * | | | | | | checkpatch: ensure kconfig help checks only apply when we are adding helpAndy Whitcroft2010-10-261-5/+21
| * | | | | | | checkpatch: simplify and consolidate "missing space after" checksAndy Whitcroft2010-10-261-10/+5
| * | | | | | | checkpatch: add check for space after struct, union, and enumAndy Whitcroft2010-10-261-0/+10
| * | | | | | | checkpatch: returning errno typically should be negativeAndy Whitcroft2010-10-261-0/+7
| * | | | | | | checkpatch: handle casts better fixing false categorisation of : as binaryAndy Whitcroft2010-10-261-0/+5
| * | | | | | | checkpatch: ensure we do not collapse bracketed sections into constantsAndy Whitcroft2010-10-261-3/+4
OpenPOWER on IntegriCloud