aboutsummaryrefslogtreecommitdiff
path: root/arch/unicore32
AgeCommit message (Expand)AuthorFilesLines
2014-08-04Merge tag 'driver-core-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-4/+4
2014-07-23platform: Remove most references to platform_bus deviceGravatar Pawel Moll 2-4/+4
2014-07-17arch, locking: Ciao arch_mutex_cpu_relax()Gravatar Davidlohr Bueso 1-0/+1
2014-06-20unicore32: Remove ARCH_HAS_CPUFREQ config optionGravatar Stephen Boyd 1-6/+0
2014-06-20arch: unicore32: ksyms: export '__cpuc_coherent_kern_range' to avoid compilin...Gravatar Chen Gang 1-0/+2
2014-06-20arch: unicore32: ksyms: export 'pm_power_off' to avoid compiling failure.Gravatar Chen Gang 1-0/+1
2014-06-20arch: unicore32: ksyms: export additional find_first_*() to avoid compiling f...Gravatar Chen Gang 1-0/+2
2014-06-20arch:unicore32:mm: add devmem_is_allowed() to support STRICT_DEVMEMGravatar Chen Gang 1-0/+23
2014-06-20unicore32: include: asm: add missing ')' for PAGE_* macros in pgtable.hGravatar Chen Gang 1-5/+5
2014-06-20arch/unicore32/kernel/setup.c: add generic 'screen_info' to avoid compiling f...Gravatar Chen Gang 1-0/+4
2014-06-20arch: unicore32: kernel: ksyms: remove 'bswapsi2' and 'muldi3' to avoid compi...Gravatar Chen Gang 2-4/+0
2014-06-20arch/unicore32/kernel/ksyms.c: remove 2 export symbols to avoid compiling fai...Gravatar Chen Gang 1-4/+0
2014-06-20arch/unicore32/include/asm/io.h: add readl_relaxed() generic definitionGravatar Chen Gang 1-0/+4
2014-06-20arch/unicore32/include/asm/ptrace.h: add generic definition for profile_pc()Gravatar Chen Gang 1-0/+1
2014-06-20arch/unicore32/mm/alignment.c: include "asm/pgtable.h" to avoid compiling errorGravatar Chen Gang 1-0/+1
2014-06-20arch/unicore32/kernel/clock.c: add readl() and writel() for 'PM_' macrosGravatar Chen Gang 1-4/+4
2014-06-20arch/unicore32/kernel/module.c: use __vmalloc_node_range() instead of __vmall...Gravatar Chen Gang 1-8/+3
2014-06-20arch/unicore32/kernel/ksyms.c: remove several undefined exported symbolsGravatar Chen Gang 1-33/+0
2014-06-04arch/unicore32/mm/ioremap.c: return NULL on invalid pfnGravatar Andrew Morton 1-1/+3
2014-06-04arch/unicore32/mm/ioremap.c: convert printk/warn_on to warn()Gravatar Fabian Frederick 1-4/+2
2014-06-03Merge tag 'usb-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-1/+0
2014-05-27USB: delete CONFIG_USB_DEVICEFS from defconfigGravatar Naoki MATSUMOTO 1-1/+0
2014-05-27PCI: Turn pcibios_penalize_isa_irq() into a weak functionGravatar Hanjun Guo 1-5/+0
2014-04-07Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPGravatar Uwe Kleine-König 1-1/+1
2014-04-07mm: per-thread vma cachingGravatar Davidlohr Bueso 1-1/+3
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-27arch/unicore32/kernel/early_printk.c:setup_early_printk: missing initializationGravatar Heinrich Schuchardt 1-7/+1
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+1
2014-01-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 1-0/+1
2014-01-21mm, show_mem: remove SHOW_MEM_FILTER_PAGE_COUNTGravatar Mel Gorman 1-3/+0
2014-01-12arch: Clean up asm/barrier.h implementations using asm-generic/barrier.hGravatar Peter Zijlstra 1-10/+1
2014-01-02Input: i8042 - select ARCH_MIGHT_HAVE_PC_SERIO on unicore32Gravatar Mark Salter 1-0/+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-6/+0
2013-11-16Merge tag 'pwm/for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-0/+1
2013-11-15Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingGravatar Linus Torvalds 1-0/+1
2013-11-15unicore32: handle pgtable_page_ctor() failGravatar Kirill A. Shutemov 1-6/+8
2013-11-13preempt: Make PREEMPT_ACTIVE genericGravatar Thomas Gleixner 1-6/+0
2013-10-23unicore32: select ARCH_MIGHT_HAVE_PC_PARPORTGravatar Mark Salter 1-0/+1
2013-10-16unicore32: Initialize PWM backlight enable_gpio fieldGravatar Thierry Reding 1-0/+1
2013-09-25sched, arch: Create asm/preempt.hGravatar Peter Zijlstra 1-0/+1
2013-09-13Remove GENERIC_HARDIRQ config optionGravatar Martin Schwidefsky 1-1/+0
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerGravatar Johannes Weiner 1-2/+6
2013-09-12arch: mm: do not invoke OOM killer on kernel fault OOMGravatar Johannes Weiner 1-7/+7
2013-07-09reboot: move arch/x86 reboot= handling to generic kernelGravatar Robin Holt 1-10/+0
2013-07-09reboot: unicore32: prepare reboot_mode for moving to generic kernel codeGravatar Robin Holt 3-7/+7
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Gravatar Linus Torvalds 2-56/+5
2013-07-03Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-5/+0
2013-07-03mm/unicore32: fix stale comment about VALID_PAGE()Gravatar Jiang Liu 1-6/+0