summaryrefslogtreecommitdiffstats
path: root/arch/unicore32
Commit message (Expand)AuthorAgeFilesLines
...
* arch/unicore32/kernel/setup.c: add generic 'screen_info' to avoid compiling f...Chen Gang2014-06-201-0/+4
* arch: unicore32: kernel: ksyms: remove 'bswapsi2' and 'muldi3' to avoid compi...Chen Gang2014-06-202-4/+0
* arch/unicore32/kernel/ksyms.c: remove 2 export symbols to avoid compiling fai...Chen Gang2014-06-201-4/+0
* arch/unicore32/include/asm/io.h: add readl_relaxed() generic definitionChen Gang2014-06-201-0/+4
* arch/unicore32/include/asm/ptrace.h: add generic definition for profile_pc()Chen Gang2014-06-201-0/+1
* arch/unicore32/mm/alignment.c: include "asm/pgtable.h" to avoid compiling errorChen Gang2014-06-201-0/+1
* arch/unicore32/kernel/clock.c: add readl() and writel() for 'PM_' macrosChen Gang2014-06-201-4/+4
* arch/unicore32/kernel/module.c: use __vmalloc_node_range() instead of __vmall...Chen Gang2014-06-201-8/+3
* arch/unicore32/kernel/ksyms.c: remove several undefined exported symbolsChen Gang2014-06-201-33/+0
* arch/unicore32/mm/ioremap.c: return NULL on invalid pfnAndrew Morton2014-06-041-1/+3
* arch/unicore32/mm/ioremap.c: convert printk/warn_on to warn()Fabian Frederick2014-06-041-4/+2
* Merge tag 'usb-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-06-031-1/+0
|\
| * USB: delete CONFIG_USB_DEVICEFS from defconfigNaoki MATSUMOTO2014-05-271-1/+0
* | PCI: Turn pcibios_penalize_isa_irq() into a weak functionHanjun Guo2014-05-271-5/+0
|/
* Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König2014-04-071-1/+1
* mm: per-thread vma cachingDavidlohr Bueso2014-04-071-1/+3
* locking/mcs: Allow architecture specific asm files to be used for contended caseTim Chen2014-02-091-0/+1
* locking/mcs: Order the header files in Kbuild of each architecture in alphabe...Tim Chen2014-02-091-2/+2
* arch/unicore32/kernel/early_printk.c:setup_early_printk: missing initializationHeinrich Schuchardt2014-01-271-7/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-251-0/+1
|\
| * lib: Add missing arch generic-y entries for asm-generic/hash.hDavid S. Miller2013-12-171-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2014-01-241-0/+1
|\ \
| * | Input: i8042 - select ARCH_MIGHT_HAVE_PC_SERIO on unicore32Mark Salter2014-01-021-0/+1
| |/
* | mm, show_mem: remove SHOW_MEM_FILTER_PAGE_COUNTMel Gorman2014-01-211-3/+0
* | arch: Clean up asm/barrier.h implementations using asm-generic/barrier.hPeter Zijlstra2014-01-121-10/+1
|/
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-191-6/+0
|\
| * preempt: Make PREEMPT_ACTIVE genericThomas Gleixner2013-11-131-6/+0
* | Merge tag 'pwm/for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-11-161-0/+1
|\ \
| * | unicore32: Initialize PWM backlight enable_gpio fieldThierry Reding2013-10-161-0/+1
* | | Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds2013-11-151-0/+1
|\ \ \
| * | | unicore32: select ARCH_MIGHT_HAVE_PC_PARPORTMark Salter2013-10-231-0/+1
| |/ /
* | / unicore32: handle pgtable_page_ctor() failKirill A. Shutemov2013-11-151-6/+8
| |/ |/|
* | sched, arch: Create asm/preempt.hPeter Zijlstra2013-09-251-0/+1
|/
* Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-131-1/+0
* arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-121-2/+6
* arch: mm: do not invoke OOM killer on kernel fault OOMJohannes Weiner2013-09-121-7/+7
* reboot: move arch/x86 reboot= handling to generic kernelRobin Holt2013-07-091-10/+0
* reboot: unicore32: prepare reboot_mode for moving to generic kernel codeRobin Holt2013-07-093-7/+7
* Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2013-07-032-56/+5
|\
| * mm/unicore32: fix stale comment about VALID_PAGE()Jiang Liu2013-07-031-6/+0
| * mm/unicore32: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-031-47/+2
| * mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-031-1/+1
| * mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu2013-07-031-2/+2
| * mm: change signature of free_reserved_area() to fix building warningsJiang Liu2013-07-031-1/+1
* | Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-031-5/+0
|\ \
| * | unicore32/PCI: Remove redundant call of pci_bus_add_devices()Jiang Liu2013-06-141-5/+0
* | | Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-031-1/+1
|\ \ \ | |_|/ |/| |
| * | lib: Move fonts from drivers/video/console/ to lib/fonts/Geert Uytterhoeven2013-06-281-1/+1
| |/
* / consolidate io_remap_pfn_range definitionsAl Viro2013-06-291-7/+0
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-101-9/+1
|\