summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-17checkpatch: add #define foo "string" long line exceptionJoe Perches
2015-04-17checkpatch, SubmittingPatches: suggest line wrapping commit messages at 75 co...Joe Perches
2015-04-17checkpatch: don't ask for asm/file.h to linux/file.h unconditionallyFabian Frederick
2015-04-17checkpatch: add test for repeated const usesJoe Perches
2015-04-17checkpatch: improve return negative errno checkJoe Perches
2015-04-17checkpatch: match more world writable permissionsJoe Perches
2015-04-17checkpatch: add optional --codespell dictionary to find more typosJoe Perches
2015-04-17checkpatch: spell check reudceJani Nikula
2015-04-17checkpatch: add spell checking of email subject lineJoe Perches
2015-04-17checkpatch: improve "no space is necessary after a cast" testJoe Perches
2015-04-17firmware/ihex2fw.c: restore missing default in switch statementNicolas Iooss
2015-04-17lib/bitmap.c: bitmap_[empty,full]: remove code duplicationYury Norov
2015-04-17ASoC: pcm512x: use DIV_ROUND_CLOSEST_ULL() from kernel.hJavi Merino
2015-04-17media: cxd2820r: use DIV_ROUND_CLOSEST_ULL()Javi Merino
2015-04-17cpuidle: menu: use DIV_ROUND_CLOSEST_ULL()Javi Merino
2015-04-17clk: bcm/kona: use DIV_ROUND_CLOSEST_ULL()Javi Merino
2015-04-17kernel.h: implement DIV_ROUND_CLOSEST_ULLJavi Merino
2015-04-17lib/vsprintf.c: improve put_dec_trunc8 slightlyRasmus Villemoes
2015-04-17hwmon: (w83795) use find_closest_descending() in pwm_freq_to_reg()Bartosz Golaszewski
2015-04-17hwmon: (lm85) use find_closest() in x_TO_REG() functionsBartosz Golaszewski
2015-04-17hwmon: (ina2xx) replace ina226_avg_bits() with find_closest()Bartosz Golaszewski
2015-04-17documentation: update CodingStyle on local variables naming in macrosBartosz Golaszewski
2015-04-17util_macros.h: add find_closest() macroBartosz Golaszewski
2015-04-17lib/dma-debug: fix bucket_find_contain()Sebastian Ott
2015-04-17lib/vsprintf.c: even faster binary to decimal conversionRasmus Villemoes
2015-04-17lib: rename lib/find_next_bit.c to lib/find_bit.cYury Norov
2015-04-17lib: move find_last_bit to lib/find_next_bit.cYury Norov
2015-04-17lib: find_*_bit reimplementationYury Norov
2015-04-17alpha: forward declare struct pt_regs in processor.hRichard Weinberger
2015-04-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-16Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2015-04-16Merge branch 'for-4.1/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-04-16Merge branch 'for-4.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-04-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2015-04-16Merge branch 'mailbox-for-next' of git://git.linaro.org/landing-teams/working...Linus Torvalds
2015-04-16Merge branch 'for-v4.1-rc1' of git://git.linaro.org/people/mszyprowski/linux-...Linus Torvalds
2015-04-16Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds
2015-04-16Merge branch 'generic-iommu-allocator'David S. Miller
2015-04-16sparc: Make LDC use common iommu poll management functionsSowmini Varadhan
2015-04-16sparc: Make sparc64 use scalable lib/iommu-common.c functionsSowmini Varadhan
2015-04-16sparc: Break up monolithic iommu table/lock into finer graularity pools and lockSowmini Varadhan
2015-04-16net: dsa: mv88e6xxx: Add missing initialization in mv88e6xxx_set_port_state()Geert Uytterhoeven
2015-04-16Merge tag 'stable/for-linus-4.1-rc0-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2015-04-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2015-04-16Merge tag 'powerpc-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds
2015-04-16skbuff: Do not scrub skb mark within the same name spaceHerbert Xu
2015-04-16Revert "net: Reset secmark when scrubbing packet"Herbert Xu
2015-04-16bpf: fix two bugs in verification logic when accessing 'ctx' pointerAlexei Starovoitov
2015-04-16bpf: fix bpf helpers to use skb->mac_header relative offsetsAlexei Starovoitov
2015-04-16Merge branch 'stmmac-flow-control'David S. Miller