aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | kbuild: define clean before including kbuild fileSam Ravnborg2005-07-251-5/+5
| * | | kbuild: fix make O=...Sam Ravnborg2005-07-253-3/+7
| * | | kbuild: introduce Kbuild.includeSam Ravnborg2005-07-257-167/+103
| * | | kbuild: drop descend - converting existing usersSam Ravnborg2005-07-254-12/+2
| * | | kbuild: drop -Wundef from HOSTCFLAGS for nowSam Ravnborg2005-07-251-1/+1
| * | | [PATCH] kbuild: make help binrpm-pkg fixCoywolf Qi Hunt2005-07-211-1/+1
| * | | [PATCH] kbuild: add -Wundef to global CFLAGSOlaf Hering2005-07-211-2/+2
| * | | [PATCH] kbuild: When checking depmod version, redirect stderrTom Rini2005-07-171-1/+1
| * | | kbuild: fix make O=... buildSam Ravnborg2005-07-141-2/+2
| * | | kbuild: Fix bug in make deb-pkg when using seperate source and output directo...Sam Ravnborg2005-07-142-3/+3
| * | | uml: Restore proper descriptions in make deb-pkg targetSam Ravnborg2005-07-141-2/+26
| * | | uml: Make deb-pkg build target build a Debian-style user-mode-linux packageSam Ravnborg2005-07-141-6/+26
| * | | kbuild: Don't fail if include/asm symlink existsSam Ravnborg2005-07-141-3/+4
| * | | kbuild: fix buildcheckSam Ravnborg2005-07-141-2/+0
| * | | kbuild: Add target debug_kallsymsSam Ravnborg2005-07-141-0/+10
| * | | kbuild: "PREEMPT" in UTS_VERSIONSam Ravnborg2005-07-142-5/+10
| * | | kbuild: Avoid inconsistent kallsyms dataSam Ravnborg2005-07-141-0/+9
| * | | buildcheck: reduce DEBUG_INFO noise from reference* scriptsSam Ravnborg2005-07-142-0/+4
| * | | kbuild: Fix build as root then userSam Ravnborg2005-07-141-1/+1
| * | | [PATCH] scripts/kernel-doc: don't use uninitialized SRCTREERandy Dunlap2005-07-131-1/+7
| * | | [PATCH] Lindent: ignore .indent.proJeff Mahoney2005-07-131-1/+1
| * | | [PATCH] kbuild: restrain output of "make help" to 80 columnsYum Rayan2005-07-131-1/+2
| * | | [PATCH] kbuild: obey HOSTLOADLIBES_programname for single-file compilationMatthias Urlichs2005-07-131-1/+2
| * | | [PATCH] kbuild: allow cscope to index multiple architecturesIan Campbell2005-07-131-4/+10
| * | | [PATCH] kbuild: make 'cscope -q' play well with cscope.elKarl Hegbloom2005-07-131-2/+2
| * | | [PATCH] kbuild: add ia64 support to rpm Makefile targetGreg Edwards2005-07-131-0/+9
| * | | [PATCH] kbuild: modpost needs to cope with new glibc elf header on sparcFabio Massimo Di Nitto2005-07-131-2/+7
| * | | [PATCH] kbuild: create tarballsJan-Benedict Glaw2005-07-122-3/+127
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 Linus Torvalds2005-09-0610-70/+178
|\ \ \ \
| * | | | [PATCH] klist: fix klist to have the same klist_add semantics as list_headJames Bottomley2005-09-055-10/+14
| * | | | [PATCH] Driver core: small cleanup; remove check for NULL before kfree() in d...Jesper Juhl2005-09-051-4/+2
| * | | | [PATCH] Driver core: hande sysdev suspend failureShaohua Li2005-09-051-25/+85
| * | | | [PATCH] Driver core: Documentation: use S_IRUSR | ... in stead of 0644Jan Veldeman2005-09-051-2/+2
| * | | | [PATCH] Driver core: Documentation: fix whitespace between parametersJan Veldeman2005-09-051-13/+13
| * | | | [PATCH] Floppy: add cmos attribute to floppy driver tidyAndrew Morton2005-09-051-8/+7
| * | | | [PATCH] Floppy: Add cmos attribute to floppy driverHannes Reinecke2005-09-051-13/+29
| * | | | [PATCH] Driver core: link device and all class devices derived from it.Dmitry Torokhov2005-09-052-3/+32
| * | | | [PATCH] Fix manual binding infinite loopGreg Kroah-Hartman2005-09-051-1/+3
| | |_|/ | |/| |
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6 Linus Torvalds2005-09-06145-2752/+4433
|\ \ \ \
| * | | | [PATCH] I2C: Drop the I2C_ACK_TEST ioctlJean Delvare2005-09-051-3/+0
| * | | | [PATCH] hwmon: (3/3) pc87360 driver updateJim Cromie2005-09-051-30/+24
| * | | | [PATCH] hwmon: (2/3) pc87360 driver updateJim Cromie2005-09-051-56/+56
| * | | | [PATCH] hwmon: (1/3) pc87360 driver updateJim Cromie2005-09-051-370/+405
| * | | | [PATCH] I2C: Fix sgi_xfer return valueJean Delvare2005-09-051-1/+1
| * | | | [PATCH] i2c: bug fix for busses/i2c-mv64xxx.cJean Delvare2005-09-051-4/+4
| * | | | [PATCH] i2c: chips/ds1374.c fixupMark A. Greer2005-09-051-1/+1
| * | | | [PATCH] i2c: chips/m41t00.c fixupMark A. Greer2005-09-051-1/+1
| * | | | [PATCH] I2C: Drop probe parameter of i2c-keywestJean Delvare2005-09-051-12/+0
| * | | | [PATCH] I2C: Drop debug eeprom dump code in pcilynxJean Delvare2005-09-051-20/+0
| * | | | Merge HEAD from gregkh@master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c...2005-09-0520-162/+225
| |\ \ \ \ | | |/ / /