summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-25hwmon: (sch5627) Add sch5627_send_cmd functionHans de Goede
2011-05-25i8k: Integrate with the hwmon subsystemJean Delvare
2011-05-25hwmon: (max6650) Properly support the MAX6650Jean Delvare
2011-05-25hwmon: (max6650) Drop device detectionJean Delvare
2011-05-25Move ACPI power meter driver to hwmonJean Delvare
2011-05-25hwmon: (f71882fg) Add support for F71808AHans de Goede
2011-05-25hwmon: (f71882fg) Split has_beep in fan_has_beep and temp_has_beepHans de Goede
2011-05-25hwmon: (asc7621) Drop duplicate dependencyJean Delvare
2011-05-25hwmon: (jc42) Change detection classJean Delvare
2011-05-25hwmon: Add driver for AMD family 15h processor power informationAndreas Herrmann
2011-05-25hwmon: (k10temp) Add support for Fam15h (Bulldozer)Andre Przywara
2011-05-25hwmon: Use helper functions to set and get driver dataJean Delvare
2011-05-25i8k: Avoid lahf in 64-bit codeLuca Tettamanti
2011-05-25Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2011-05-25signal: sys_pause() should check signal_pending()Oleg Nesterov
2011-05-25ptrace: ptrace_resume() shouldn't wake up !TASK_TRACED threadOleg Nesterov
2011-05-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds
2011-05-25Merge branch 'for-2.6.40/splice' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-05-25Merge branch 'for-2.6.40/drivers' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-05-25Merge branch 'for-2.6.40/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-05-25Merge branch 'timers-ptp-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-05-25Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2011-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6Linus Torvalds
2011-05-25drivers/tty/serial/pch_uart.c needs slab.hAndrew Morton
2011-05-25drivers/gpio/ml_ioh_gpio.c needs slab.hAndrew Morton
2011-05-25drivers/gpio/vx855_gpio.c needs slab.hAndrew Morton
2011-05-25fs/ncpfs/inode.c: suppress used-uninitialised warningAndrew Morton
2011-05-25checkpatch: fix defect in printk(KERN_<LEVEL> 80 column exceptionsJoe Perches
2011-05-25checkpatch: add <foo>_<level> and MODULE_<BAR> to 80 column exceptionsJoe Perches
2011-05-25checkpatch: add check for line continuations in quoted stringsJoe Perches
2011-05-25lib: consolidate DEBUG_STACK_USAGE optionStephen Boyd
2011-05-25percpu_counter: change return value and add commentsShaohua Li
2011-05-25lib/genalloc.c: add support for specifying the physical addressJean-Christophe PLAGNIOL-VILLARD
2011-05-25include/linux/genalloc.h: add multiple-inclusion guardsJean-Christophe PLAGNIOL-VILLARD
2011-05-25lib: consolidate DEBUG_PER_CPU_MAPSStephen Boyd
2011-05-25lib: add kstrto*_from_user()Alexey Dobriyan
2011-05-25lru_cache: use correct type in sizeof for allocationIlia Mirkin
2011-05-25leds: provide helper to register "leds-gpio" devicesUwe Kleine-König
2011-05-25drivers/leds/leds-lm3530.c: add regulatorShreshtha Kumar Sahu
2011-05-25leds: remove the leds-h1940 driverVasily Khoruzhick
2011-05-25drivers/leds/leds-pca9532.c: add support pca9530, pca9531 and pca9533Jan Weitzel
2011-05-25drivers/leds/leds-pca9532.c: add gpio capabilityJoachim Eastwood
2011-05-25leds: support automatic start of blinking with ledtrig-timerEsben Haabendal
2011-05-25MAINTAINERS: orphan DMFE, move Tobias Ringstrom to CREDITSJoe Perches
2011-05-25MAINTAINERS: remove stale reference to Chris Wright's LSM treeLucian Adrian Grijincu
2011-05-25printk: allocate kernel log buffer earlierMike Travis
2011-05-25memblock: add error return when CONFIG_HAVE_MEMBLOCK is not setYinghai Lu
2011-05-25lib/vsprintf.c: fix interaction of kasprintf() and vsnprintf() when using %pVJan Beulich
2011-05-25sparse: Undef __compiletime_{warning,error} if __CHECKER__ is definedKOSAKI Motohiro
2011-05-25sparse: define __must_be_array() for __CHECKER__KOSAKI Motohiro