summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [AVR32] Add missing #include <linux/param.h> to delay.cHaavard Skinnemoen2006-12-081-0/+1
* [AVR32] Pass dev parameter to dma_cache_sync()Haavard Skinnemoen2006-12-081-6/+6
* [AVR32] Implement intc_get_pending()Haavard Skinnemoen2006-12-081-0/+4
* [AVR32] Don't include <asm/delay.h>Haavard Skinnemoen2006-12-082-2/+1
* [AVR32] Put the chip in "stop" mode when halting the systemHaavard Skinnemoen2006-12-081-0/+7
* [AVR32] Set flow handler for external interruptsHaavard Skinnemoen2006-12-081-2/+20
* [AVR32] Remove unused fileHaavard Skinnemoen2006-12-081-289/+0
* [AVR32] Remove mii_phy_addr and eth_addr from eth_platform_dataHaavard Skinnemoen2006-12-082-11/+57
* [AVR32] Move ethernet tag parsing to board-specific codeHaavard Skinnemoen2006-12-082-32/+23
* [AVR32] Add macb1 platform_deviceHaavard Skinnemoen2006-12-081-0/+38
* [AVR32] Portmux API updateHaavard Skinnemoen2006-12-084-88/+194
* Add "run_scheduled_work()" workqueue functionLinus Torvalds2006-12-073-2/+75
* Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-12-072-44/+79
|\
| * [PATCH] libata: Incorrect timing computation for PIO5/6Alan2006-12-071-1/+1
| * [PATCH] sata_promise: new EH conversion, take 2Mikael Pettersson2006-12-071-12/+68
| * [PATCH] libata: let ATA_FLAG_PIO_POLLING use polling pio for ATA_PROT_NODATAAlbert Lee2006-12-071-0/+1
| * [PATCH] sata_promise: cleanups, take 2Mikael Pettersson2006-12-071-31/+9
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds2006-12-0757-1211/+2341
|\ \
| * | [DLM] Clean up lowcommsPatrick Caulfield2006-12-074-357/+261
| * | [GFS2] Change gfs2_fsync() to use write_inode_now()Steven Whitehouse2006-12-071-5/+6
| * | [GFS2] Fix indent in recovery.cSteven Whitehouse2006-12-051-1/+1
| * | [GFS2] Don't flush everything on fdatasyncSteven Whitehouse2006-11-301-3/+27
| * | [GFS2] Add a comment about reading the super blockSteven Whitehouse2006-11-301-0/+18
| * | [GFS2] Mount problem with the GFS2 codeSrinivasa Ds2006-11-301-1/+1
| * | [GFS2] Remove gfs2_check_acl()Steven Whitehouse2006-11-303-19/+3
| * | [DLM] fix format warnings in rcom.c and recoverd.cRyusuke Konishi2006-11-302-4/+7
| * | [GFS2] lock function parameterRandy Dunlap2006-11-301-1/+1
| * | [DLM] don't accept replies to old recovery messagesDavid Teigland2006-11-303-11/+39
| * | [DLM] fix size of STATUS_REPLY messageDavid Teigland2006-11-301-1/+5
| * | [GFS2] fs/gfs2/log.c:log_bmap() fix printk format warningRyusuke Konishi2006-11-301-1/+2
| * | [DLM] fix add_requestqueue checking nodes listDavid Teigland2006-11-303-11/+14
| * | [GFS2] Fix recursive locking in gfs2_getattrSteven Whitehouse2006-11-301-5/+17
| * | [GFS2] Fix recursive locking in gfs2_permissionSteven Whitehouse2006-11-301-6/+13
| * | [GFS2] Reduce number of arguments to meta_io.c:getbuf()Steven Whitehouse2006-11-301-14/+12
| * | [GFS2] Move gfs2_meta_syncfs() into log.cSteven Whitehouse2006-11-304-20/+21
| * | [GFS2] Fix journal flush problemSteven Whitehouse2006-11-307-99/+46
| * | [GFS2] mark_inode_dirty after write to stuffed fileSteven Whitehouse2006-11-301-1/+3
| * | [GFS2] Fix glock ordering on inode creationSteven Whitehouse2006-11-301-27/+4
| * | [GFS2] Simplify glops functionsSteven Whitehouse2006-11-304-51/+28
| * | [GFS2] Fix Kconfig wrt CRC32Steven Whitehouse2006-11-301-0/+1
| * | [GFS2] Make sentinel dirents compatible with gfs1Steven Whitehouse2006-11-301-10/+16
| * | [GFS2] Remove unused function from inode.cSteven Whitehouse2006-11-304-95/+5
| * | [GFS2] Remove unused sysfs filesSteven Whitehouse2006-11-301-8/+0
| * | [GFS2] Tidy up bmap & fix boundary bugSteven Whitehouse2006-11-301-63/+54
| * | [GFS2] Fix memory allocation in glock.cSteven Whitehouse2006-11-301-1/+1
| * | [DLM] Fix DLM configPatrick Caulfield2006-11-301-1/+2
| * | [DLM] clear sbflags on lock masterDavid Teigland2006-11-301-0/+1
| * | [DLM] do full recover_locks barrierDavid Teigland2006-11-301-1/+7
| * | [DLM] fix stopping unstarted recoveryDavid Teigland2006-11-301-1/+6
| * | [DLM] fix aborted recovery during node removalDavid Teigland2006-11-302-0/+15