summaryrefslogtreecommitdiffstats
path: root/arch/microblaze
Commit message (Expand)AuthorAgeFilesLines
* microblaze: Fix a typo when disabling stack protectionEdgar E. Iglesias2014-02-101-1/+1
* microblaze: Define readq and writeq IO helper functionMichal Simek2014-02-101-0/+6
* microblaze: Fix missing HZ macroMichal Simek2014-02-101-0/+2
* Merge tag 'microblaze-3.14-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2014-01-2815-52/+118
|\
| * microblaze: Add missing v8.50.a versionMichal Simek2014-01-271-0/+1
| * microblaze: Fix missing bracket in printkMichal Simek2014-01-271-1/+1
| * microblaze: Fix compilation error for BS=0Michal Simek2014-01-271-12/+37
| * microblaze: Disable stack protection from bootloaderMichal Simek2014-01-271-0/+4
| * microblaze: Define read/write{b,w,l}_relaxed MMIOMichal Simek2014-01-271-0/+8
| * microblaze: timer: Do not initialized system timer twiceMichal Simek2014-01-271-0/+6
| * microblaze: timer: Use generic sched_clock implementationMichal Simek2014-01-272-19/+9
| * microblaze: Add NOTES section to linker scriptMichal Simek2014-01-271-0/+1
| * microblaze: Add support for CCFMichal Simek2014-01-277-11/+40
| * microblaze: Simplify fcpu helper functionMichal Simek2014-01-211-3/+5
| * microblaze/uapi: Use Kbuild logic to include <asm-generic/types.h>Geert Uytterhoeven2014-01-212-2/+2
| * microblaze: Remove duplicate declarations of _stext[] and _etext[]Geert Uytterhoeven2014-01-211-1/+0
| * microblaze: Remove _fdt_start castsGeert Uytterhoeven2014-01-211-3/+2
| * microblaze: Wire up defconfig to mmu_defconfigGeert Uytterhoeven2014-01-211-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-251-0/+1
|\ \
| * | net: resort some Kbuild files to hopefully help avoid some conflictsStephen Rothwell2014-01-131-1/+1
| * | lib: Add missing arch generic-y entries for asm-generic/hash.hDavid S. Miller2013-12-171-0/+1
| |/
* | Merge tag 'devicetree-for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-01-241-1/+0
|\ \
| * | dt/bindings: remove device_type "network" referencesGrant Likely2014-01-161-1/+0
| |/
* | microblaze: use generic fixmap.hMark Salter2014-01-231-42/+2
* | microblaze: extable: sort the exception table at build timeMichal Simek2014-01-231-0/+1
* | memblock: make memblock_set_node() support different memblock_typeTang Chen2014-01-211-1/+2
* | arch: Re-sort some Kbuild files to hopefully help avoid some conflictsStephen Rothwell2014-01-131-1/+1
* | arch: Clean up asm/barrier.h implementations using asm-generic/barrier.hPeter Zijlstra2014-01-122-27/+1
|/
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-191-2/+0
|\
| * preempt: Make PREEMPT_ACTIVE genericThomas Gleixner2013-11-131-2/+0
* | Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds2013-11-151-0/+1
|\ \
| * | microblaze: select ARCH_MIGHT_HAVE_PC_PARPORTMark Salter2013-10-231-0/+1
* | | microblaze: add missing pgtable_page_ctor/dtor callsKirill A. Shutemov2013-11-151-3/+9
* | | mm/arch: use __free_reserved_page() to simplify the codeXishi Qiu2013-11-131-5/+2
* | | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-126-140/+10
|\ \ \
| * \ \ Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring2013-11-072-73/+1
| |\ \ \
| | * | | microblaze/pci: Drop PowerPC-ism from irq parsingGrant Likely2013-10-242-72/+1
| | * | | of/irq: simplify args to irq_create_of_mappingGrant Likely2013-10-241-1/+1
| | * | | of/irq: Replace of_irq with of_phandle_argsGrant Likely2013-10-241-5/+4
| | * | | of/irq: Rename of_irq_map_* functions to of_irq_parse_*Grant Likely2013-10-241-1/+1
| | |/ /
| * | | of: remove HAVE_ARCH_DEVTREE_FIXUPSRob Herring2013-10-091-2/+0
| * | | of: implement pci_address_to_pio as weak functionRob Herring2013-10-091-9/+0
| * | | microblaze: clean-up prom.h implicit includesRob Herring2013-10-095-27/+5
| * | | of: remove early_init_dt_setup_initrd_archRob Herring2013-10-091-9/+0
| * | | of: create default early_init_dt_add_memory_archRob Herring2013-10-091-5/+0
| * | | microblaze: use early_init_dt_scanRob Herring2013-10-092-15/+4
| |/ /
* | | Merge tag 'microblaze-3.13-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2013-11-127-19/+19
|\ \ \ | |_|/ |/| |
| * | microblaze: Remove incorrect file pathMichal Simek2013-11-081-2/+0
| * | microblaze: Fix bug with mmap2 syscall MB implementationMichal Simek2013-11-082-1/+12
| * | microblaze: Use predefined SYSCALL_DEFINE macroMichal Simek2013-11-081-3/+3