summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2014-10-084-37/+53
|\
| * m68k: Reformat arch/m68k/mm/hwtest.cGeert Uytterhoeven2014-10-031-38/+40
| * m68k: Disable/restore interrupts in hwreg_present()/hwreg_write()Geert Uytterhoeven2014-10-031-0/+6
| * m68k: AMIGA_BUILTIN_SERIAL should depend on TTYGeert Uytterhoeven2014-09-281-1/+1
| * m68k: Add missing ioport_unmap()Geert Uytterhoeven2014-09-281-1/+8
| * m68k/atari - stram: Add missing #include <linux/ioport.h>Geert Uytterhoeven2014-09-141-0/+1
* | Merge tag 'for-linus-20141006' of git://github.com/sctscore/linux-offLinus Torvalds2014-10-084-1/+5
|\ \
| * | score: Remove GENERIC_HAS_IOMAPRichard Weinberger2014-10-051-3/+0
| * | arch/score/include/asm/Kbuild: Add generic "serial.h"Chen Gang2014-10-051-0/+1
| * | score: remove deprecated IRQF_DISABLEDMichael Opdenacker2014-10-051-1/+1
| * | arch/score/mm/cache.c: Export 'flush_icache_range'Chen Gang2014-10-051-0/+1
| * | arch: score: Export necessary symbols in related filesChen Gang2014-10-052-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2014-10-0812-94/+245
|\ \ \
| * | | tile: add clock_gettime support to vDSOChris Metcalf2014-10-024-35/+172
| * | | tile: switch to using seqlocks for the vDSO time codeChris Metcalf2014-10-023-44/+24
| * | | tile gxio: use better string copy primitiveChris Metcalf2014-10-021-5/+32
| * | | char: tile-srom: Add real platform bus parentPawel Moll2014-10-021-1/+12
| * | | Removed repeated word in commentsKurt McAlpine2014-10-021-5/+5
| * | | tilegx: Enable ARCH_SUPPORTS_ATOMIC_RMWChris Metcalf2014-10-021-0/+1
| * | | tile: Remove tile-specific _sinitdata and _einitdataGeert Uytterhoeven2014-10-023-11/+6
| * | | tile: use ARRAY_SIZEHimangi Saraogi2014-10-021-1/+1
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-10-0854-189/+2979
|\ \ \ \
| * | | | arm64: Remove unneeded extern keywordGeoff Levand2014-10-031-2/+2
| * | | | ARM64: make of_device_ids constUwe Kleine-König2014-10-031-1/+1
| * | | | arm64: Use phys_addr_t type for physical addressMin-Hua Chen2014-10-022-2/+2
| * | | | aarch64: filter $x from kallsymsKyle McMartin2014-10-023-3/+3
| * | | | arm64: Use DMA_ERROR_CODE to denote failed allocationSean Paul2014-10-021-1/+1
| * | | | arm64: Fix typos in KGDB macrosCatalin Marinas2014-09-253-14/+14
| * | | | arm64: insn: Add return statements after BUG_ON()Mark Brown2014-09-252-0/+33
| * | | | arm64: debug: don't re-enable debug exceptions on return from el1_dbgWill Deacon2014-09-231-1/+0
| * | | | Revert "arm64: dmi: Add SMBIOS/DMI support"Catalin Marinas2014-09-223-50/+0
| * | | | arm64: Implement set_arch_dma_coherent_ops() to replace bus notifiersCatalin Marinas2014-09-222-31/+7
| * | | | of: amba: use of_dma_configure for AMBA devicesRobin Murphy2014-09-221-4/+3
| * | | | arm64: dmi: Add SMBIOS/DMI supportYi Li2014-09-223-0/+50
| * | | | arm64: Correct ftrace calls to aarch64_insn_gen_branch_imm()Catalin Marinas2014-09-191-4/+6
| * | | | arm64:mm: initialize max_mapnr using function set_max_mapnrGanapatrao Kulkarni2014-09-171-1/+1
| * | | | setup: Move unmask of async interrupts after possible earlycon setupJon Masters2014-09-151-5/+6
| * | | | arm64: LLVMLinux: Fix inline arm64 assembly for use with clangMark Charlebois2014-09-151-1/+1
| * | | | arm64: pageattr: Correctly adjust unaligned start addressesLaura Abbott2014-09-121-1/+2
| * | | | net: bpf: arm64: fix module memory leak when JIT image build failsDaniel Borkmann2014-09-121-1/+3
| * | | | Merge arm64 CPU suspend branchCatalin Marinas2014-09-1211-33/+916
| |\ \ \ \
| | * | | | arm64: add PSCI CPU_SUSPEND based cpu_suspend supportLorenzo Pieralisi2014-09-121-0/+104
| | * | | | arm64: kernel: introduce cpu_init_idle CPU operationLorenzo Pieralisi2014-09-124-0/+48
| | * | | | arm64: kernel: refactor the CPU suspend API for retention statesLorenzo Pieralisi2014-09-123-32/+64
| | * | | | Documentation: arm: define DT idle states bindingsLorenzo Pieralisi2014-09-123-1/+700
| | | |_|/ | | |/| |
| * | | | arm64: defconfig: increase NR_CPUS default to 64Robert Richter2014-09-081-3/+3
| * | | | arm64: eBPF JIT compilerZi Shen Lim2014-09-086-3/+855
| * | | | arm64: introduce aarch64_insn_gen_logical_shifted_reg()Zi Shen Lim2014-09-082-0/+85
| * | | | arm64: introduce aarch64_insn_gen_data3()Zi Shen Lim2014-09-082-0/+56
| * | | | arm64: introduce aarch64_insn_gen_data2()Zi Shen Lim2014-09-082-0/+68
OpenPOWER on IntegriCloud