summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge 'akpm' patch seriesLinus Torvalds2011-07-25160-1090/+5261
|\
| * drivers/connector/cn_proc.c: remove unused localAndrew Morton2011-07-251-1/+0
| * Documentation/SubmitChecklist: add RCU debug config optionsPaul E. McKenney2011-07-251-2/+2
| * reiserfs: use hweight_long()Akinobu Mita2011-07-251-5/+1
| * reiserfs: use proper little-endian bitopsAkinobu Mita2011-07-253-4/+6
| * pnpacpi: register disabled resourcesWitold Szczeponik2011-07-251-25/+27
| * drivers/rtc/rtc-tegra.c: properly initialize spinlockUwe Kleine-König2011-07-251-1/+1
| * drivers/rtc/rtc-twl.c: check return value of twl_rtc_write_u8() in twl_rtc_se...Jesper Juhl2011-07-251-1/+1
| * drivers/rtc: add support for Qualcomm PMIC8xxx RTCAnirudh Ghayal2011-07-254-0/+586
| * drivers/rtc/rtc-s3c.c: support clock gatingDonggeun Kim2011-07-251-1/+26
| * drivers/rtc/rtc-mpc5121.c: add support for RTC on MPC5200Dmitry Eremin-Solenikov2011-07-252-10/+75
| * init: skip calibration delay if previously doneSameer Nanda2011-07-251-1/+10
| * misc/eeprom: add eeprom access driver for digsy_mtc boardAnatolij Gustschin2011-07-253-0/+98
| * misc/eeprom: add driver for microwire 93xx46 EEPROMsAnatolij Gustschin2011-07-254-0/+442
| * checkpatch.pl: update $logFunctionsJoe Perches2011-07-251-3/+3
| * checkpatch: make utf-8 test --strictJoe Perches2011-07-251-2/+2
| * checkpatch.pl: add ability to ignore various messagesJoe Perches2011-07-251-143/+355
| * checkpatch: add a "prefer __aligned" checkJoe Perches2011-07-251-0/+5
| * checkpatch: validate signature styles and To: and Cc: linesJoe Perches2011-07-251-8/+115
| * checkpatch: add __rcu as a sparse modifierSven Eckelmann2011-07-251-1/+2
| * checkpatch: suggest using min_t or max_tJoe Perches2011-07-251-0/+35
| * drivers/firmware/sigma.c needs MODULE_LICENSERandy Dunlap2011-07-251-0/+3
| * lib: make _tolower() publicAndy Shevchenko2011-07-253-18/+19
| * lib/lcm.c: quiet sparse noiseH Hartley Sweeten2011-07-251-0/+1
| * mach-ux500: add lm3530 ALS platform data for U5500Linus Walleij2011-07-251-1/+83
| * arch/arm/mach-ux500/board-u5500.c: calibrate ALS input voltageShreshtha Kumar Sahu2011-07-252-14/+58
| * drivers/leds/leds-netxbig: make LEDS_NETXBIG depend on LEDS_CLASSAxel Lin2011-07-251-0/+1
| * drivers/leds/leds-sunfire.c: fix sunfire_led_generic_probe() error handlingAxel Lin2011-07-251-5/+7
| * drivers/leds/leds-lp5521.c: provide section taggingLinus Walleij2011-07-251-2/+2
| * MAINTAINERS: update HIGH RESOLUTION TIMERS patternsJoe Perches2011-07-251-1/+1
| * get_maintainers.pl: improve .mailmap parsingJoe Perches2011-07-251-4/+5
| * kernel/configs.c: include MODULE_*() when CONFIG_IKCONFIG_PROC=nStephen Boyd2011-07-251-2/+2
| * notifiers: vt: move vt notifiers into vt.hAmerigo Wang2011-07-252-7/+9
| * notifiers: pm: move pm notifiers into suspend.hAmerigo Wang2011-07-253-8/+11
| * notifiers: sys: move reboot notifiers into reboot.hAmerigo Wang2011-07-256-36/+39
| * notifiers: net: move netdevice notifiers into netdevice.hAmerigo Wang2011-07-252-30/+34
| * notifiers: cpu: move cpu notifiers into cpu.hAmerigo Wang2011-07-253-32/+36
| * drivers/misc: add support the FSA9480 USB SwitchDonggeun Kim2011-07-255-0/+615
| * geode: reflect mfgpt dependency on mfdPhilip A. Prindeville2011-07-251-2/+1
| * eisa/pci_eisa.c: fix section mismatchArnaud Lacombe2011-07-251-2/+2
| * include/linux/kernel.h: hide internal macros from userspaceArnaud Lacombe2011-07-251-22/+21
| * include/linux/kernel.h: fix a headers_check warningWANG Cong2011-07-251-23/+24
| * include/linux/ioport.h: new helper to define common struct resource constructsUwe Kleine-König2011-07-251-0/+30
| * devres: fix possible use after freeMaxin B John2011-07-253-3/+3
| * asm-generic/system.h: drop useless __KERNEL__Mike Frysinger2011-07-251-2/+0
| * drivers: use kzalloc/kcalloc instead of 'kmalloc+memset', where possibleRakib Mullick2011-07-256-20/+10
| * um: remove dead codeRichard Weinberger2011-07-253-6/+3
| * um: adjust size of pid_bufRichard Weinberger2011-07-251-1/+1
| * um: implement a x86_64 vDSORichard Weinberger2011-07-259-0/+365
| * um: set __HAVE_ARCH_GATE_AREA for x86_64Richard Weinberger2011-07-253-1/+37