summaryrefslogtreecommitdiffstats
path: root/arch/xtensa
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'xtensa-next-20130912' of git://github.com/czankel/xtensa-linuxLinus Torvalds2013-09-1311-353/+324Star
|\
| * xtensa: Fix broken allmodconfig buildGuenter Roeck2013-09-061-0/+1
| * xtensa: remove CCOUNT_PER_JIFFYBaruch Siach2013-09-063-5/+4Star
| * xtensa: fix !CONFIG_XTENSA_CALIBRATE_CCOUNT build failureBaruch Siach2013-09-062-7/+2Star
| * xtensa: don't use echo -e needlesslyMax Filippov2013-09-062-3/+3
| * xtensa: new fast_alloca handlerMax Filippov2013-09-061-152/+40Star
| * xtensa: keep a3 and excsave1 on entry to exception handlersMax Filippov2013-09-065-142/+238
| * xtensa: enable kernel preemptionMax Filippov2013-09-061-28/+17Star
| * xtensa: check thread flags atomically on return from user exceptionMax Filippov2013-09-061-18/+21
* | Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-134-4/+0Star
* | arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-131-0/+2
* | of: Specify initrd location using 64-bitSantosh Shilimkar2013-07-241-2/+1Star
|/
* xtensa: delete __cpuinit usage from all xtensa filesPaul Gortmaker2013-07-151-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-07-141-1/+1
|\
| * net: rename busy poll socket op and globalsEliezer Tamir2013-07-111-1/+1
* | Merge tag 'xtensa-next-20130710' of git://github.com/czankel/xtensa-linuxLinus Torvalds2013-07-1128-146/+433
|\ \ | |/ |/|
| * xtensa: remove the second argument of __bio_kmap_atomic()Zhao Hongjiang2013-07-081-2/+2
| * xtensa: add static function tracer supportMax Filippov2013-07-086-2/+78
| * xtensa: Flat DeviceTree copy not future-safeVineet Gupta2013-07-081-1/+1
| * xtensa: check TLB sanity on return to userspaceMax Filippov2013-07-083-1/+131
| * xtensa: adjust boot parameters address when INITIALIZE_XTENSA_MMU_INSIDE_VMLI...Max Filippov2013-07-082-3/+12
| * xtensa: bootparams: fix typoBaruch Siach2013-07-081-1/+1
| * xtensa: tell git to ignore generated .dtb filesBaruch Siach2013-07-081-0/+1
| * xtensa: ccount based sched_clockBaruch Siach2013-07-082-0/+9
| * xtensa: ccount based clockevent implementationBaruch Siach2013-07-082-32/+79
| * xtensa: consolidate ccount access routinesBaruch Siach2013-07-082-12/+4Star
| * xtensa: cleanup ccount frequency trackingBaruch Siach2013-07-085-12/+8Star
| * xtensa: timex.h: remove unused symbolsBaruch Siach2013-07-081-7/+0Star
| * xtensa: tell git to ignore copied zlib source filesBaruch Siach2013-07-081-0/+3
| * xtensa: fix section mismatch in pcibios_fixup_busMax Filippov2013-06-051-5/+5
| * xtensa: ISS: fix section mismatch in iss_net_setupMax Filippov2013-06-051-1/+1
| * arch: xtensa: include: asm: compiling issue, need cmpxchg64() defined.Chen Gang2013-06-051-0/+1
| * xtensa: xtfpga: fix section mismatchBaruch Siach2013-06-051-1/+1
| * xtensa: remove unused platform_init_irq()Baruch Siach2013-06-052-6/+0Star
| * xtensa: tell git to ignore generated filesBaruch Siach2013-06-053-0/+4
| * xtensa: flush TLB entries for pages of non-current mm correctlyMax Filippov2013-06-051-3/+4
| * xtensa: fix fast_store_prohibited _PAGE_WRITABLE_BIT testMax Filippov2013-05-201-1/+6
| * xtensa: fix TLB multihit exceptionsChris Zankel2013-05-201-57/+83
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-101-0/+2
|\ \
| * | net: add socket option for low latency pollingEliezer Tamir2013-06-181-0/+2
| |/
* | mm/xtensa: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-041-25/+2Star
* | mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-041-1/+1
* | mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu2013-07-041-2/+2
* | mm: change signature of free_reserved_area() to fix building warningsJiang Liu2013-07-041-1/+1
* | consolidate io_remap_pfn_range definitionsAl Viro2013-06-291-8/+0Star
|/
* Merge tag 'xtensa-next-20130508' of git://github.com/czankel/xtensa-linuxLinus Torvalds2013-05-0932-254/+773
|\
| * xtensa: Switch to asm-generic/linkage.hGeert Uytterhoeven2013-05-092-16/+1Star
| * xtensa: fix redboot load addressChris Zankel2013-05-091-1/+1
| * xtensa: ISS: fix timer_lock usage in rs_openMax Filippov2013-05-091-2/+2
| * xtensa: disable IRQs while IRQ handler is runningMax Filippov2013-05-093-55/+28Star