summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * modpost: give most mismatch constants a better nameUwe Kleine-König2010-01-301-28/+28
| * modpost: define ALL_XXX{IN,EX}IT_SECTIONSUwe Kleine-König2010-01-291-6/+9
| * modpost: members of *driver structs should not point to __init functionsUwe Kleine-König2010-01-291-1/+1
* | MAINTAINERS: add a few more patterns to kbuildMichal Marek2010-02-021-1/+4
* | scripts: use %_tmppath in "make rpm-pkg"John Saalwaechter2010-02-021-1/+1
* | markup_oops.pl: fix for faulting instruction in the first line of a rangeHui Zhu2010-02-021-3/+4
* | scripts: change scripts to use system python instead of envDon Zickus2010-02-023-3/+3
* | scripts/kallsyms: suppress build warningHimanshu Chauhan2010-02-021-2/+4
* | scripts/mkcompile_h: don't test for hardcoded pathsMichal Marek2010-02-021-3/+2
* | Improve kconfig symbol hashingAndi Kleen2010-02-024-17/+21
* | Makefile: Document ability to make file.lst and file.SJoe Perches2010-02-021-1/+3
* | kbuild: improve version string logicDavid Rientjes2010-02-021-16/+27
* | nconfig: minor fixNir Tzachar2010-02-021-3/+3
* | nconfig: mark local functions as suchMichal Marek2010-02-022-15/+15
* | kconfig: new configuration interface (nconfig)nir.tzachar@gmail.com2010-02-0210-20/+2314
* | genksyms: close ref_file after useAlexander Beregalov2010-02-021-1/+3
* | menuconfig: wrap long help linesVadim Bendebury (вб)2010-02-024-2/+33
* | scripts: add ARM support to decodecodeRabin Vincent2010-02-021-13/+35
* | kconfig CROSS_COMPILE optionRoland McGrath2010-02-022-0/+11
* | kbuild: Fix linking error built-in.o no such file or directoryJiafu He2010-02-021-1/+1
* | Linux 2.6.33-rc6v2.6.33-rc6Linus Torvalds2010-01-291-1/+1
* | mfd: Fix asic3 buildDmitry Artamonow2010-01-291-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-01-297-69/+198
|\
| * Input: update multi-touch protocol documentationHenrik Rydberg2010-01-291-8/+40
| * Input: add the ABS_MT_PRESSURE eventHenrik Rydberg2010-01-292-0/+2
| * Input: winbond-cir - remove dmesg spamDavid Härdeman2010-01-291-1/+1
| * Input: lifebook - add another Lifebook DMI signatureJon Dodgson2010-01-281-0/+6
| * Input: ad7879 - support auxiliary GPIOs via gpiolibMichael Hennerich2010-01-192-60/+149
* | mm: fix migratetype bug which slowed swappingHugh Dickins2010-01-291-2/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-01-297-30/+36
|\ \
| * | Btrfs: check total number of devices when removing missingJosef Bacik2010-01-281-2/+2
| * | Btrfs: check return value of open_bdev_exclusive properlyJosef Bacik2010-01-281-2/+2
| * | Btrfs: do not mark the chunk as readonly if in degraded modeJosef Bacik2010-01-281-0/+5
| * | Btrfs: run orphan cleanup on default fs rootJosef Bacik2010-01-282-6/+6
| * | Btrfs: fix a memory leak in btrfs_init_aclYang Hongyang2010-01-281-0/+1
| * | Btrfs: Use correct values when updating inode i_size on fallocateAneesh Kumar K.V2010-01-281-4/+9
| * | Btrfs: remove tree_search() in extent_map.cMiao Xie2010-01-281-14/+0
| * | Btrfs: Add mount -o compress-forceChris Mason2010-01-283-2/+11
* | | sparc: TIF_ABI_PENDING bit removalDavid Miller2010-01-293-21/+4
* | | x86: get rid of the insane TIF_ABI_PENDING bitH. Peter Anvin2010-01-295-23/+13
* | | Split 'flush_old_exec' into two functionsLinus Torvalds2010-01-2910-41/+33
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-01-2910-58/+62
|\ \ \
| * | | Fix failure exit in ipathfsAl Viro2010-01-271-3/+1
| * | | fix oops in fs/9p late mount failureAl Viro2010-01-271-1/+2
| * | | fix leak in romfs_fill_super()Al Viro2010-01-271-0/+1
| * | | get rid of pointless checks after simple_pin_fs()Al Viro2010-01-272-18/+4
| * | | Fix failure exits in bfs_fill_super()Al Viro2010-01-271-22/+21
| * | | fix affs parse_options()Al Viro2010-01-271-6/+6
| * | | Fix remount races with symlink handling in affsAl Viro2010-01-274-8/+25
| * | | Fix a leak in affs_fill_super()Al Viro2010-01-271-0/+2