aboutsummaryrefslogtreecommitdiff
path: root/arch/microblaze
AgeCommit message (Expand)AuthorFilesLines
2014-08-07Merge tag 'microblaze-3.17-rc1' of git://git.monstr.eu/linux-2.6-microblazeGravatar Linus Torvalds 4-18/+28
2014-08-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+1
2014-07-18microblaze: ftrace: Remove check of obsolete variable function_trace_stopGravatar Steven Rostedt (Red Hat) 2-6/+0
2014-07-18microblaze: ftrace: Add call to ftrace_graph_is_dead() in function graph codeGravatar Steven Rostedt (Red Hat) 1-0/+3
2014-07-18microblaze: Change libgcc-style functions from lib-y to obj-yGravatar David Holsgrove 1-11/+3
2014-07-17arch, locking: Ciao arch_mutex_cpu_relax()Gravatar Davidlohr Bueso 1-0/+1
2014-07-09microblaze: Wire-up renameat2 syscallGravatar Michal Simek 2-0/+2
2014-07-09microblaze: Add syscall number commentGravatar Michal Simek 1-1/+1
2014-07-09microblaze: delay.h fix udelay and ndelay for 8 bit argsGravatar Michal Simek 1-6/+22
2014-06-05Merge tag 'microblaze-3.16-rc1' of git://git.monstr.eu/linux-2.6-microblaze i...Gravatar Linus Torvalds 11-141/+9
2014-06-05microblaze: Fix typo in head.S s/substract/subtract/Gravatar Antonio Ospite 1-1/+1
2014-06-04sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALLGravatar Fabian Frederick 1-1/+0
2014-06-04Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-35/+4
2014-06-04microblaze: remove check for CONFIG_XILINX_CONSOLEGravatar Paul Bolle 1-5/+1
2014-06-04microblaze: Use generic device.hGravatar Michal Simek 2-23/+1
2014-06-04microblaze: Do not setup empty unmap_sg functionGravatar Michal Simek 1-7/+0
2014-06-04microblaze: Remove device_to_maskGravatar Michal Simek 1-8/+0
2014-06-04microblaze: Clean device dma_ops structureGravatar Michal Simek 2-9/+0
2014-06-04microblaze: Cleanup PCI_DRAM_OFFSET handlingGravatar Michal Simek 4-27/+3
2014-06-04microblaze: Do not setup pci_dma_opsGravatar Michal Simek 2-24/+0
2014-06-04microblaze: Return default dma operationsGravatar Michal Simek 2-39/+3
2014-06-04microblaze: Enable SERIAL_OF_PLATFORMGravatar Michal Simek 2-0/+2
2014-05-27PCI: Turn pcibios_penalize_isa_irq() into a weak functionGravatar Hanjun Guo 1-5/+0
2014-04-30PCI: Move Open Firmware devspec attribute to PCI common codeGravatar Sebastian Ott 1-20/+0
2014-04-30of/fdt: create common debugfsGravatar Rob Herring 1-31/+0
2014-04-30of/fdt: update of_get_flat_dt_prop in prep for libfdtGravatar Rob Herring 1-4/+4
2014-04-11Merge tag 'microblaze-3.15-rc1' of git://git.monstr.eu/linux-2.6-microblazeGravatar Linus Torvalds 23-814/+558
2014-04-07microblaze: Use asm-generic/io.hGravatar Michal Simek 5-294/+19
2014-04-07microblaze: Remove platform folderGravatar Michal Simek 6-8/+2
2014-04-07microblaze: Remove generic platformGravatar Michal Simek 4-80/+40
2014-04-07microblaze: Sort Kconfig optionsGravatar Michal Simek 1-26/+26
2014-04-07microblaze: Move DTS file to common location at boot/dts folderGravatar Michal Simek 2-367/+366
2014-04-07microblaze: Fix compilation failure because of release_threadGravatar Michal Simek 1-1/+1
2014-04-07microblaze: Fix sparse warning because of missing cpu.h headerGravatar Michal Simek 1-0/+1
2014-04-07microblaze: Make timer driver endian awareGravatar Michal Simek 1-15/+47
2014-04-07microblaze: Make intc driver endian awareGravatar Michal Simek 1-10/+41
2014-04-03Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-4/+1
2014-04-01Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-5/+0
2014-04-01Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-1/+1
2014-03-31Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-2/+3
2014-03-19microblaze/PCI: Use default pcibios_enable_device()Gravatar Bjorn Helgaas 1-5/+0
2014-03-13arch: Remove stub cputime.h headersGravatar Frederic Weisbecker 2-1/+1
2014-03-12microblaze: Wire-up new system calls sched_setattr/getattrGravatar Michal Simek 2-0/+4
2014-03-12microblaze: Wire-up preadv/pwritev in syscall tableGravatar Michal Simek 1-2/+2
2014-03-12microblaze: Enable pselect6 syscallGravatar Michal Simek 2-3/+3
2014-03-12microblaze: Drop architecture-specific declaration of early_printkGravatar Guenter Roeck 1-2/+0
2014-03-12microblaze: Rename global function heartbeat()Gravatar Guenter Roeck 3-6/+6
2014-03-07ftrace: Do not pass data to ftrace_dyn_arch_initGravatar Jiri Slaby 1-1/+1
2014-03-07ftrace: Pass retval through return in ftrace_dyn_arch_init()Gravatar Jiri Slaby 1-3/+0
2014-02-10microblaze: Fix a typo when disabling stack protectionGravatar Edgar E. Iglesias 1-1/+1