summaryrefslogtreecommitdiffstats
path: root/arch/microblaze
AgeCommit message (Expand)AuthorLines
2014-10-09Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+1
2014-09-13irq_work: Introduce arch_irq_work_has_interrupt()Peter Zijlstra-0/+1
2014-09-09microblaze: Fix number of syscallsMichal Simek-1/+1
2014-09-09microblaze: Rename Advance setup to Kernel featuresMichal Simek-1/+1
2014-09-09microblaze: Add mm/Kconfig to advance menuMichal Simek-2/+2
2014-09-09arch/microblaze/include/asm/uaccess.h: Use pr_devel() instead of pr_debug()Chen Gang-2/+2
2014-09-09arch/microblaze/include/asm/entry.h: Include "linux/linkage.h" to avoid compi...Chen Gang-0/+1
2014-08-21microblaze: Wire-up memfd_create syscallMichal Simek-0/+2
2014-08-21microblaze: Wire-up getrandom syscallMichal Simek-0/+2
2014-08-21microblaze: Wire-up seccomp syscallMichal Simek-0/+2
2014-08-09Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-36/+19
2014-08-08lib/scatterlist: clean up useless architecture versions of scatterlist.hLaura Abbott-1/+1
2014-08-07Merge tag 'microblaze-3.17-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds-18/+28
2014-08-06microblaze: Use sigsp()Richard Weinberger-6/+3
2014-08-06microblaze: Use get_signal() signal_setup_done()Richard Weinberger-31/+17
2014-08-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+1
2014-07-18microblaze: ftrace: Remove check of obsolete variable function_trace_stopSteven Rostedt (Red Hat)-6/+0
2014-07-18microblaze: ftrace: Add call to ftrace_graph_is_dead() in function graph codeSteven Rostedt (Red Hat)-0/+3
2014-07-18microblaze: Change libgcc-style functions from lib-y to obj-yDavid Holsgrove-11/+3
2014-07-17arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso-0/+1
2014-07-09microblaze: Wire-up renameat2 syscallMichal Simek-0/+2
2014-07-09microblaze: Add syscall number commentMichal Simek-1/+1
2014-07-09microblaze: delay.h fix udelay and ndelay for 8 bit argsMichal Simek-6/+22
2014-06-05Merge tag 'microblaze-3.16-rc1' of git://git.monstr.eu/linux-2.6-microblaze i...Linus Torvalds-141/+9
2014-06-05microblaze: Fix typo in head.S s/substract/subtract/Antonio Ospite-1/+1
2014-06-04sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALLFabian Frederick-1/+0
2014-06-04Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-35/+4
2014-06-04microblaze: remove check for CONFIG_XILINX_CONSOLEPaul Bolle-5/+1
2014-06-04microblaze: Use generic device.hMichal Simek-23/+1
2014-06-04microblaze: Do not setup empty unmap_sg functionMichal Simek-7/+0
2014-06-04microblaze: Remove device_to_maskMichal Simek-8/+0
2014-06-04microblaze: Clean device dma_ops structureMichal Simek-9/+0
2014-06-04microblaze: Cleanup PCI_DRAM_OFFSET handlingMichal Simek-27/+3
2014-06-04microblaze: Do not setup pci_dma_opsMichal Simek-24/+0
2014-06-04microblaze: Return default dma operationsMichal Simek-39/+3
2014-06-04microblaze: Enable SERIAL_OF_PLATFORMMichal Simek-0/+2
2014-05-27PCI: Turn pcibios_penalize_isa_irq() into a weak functionHanjun Guo-5/+0
2014-04-30PCI: Move Open Firmware devspec attribute to PCI common codeSebastian Ott-20/+0
2014-04-30of/fdt: create common debugfsRob Herring-31/+0
2014-04-30of/fdt: update of_get_flat_dt_prop in prep for libfdtRob Herring-4/+4
2014-04-11Merge tag 'microblaze-3.15-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds-814/+558
2014-04-07microblaze: Use asm-generic/io.hMichal Simek-294/+19
2014-04-07microblaze: Remove platform folderMichal Simek-8/+2
2014-04-07microblaze: Remove generic platformMichal Simek-80/+40
2014-04-07microblaze: Sort Kconfig optionsMichal Simek-26/+26
2014-04-07microblaze: Move DTS file to common location at boot/dts folderMichal Simek-367/+366
2014-04-07microblaze: Fix compilation failure because of release_threadMichal Simek-1/+1
2014-04-07microblaze: Fix sparse warning because of missing cpu.h headerMichal Simek-0/+1
2014-04-07microblaze: Make timer driver endian awareMichal Simek-15/+47
2014-04-07microblaze: Make intc driver endian awareMichal Simek-10/+41