summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-20160112' of git://git.infradead.org/linux-mtdLinus Torvalds2016-01-1319-35/+27
|\
| * ARM: make use of nand_set/get_controller_data() helpersBoris BREZILLON2016-01-071-2/+2
| * cris: nand: remove useless mtd->priv = chip assignmentsBoris BREZILLON2015-12-182-6/+0
| * cris: nand: use the mtd instance embedded in struct nand_chipBoris BREZILLON2015-12-182-4/+2
| *-----. Merge arch/{arm,blackfin,cris,mips}/ refactoring patches into MTD devBrian Norris2015-12-0818-22/+22
| |\ \ \ \
| | | | | * mips: nand: make use of mtd_to_nand() where appropriateBoris BREZILLON2015-12-085-5/+5
| | | | * | cris: nand: make use of mtd_to_nand() where appropriateBoris BREZILLON2015-12-082-2/+2
| | | | |/
| | | * / blackfin: nand: make use of mtd_to_nand() where appropriateBoris BREZILLON2015-12-082-2/+2
| | | |/
| | * / ARM: nand: make use of mtd_to_nand() where appropriateBoris BREZILLON2015-12-089-13/+13
| | |/
| * / sh: nand: make use of mtd_to_nand() where appropriateBoris BREZILLON2015-12-081-1/+1
| |/
* | Merge tag 'dmaengine-4.5-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2016-01-131-0/+2
|\ \
| * | ARM: configs: Add STM32 DMA support in STM32 defconfigM'boumba Cedric Madianga2015-11-161-0/+2
| |/
* | Merge tag 'tty-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-01-1312-54/+60
|\ \
| * \ Merge branch 'scif-clk-sck-brg-for-v4.5' of git://git.kernel.org/pub/scm/linu...Greg Kroah-Hartman2016-01-0812-54/+60
| |\ \
| | * | sh: sh7734: Correct SCIF type for BRGGeert Uytterhoeven2015-12-171-6/+6
| | * | sh: Remove sci_ick clock aliasLaurent Pinchart2015-12-171-1/+0
| | * | sh: Rename sci_ick and sci_fck clock to fckLaurent Pinchart2015-12-1710-47/+54
| | |/
* | | Merge tag 'usb-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-01-132-0/+58
|\ \ \
| * \ \ Merge tag 'usb-serial-4.4-rc8' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2016-01-0452-231/+454
| |\ \ \
| * \ \ \ Merge 4.4-rc6 into usb-nextGreg Kroah-Hartman2015-12-2133-183/+280
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge 4.4-rc5 into usb-next as we want those fixes here for testingGreg Kroah-Hartman2015-12-1470-281/+356
| |\ \ \ \
| * | | | | arm64: dts: mediatek: add xHCI & usb phy for mt8173Chunfeng Yun2015-12-012-0/+58
* | | | | | Merge tag 'pm+acpi-4.5-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-135-76/+41
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'pm-opp'Rafael J. Wysocki2016-01-121-14/+14
| |\ \ \ \ \ \
| | * | | | | | ARM: dts: exynos4412: Rename OPP nodes as opp@<opp-hz>Viresh Kumar2015-11-231-14/+14
| * | | | | | | Merge branch 'acpi-soc'Rafael J. Wysocki2016-01-124-62/+27
| |\ \ \ \ \ \ \
| | * | | | | | | ACPI / LPSS: override power state for LPSS DMA deviceAndy Shevchenko2016-01-072-1/+4
| | * | | | | | | x86/platform/iosf_mbi: Remove duplicate definitionsAndy Shevchenko2015-12-093-61/+23
* | | | | | | | | Merge tag 'trace-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2016-01-134-27/+29
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86: ftrace: Fix the comments for ftrace_modify_code_direct()Li Bin2016-01-051-7/+5
| * | | | | | | | | metag: ftrace: Fix the comments for ftrace_modify_codeLi Bin2015-12-231-6/+5
| * | | | | | | | | sh: ftrace: Fix the comments for ftrace_modify_code()Li Bin2015-12-231-7/+5
| * | | | | | | | | ia64: ftrace: Fix the comments for ftrace_modify_code()Li Bin2015-12-231-7/+5
| * | | | | | | | | ftrace: Add variable ftrace_expected for archs to show expected codeSteven Rostedt (Red Hat)2015-11-251-0/+9
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-01-1320-72/+102
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | mdio: Move allocation of interrupts into coreAndrew Lunn2016-01-072-12/+1
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-077-67/+19
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | net: Add eth_platform_get_mac_address() helper.David S. Miller2016-01-061-0/+7
| * | | | | | | | | | Merge tag 'wireless-drivers-next-for-davem-2016-01-05' of git://git.kernel.or...David S. Miller2016-01-061-38/+1
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | ssb: pick SoC invariants code from MIPS BCM47xx archRafał Miłecki2015-12-161-38/+1
| * | | | | | | | | | | soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek2016-01-0512-0/+36
| * | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-01-0174-381/+646
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Driver for IBM System i/p VNIC protocolThomas Falcon2015-12-281-0/+20
| * | | | | | | | | | | | bpf, x86: detect/optimize loading 0 immediatesDaniel Borkmann2015-12-181-0/+26
| * | | | | | | | | | | | bpf: move clearing of A/X into classic to eBPF migration prologueDaniel Borkmann2015-12-183-22/+11
* | | | | | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-01-132-0/+27
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | crypto: nx-842 - Mask XERS0 bit in return valueHaren Myneni2015-12-171-0/+1
| * | | | | | | | | | | | | crypto: ghash-clmulni - Fix load failureWang, Rui Y2015-12-041-0/+26
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-01-1315-266/+23
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | [s390] page_to_phys() always returns a multiple of PAGE_SIZEAl Viro2016-01-091-2/+1