summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* drivers/message/i2o/i2o_proc.c: the pointer returned from chtostr() points to...Kamil Dudka2012-07-301-15/+22
* lib/crc32.c: fix unused variables warningsThiago Rafael Becker2012-07-301-0/+2
* checkpatch: add checks for do {} while (0) macro misusesJoe Perches2012-07-301-0/+39
* checkpatch: Add acheck for use of sizeof without parenthesisJoe Perches2012-07-301-0/+6
* checkpatch: check usleep_range() argumentsJoe Perches2012-07-301-0/+16
* checkpatch: test for non-standard signaturesJoe Perches2012-07-301-1/+5
* checkpatch: Update alignment checkJoe Perches2012-07-301-2/+2
* firmware_map: make firmware_map_add_early() argument consistent with firmware...Yasuaki Ishimatsu2012-07-302-5/+5
* spinlock_debug: print offset in addition to symbol nameStephen Boyd2012-07-301-1/+1
* atomic64_test: simplify the #ifdef for atomic64_dec_if_positive() testCatalin Marinas2012-07-307-3/+10
* ext4: use memweight()Akinobu Mita2012-07-301-8/+1
* ext3: use memweight()Akinobu Mita2012-07-302-12/+2
* ext2: use memweight()Akinobu Mita2012-07-302-12/+3
* ocfs2: use memweight()Akinobu Mita2012-07-301-6/+2
* video/uvc: use memweight()Akinobu Mita2012-07-301-3/+2
* affs: use memweight()Akinobu Mita2012-07-301-26/+2
* dm: use memweight()Akinobu Mita2012-07-301-11/+2
* qnx4fs: use memweight()Akinobu Mita2012-07-301-19/+5
* string: introduce memweight()Akinobu Mita2012-07-303-1/+42
* backlight: move lp855x header into platform_data directoryKim, Milo2012-07-302-1/+1
* backlight: move register definitions from header to sourceKim, Milo2012-07-302-8/+6
* backlight: l4f00242t03: export and use devm_gpio_request_one()Jingoo Han2012-07-301-19/+10
* backlight: corgi_lcd: use devm_gpio_request()Jingoo Han2012-07-301-14/+5
* backlight: lms283gf05: use devm_gpio_request()Jingoo Han2012-07-301-18/+6
* backlight: tosa_bl: use devm_gpio_request()Jingoo Han2012-07-301-6/+2
* backlight: tosa_lcd: use devm_gpio_request()Jingoo Han2012-07-301-5/+2
* backlight: ot200_bl: use devm_gpio_request()Jingoo Han2012-07-301-6/+3
* backlight: atmel-pwm-bl: use devm_gpio_request()Jingoo Han2012-07-301-9/+5
* drivers/video/backlight/lm3533_bl.c: use devm_ functionsJingoo Han2012-07-301-6/+2
* drivers/video/backlight/ot200_bl.c: use devm_ functionsJingoo Han2012-07-301-8/+4
* drivers/video/backlight/atmel-pwm-bl.c: use devm_ functionsJingoo Han2012-07-301-3/+2
* MAINTAINERS: update EXYNOS DP DRIVER F: patternsJingoo Han2012-07-301-0/+1
* vsprintf: add support of '%*ph[CDN]'Andy Shevchenko2012-07-302-0/+65
* lib/vsprintf.c: kptr_restrict: fix pK-error in SysRq show-all-timers(Q)Dan Rosenberg2012-07-301-1/+2
* lib/vsprintf.c: remind people to update Documentation/printk-formats.txt when...Andrew Morton2012-07-301-0/+2
* vsprintf: add %pMR for Bluetooth MAC addressAndrei Emeltchenko2012-07-302-4/+24
* printk: remove the now unnecessary "C" annotation for KERN_CONTJoe Perches2012-07-302-3/+1
* printk: only look for prefix levels in kernel messagesJoe Perches2012-07-301-15/+17
* printk: convert the format for KERN_<LEVEL> to a 2 byte patternJoe Perches2012-07-302-13/+16
* sound: use printk_get_level and printk_skip_levelJoe Perches2012-07-301-4/+9
* btrfs: use printk_get_level and printk_skip_level, add __printf, fix falloutJoe Perches2012-07-304-8/+50
* arch: remove direct definitions of KERN_<LEVEL> usesJoe Perches2012-07-303-5/+7
* printk: add kern_levels.h to make KERN_<LEVEL> available for asm useJoe Perches2012-07-302-18/+23
* printk: add generic functions to find KERN_<LEVEL> headersJoe Perches2012-07-302-5/+35
* kmsg: /dev/kmsg - properly return possible copy_from_user() failureKay Sievers2012-07-301-1/+3
* drivers/misc/ti-st/st_core.c: missing NULL checkAlan Cox2012-07-301-0/+5
* kernel/sys.c: avoid argv_free(NULL)Andrew Morton2012-07-301-19/+25
* NMI watchdog: fix for lockup detector breakage on resumeSameer Nanda2012-07-303-2/+30
* panic: fix a possible deadlock in panic()Vikram Mulukutla2012-07-301-0/+8
* avr32: fix build error in ATSTK1002 codeFengguang Wu2012-07-301-1/+1
OpenPOWER on IntegriCloud