summaryrefslogtreecommitdiffstats
path: root/Documentation/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2010-10-28gpio: adp5588-gpio: add i2c forward declarationMichael Hennerich1-0/+2
2010-10-28gpio: adp5588-gpio: gpio_start must be signedMichael Hennerich1-3/+3
2010-10-28gpio: adp5588-gpio: support interrupt controllerMichael Hennerich3-21/+278
2010-10-28gpio: add support for 74x164 serial-in/parallel-out 8-bit shift registerMiguel Gaio4-0/+202
2010-10-28gpio: timbgpio: use a copy of the IER register to avoid it being trashedTomas Hallenberg1-2/+19
2010-10-28gpiolib: fix HAVE_GPIO_LIB leftovers in asm-generic/gpio.hAnton Vorontsov1-2/+2
2010-10-28gpio: add driver for basic memory-mapped GPIO controllersAnton Vorontsov4-0/+323
2010-10-28drivers/rtc/rtc-jz4740.c: add alarm functionPaul Cercueil1-5/+40
2010-10-28drivers/rtc/rtc-ds3232.c: add alarm functionLan Chunhe-B258062-1/+183
2010-10-28rtc: rtc-s3c: add rtc_valid_tm in s3c_rtc_gettime()Kukjin Kim1-1/+1
2010-10-28rtc: rtc-s3c: fix RTC initialization methodChanghwan Youn1-5/+13
2010-10-28rtc: rtc-s3c: Fix debug message format on RTCKukjin Kim1-9/+9
2010-10-28rtc: rtc-s3c: fix on support RTC AlarmChanghwan Youn1-1/+2
2010-10-28rtc: rtc-s3c: fix setting missing field of getalarmChanghwan Youn1-6/+6
2010-10-28rtc: rtc-s3c: fix access unit from byte to word on RTCCONChanghwan Youn1-18/+21
2010-10-28rtc: omap: let device wakeup capability be configured from chip init logicSekhar Nori1-5/+7
2010-10-28drivers/rtc/class.c: fix device_register() error handlingVasiliy Kulikov1-1/+3
2010-10-28rtc-bfin: add debug markers to suspend/resume pathsMike Frysinger1-4/+12
2010-10-28rtc-bfin: shrink/optimize interrupt handler a bitMike Frysinger1-11/+16
2010-10-28rtc: rtc-lpc32xx: introduce RTC driver for the LPC32XX SoCKevin Wells3-0/+424
2010-10-28drivers/char/vt_ioctl.c: fix VT_OPENQRY error valueGraham Gower1-5/+6
2010-10-28dmi: log board, system, and BIOS informationBjorn Helgaas1-1/+31
2010-10-28tile: enable ARCH_DMA_ADDR_T_64BITFUJITA Tomonori1-0/+3
2010-10-28mm: fix race in kunmap_atomic()Peter Zijlstra10-9/+26
2010-10-28mm,x86: fix kmap_atomic_push vs ioremap_32.cPeter Zijlstra2-22/+30
2010-10-27fix braino in fs: do not assign default i_ino in new_inodeAl Viro1-1/+1
2010-10-27vmwgfx: Implement a proper GMR eviction mechanismThomas Hellstrom9-160/+252
2010-10-27drm/radeon/kms: fix r6xx/7xx 1D tiling CS checker v2Alex Deucher1-0/+3
2010-10-27docbook: add idr/ida to kernel-api docbookRandy Dunlap3-24/+32
2010-10-27docbook: add more wait/wake/completion to device-drivers docbookRandy Dunlap3-8/+13
2010-10-27documentation: update sysrq.txt magic sysrq keysRandy Dunlap1-2/+5
2010-10-27scripts/checkpatch.pl: add check for declaration of pci_device_idJoe Perches1-0/+5
2010-10-27scripts/checkpatch.pl: add warnings for static char that could be static cons...Joe Perches1-0/+12
2010-10-27checkpatch: version 0.31Andy Whitcroft1-1/+1
2010-10-27checkpatch: statement/block context analyser should look at sanitised linesAndy Whitcroft1-6/+6
2010-10-27checkpatch: handle EXPORT_SYMBOL for DEVICE_ATTR and similarAndy Whitcroft1-1/+10
2010-10-27checkpatch: clean up structure definition macro handlineAndy Whitcroft1-2/+2
2010-10-27checkpatch: update copyright datesAndy Whitcroft1-1/+1
2010-10-27checkpatch: Add additional attribute #definesJoe Perches1-0/+14
2010-10-27checkpatch: check for incorrect permissionsRabin Vincent1-1/+13
2010-10-27checkpatch: ensure kconfig help checks only apply when we are adding helpAndy Whitcroft1-5/+21
2010-10-27checkpatch: simplify and consolidate "missing space after" checksAndy Whitcroft1-10/+5
2010-10-27checkpatch: add check for space after struct, union, and enumAndy Whitcroft1-0/+10
2010-10-27checkpatch: returning errno typically should be negativeAndy Whitcroft1-0/+7
2010-10-27checkpatch: handle casts better fixing false categorisation of : as binaryAndy Whitcroft1-0/+5
2010-10-27checkpatch: ensure we do not collapse bracketed sections into constantsAndy Whitcroft1-3/+4
2010-10-27checkpatch: suggest cleanpatch and cleanfile when appropriateAndy Whitcroft1-0/+13
2010-10-27checkpatch: types may sit on a line on their ownAndy Whitcroft1-1/+1
2010-10-27checkpatch: fix regressions in "fix handling of leading spaces"Andy Whitcroft1-3/+6
2010-10-27div64_u64(): improve precision on 32bit platformsBrian Behlendorf3-10/+59