summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linuxLinus Torvalds2017-02-2526-187/+1064
|\
| * openrisc: head: Init r0 to 0 on startStafford Horne2017-02-241-1/+4
| * openrisc: Export ioremap symbols used by modulesStafford Horne2017-02-241-0/+2
| * arch/openrisc/lib/memcpy.c: use correct OR1200 optionValentin Rothberg2017-02-241-1/+1
| * openrisc: head: Remove unused stringsStafford Horne2017-02-241-11/+0
| * openrisc: head: Move init strings to rodata sectionStafford Horne2017-02-241-0/+1
| * openrisc: entry: Fix delay slot detectionStafford Horne2017-02-241-2/+2
| * openrisc: entry: Whitespace and comment cleanupsStafford Horne2017-02-241-20/+18
| * scripts/checkstack.pl: Add openrisc supportStafford Horne2017-02-241-0/+3
| * MAINTAINERS: Add the openrisc official repositoryStafford Horne2017-02-241-0/+1
| * openrisc: Add .gitignoreStafford Horne2017-02-241-0/+1
| * openrisc: Add optimized memcpy routineStafford Horne2017-02-244-2/+128
| * openrisc: Add optimized memsetOlof Kindgren2017-02-244-1/+107
| * openrisc: Initial support for the idle stateSebastian Macke2017-02-241-0/+11
| * openrisc: Fix the bitmask for the unit present registerSebastian Macke2017-02-241-2/+2
| * openrisc: remove unnecessary stddef.h includeStefan Kristiansson2017-02-241-1/+0
| * openrisc: add futex_atomic_* implementationsStefan Kristiansson2017-02-242-1/+135
| * openrisc: add optimized atomic operationsStefan Kristiansson2017-02-243-1/+128
| * openrisc: add cmpxchg and xchg implementationsStefan Kristiansson2017-02-242-2/+83
| * openrisc: add atomic bitopsStefan Kristiansson2017-02-242-1/+124
| * openrisc: add l.lwa/l.swa emulationStefan Kristiansson2017-02-063-2/+206
| * openrisc: head: refactor out tlb flush into it's own functionStefan Kristiansson2017-02-061-16/+22
| * openrisc: head: use THREAD_SIZE instead of magic constantStefan Kristiansson2017-02-061-1/+3
| * openrisc: tlb miss handler optimizationsStefan Kristiansson2017-02-061-95/+46
| * openrisc: add cache way information to cpuinfoStefan Kristiansson2017-02-062-31/+38
| * openrisc: use SPARSE_IRQJonas Bonn2017-02-062-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2017-02-2517-174/+488
|\ \
| * | sparc64: Fix build error in flush_tsb_user_pageNitin Gupta2017-02-242-6/+19
| * | sparc64: memblock resizes are not handled properlyPavel Tatashin2017-02-231-0/+6
| * | sparc64: use latency groups to improve add_node_ranges speedPavel Tatashin2017-02-231-95/+113
| * | sparc64: Add 64K page size supportNitin Gupta2017-02-234-14/+52
| * | sparc64: Multi-page size supportNitin Gupta2017-02-238-62/+253
| * | Merge branch 'sparc64-jump-to-boot-prom'David S. Miller2017-02-235-4/+34
| |\ \
| | * | Documentation/sparc: Steps for sending break on sunhv consoleVijay Kumar2017-02-231-0/+9
| | * | sparc64: Send break twice from console to return to boot promVijay Kumar2017-02-232-2/+7
| | * | sparc64: Migrate hvcons irq to panicked cpuVijay Kumar2017-02-233-2/+15
| | * | sparc64: Set cpu state to offline when stoppedVijay Kumar2017-02-231-0/+3
| |/ /
| * | sunvdc: Add support for setting physical sector sizeLiam R. Howlett2017-02-231-1/+17
| * | sparc64: fix for user probes in high memoryEric Saint Etienne2017-02-231-2/+2
| * | sparc: topology_64.h: Fix condition for including cpudata.hBen Hutchings2017-02-231-1/+3
| * | sparc32: mm: srmmu: add __ro_after_init to sparc32_cachetlb_ops structuresBhumika Goyal2017-02-231-3/+3
* | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds2017-02-2420-352/+942
|\ \ \
| * | | md/raid1: fix write behind issues introduced by bio_clone_bioset_partialShaohua Li2017-02-231-4/+11
| * | | md/raid1: handle flush request correctlyShaohua Li2017-02-231-3/+7
| * | | md/linear: shutup lockdep warnningShaohua Li2017-02-231-1/+2
| * | | md/raid1: fix a use-after-free bugShaohua Li2017-02-201-1/+2
| * | | RAID1: avoid unnecessary spin locks in I/O barrier codecolyli@suse.de2017-02-202-66/+130
| * | | RAID1: a new I/O barrier implementation to remove resync windowcolyli@suse.de2017-02-202-236/+294
| * | | md/raid5: Don't reinvent the wheel but use existing llist APIByungchul Park2017-02-161-4/+2
| * | | md: fast clone bio in bio_clone_mddev()Ming Lei2017-02-156-22/+14