summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | trivial: SubmittingPatches: Fix reference to renumbered stepMichael Brunner2009-09-211-1/+1
| * | | | | trivial: fix typos "man[ae]g?ment" -> "management"Uwe Kleine-Koenig2009-09-2118-21/+21
| * | | | | trivial: media/video/cx88: add __init/__exit macros to cx88 driversPeter Huewe2009-09-214-8/+8
| * | | | | trivial: fix typo in CONFIG_DEBUG_FS in gcov docMarton Nemeth2009-09-211-1/+1
| * | | | | trivial: fix missing printk space in amd_k7_smp_checkMichael Tokarev2009-09-211-1/+1
| * | | | | trivial: fix typo s/ketymap/keymap/ in commentThadeu Lima de Souza Cascardo2009-09-211-1/+1
| * | | | | trivial: fix typo "to to" in multiple filesAnand Gadiyar2009-09-2132-35/+35
| * | | | | trivial: fix typos in comments s/DGBU/DBGU/Samuel R. C. Vale2009-09-2111-11/+11
| * | | | | trivial: media/omap: adding __init/__exit macros to lcd_driversPeter Huewe2009-09-218-16/+16
| * | | | | trivial: fix typo "for for" in multiple filesAnand Gadiyar2009-09-2115-16/+16
| * | | | | trivial: Remove commented out usage of dead MODULE_PARM() in swarm_cs4297aRobert P. J. Day2009-09-211-3/+0
| * | | | | trivial: doc: document missing value 2 for randomize-va-spaceHorst Schirmeier2009-09-211-13/+17
| * | | | | trivial: mtd: add __init/__exit macros to init/exitfunctionsPeter Huewe2009-09-215-8/+8
| * | | | | trivial: Correct print_tainted routine name in commentRobert P. J. Day2009-09-211-1/+1
| * | | | | Change "useing" -> "using".Dmitri Vorobiev2009-09-211-1/+1
| * | | | | trivial: cleanup hpfall example code (checkpatch)Frans Pop2009-09-211-33/+31
| * | | | | trivial: update the Kernel Janitors' web-page URLMarkus Heidelberg2009-09-211-1/+1
| * | | | | trivial: remove references to non-existent include/linux/config.hMarkus Heidelberg2009-09-213-5/+1
| * | | | | trivial: add __init/__exit macros to DAC960.cPeter Huewe2009-09-211-2/+2
| * | | | | trivial: OHCI: Fix typo in a commentAnand Gadiyar2009-09-211-1/+1
| * | | | | trivial: fix typo in namei.h commentOri Avtalion2009-09-211-1/+1
| * | | | | trivial: change address of the libcap source.GeunSik Lim2009-09-211-1/+1
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-09-225-27/+20
|\ \ \ \ \ \
| * | | | | | HID: Remove duplicate Kconfig entryAlessandro Guido2009-09-171-7/+0
| * | | | | | HID: consolidate connect and disconnect into core codeJiri Kosina2009-09-174-18/+19
| * | | | | | HID: fix non-atomic allocation in hid_input_reportJiri Kosina2009-09-151-2/+1
* | | | | | | input: add a driver for the Winbond WPCD376I Consumer IR hardwareDavid Härdeman2009-09-224-0/+1637
* | | | | | | pnp: add a shutdown method to pnp driversDavid Härdeman2009-09-222-0/+11
* | | | | | | hwmon: applesmc: restore accelerometer and keyboard backlight on resumeHenrik Rydberg2009-09-221-12/+26
* | | | | | | hwmon: fix freeing of gpio_data and irqRoel Kluin2009-09-221-2/+4
* | | | | | | drivers/hwmon/adm1021.c: add low_power support for adm1021 driverMichael Abbott2009-09-221-0/+32
* | | | | | | drivers/hwmon/adm1021.c: support high precision ADM1023 remote sensorMichael Abbott2009-09-221-24/+23
* | | | | | | lis3_spi: code cleanupsDaniel Mack2009-09-221-9/+8
* | | | | | | lis3: add power management functionsDaniel Mack2009-09-221-0/+28
* | | | | | | lis3: add free-fall/wakeup function via platform_dataDaniel Mack2009-09-223-6/+36
* | | | | | | lis3: fix typoDaniel Mack2009-09-221-1/+1
* | | | | | | drivers/hwmon/coretemp.c: enable the Intel AtomMichael Riepe2009-09-221-2/+2
* | | | | | | checkpatch: add some common Blackfin checksMike Frysinger2009-09-221-0/+22
* | | | | | | checkpatch: version 0.29Andy Whitcroft2009-09-221-1/+1
* | | | | | | checkpatch: limit sN/uN matches to actual bit sizesAndy Whitcroft2009-09-221-2/+2
* | | | | | | checkpatch: format strings should not have brackets in macrosAndy Whitcroft2009-09-221-1/+2
* | | | | | | checkpatch: make -f alias --file, add --help, more verbose help messageHannes Eder2009-09-221-13/+42
* | | | | | | checkpatch: indent checks -- stop when we run out of continuation linesAndy Whitcroft2009-09-221-2/+3
* | | | | | | checkpatch: handle C99 comments correctly (performance issue)Daniel Walker2009-09-221-0/+13
* | | | | | | checkpatch: possible types -- else cannot start a typeAndy Whitcroft2009-09-221-0/+2
* | | | | | | flex_array: add missing kerneldoc annotationsDavid Rientjes2009-09-221-1/+11
* | | | | | | flex_array: introduce DEFINE_FLEX_ARRAYDavid Rientjes2009-09-222-30/+36
* | | | | | | flex_array: add flex_array_shrink functionDavid Rientjes2009-09-222-0/+41
* | | | | | | flex_array: poison free elementsDavid Rientjes2009-09-222-8/+10
* | | | | | | flex_array: add flex_array_clear functionDavid Rientjes2009-09-222-0/+27
OpenPOWER on IntegriCloud