aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ARM] 3438/1: ixp23xx: add pci slave supportLennert Buytenhek2006-04-013-1/+21
* [ARM] 3436/1: 2.6.16-git18: collie_defconfig brokenPavel Machek2006-04-011-1/+71
* [ARM] 3437/1: Kill duplicate exports of string library functionsKomal Shah2006-04-011-13/+0
* Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2006-03-312-7/+32
|\
| * [SERIAL] Allow 8250 PCI, PNP, GSC and HP300 support to be disabledRussell King2006-03-292-7/+32
* | Merge master.kernel.org:/home/rmk/linux-2.6-mmcLinus Torvalds2006-03-3110-53/+1325
|\ \
| * | [MMC] Pass -DDEBUG on compiler command line if MMC_DEBUG selectedRussell King2006-03-298-58/+32
| * | [MMC] Add OMAP MMC host driverCarlos Aguiar2006-03-294-0/+1298
| |/
* | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-03-3114-234/+478
|\ \
| * | [ARM] 3424/2: ixp23xx: fix uncompress.h for recent CRLF decompressor changeLennert Buytenhek2006-03-301-8/+3
| * | [ARM] 3434/1: pxa i2s amsl defineMarc-Andre Hebert2006-03-301-1/+1
| * | [ARM] 3425/1: xsc3: need to include pgtable-hwdef.hLennert Buytenhek2006-03-301-0/+1
| * | [ARM] Allow un-muxed syscalls to be available for everyoneRussell King2006-03-301-11/+0
| * | [ARM] 3420/1: Missing clobber in example codePaul Brook2006-03-281-1/+1
| * | Merge nommu treeRussell King2006-03-289-213/+472
| |\ \
| | * | [ARM] nommu: fixups for the exception vectorsHyok S. Choi2006-03-274-5/+31
| | * | [ARM] nommu: add nommu specific Kconfig and MMUEXT variable in MakefileHyok S. Choi2006-03-272-1/+33
| | * | [ARM] nommu: start-up codeHyok S. Choi2006-03-274-207/+302
| | * | [ARM] nommu: MPU support in boot/compressed/head.SHyok S. Choi2006-03-271-0/+106
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2006-03-314-8/+403
|\ \ \ \
| * | | | [IA64] Avoid "u64 foo : 32;" for gcc3 vs. gcc4 compatibilityTony Luck2006-03-313-8/+8
| * | | | [IA64] Export cpu cache info by sysfsZhang, Yanmin2006-03-302-0/+395
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2006-03-3120-156/+524
|\ \ \ \ \
| * | | | | [CIFS] Fix typo in earlier cifs_unlink change and protect oneSteve French2006-03-311-5/+7
| * | | | | [CIFS] Incorrect signature sent on SMB ReadSteve French2006-03-311-13/+23
| * | | | | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-03-311-0/+4
| |\ \ \ \ \
| * | | | | | [CIFS] Fix unlink oops when indirectly called in rename error pathSteve French2006-03-311-1/+4
| * | | | | | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-03-314831-159898/+246632
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-03-20286-1385/+2175
| |\ \ \ \ \ \ \
| * | | | | | | | [CIFS] Fix two remaining coverity scan tool warnings.Steve French2006-03-092-5/+7
| * | | | | | | | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-03-0759-239/+430
| |\ \ \ \ \ \ \ \
| * | | | | | | | | [CIFS] Set correct lock type on new posix unlock callSteve French2006-03-031-1/+1
| * | | | | | | | | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-03-03268-3347/+3883
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | [CIFS] Upate cifs change logSteve French2006-03-031-0/+5
| * | | | | | | | | | [CIFS] Fix slow oplock break response when mounts to differentSteve French2006-03-033-4/+4
| * | | | | | | | | | [CIFS] Workaround various server bugs found in testing at connectathonSteve French2006-03-035-5/+14
| * | | | | | | | | | [CIFS] Allow fallback for setting file size to Procom SMB server whenSteve French2006-03-021-1/+1
| * | | | | | | | | | [CIFS] Make POSIX CIFS Extensions SetFSInfo match exactly what we wantSteve French2006-03-024-18/+42
| * | | | | | | | | | [CIFS] Move noisy debug message (triggerred by some older servers) fromSteve French2006-03-021-5/+8
| * | | | | | | | | | [CIFS] Use correct pid on new cifs posix byte range lock callSteve French2006-03-011-0/+2
| * | | | | | | | | | [CIFS] Add posix (advisory) byte range locking support to cifs clientSteve French2006-02-285-22/+137
| * | | | | | | | | | [CIFS] CIFS readdir perf optimizations part 1Steve French2006-02-283-11/+27
| * | | | | | | | | | [CIFS] Free small buffers earlier so we exceed the cifsSteve French2006-02-263-13/+18
| * | | | | | | | | | [CIFS] Fix large (ie over 64K for MaxCIFSBufSize) buffer case for wrappingSteve French2006-02-243-13/+24
| * | | | | | | | | | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-02-22114-1943/+1045
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | [CIFS] Convert remaining places in fs/cifs fromEric Sesterhenn2006-02-214-13/+5
| * | | | | | | | | | | Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-02-18216-1986/+3716
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-02-159-28/+76
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.gitSteve French2006-02-15228-2007/+2563
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | [CIFS] SessionSetup cleanup part 2Steve French2006-02-147-13/+161