summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* BUG_ON() Conversion in drivers/net/Eric Sesterhenn2006-04-0215-49/+24
* BUG_ON() Conversion in drivers/s390/net/lcs.cEric Sesterhenn2006-04-021-8/+5
* BUG_ON() Conversion in mm/slab.cEric Sesterhenn2006-04-021-12/+6
* BUG_ON() Conversion in mm/highmem.cEric Sesterhenn2006-04-021-10/+5
* BUG_ON() Conversion in kernel/signal.cEric Sesterhenn2006-04-021-2/+1
* BUG_ON() Conversion in kernel/signal.cEric Sesterhenn2006-04-021-4/+2
* BUG_ON() Conversion in kernel/ptrace.cEric Sesterhenn2006-04-021-2/+1
* BUG_ON() Conversion in ipc/shm.cEric Sesterhenn2006-04-021-8/+7
* BUG_ON() Conversion in fs/freevxfs/Eric Sesterhenn2006-04-021-6/+3
* BUG_ON() Conversion in fs/udf/Eric Sesterhenn2006-04-021-4/+2
* BUG_ON() Conversion in fs/sysv/Eric Sesterhenn2006-04-021-4/+2
* BUG_ON() Conversion in fs/inode.cEric Sesterhenn2006-04-021-10/+5
* BUG_ON() Conversion in fs/fcntl.cEric Sesterhenn2006-04-021-2/+1
* BUG_ON() Conversion in fs/dquot.cEric Sesterhenn2006-04-021-4/+2
* BUG_ON() Conversion in md/raid10.cEric Sesterhenn2006-04-021-4/+2
* BUG_ON() Conversion in md/raid6main.cEric Sesterhenn2006-04-021-19/+10
* BUG_ON() Conversion in md/raid5.cEric Sesterhenn2006-04-021-22/+12
* Merge with git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitAdrian Bunk2006-04-0250-458/+2762
|\
| * 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