aboutsummaryrefslogtreecommitdiff
path: root/arch/microblaze
AgeCommit message (Expand)AuthorFilesLines
2014-02-10microblaze: Define readq and writeq IO helper functionGravatar Michal Simek 1-0/+6
2014-02-10microblaze: Fix missing HZ macroGravatar Michal Simek 1-0/+2
2014-02-09locking/mcs: Allow architecture specific asm files to be used for contended caseGravatar Tim Chen 1-0/+1
2014-02-09locking/mcs: Order the header files in Kbuild of each architecture in alphabe...Gravatar Tim Chen 1-2/+2
2014-01-28Merge tag 'microblaze-3.14-rc1' of git://git.monstr.eu/linux-2.6-microblazeGravatar Linus Torvalds 15-52/+118
2014-01-27microblaze: Add missing v8.50.a versionGravatar Michal Simek 1-0/+1
2014-01-27microblaze: Fix missing bracket in printkGravatar Michal Simek 1-1/+1
2014-01-27microblaze: Fix compilation error for BS=0Gravatar Michal Simek 1-12/+37
2014-01-27microblaze: Disable stack protection from bootloaderGravatar Michal Simek 1-0/+4
2014-01-27microblaze: Define read/write{b,w,l}_relaxed MMIOGravatar Michal Simek 1-0/+8
2014-01-27microblaze: timer: Do not initialized system timer twiceGravatar Michal Simek 1-0/+6
2014-01-27microblaze: timer: Use generic sched_clock implementationGravatar Michal Simek 2-19/+9
2014-01-27microblaze: Add NOTES section to linker scriptGravatar Michal Simek 1-0/+1
2014-01-27microblaze: Add support for CCFGravatar Michal Simek 7-11/+40
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+1
2014-01-24Merge tag 'devicetree-for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-1/+0
2014-01-23microblaze: use generic fixmap.hGravatar Mark Salter 1-42/+2
2014-01-23microblaze: extable: sort the exception table at build timeGravatar Michal Simek 1-0/+1
2014-01-21memblock: make memblock_set_node() support different memblock_typeGravatar Tang Chen 1-1/+2
2014-01-21microblaze: Simplify fcpu helper functionGravatar Michal Simek 1-3/+5
2014-01-21microblaze/uapi: Use Kbuild logic to include <asm-generic/types.h>Gravatar Geert Uytterhoeven 2-2/+2
2014-01-21microblaze: Remove duplicate declarations of _stext[] and _etext[]Gravatar Geert Uytterhoeven 1-1/+0
2014-01-21microblaze: Remove _fdt_start castsGravatar Geert Uytterhoeven 1-3/+2
2014-01-21microblaze: Wire up defconfig to mmu_defconfigGravatar Geert Uytterhoeven 1-0/+2
2014-01-16dt/bindings: remove device_type "network" referencesGravatar Grant Likely 1-1/+0
2014-01-13arch: Re-sort some Kbuild files to hopefully help avoid some conflictsGravatar Stephen Rothwell 1-1/+1
2014-01-13net: resort some Kbuild files to hopefully help avoid some conflictsGravatar Stephen Rothwell 1-1/+1
2014-01-12arch: Clean up asm/barrier.h implementations using asm-generic/barrier.hGravatar Peter Zijlstra 2-27/+1
2013-12-17lib: Add missing arch generic-y entries for asm-generic/hash.hGravatar David S. Miller 1-0/+1
2013-11-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+0
2013-11-15Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingGravatar Linus Torvalds 1-0/+1
2013-11-15microblaze: add missing pgtable_page_ctor/dtor callsGravatar Kirill A. Shutemov 1-3/+9
2013-11-13preempt: Make PREEMPT_ACTIVE genericGravatar Thomas Gleixner 1-2/+0
2013-11-13mm/arch: use __free_reserved_page() to simplify the codeGravatar Xishi Qiu 1-5/+2
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 6-140/+10
2013-11-12Merge tag 'microblaze-3.13-rc1' of git://git.monstr.eu/linux-2.6-microblazeGravatar Linus Torvalds 7-19/+19
2013-11-08microblaze: Remove incorrect file pathGravatar Michal Simek 1-2/+0
2013-11-08microblaze: Fix bug with mmap2 syscall MB implementationGravatar Michal Simek 2-1/+12
2013-11-08microblaze: Use predefined SYSCALL_DEFINE macroGravatar Michal Simek 1-3/+3
2013-11-08microblaze: Remove deprecated IRQF_DISABLEDGravatar Michal Simek 1-1/+1
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextGravatar Rob Herring 2-73/+1
2013-11-07microblaze: Calculate kernel pad automaticallyGravatar Michal Simek 2-5/+1
2013-11-06microblaze: Remove unused NO_MMU Kconfig parameterGravatar Michael Opdenacker 2-7/+2
2013-10-24microblaze/pci: Drop PowerPC-ism from irq parsingGravatar Grant Likely 2-72/+1
2013-10-24of/irq: simplify args to irq_create_of_mappingGravatar Grant Likely 1-1/+1
2013-10-24of/irq: Replace of_irq with of_phandle_argsGravatar Grant Likely 1-5/+4
2013-10-24of/irq: Rename of_irq_map_* functions to of_irq_parse_*Gravatar Grant Likely 1-1/+1
2013-10-23microblaze: select ARCH_MIGHT_HAVE_PC_PARPORTGravatar Mark Salter 1-0/+1
2013-10-09of: remove HAVE_ARCH_DEVTREE_FIXUPSGravatar Rob Herring 1-2/+0
2013-10-09of: implement pci_address_to_pio as weak functionGravatar Rob Herring 1-9/+0