aboutsummaryrefslogtreecommitdiffstats
path: root/arch/microblaze
AgeCommit message (Expand)AuthorFilesLines
2015-03-04microblaze: Fix syscall error recovery for invalid syscall IDsJamie Garside1-1/+2
2015-03-04microblaze: Coding style cleanupMichal Simek1-2/+2
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski2-5/+1
2015-02-11mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov1-1/+1
2015-02-11microblaze: define __PAGETABLE_PMD_FOLDEDKirill A. Shutemov1-0/+2
2015-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2015-02-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-11/+0
2015-02-10microblaze: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov1-11/+0
2015-02-10Merge tag 'microblaze-3.20-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds23-88/+49
2015-02-10microblaze: Remove *.dtb files in make cleanMichal Simek2-4/+1
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds1-0/+2
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+12
2015-01-16microblaze/PCI: Clip bridge windows to fit in upstream windowsYinghai Lu1-1/+12
2015-01-08microblaze: whitespace fixMichael S. Tsirkin1-1/+1
2015-01-08microblaze/uaccess: fix sparse errorsMichael S. Tsirkin1-2/+2
2015-01-08microblaze: intc: Reformat outputSoren Brinkmann1-1/+1
2015-01-08microblaze: intc: Refactor DT sanity checkSoren Brinkmann1-1/+1
2015-01-08microblaze: intc: Don't override error codesSoren Brinkmann1-2/+2
2015-01-08microblaze: Add target architectureMichal Simek1-0/+3
2015-01-08microblaze: Add missing PVR version codesErico Nunes1-0/+4
2015-01-08microblaze: Fix variable types to remove W=1 warningMichal Simek1-2/+2
2015-01-08microblaze: Use unsigned type for limit comparison in cache.cMichal Simek1-3/+3
2015-01-05microblaze: Use unsigned type for proper comparison in cpuinfo*.cMichal Simek2-2/+2
2015-01-05microblaze: Use unsigned type for "for" loop because of comparison-kgdb.cMichal Simek1-3/+4
2015-01-05microblaze: Change extern inline to static inlineMichal Simek2-9/+9
2015-01-05microblaze: Mark get_frame_size as staticMichal Simek1-1/+1
2015-01-05microblaze: Use unsigned return type in do_syscall_trace_enterMichal Simek2-3/+3
2015-01-05microblaze: Declare microblaze_kgdb_break in headerMichal Simek2-1/+5
2015-01-05microblaze: Remove unused prom header from reset.cMichal Simek1-1/+0
2015-01-05microblaze: Remove unused prom_parse.cMichal Simek2-36/+1
2015-01-05microblaze: Wire-up execveat syscallMichal Simek3-1/+3
2015-01-05microblaze: Use empty asm-generic/linkage.hMichal Simek1-15/+1
2015-01-02microblaze: include the new timecounter header.Richard Cochran1-0/+1
2014-12-17Merge tag 'microblaze-3.19-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds3-5/+48
2014-12-17microblaze: Fix mmap for cache coherent memoryLars-Peter Clausen3-5/+48
2014-12-13gcov: enable GCOV_PROFILE_ALL from ARCH KconfigsRiku Voipio1-0/+1
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+0
2014-12-10net, lib: kill arch_fast_hash library bitsDaniel Borkmann1-1/+0
2014-12-09Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-8/+0
2014-12-09Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+2
2014-11-17mmu_gather: move minimal range calculations into generic codeWill Deacon1-1/+2
2014-10-27microblaze: Wire up bpf syscallMichal Simek3-1/+3
2014-10-27microblaze: Fix IO space breakage after of_pci_range_to_resource() changeMichal Simek1-2/+7
2014-10-27microblaze: Fix missing NR_CPUS in menuconfigMichal Simek1-0/+4
2014-10-20microblaze: io: remove dummy relaxed accessor macrosWill Deacon1-8/+0
2014-10-19Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2-2/+6
2014-10-09Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2014-09-23ARCH: AUDIT: audit_syscall_entry() should not require the archEric Paris1-2/+1
2014-09-23ARCH: AUDIT: implement syscall_get_arch for all archesEric Paris1-0/+5
2014-09-13irq_work: Introduce arch_irq_work_has_interrupt()Peter Zijlstra1-0/+1
2014-09-09microblaze: Fix number of syscallsMichal Simek1-1/+1
2014-09-09microblaze: Rename Advance setup to Kernel featuresMichal Simek1-1/+1
2014-09-09microblaze: Add mm/Kconfig to advance menuMichal Simek1-2/+2
2014-09-09arch/microblaze/include/asm/uaccess.h: Use pr_devel() instead of pr_debug()Chen Gang1-2/+2
2014-09-09arch/microblaze/include/asm/entry.h: Include "linux/linkage.h" to avoid compi...Chen Gang1-0/+1
2014-08-21microblaze: Wire-up memfd_create syscallMichal Simek2-0/+2
2014-08-21microblaze: Wire-up getrandom syscallMichal Simek2-0/+2
2014-08-21microblaze: Wire-up seccomp syscallMichal Simek2-0/+2
2014-08-09Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-36/+19
2014-08-08lib/scatterlist: clean up useless architecture versions of scatterlist.hLaura Abbott2-1/+1
2014-08-07Merge tag 'microblaze-3.17-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds4-18/+28
2014-08-06microblaze: Use sigsp()Richard Weinberger1-6/+3
2014-08-06microblaze: Use get_signal() signal_setup_done()Richard Weinberger1-31/+17
2014-08-04Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2014-07-18microblaze: ftrace: Remove check of obsolete variable function_trace_stopSteven Rostedt (Red Hat)2-6/+0
2014-07-18microblaze: ftrace: Add call to ftrace_graph_is_dead() in function graph codeSteven Rostedt (Red Hat)1-0/+3
2014-07-18microblaze: Change libgcc-style functions from lib-y to obj-yDavid Holsgrove1-11/+3
2014-07-17arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso1-0/+1
2014-07-09microblaze: Wire-up renameat2 syscallMichal Simek2-0/+2
2014-07-09microblaze: Add syscall number commentMichal Simek1-1/+1
2014-07-09microblaze: delay.h fix udelay and ndelay for 8 bit argsMichal Simek1-6/+22
2014-06-05Merge tag 'microblaze-3.16-rc1' of git://git.monstr.eu/linux-2.6-microblaze i...Linus Torvalds11-141/+9
2014-06-05microblaze: Fix typo in head.S s/substract/subtract/Antonio Ospite1-1/+1
2014-06-04sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALLFabian Frederick1-1/+0
2014-06-04Merge tag 'devicetree-for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-35/+4
2014-06-04microblaze: remove check for CONFIG_XILINX_CONSOLEPaul Bolle1-5/+1
2014-06-04microblaze: Use generic device.hMichal Simek2-23/+1
2014-06-04microblaze: Do not setup empty unmap_sg functionMichal Simek1-7/+0
2014-06-04microblaze: Remove device_to_maskMichal Simek1-8/+0
2014-06-04microblaze: Clean device dma_ops structureMichal Simek2-9/+0
2014-06-04microblaze: Cleanup PCI_DRAM_OFFSET handlingMichal Simek4-27/+3
2014-06-04microblaze: Do not setup pci_dma_opsMichal Simek2-24/+0
2014-06-04microblaze: Return default dma operationsMichal Simek2-39/+3
2014-06-04microblaze: Enable SERIAL_OF_PLATFORMMichal Simek2-0/+2
2014-05-27PCI: Turn pcibios_penalize_isa_irq() into a weak functionHanjun Guo1-5/+0
2014-04-30PCI: Move Open Firmware devspec attribute to PCI common codeSebastian Ott1-20/+0
2014-04-30of/fdt: create common debugfsRob Herring1-31/+0
2014-04-30of/fdt: update of_get_flat_dt_prop in prep for libfdtRob Herring1-4/+4
2014-04-11Merge tag 'microblaze-3.15-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds23-814/+558
2014-04-07microblaze: Use asm-generic/io.hMichal Simek5-294/+19
2014-04-07microblaze: Remove platform folderMichal Simek6-8/+2
2014-04-07microblaze: Remove generic platformMichal Simek4-80/+40
2014-04-07microblaze: Sort Kconfig optionsMichal Simek1-26/+26
2014-04-07microblaze: Move DTS file to common location at boot/dts folderMichal Simek2-367/+366
2014-04-07microblaze: Fix compilation failure because of release_threadMichal Simek1-1/+1
2014-04-07microblaze: Fix sparse warning because of missing cpu.h headerMichal Simek1-0/+1
2014-04-07microblaze: Make timer driver endian awareMichal Simek1-15/+47
2014-04-07microblaze: Make intc driver endian awareMichal Simek1-10/+41
2014-04-03Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-4/+1
2014-04-01Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+0
2014-04-01Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-1/+1
2014-03-31Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+3
2014-03-19microblaze/PCI: Use default pcibios_enable_device()Bjorn Helgaas1-5/+0
2014-03-13arch: Remove stub cputime.h headersFrederic Weisbecker2-1/+1
2014-03-12microblaze: Wire-up new system calls sched_setattr/getattrMichal Simek2-0/+4
2014-03-12microblaze: Wire-up preadv/pwritev in syscall tableMichal Simek1-2/+2
2014-03-12microblaze: Enable pselect6 syscallMichal Simek2-3/+3
2014-03-12microblaze: Drop architecture-specific declaration of early_printkGuenter Roeck1-2/+0
2014-03-12microblaze: Rename global function heartbeat()Guenter Roeck3-6/+6
2014-03-07ftrace: Do not pass data to ftrace_dyn_arch_initJiri Slaby1-1/+1
2014-03-07ftrace: Pass retval through return in ftrace_dyn_arch_init()Jiri Slaby1-3/+0
2014-02-10microblaze: Fix a typo when disabling stack protectionEdgar E. Iglesias1-1/+1
2014-02-10microblaze: Define readq and writeq IO helper functionMichal Simek1-0/+6
2014-02-10microblaze: Fix missing HZ macroMichal Simek1-0/+2
2014-02-09locking/mcs: Allow architecture specific asm files to be used for contended caseTim Chen1-0/+1
2014-02-09locking/mcs: Order the header files in Kbuild of each architecture in alphabe...Tim Chen1-2/+2
2014-01-28Merge tag 'microblaze-3.14-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds15-52/+118
2014-01-27microblaze: Add missing v8.50.a versionMichal Simek1-0/+1
2014-01-27microblaze: Fix missing bracket in printkMichal Simek1-1/+1
2014-01-27microblaze: Fix compilation error for BS=0Michal Simek1-12/+37
2014-01-27microblaze: Disable stack protection from bootloaderMichal Simek1-0/+4
2014-01-27microblaze: Define read/write{b,w,l}_relaxed MMIOMichal Simek1-0/+8
2014-01-27microblaze: timer: Do not initialized system timer twiceMichal Simek1-0/+6
2014-01-27microblaze: timer: Use generic sched_clock implementationMichal Simek2-19/+9
2014-01-27microblaze: Add NOTES section to linker scriptMichal Simek1-0/+1
2014-01-27microblaze: Add support for CCFMichal Simek7-11/+40
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2014-01-24Merge tag 'devicetree-for-3.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+0
2014-01-23microblaze: use generic fixmap.hMark Salter1-42/+2
2014-01-23microblaze: extable: sort the exception table at build timeMichal Simek1-0/+1
2014-01-21memblock: make memblock_set_node() support different memblock_typeTang Chen1-1/+2
2014-01-21microblaze: Simplify fcpu helper functionMichal Simek1-3/+5
2014-01-21microblaze/uapi: Use Kbuild logic to include <asm-generic/types.h>Geert Uytterhoeven2-2/+2
2014-01-21microblaze: Remove duplicate declarations of _stext[] and _etext[]Geert Uytterhoeven1-1/+0
2014-01-21microblaze: Remove _fdt_start castsGeert Uytterhoeven1-3/+2
2014-01-21microblaze: Wire up defconfig to mmu_defconfigGeert Uytterhoeven1-0/+2
2014-01-16dt/bindings: remove device_type "network" referencesGrant Likely1-1/+0
2014-01-13arch: Re-sort some Kbuild files to hopefully help avoid some conflictsStephen Rothwell1-1/+1
2014-01-13net: resort some Kbuild files to hopefully help avoid some conflictsStephen Rothwell1-1/+1
2014-01-12arch: Clean up asm/barrier.h implementations using asm-generic/barrier.hPeter Zijlstra2-27/+1
2013-12-17lib: Add missing arch generic-y entries for asm-generic/hash.hDavid S. Miller1-0/+1
2013-11-19Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+0
2013-11-15Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds1-0/+1
2013-11-15microblaze: add missing pgtable_page_ctor/dtor callsKirill A. Shutemov1-3/+9
2013-11-13preempt: Make PREEMPT_ACTIVE genericThomas Gleixner1-2/+0
2013-11-13mm/arch: use __free_reserved_page() to simplify the codeXishi Qiu1-5/+2
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-140/+10
2013-11-12Merge tag 'microblaze-3.13-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds7-19/+19
2013-11-08microblaze: Remove incorrect file pathMichal Simek1-2/+0
2013-11-08microblaze: Fix bug with mmap2 syscall MB implementationMichal Simek2-1/+12
2013-11-08microblaze: Use predefined SYSCALL_DEFINE macroMichal Simek1-3/+3
2013-11-08microblaze: Remove deprecated IRQF_DISABLEDMichal Simek1-1/+1
2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring2-73/+1
2013-11-07microblaze: Calculate kernel pad automaticallyMichal Simek2-5/+1
2013-11-06microblaze: Remove unused NO_MMU Kconfig parameterMichael Opdenacker2-7/+2
2013-10-24microblaze/pci: Drop PowerPC-ism from irq parsingGrant Likely2-72/+1
2013-10-24of/irq: simplify args to irq_create_of_mappingGrant Likely1-1/+1
2013-10-24of/irq: Replace of_irq with of_phandle_argsGrant Likely1-5/+4
2013-10-24of/irq: Rename of_irq_map_* functions to of_irq_parse_*Grant Likely1-1/+1
2013-10-23microblaze: select ARCH_MIGHT_HAVE_PC_PARPORTMark Salter1-0/+1
2013-10-09of: remove HAVE_ARCH_DEVTREE_FIXUPSRob Herring1-2/+0
2013-10-09of: implement pci_address_to_pio as weak functionRob Herring1-9/+0
2013-10-09microblaze: clean-up prom.h implicit includesRob Herring5-27/+5
2013-10-09of: remove early_init_dt_setup_initrd_archRob Herring1-9/+0
2013-10-09of: create default early_init_dt_add_memory_archRob Herring1-5/+0
2013-10-09microblaze: use early_init_dt_scanRob Herring2-15/+4
2013-09-25sched, arch: Create asm/preempt.hPeter Zijlstra1-0/+1
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-1/+0
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-2/+5
2013-09-10Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-7/+1
2013-09-06Merge tag 'microblaze-3.12-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds14-367/+178
2013-09-04microblaze: Show message when reset gpio is not presentMichal Simek1-1/+5
2013-09-03microblaze: Add linux.bin.ub targetJason Wu2-4/+6
2013-09-03microblaze: Add PVR version string for MB v9.0 and v9.1Michal Simek1-0/+2
2013-09-03microblaze: timer: Replace microblaze_ prefix by xilinx_Michal Simek1-39/+39
2013-09-03microblaze: timer: Update headerMichal Simek1-1/+2
2013-09-03microblaze: timer: Remove unused headerMichal Simek1-13/+0
2013-09-03microblaze: timer: Clear driver init functionMichal Simek1-13/+15
2013-09-03microblaze: timer: Use CLKSRC_OF initializationMichal Simek3-13/+11
2013-09-03microblaze: intc: Remove unused headerMichal Simek1-3/+0
2013-09-03microblaze: intc: Clean driver init functionMichal Simek1-10/+19
2013-09-03microblaze: intc: Using irqchipMichal Simek2-5/+14
2013-09-03microblaze: intc: Update headerMichal Simek1-1/+2
2013-09-03microblaze: intc: Remove unused headersMichal Simek1-3/+0
2013-09-03microblaze: Remove selfmodified featureMichal Simek7-192/+24
2013-09-03of/pci: Use of_pci_range_parserAndrew Murray1-68/+38
2013-08-28of: consolidate definition of early_init_dt_alloc_memory_arch()Grant Likely1-5/+0
2013-08-28Merge tag 'v3.11-rc7' into devicetree/nextGrant Likely1-1/+1
2013-08-21microblaze: remove undefined of_get_cpu_node declarationSudeep KarkadaNagesha1-3/+0
2013-08-13microblaze: fix clone syscallMichal Simek1-1/+1
2013-07-24of: Specify initrd location using 64-bitSantosh Shilimkar1-2/+1
2013-07-10Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds4-4/+7
2013-07-10microblaze: Move __NR_syscalls from uapiMichal Simek2-2/+3
2013-07-03mm/microblaze: clean up unused VALID_PAGE()Jiang Liu1-1/+0
2013-07-03mm/microblaze: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-45/+6
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-1/+1
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu1-2/+2
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu1-1/+1
2013-07-02Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+3