summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MIPS: Move vmlinux.ecoff to arch/mips/bootYoichi Yuasa2010-01-121-1/+1
* MIPS: cpumask_of_node() should handle -1 as a nodeAnton Blanchard2010-01-121-1/+3
* MIPS: Octeon: Use non-overflowing arithmetic in sched_clockDavid Daney2010-01-121-3/+28
* MIPS: Malta, PowerTV: Remove unnecessary "Linux started"Yoichi Yuasa2010-01-123-7/+0
* MIPS: BCM63xx: Remove duplicate CONFIG_CMDLINE.Yoichi Yuasa2010-01-121-3/+0
* MIPS: AR7: Remove unused prom_getchar()Yoichi Yuasa2010-01-121-7/+0
* MIPS: PowerTV: Remove extra r4k_clockevent_init() callDavid VomLehn2010-01-121-1/+0
* MIPS: Cobalt use strlcat() for the command line argumentsYoichi Yuasa2010-01-121-16/+8
* MIPS: Octeon: Add sched_clock() to csrc-octeon.cDavid Daney2010-01-121-0/+7
* MIPS: TXx9: Cleanup builtin-cmdline processingAtsushi Nemoto2010-01-121-21/+0
* MIPS: PowerTV: simplify prom_init_cmdline() and merge into prom_init()Yoichi Yuasa2010-01-124-56/+10
* MIPS: PowerTV: Remove unused platform_die()Yoichi Yuasa2010-01-121-21/+0
* MIPS: PowerTV: Remove mips_machine_halt()Yoichi Yuasa2010-01-121-18/+0
* MIPS: PowerTV: Remove unused ptv_memsizeYoichi Yuasa2010-01-121-5/+0
* MIPS: PowerTV: Remove unused prom_getcmdline()Yoichi Yuasa2010-01-121-5/+0
* MIPS: AR7: Remove kgdb_enabledYoichi Yuasa2010-01-121-8/+0
* MIPS: Alchemy: Correct code taking the size of a pointerJulia Lawall2010-01-121-2/+2
* MIPS: BCM63xx: Fix whitespace damaged board_bcm963xx.cFlorian Fainelli2010-01-121-17/+16
* MIPS: VR41xx: Use strlcat() for the command line argumentsYoichi Yuasa2010-01-121-3/+3
* MIPS: Cleanup and Fixup of compressed kernel supportWu Zhangjin2010-01-123-155/+59
* MIPS: Cleanup forgotten label_module_alloc in tlbex.cDavid Daney2010-01-121-8/+0
* Revert "x86, apic: Use logical flat on intel with <= 8 logical cpus"Ananth N Mavinakayanahalli2010-01-112-19/+22
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2010-01-115-625/+666
|\
| * xfs: Ensure we force all busy extents in range to diskDave Chinner2010-01-102-29/+27
| * xfs: Don't flush stale inodesDave Chinner2010-01-101-3/+7
| * xfs: fix timestamp handling in xfs_setattrChristoph Hellwig2010-01-102-55/+41
| * xfs: use DECLARE_EVENT_CLASSChristoph Hellwig2010-01-101-538/+591
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds2010-01-114-15/+52
|\ \
| * | GFS2: Use MAX_LFS_FILESIZE for meta inode sizeSteven Whitehouse2010-01-111-1/+1
| * | GFS2: Fix gfs2_xattr_acl_chmod()Steven Whitehouse2010-01-081-10/+11
| * | GFS2: Fix locking bug in renameSteven Whitehouse2010-01-081-2/+4
| * | GFS2: Ensure uptodate inode size when using O_APPENDSteven Whitehouse2010-01-081-2/+36
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-01-111-0/+3
|\ \ \
| * | | quota: Fix dquot_transfer for filesystems different from ext4Jan Kara2010-01-111-0/+3
| | |/ | |/|
* | | Merge branch 'agp-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-01-112-6/+13
|\ \ \
| * | | agp/hp: fail gracefully if we don't find an IOCBjorn Helgaas2010-01-111-0/+3
| * | | agp/hp: fixup hp agp after ACPI changesBjorn Helgaas2010-01-111-2/+1
| * | | agp: correct missing cleanup on error in agp_add_bridgeKevin Winchester2010-01-111-4/+9
* | | | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-01-1165-973/+2411
|\ \ \ \
| * \ \ \ Merge branch 'for-airlied' of /ssd/git/drm-nouveau-next into drm-linusDave Airlie2010-01-1129-496/+853
| |\ \ \ \
| | * | | | drm/nv04: Fix set_operation software method.Marcin Kościelnicki2010-01-111-1/+1
| | * | | | drm/nouveau: initialise DMA tracking parameters earlierBen Skeggs2010-01-113-6/+12
| | * | | | drm/nouveau: use dma.max rather than pushbuf size for checking GET validityBen Skeggs2010-01-111-1/+1
| | * | | | drm/nv04: differentiate between nv04/nv05Ben Skeggs2010-01-111-1/+4
| | * | | | drm/nouveau: Fix null deref in nouveau_fence_emit due to deleted fenceLuca Barbieri2010-01-111-20/+13
| | * | | | drm/nv50: prevent a possible ctxprog hangBen Skeggs2010-01-111-0/+1
| | * | | | drm/nouveau: have ttm's fault handler called directlyBen Skeggs2010-01-111-29/+1
| | * | | | drm/nv50: restore correct cache1 get/put address on fifoctx loadBen Skeggs2010-01-111-4/+2
| | * | | | drm/nouveau: create function for "dealing" with gpu lockupMarcin Slusarz2010-01-114-26/+22
| | * | | | drm/nouveau: remove unused nouveau_channel_idle() functionBen Skeggs2010-01-112-42/+0
OpenPOWER on IntegriCloud