summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Merge branch 'treewide/cleanup' into next/cleanupArnd Bergmann2015-12-1294-203/+181
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | / | | | |_|_|/ | | |/| | |
| | * | | | ARM: use "depends on" for SoC configs instead of "if" after promptMasahiro Yamada2015-12-0132-58/+110
| | * | | | ARM/clocksource: use automatic DT probing for ux500 PRCMULinus Walleij2015-12-017-78/+7
| | * | | | ARM: use const and __initconst for smp_operationsMasahiro Yamada2015-12-0154-64/+64
| | * | | | ARM: hisi: do not export smp_operations structuresMasahiro Yamada2015-12-012-6/+3
| |/ / / /
* | | | | Merge tag 'armsoc-fixes-nc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-01-2013-57/+133
|\ \ \ \ \
| * \ \ \ \ Merge tag 'omap-for-v4.5/81xx-fix-signed' of git://git.kernel.org/pub/scm/lin...Arnd Bergmann2015-12-311-0/+2
| |\ \ \ \ \
| | * | | | | ARM: OMAP2+: Fix randconfig build warning for dm814_pllss_dataTony Lindgren2015-12-221-0/+2
| * | | | | | ARM: sa1100/simpad: Be sure to clamp return valueLinus Walleij2015-12-221-2/+2
| * | | | | | ARM: scoop: Be sure to clamp return valueLinus Walleij2015-12-221-1/+1
| * | | | | | Merge tag 'davinci-for-v4.5/fixes' of git://git.kernel.org/pub/scm/linux/kern...Olof Johansson2015-12-223-7/+4
| |\ \ \ \ \ \
| | * | | | | | ARM: davinci: fix a problematic usage of WARN()Geliang Tang2015-12-152-6/+2
| | * | | | | | ARM: davinci: only select WT cache if cache is enabledArnd Bergmann2015-12-151-1/+2
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge tag 'omap-for-v4.5/81xx-fixes-signed' of git://git.kernel.org/pub/scm/l...Arnd Bergmann2015-12-167-46/+122
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | ARM: OMAP2+: Remove useless check for legacy booting for dm814xTony Lindgren2015-12-091-2/+1
| | * | | | | ARM: OMAP2+: Enable GPIO for dm814xTony Lindgren2015-12-091-2/+2
| | * | | | | ARM: dts: Fix dm814x pinctrl address and maskTony Lindgren2015-12-091-2/+10
| | * | | | | ARM: dts: Fix dm8148 control modules rangesTony Lindgren2015-12-091-4/+6
| | * | | | | ARM: OMAP2+: Fix timer entries for dm814xTony Lindgren2015-12-091-4/+4
| | * | | | | ARM: dts: Fix some mux and divider clocks to get dm814x-evm bootingTony Lindgren2015-12-091-30/+79
| | * | | | | ARM: OMAP2+: Add DPPLS clock manager for dm814xTony Lindgren2015-12-092-0/+7
| | * | | | | clk: ti: Add few dm814x clock aliasesTony Lindgren2015-12-031-0/+4
| | * | | | | ARM: dts: Fix dm814x entries for pllss and prcmTony Lindgren2015-12-031-2/+9
| * | | | | | Merge tag 'arm-soc/for-4.5/maintainers' of http://github.com/Broadcom/stblinu...Arnd Bergmann2015-12-151-1/+2
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | MAINTAINERS: gpio-brcmstb: Remove stray '>'Florian Fainelli2015-11-201-1/+1
| | * | | | | MAINTAINERS: brcmstb: Include Broadcom internal mailing-listFlorian Fainelli2015-11-201-0/+1
| | | |/ / / | | |/| | |
* | | | | | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-01-207-199/+280
|\ \ \ \ \ \
| * | | | | | ARM: asm/div64.h: adjust to generic coddeNicolas Pitre2015-11-191-190/+93
| * | | | | | __div64_32(): make it overridable at compile timeNicolas Pitre2015-11-162-2/+6
| * | | | | | __div64_const32(): abstract out the actual 128-bit cross product codeNicolas Pitre2015-11-161-30/+51
| * | | | | | do_div(): generic optimization for constant divisor on 32-bit machinesNicolas Pitre2015-11-161-0/+147
| * | | | | | div64.h: optimize do_div() for power-of-two constant divisorsNicolas Pitre2015-11-161-1/+7
| * | | | | | mtd/sm_ftl.c: fix wrong do_div() usageNicolas Pitre2015-11-161-1/+2
| * | | | | | drm/mgag200/mgag200_mode.c: fix wrong do_div() usageNicolas Pitre2015-11-161-1/+1
| * | | | | | hid-sensor-hub.c: fix wrong do_div() usageNicolas Pitre2015-11-161-1/+2
| * | | | | | ti/fapll: fix wrong do_div() usageNicolas Pitre2015-11-161-2/+2
| * | | | | | ti/clkt_dpll: fix wrong do_div() usageNicolas Pitre2015-11-161-2/+2
| * | | | | | tegra/clk-divider: fix wrong do_div() usageNicolas Pitre2015-11-161-2/+2
| * | | | | | imx/clk-pllv2: fix wrong do_div() usageNicolas Pitre2015-11-161-4/+5
| * | | | | | imx/clk-pllv1: fix wrong do_div() usageNicolas Pitre2015-11-161-7/+7
| * | | | | | nouveau/nvkm/subdev/clk/gk20a.c: fix wrong do_div() usageNicolas Pitre2015-11-161-2/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-01-2053-2699/+4507
|\ \ \ \ \ \
| * | | | | | scsi: qla2xxxx: avoid type mismatch in comparisonArnd Bergmann2016-01-201-1/+1
| * | | | | | target/user: Make sure netlink would reach all network namespacesSheng Yang2016-01-201-1/+2
| * | | | | | target: Obtain se_node_acl->acl_kref during get_initiator_node_aclNicholas Bellinger2016-01-204-8/+57
| * | | | | | target: Convert ACL change queue_depth se_session reference usageNicholas Bellinger2016-01-206-146/+56
| * | | | | | iscsi-target: Fix potential dead-lock during node acl deleteNicholas Bellinger2016-01-201-1/+15
| * | | | | | ib_srpt: Convert acl lookup to modern get_initiator_node_acl usageNicholas Bellinger2016-01-122-81/+30
| * | | | | | tcm_fc: Convert acl lookup to modern get_initiator_node_acl usageNicholas Bellinger2016-01-123-35/+16
| * | | | | | tcm_fc: Wait for command completion before freeing a sessionBart Van Assche2016-01-071-6/+11
OpenPOWER on IntegriCloud