summaryrefslogtreecommitdiffstats
path: root/crypto/wp512.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-07-31rtc/mc13xxx: use MODULE_DEVICE_TABLE instead of MODULE_ALIASUwe Kleine-König1-2/+2
2012-07-31drivers/rtc/rtc-s3c.c: replace #include header files from asm/* to linux/*Sachin Kamat1-2/+2
2012-07-31drivers/rtc/rtc-r9701.c: check that r9701_set_datetime() succeededAndrew Morton1-1/+2
2012-07-31drivers/rtc/rtc-r9701.c: avoid second call to rtc_valid_tm()Devendra Naga1-2/+1
2012-07-31drivers/rtc/rtc-ab8500.c: remove fix for AB8500 ED versionBengt Jonsson1-16/+11
2012-07-31drivers/rtc/rtc-ab8500.c: use UIE emulationRamesh Chandrasekaran2-1/+15
2012-07-31rtc: pl031: fix up IRQ flagsMattias Wallin1-1/+10
2012-07-31rtc: pl031: use per-vendor variables for special initLinus Walleij1-9/+14
2012-07-31rtc: pl031: encapsulate per-vendor opsLinus Walleij1-22/+39
2012-07-31drivers/rtc/rtc-coh901331.c: use devm allocationLinus Walleij1-35/+15
2012-07-31drivers/rtc/rtc-coh901331.c: use clk_prepare/unprepareLinus Walleij1-3/+8
2012-07-31drivers/message/i2o/i2o_config.c: bound allocationAlan Cox1-0/+7
2012-07-31drivers/message/i2o/i2o_proc.c: the pointer returned from chtostr() points to...Kamil Dudka1-15/+22
2012-07-31lib/crc32.c: fix unused variables warningsThiago Rafael Becker1-0/+2
2012-07-31checkpatch: add checks for do {} while (0) macro misusesJoe Perches1-0/+39
2012-07-31checkpatch: Add acheck for use of sizeof without parenthesisJoe Perches1-0/+6
2012-07-31checkpatch: check usleep_range() argumentsJoe Perches1-0/+16
2012-07-31checkpatch: test for non-standard signaturesJoe Perches1-1/+5
2012-07-31checkpatch: Update alignment checkJoe Perches1-2/+2
2012-07-31firmware_map: make firmware_map_add_early() argument consistent with firmware...Yasuaki Ishimatsu2-5/+5
2012-07-31spinlock_debug: print offset in addition to symbol nameStephen Boyd1-1/+1
2012-07-31atomic64_test: simplify the #ifdef for atomic64_dec_if_positive() testCatalin Marinas7-3/+10
2012-07-31ext4: use memweight()Akinobu Mita1-8/+1
2012-07-31ext3: use memweight()Akinobu Mita2-12/+2
2012-07-31ext2: use memweight()Akinobu Mita2-12/+3
2012-07-31ocfs2: use memweight()Akinobu Mita1-6/+2
2012-07-31video/uvc: use memweight()Akinobu Mita1-3/+2
2012-07-31affs: use memweight()Akinobu Mita1-26/+2
2012-07-31dm: use memweight()Akinobu Mita1-11/+2
2012-07-31qnx4fs: use memweight()Akinobu Mita1-19/+5
2012-07-31string: introduce memweight()Akinobu Mita3-1/+42
2012-07-31backlight: move lp855x header into platform_data directoryKim, Milo2-1/+1
2012-07-31backlight: move register definitions from header to sourceKim, Milo2-8/+6
2012-07-31backlight: l4f00242t03: export and use devm_gpio_request_one()Jingoo Han1-19/+10
2012-07-31backlight: corgi_lcd: use devm_gpio_request()Jingoo Han1-14/+5
2012-07-31backlight: lms283gf05: use devm_gpio_request()Jingoo Han1-18/+6
2012-07-31backlight: tosa_bl: use devm_gpio_request()Jingoo Han1-6/+2
2012-07-31backlight: tosa_lcd: use devm_gpio_request()Jingoo Han1-5/+2
2012-07-31backlight: ot200_bl: use devm_gpio_request()Jingoo Han1-6/+3
2012-07-31backlight: atmel-pwm-bl: use devm_gpio_request()Jingoo Han1-9/+5
2012-07-31drivers/video/backlight/lm3533_bl.c: use devm_ functionsJingoo Han1-6/+2
2012-07-31drivers/video/backlight/ot200_bl.c: use devm_ functionsJingoo Han1-8/+4
2012-07-31drivers/video/backlight/atmel-pwm-bl.c: use devm_ functionsJingoo Han1-3/+2
2012-07-31MAINTAINERS: update EXYNOS DP DRIVER F: patternsJingoo Han1-0/+1
2012-07-31vsprintf: add support of '%*ph[CDN]'Andy Shevchenko2-0/+65
2012-07-31lib/vsprintf.c: kptr_restrict: fix pK-error in SysRq show-all-timers(Q)Dan Rosenberg1-1/+2
2012-07-31lib/vsprintf.c: remind people to update Documentation/printk-formats.txt when...Andrew Morton1-0/+2
2012-07-31vsprintf: add %pMR for Bluetooth MAC addressAndrei Emeltchenko2-4/+24
2012-07-31printk: remove the now unnecessary "C" annotation for KERN_CONTJoe Perches2-3/+1
2012-07-31printk: only look for prefix levels in kernel messagesJoe Perches1-15/+17