summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hwmon: driver for SMM665 Six-Channel Active DC Output Controller/MonitorGuenter Roeck2010-08-105-0/+923
* hmc6352: add driver for the HMC6352 compassKalhan Trisal2010-08-104-0/+195
* drivers/hwmon/hdaps.c: add Lenovo Thinkpad T400 to the whitelistRitesh Raj Sarraf2010-08-101-0/+1
* checkpatch: fix extraneous EXPORT_SYMBOL* warningsPatrick Pannuto2010-08-101-0/+3
* checkpatch: warn about unexpectedly long msleep'sPatrick Pannuto2010-08-101-0/+7
* checkpatch: prefer usleep_range over udelayPatrick Pannuto2010-08-101-0/+8
* checkpatch: add more exceptions to 80 char linesJoe Perches2010-08-101-2/+3
* checkpatch: change externals to globalsJoe Eloff2010-08-101-2/+2
* checkpatch: fix handling of leading spacesRaffaele Recalcati2010-08-101-0/+7
* checkpatch: refactor 'allowed asm includes' and add memory.hWolfram Sang2010-08-101-1/+7
* edd: fix possible memory leak in edd_init() error pathAxel Lin2010-08-101-7/+13
* flex_array: add helpers to get and put to make pointers easy to useEric Paris2010-08-102-1/+29
* lib: vsprintf: useless strlen() removedMichal Nazarewicz2010-08-101-10/+4Star
* list debugging: warn when deleting a deleted entryBaruch Siach2010-08-101-0/+6
* MAINTAINERS: orphan BEFSJoe Perches2010-08-101-2/+1Star
* MAINTAINERS: update Laurent Pinchart emailJoe Perches2010-08-101-1/+1
* MAINTAINERS: update information about Linux Test Project maintainenceSubrata Modak2010-08-101-1/+1
* MAINTAINERS: add patterns to WIMAX STACKJoe Perches2010-08-101-0/+5
* MAINTAINERS: add patterns to PS3VRAM DRIVERJoe Perches2010-08-101-0/+1
* MAINTAINERS: remove section PROMISE DC4030Joe Perches2010-08-101-5/+0Star
* MAINTAINERS: add patterns to OMAP USBJoe Perches2010-08-101-0/+2
* MAINTAINERS: add patterns to POWERPC EMBEDDED PPC8XXJoe Perches2010-08-101-0/+1
* MAINTAINERS: add patterns to DELL WMI EXTRASJoe Perches2010-08-101-0/+1
* MAINTAINERS: add patterns to CRYPTOGRAPHIC RANDOM NUMBER GENERATORJoe Perches2010-08-101-0/+2
* MAINTAINERS: update DRM DRIVERS patternsJoe Perches2010-08-101-0/+1
* MAINTAINERS: add file patterns to UCLINUX FOR RENESAS H8/300Joe Perches2010-08-101-0/+3
* MAINTAINERS: remove section STRIPJoe Perches2010-08-101-5/+0Star
* MAINTAINERS: update SPEAR CLOCK FRAMEWORK SUPPORT file patternsJoe Perches2010-08-101-1/+2
* MAINTAINERS: remove section SMX UIO InterfaceJoe Perches2010-08-101-5/+0Star
* MAINTAINERS: update RICOH SMARTMEDIA/XD DRIVER file patternsJoe Perches2010-08-101-2/+2
* MAINTAINERS: update PPP OVER L2TP file patternsJoe Perches2010-08-101-1/+1
* MAINTAINERS: update NETWORKING [WIRELESS] file patternsJoe Perches2010-08-101-1/+1
* MAINTAINERS: update ARM/ZIPIT Z2 SUPPORT file patternsJoe Perches2010-08-101-1/+1
* MAINTAINERS: update ARM/VOIPAC PXA270 file patternsJoe Perches2010-08-101-1/+1
* MAINTAINERS: update ARM/NUVOTON W90X900 ARM ARCHITECTURE file patternsJoe Perches2010-08-101-2/+1Star
* MAINTAINERS: update ARM/BCMRING MTD NAND DRIVER file patternsJoe Perches2010-08-101-1/+0Star
* gcc-4.6: printk: use stable variable to dump kmsg bufferAndi Kleen2010-08-101-5/+5
* s390: remove WARN_ON for misc_deregister() failuresAkinobu Mita2010-08-103-3/+3
* char: add WARN_ON() in misc_deregister()Akinobu Mita2010-08-101-1/+1
* stop_machine: struct cpu_stopper, remove alignment padding on 64 bitsRichard Kennedy2010-08-101-1/+1
* x86, ia64, smp: use workqueues unconditionally during do_boot_cpu()Suresh Siddha2010-08-102-15/+8Star
* init/main.c: mark do_one_initcall* as __init_or_moduleKevin Winchester2010-08-101-2/+2
* init/main.c: fix warning: 'calltime.tv64' may be used uninitializedKevin Winchester2010-08-101-14/+20
* kernel/range: remove unused definition of ARRAY_SIZE()Geert Uytterhoeven2010-08-101-4/+0Star
* sys_personality: remove the bogus checks in sys_personality()->__set_personal...Oleg Nesterov2010-08-101-17/+5Star
* drivers/misc: support for the pressure sensor BMP085 from Bosch SensortecChristoph Mair2010-08-104-0/+524
* hpilo: fix pointer warning in ilo_ccb_setupPrarit Bhargava2010-08-102-12/+13
* drivers/misc: ROHM BH1780GLI ambient light sensor driverHemanth V2010-08-103-0/+284
* scripts/mod/modpost.c: fix memory leakAlexey Fomenko2010-08-101-14/+40
* iommu: inline iommu_num_pagesAnton Blanchard2010-08-102-11/+10Star