aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAge
...
| * | | | | | | | NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells2009-01-08
| * | | | | | | | NOMMU: Delete askedalloc and realalloc variablesDavid Howells2009-01-08
| * | | | | | | | NOMMU: Rename ARM's struct vm_regionDavid Howells2009-01-08
| * | | | | | | | NOMMU: Fix cleanup handling in ramfs_nommu_get_umapped_area()David Howells2009-01-08
* | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2009-01-09
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | CRED: Fix commit_creds() on a process that has no mmDavid Howells2009-01-08
| |/ / / / / / / /
* | | | | | | | | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-01-09
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [S390] update documentation for hvc_iucv kernel parameter.Hendrik Brueckner2009-01-09
| * | | | | | | | | [S390] hvc_iucv: Special handling of IUCV HVC devicesHendrik Brueckner2009-01-09
| * | | | | | | | | [S390] hvc_iucv: Refactor console and device initializationHendrik Brueckner2009-01-09
| * | | | | | | | | [S390] hvc_iucv: Update function documentationHendrik Brueckner2009-01-09
| * | | | | | | | | [S390] hvc_iucv: Limit rate of outgoing IUCV messagesHendrik Brueckner2009-01-09
| * | | | | | | | | [S390] hvc_iucv: Change IUCV term id and use one device as defaultHendrik Brueckner2009-01-09
| * | | | | | | | | [S390] Use unsigned long long for u64 on 64bit.Heiko Carstens2009-01-09
| * | | | | | | | | [S390] qdio: fix broken pointer in case of CONFIG_DEBUG_FS is disabledJan Glauber2009-01-09
| * | | | | | | | | [S390] vdso: compile fixHeiko Carstens2009-01-09
| * | | | | | | | | [S390] remove code for oldselect system callHeiko Carstens2009-01-09
| * | | | | | | | | [S390] types: add/fix types.h include in header filesHeiko Carstens2009-01-09
| * | | | | | | | | [S390] dasd: add device attribute to disable blocking on lost pathsHolger Smolinski2009-01-09
| * | | | | | | | | [S390] dasd: send change uevents for dasd block devicesStefan Weinhuber2009-01-09
| * | | | | | | | | [S390] tape block: fix dependenciesKamalesh Babulal2009-01-09
| * | | | | | | | | [S390] asm-s390/posix_types.h: drop __USE_ALL usageMike Frysinger2009-01-09
| * | | | | | | | | [S390] gettimeofday.S: removed duplicated #includesHuang Weiyi2009-01-09
| * | | | | | | | | [S390] ptrace: no extern declarations for userspaceHeiko Carstens2009-01-09
* | | | | | | | | | Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-ledsLinus Torvalds2009-01-09
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | leds: ledtrig-timer - on deactivation hardware blinking should be disabledRodolfo Giometti2009-01-08
| * | | | | | | | | | leds: Add suspend/resume to the core classRichard Purdie2009-01-08
| * | | | | | | | | | leds: Add WM8350 LED driverMark Brown2009-01-08
| * | | | | | | | | | leds: leds-pcs9532 - Move i2c work to a workquequeRiku Voipio2009-01-08
| * | | | | | | | | | leds: leds-pca9532 - fix memory leak and properly handle errorsSven Wegener2009-01-08
| * | | | | | | | | | leds: Fix wrong loop direction on removal in leds-ams-deltaSven Wegener2009-01-08
| * | | | | | | | | | leds: fix Cobalt Raq LED dependencyYoichi Yuasa2009-01-08
| * | | | | | | | | | leds: Fix sparse warning in leds-ams-deltaSven Wegener2009-01-08
| * | | | | | | | | | leds: Fixup kdoc comment to match parameter namesSven Wegener2009-01-08
| * | | | | | | | | | leds: Make header variable naming consistentWolfram Sang2009-01-08
| * | | | | | | | | | leds: eds-pca9532: mark pca9532_event() staticSven Wegener2009-01-08
| * | | | | | | | | | leds: ALIX.2 LEDs driverConstantin Baranov2009-01-08
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlightLinus Torvalds2009-01-09
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | | | |
| * | | | | | | | | backlight: Rename the corgi backlight driver to genericRichard Purdie2009-01-08
| * | | | | | | | | backlight: add support for Toppoly TDO35S series to tdo24m lcd driverMike Rapoport2009-01-08
| * | | | | | | | | backlight: Add suspend/resume support to the backlight coreRichard Purdie2009-01-08
| * | | | | | | | | bd->props.brightness doesn't reflect the actual backlight level.Zhang Rui2009-01-08
| * | | | | | | | | backlight: Support VGA/QVGA mode switching in tosa_lcdDmitry Baryshkov2009-01-08
| * | | | | | | | | backlight: Catch invalid input in sysfs attributesPavel Machek2009-01-08
| * | | | | | | | | backlight: Value of ILI9320_RGB_IF2 register should not be hardcodedDenis V. Lunev2009-01-08
| * | | | | | | | | backlight: crbllcd_bl - Use platform_device_register_simple()Akinobu Mita2009-01-08
| * | | | | | | | | backlight: progear_bl - Use platform_device_register_simple()Akinobu Mita2009-01-08
| * | | | | | | | | backlight: hp680_bl - Use platform_device_register_simple()Akinobu Mita2009-01-08
| |/ / / / / / / /
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2009-01-09
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Btrfs: explicitly mark the tree log root for writebackChris Mason2009-01-09