summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fs/binfmt_misc.c: simplify entry_status()Rasmus Villemoes2015-04-171-21/+9
* checkpatch: avoid "spaces required around that ':'" false positiveJoe Perches2015-04-171-0/+8
* checkpatch: fix --fix use with a patch of multiple filesJoe Perches2015-04-171-1/+1
* errno.h: Improve ENOSYS's commentAndy Lutomirski2015-04-171-1/+10
* checkpatch.pl: new instances of ENOSYS are errorsAndy Lutomirski2015-04-171-0/+8
* checkpatch: add a test for const with __read_mostly usesJoe Perches2015-04-171-0/+10
* checkpatch: improve operator spacing checkSam Bobroff2015-04-171-1/+1
* checkpatch: add 'Prefer ARRAY_SIZE" testJoe Perches2015-04-171-0/+13
* checkpatch: add uart_ops to normally const structsJoe Perches2015-04-171-0/+1
* checkpatch: add #define foo "string" long line exceptionJoe Perches2015-04-171-2/+3
* checkpatch, SubmittingPatches: suggest line wrapping commit messages at 75 co...Joe Perches2015-04-172-2/+11
* checkpatch: don't ask for asm/file.h to linux/file.h unconditionallyFabian Frederick2015-04-171-7/+11
* checkpatch: add test for repeated const usesJoe Perches2015-04-171-0/+18
* checkpatch: improve return negative errno checkJoe Perches2015-04-171-3/+3
* checkpatch: match more world writable permissionsJoe Perches2015-04-171-2/+10
* checkpatch: add optional --codespell dictionary to find more typosJoe Perches2015-04-171-4/+34
* checkpatch: spell check reudceJani Nikula2015-04-171-0/+1
* checkpatch: add spell checking of email subject lineJoe Perches2015-04-171-1/+2
* checkpatch: improve "no space is necessary after a cast" testJoe Perches2015-04-171-2/+9
* firmware/ihex2fw.c: restore missing default in switch statementNicolas Iooss2015-04-171-0/+1
* lib/bitmap.c: bitmap_[empty,full]: remove code duplicationYury Norov2015-04-172-34/+4
* ASoC: pcm512x: use DIV_ROUND_CLOSEST_ULL() from kernel.hJavi Merino2015-04-171-2/+1
* media: cxd2820r: use DIV_ROUND_CLOSEST_ULL()Javi Merino2015-04-175-11/+3
* cpuidle: menu: use DIV_ROUND_CLOSEST_ULL()Javi Merino2015-04-171-7/+1
* clk: bcm/kona: use DIV_ROUND_CLOSEST_ULL()Javi Merino2015-04-172-22/+7
* kernel.h: implement DIV_ROUND_CLOSEST_ULLJavi Merino2015-04-173-3/+13
* lib/vsprintf.c: improve put_dec_trunc8 slightlyRasmus Villemoes2015-04-171-6/+4
* hwmon: (w83795) use find_closest_descending() in pwm_freq_to_reg()Bartosz Golaszewski2015-04-171-5/+3
* hwmon: (lm85) use find_closest() in x_TO_REG() functionsBartosz Golaszewski2015-04-171-18/+8
* hwmon: (ina2xx) replace ina226_avg_bits() with find_closest()Bartosz Golaszewski2015-04-171-14/+3
* documentation: update CodingStyle on local variables naming in macrosBartosz Golaszewski2015-04-171-0/+13
* util_macros.h: add find_closest() macroBartosz Golaszewski2015-04-171-0/+40
* lib/dma-debug: fix bucket_find_contain()Sebastian Ott2015-04-171-1/+1
* lib/vsprintf.c: even faster binary to decimal conversionRasmus Villemoes2015-04-171-118/+128
* lib: rename lib/find_next_bit.c to lib/find_bit.cYury Norov2015-04-172-1/+1
* lib: move find_last_bit to lib/find_next_bit.cYury Norov2015-04-172-2/+27
* lib: find_*_bit reimplementationYury Norov2015-04-173-216/+91
* alpha: forward declare struct pt_regs in processor.hRichard Weinberger2015-04-171-0/+1
* crypto: fix broken crypto_register_instance() module handlingHerbert Xu2015-04-151-3/+3
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-15136-1814/+3279
|\
| * parisc: remove use of seq_printf return valueJoe Perches2015-04-152-72/+68
| * lru_cache: remove use of seq_printf return valueJoe Perches2015-04-151-4/+5
| * tracing: remove use of seq_printf return valueJoe Perches2015-04-151-2/+2
| * cgroup: remove use of seq_printf return valueJoe Perches2015-04-151-1/+3
| * proc: remove use of seq_printf return valueJoe Perches2015-04-152-36/+50
| * s390: remove use of seq_printf return valueJoe Perches2015-04-152-7/+11
| * cris fasttimer: remove use of seq_printf return valueJoe Perches2015-04-152-92/+78
| * cris: remove use of seq_printf return valueJoe Perches2015-04-152-58/+62
| * openrisc: remove use of seq_printf return valueJoe Perches2015-04-151-24/+26
| * ARM: plat-pxa: remove use of seq_printf return valueJoe Perches2015-04-151-58/+53
OpenPOWER on IntegriCloud