summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds2016-05-1822-104/+64
|\
| * MIPS: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIBLinus Walleij2016-05-113-19/+17
| * arc: select GPIOLIB directlyLinus Walleij2016-04-262-2/+2
| * sparc: remove ARCH_WANT_OPTIONAL_GPIOLIBLinus Walleij2016-04-261-1/+0
| * cris: do away with ARCH_REQUIRE_GPIOLIBLinus Walleij2016-04-261-1/+1
| * nios2: remove ARCH_WANT_OPTIONAL_GPIOLIBLinus Walleij2016-04-261-1/+0
| * m68k: do away with ARCH_REQUIRE_GPIOLIBLinus Walleij2016-04-261-1/+1
| * xtensa: remove ARCH_WANT_OPTIONAL_GPIOLIBLinus Walleij2016-04-261-1/+0
| * alpha: remove ARCH_WANT_OPTIONAL_GPIOLIBLinus Walleij2016-04-261-1/+0
| * metag: remove ARCH_WANT_OPTIONAL_GPIOLIBLinus Walleij2016-04-261-1/+0
| * avr32: do away with ARCH_REQUIRE_GPIOLIBLinus Walleij2016-04-261-1/+1
| * powerpc: ppc4xx: drop unused variableLinus Walleij2016-03-311-1/+0
| * unicore32: gpio: switch to gpiochip_add_data()Linus Walleij2016-03-301-1/+3
| * sh: x3proto-gpio: switch to gpiochip_add_data()Linus Walleij2016-03-301-2/+2
| * sh: sdk7786-gpio: switch to gpiochip_add_data()Linus Walleij2016-03-301-2/+2
| * powerpc: simple-gpio: use gpiochip data pointerLinus Walleij2016-03-301-9/+4
| * powerpc: ppc4xx: use gpiochip data pointerLinus Walleij2016-03-301-11/+5
| * powerpc: cpm_common: use gpiochip data pointerLinus Walleij2016-03-301-12/+6
| * powerpc: sysdev: cpm1: use gpiochip data pointerLinus Walleij2016-03-301-24/+12
| * powerpc: mpc8349emitx: use gpiochip data pointerLinus Walleij2016-03-301-3/+3
| * powerpc: mpc52xx_gpt: use gpiochip data pointerLinus Walleij2016-03-301-10/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-05-1813-91/+191
|\ \
| * \ Merge branch 'topic/livepatch' of git://git.kernel.org/pub/scm/linux/kernel/g...Jiri Kosina2016-04-1522-136/+733
| |\ \
| | * | powerpc/livepatch: Add live patching support on ppc64leMichael Ellerman2016-04-143-0/+104
| | * | powerpc/livepatch: Add livepatch stack to struct thread_infoMichael Ellerman2016-04-145-9/+29
| | * | powerpc/livepatch: Add livepatch headerMichael Ellerman2016-04-141-0/+54
| * | | livepatch: reuse module loader code to write relocationsJessica Yu2016-04-014-80/+0
| * | | module: s390: keep mod_arch_specific for livepatch modulesJessica Yu2016-04-011-2/+4
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-05-1827-33/+33
|\ \ \ \
| * | | | treewide: Fix typos in printkMasanari Iida2016-04-281-1/+1
| * | | | Blackfin: comment spelling s/divsor/divisor/Geert Uytterhoeven2016-04-181-1/+1
| * | | | metag: Fix misspellings in comments.Adam Buchbinder2016-04-184-8/+8
| * | | | ia64: Fix misspellings in comments.Adam Buchbinder2016-04-183-4/+4
| * | | | hexagon: Fix misspellings in comments.Adam Buchbinder2016-04-185-6/+6
| * | | | cris: Fix misspellings in comments.Adam Buchbinder2016-04-185-5/+5
| * | | | c6x: Fix misspellings in comments.Adam Buchbinder2016-04-182-2/+2
| * | | | blackfin: Fix misspelling of 'register' in comment.Adam Buchbinder2016-04-181-1/+1
| * | | | avr32: Fix misspelling of 'definitions' in comment.Adam Buchbinder2016-04-181-1/+1
| * | | | treewide: Fix typos in printkMasanari Iida2016-04-182-2/+2
| * | | | Merge branch 'master' into for-nextJiri Kosina2016-04-184020-72140/+148134
| |\ \ \ \
| * | | | | arch/ia64/lib: Fix broken URL in commentsSina Hamedian2016-04-182-2/+2
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-05-1820-141/+208
|\ \ \ \ \ \
| * | | | | | bpf: arm64: remove callee-save registers use for tmp registersYang Shi2016-05-171-29/+5
| * | | | | | bpf, s390: add support for constant blindingDaniel Borkmann2016-05-161-17/+56
| * | | | | | bpf, arm64: add support for constant blindingDaniel Borkmann2016-05-161-12/+40
| * | | | | | bpf, x86: add support for constant blindingDaniel Borkmann2016-05-161-13/+53
| * | | | | | bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apisDaniel Borkmann2016-05-163-9/+13
| * | | | | | bpf, x86/arm64: remove useless checks on progDaniel Borkmann2016-05-162-6/+0
| * | | | | | bpf: split HAVE_BPF_JIT into cBPF and eBPF variantDaniel Borkmann2016-05-167-7/+7
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-1513-6/+37
| |\ \ \ \ \ \