summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Btrfs: make error return negative in btrfs_sync_file()Roel Kluin2010-02-041-1/+1
| * | | | | | | | Btrfs: fix race between allocate and release extent buffer.Yan, Zheng2010-02-041-2/+1
* | | | | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2010-02-0412-30/+195
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ARM: Fix wrong register in proc-arm6_7.S data abort handlerRussell King2010-02-031-1/+1
| * | | | | | | | | Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6Russell King2010-02-018-25/+187
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | mx35: add a missing comma in a pad definitionUwe Kleine-König2010-01-291-1/+1
| | * | | | | | | | | mx25: make the FEC AHB clk secondary of the IPGBaruch Siach2010-01-261-2/+2
| | * | | | | | | | | mx25: fix time accountingBaruch Siach2010-01-261-1/+6
| | * | | | | | | | | mx25: properly initialize clocksBaruch Siach2010-01-261-0/+8
| | * | | | | | | | | mx25: remove unused mx25_clocks_init() argumentBaruch Siach2010-01-263-3/+3
| | * | | | | | | | | i.MX25: implement secondary clocks for uarts and fecSascha Hauer2010-01-261-6/+8
| | * | | | | | | | | i.MX25: Allow secondary clocks in DEFINE_CLOCKSascha Hauer2010-01-261-20/+21
| | * | | | | | | | | ARM: MX3: Fixed typo in declared enum type name.Vladimir Zapolskiy2010-01-211-1/+1
| | * | | | | | | | | MXC: Add AUDMUXv2 register decode to debugfsMark Brown2010-01-121-0/+137
| | * | | | | | | | | mx31ads: Provide an IRQ range to the WM835x on the 1133-EV1 moduleMark Brown2010-01-052-0/+6
| | * | | | | | | | | mx31ads: Provide a name for EXPIO interrupt chipMark Brown2010-01-051-0/+1
| | * | | | | | | | | mx31ads: Allow enable/disable of switchable suppliesMark Brown2010-01-051-0/+2
| * | | | | | | | | | ARM: 5909/1: ARM: Correct the FPSCR bits setting when raising exceptionsCatalin Marinas2010-02-011-1/+4
| * | | | | | | | | | ARM: 5904/1: ARM: Always generate the IT instruction when compiling for Thumb-2Catalin Marinas2010-01-301-1/+1
| * | | | | | | | | | ARM: 5907/1: ARM: Fix the reset on the RealView PBX Development boardColin Tuckley2010-01-301-2/+2
* | | | | | | | | | | Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-02-049-19/+77
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | omap: Disable serial port autoidle by defaultTony Lindgren2010-02-031-2/+9
| * | | | | | | | | | | omap: Fix access to already released memory in clk_debugfs_register_one()Marek Skuczynski2010-02-031-2/+2
| * | | | | | | | | | | omap: Fix arch/arm/mach-omap2/mux.c: Off by one errorTony Lindgren2010-02-031-1/+2
| * | | | | | | | | | | omap: Fix 3630 mux errorsTony Lindgren2010-02-032-0/+54
| * | | | | | | | | | | OMAP2/3: GPMC: ensure valid clock pointerKevin Hilman2010-02-031-1/+4
| * | | | | | | | | | | OMAP2/3: IRQ: ensure valid base addressKevin Hilman2010-02-031-1/+3
| * | | | | | | | | | | ARCH OMAP : enable ARCH_HAS_HOLES_MEMORYMODEL for OMAPSriram2010-02-031-0/+1
| * | | | | | | | | | | omap: Remove old unused defines for OMAP_32KSYNCT_BASETony Lindgren2010-02-031-10/+0
| * | | | | | | | | | | omap: define _toggle_gpio_edge_triggering only for OMAP1Uwe Kleine-König2010-01-291-2/+2
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-02-049-32/+93
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | NFS: Don't clobber the attribute type in nfs_update_inode()Trond Myklebust2010-02-031-1/+3
| * | | | | | | | | | | NFS: Fix a umount raceTrond Myklebust2010-02-031-1/+14
| * | | | | | | | | | | NFS: Fix an Oops when truncating a fileTrond Myklebust2010-02-031-8/+9
| * | | | | | | | | | | NFS: Ensure that we handle NFS4ERR_STALE_STATEID correctlyTrond Myklebust2010-01-263-14/+33
| * | | | | | | | | | | NFSv4.1: Don't call nfs4_schedule_state_recovery() unnecessarilyTrond Myklebust2010-01-261-6/+2
| * | | | | | | | | | | NFSv4: Don't allow posix locking against servers that don't support itTrond Myklebust2010-01-262-1/+7
| * | | | | | | | | | | NFSv4: Ensure that the NFSv4 locking can recover from stateid errorsTrond Myklebust2010-01-261-0/+19
| * | | | | | | | | | | NFS: Avoid warnings when CONFIG_NFS_V4=nDavid Howells2010-01-261-0/+2
| * | | | | | | | | | | NFS: Make nfs_commitdata_release staticH Hartley Sweeten2010-01-261-1/+1
| * | | | | | | | | | | NFS: Try to commit unstable writes in nfs_release_page()Trond Myklebust2010-01-261-0/+2
| * | | | | | | | | | | NFS: Fix a reference leak in nfs_wb_cancel_page()Trond Myklebust2010-01-261-0/+1
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-02-044-6/+49
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | futex: Handle futex value corruption gracefullyThomas Gleixner2010-02-031-2/+19
| * | | | | | | | | | | futex: Handle user space corruption gracefullyThomas Gleixner2010-02-031-0/+7
| * | | | | | | | | | | futex_lock_pi() key refcnt fixMikael Pettersson2010-02-031-1/+1
| * | | | | | | | | | | softlockup: Add sched_clock_tick() to avoid kernel warning on kgdb resumeJason Wessel2010-02-013-3/+22
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds2010-02-046-5/+27
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | GFS2: Extend umount wait coverage to full glock lifetimeSteven Whitehouse2010-02-035-7/+17
| * | | | | | | | | | | | GFS2: Wait for unlock completion on umountSteven Whitehouse2010-02-034-1/+13