aboutsummaryrefslogtreecommitdiffstats
path: root/arch/unicore32
AgeCommit message (Expand)AuthorFilesLines
2015-02-13mm: vmalloc: pass additional vm_flags to __vmalloc_node_range()Andrey Ryabinin1-1/+1
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski2-5/+1
2015-02-11mm: fix false-positive warning on exit due mm_nr_pmds(mm)Kirill A. Shutemov1-0/+3
2015-02-10unicore32: drop pte_file()-related helpersKirill A. Shutemov2-15/+0
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-11-19mm: Make arch_unmap()/bprm_mm_init() available to all architecturesDave Hansen1-0/+11
2014-10-09nosave: consolidate __nosave_{begin,end} in <asm/sections.h>Geert Uytterhoeven2-3/+1
2014-09-13irq_work: Introduce arch_irq_work_has_interrupt()Peter Zijlstra1-0/+1
2014-08-31unicore32: Fix build errorGuenter Roeck1-4/+5
2014-08-09Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-28/+20
2014-08-06unicore32: Use get_signal() signal_setup_done()Richard Weinberger1-28/+20
2014-08-04Merge tag 'driver-core-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-4/+4
2014-07-23platform: Remove most references to platform_bus devicePawel Moll2-4/+4
2014-07-17arch, locking: Ciao arch_mutex_cpu_relax()Davidlohr Bueso1-0/+1
2014-06-20unicore32: Remove ARCH_HAS_CPUFREQ config optionStephen Boyd1-6/+0
2014-06-20arch: unicore32: ksyms: export '__cpuc_coherent_kern_range' to avoid compilin...Chen Gang1-0/+2
2014-06-20arch: unicore32: ksyms: export 'pm_power_off' to avoid compiling failure.Chen Gang1-0/+1
2014-06-20arch: unicore32: ksyms: export additional find_first_*() to avoid compiling f...Chen Gang1-0/+2
2014-06-20arch:unicore32:mm: add devmem_is_allowed() to support STRICT_DEVMEMChen Gang1-0/+23
2014-06-20unicore32: include: asm: add missing ')' for PAGE_* macros in pgtable.hChen Gang1-5/+5
2014-06-20arch/unicore32/kernel/setup.c: add generic 'screen_info' to avoid compiling f...Chen Gang1-0/+4
2014-06-20arch: unicore32: kernel: ksyms: remove 'bswapsi2' and 'muldi3' to avoid compi...Chen Gang2-4/+0
2014-06-20arch/unicore32/kernel/ksyms.c: remove 2 export symbols to avoid compiling fai...Chen Gang1-4/+0
2014-06-20arch/unicore32/include/asm/io.h: add readl_relaxed() generic definitionChen Gang1-0/+4
2014-06-20arch/unicore32/include/asm/ptrace.h: add generic definition for profile_pc()Chen Gang1-0/+1
2014-06-20arch/unicore32/mm/alignment.c: include "asm/pgtable.h" to avoid compiling errorChen Gang1-0/+1
2014-06-20arch/unicore32/kernel/clock.c: add readl() and writel() for 'PM_' macrosChen Gang1-4/+4
2014-06-20arch/unicore32/kernel/module.c: use __vmalloc_node_range() instead of __vmall...Chen Gang1-8/+3
2014-06-20arch/unicore32/kernel/ksyms.c: remove several undefined exported symbolsChen Gang1-33/+0
2014-06-04arch/unicore32/mm/ioremap.c: return NULL on invalid pfnAndrew Morton1-1/+3
2014-06-04arch/unicore32/mm/ioremap.c: convert printk/warn_on to warn()Fabian Frederick1-4/+2
2014-06-03Merge tag 'usb-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-1/+0
2014-05-27USB: delete CONFIG_USB_DEVICEFS from defconfigNaoki MATSUMOTO1-1/+0
2014-05-27PCI: Turn pcibios_penalize_isa_irq() into a weak functionHanjun Guo1-5/+0
2014-04-07Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König1-1/+1
2014-04-07mm: per-thread vma cachingDavidlohr Bueso1-1/+3
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-27arch/unicore32/kernel/early_printk.c:setup_early_printk: missing initializationHeinrich Schuchardt1-7/+1
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+1
2014-01-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-0/+1
2014-01-21mm, show_mem: remove SHOW_MEM_FILTER_PAGE_COUNTMel Gorman1-3/+0
2014-01-12arch: Clean up asm/barrier.h implementations using asm-generic/barrier.hPeter Zijlstra1-10/+1
2014-01-02Input: i8042 - select ARCH_MIGHT_HAVE_PC_SERIO on unicore32Mark Salter1-0/+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-6/+0
2013-11-16Merge tag 'pwm/for-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2013-11-15Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds1-0/+1
2013-11-15unicore32: handle pgtable_page_ctor() failKirill A. Shutemov1-6/+8
2013-11-13preempt: Make PREEMPT_ACTIVE genericThomas Gleixner1-6/+0
2013-10-23unicore32: select ARCH_MIGHT_HAVE_PC_PARPORTMark Salter1-0/+1
2013-10-16unicore32: Initialize PWM backlight enable_gpio fieldThierry Reding1-0/+1
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/+6
2013-09-12arch: mm: do not invoke OOM killer on kernel fault OOMJohannes Weiner1-7/+7
2013-07-09reboot: move arch/x86 reboot= handling to generic kernelRobin Holt1-10/+0
2013-07-09reboot: unicore32: prepare reboot_mode for moving to generic kernel codeRobin Holt3-7/+7
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds2-56/+5
2013-07-03Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-5/+0
2013-07-03mm/unicore32: fix stale comment about VALID_PAGE()Jiang Liu1-6/+0
2013-07-03mm/unicore32: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-47/+2
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-03Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2013-06-29consolidate io_remap_pfn_range definitionsAl Viro1-7/+0
2013-06-28lib: Move fonts from drivers/video/console/ to lib/fonts/Geert Uytterhoeven1-1/+1
2013-06-14unicore32/PCI: Remove redundant call of pci_bus_add_devices()Jiang Liu1-5/+0
2013-05-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-9/+1
2013-05-09unicore32: just use mmap_pgoff()...Al Viro1-9/+1
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-5/+1
2013-04-30Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2-11/+1
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-5/+1
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo1-6/+0
2013-04-30Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-94/+0
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-18/+3
2013-04-29early_printk: consolidate random copies of identical codeThomas Gleixner1-8/+4
2013-04-29mm, vmalloc: change iterating a vmlist to find_vm_area()Joonsoo Kim1-12/+5
2013-04-29mm/unicore32: use common help functions to free reserved pagesJiang Liu1-25/+3
2013-04-29mm, show_mem: suppress page counts in non-blockable contextsDavid Rientjes1-0/+3
2013-04-17idle: Remove GENERIC_IDLE_LOOP config switchThomas Gleixner1-1/+0
2013-04-16Remove GENERIC_GPIO config optionAlexandre Courbot1-3/+0
2013-04-16Convert selectors of GENERIC_GPIO to GPIOLIBAlexandre Courbot1-1/+1
2013-04-10cpufreq: unicore2: move cpufreq driver to drivers/cpufreqViresh Kumar2-93/+0
2013-04-08unicore: Use generic idle loopThomas Gleixner2-18/+4
2013-04-02cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar1-3/+2
2013-03-20unicore32: default GENERIC_GPIO to falseAlexandre Courbot1-1/+1
2013-03-20unicore32: remove unneeded select GENERIC_GPIOAlexandre Courbot1-1/+0
2013-03-12Select VIRT_TO_BUS directly where neededStephen Rothwell1-1/+1
2013-02-27arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell1-0/+1
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-15/+2
2013-02-17unicore32 idle: delete stray pm_idle commentLen Brown1-5/+0
2013-02-14burying unused conditionalsAl Viro1-1/+0
2013-02-03unicore32: switch to generic sigaltstackAl Viro3-15/+3
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell1-1/+1
2013-01-03ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-3/+1
2012-12-19missing user_stack_pointer() instancesAl Viro1-0/+1
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2-3/+0
2012-12-19Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+0
2012-12-14modules: don't hand 0 to vmalloc.Rusty Russell1-3/+0
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds4-25/+7
2012-12-11Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+0
2012-12-08Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-0/+1
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-1/+1
2012-11-28unicore32: switch to generic clone(2)Al Viro4-25/+7
2012-11-28unicore32/PCI: Remove CONFIG_HOTPLUG ifdefsBill Pemberton1-2/+0
2012-11-13tracing,x86: Add a TSC trace_clockDavid Sharp1-0/+1
2012-11-09arch/unicore32: remove CONFIG_EXPERIMENTALKees Cook1-1/+1
2012-11-09unicore32: switch to generic sys_execve()Al Viro3-26/+1
2012-11-09unicore32: switch to generic kernel_thread()/kernel_execve()Al Viro5-99/+23
2012-11-09unicore32: Use Kbuild infrastructure for kvm_para.hGuan Xuetao2-1/+2
2012-11-09UAPI: (Scripted) Disintegrate arch/unicore32/include/asmDavid Howells8-76/+96
2012-11-09UniCore32-bugfix: Remove definitions in asm/bug.h to solve difference between...Guan Xuetao2-5/+6
2012-11-09UniCore32-bugfix: fix mismatch return value of __xchg_bad_pointerGuan Xuetao1-1/+1
2012-11-09UniCore32 bugfix: add missed CONFIG_ZONE_DMAGuan Xuetao1-0/+3
2012-11-09unicore32/mm/fault.c: Port OOM changes to do_pfKautuk Consul1-10/+27
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2012-10-12vfs: define struct filename and have getname() return itJeff Layton1-2/+2
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-5/+2
2012-10-10Merge tag 'for-3.7-rc1' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds4-284/+10
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-16/+1
2012-10-09Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-1/+1
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-1/+1
2012-10-09Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Linus Torvalds1-0/+1
2012-10-07Merge branch 'uapi-prep' of git://git.infradead.org/users/dhowells/linux-headersLinus Torvalds1-4/+0
2012-10-05pwm: Move PUV3 PWM driver to PWM frameworkThierry Reding3-230/+2
2012-10-05unicore32: pwm: Use managed resource allocationsThierry Reding1-38/+9
2012-10-05unicore32: pwm: Remove unnecessary indirectionThierry Reding1-17/+6
2012-10-05unicore32: pwm: Use module_platform_driver()Thierry Reding1-20/+1
2012-10-05unicore32: pwm: Properly remap memory-mapped registersThierry Reding2-13/+26
2012-10-06unicore32: select generic atomic64_t supportFengguang Wu1-0/+1
2012-10-04Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhow...Arnd Bergmann6-33/+24
2012-10-04UAPI: Fix the guards on various asm/unistd.h filesDavid Howells1-4/+0
2012-10-03asm-generic: Add default clkdev.hMark Brown1-0/+1
2012-10-02UAPI: (Scripted) Set up UAPI Kbuild filesDavid Howells1-0/+3
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...David Howells3-21/+21
2012-10-01Uninclude linux/freezer.hRichard Weinberger1-1/+0
2012-10-01unicore32: remove pointless testAl Viro1-2/+0
2012-10-01bury _TIF_RESTORE_SIGMASKAl Viro1-1/+0
2012-10-01unicore32: unobfuscate _TIF_WORK_MASKAl Viro1-1/+2
2012-09-28Make most arch asm/module.h files use asm-generic/module.hDavid Howells1-0/+1
2012-09-20don't bother exporting kernel_execve()Al Viro1-1/+0
2012-09-20get rid of generic instances of asm/exec.hAl Viro2-15/+1
2012-09-18PCI: Provide a default pcibios_update_irq()Thierry Reding1-8/+0
2012-09-18PCI: Discard __init annotations for pci_fixup_irqs() and related functionsThierry Reding1-1/+1
2012-07-24Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-1/+1
2012-07-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+0
2012-07-20arm,unicore32: Remove obsolete "select MISC_DEVICES"Geert Uytterhoeven1-1/+0
2012-07-05unicore32/PCI: adjust section annotations for pcibios_setup()Myron Stowe1-1/+1
2012-06-01new helper: signal_delivered()Al Viro1-4/+1
2012-06-01most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro1-5/+1
2012-06-01don't call try_to_freeze() from do_signal()Al Viro1-4/+0
2012-06-01pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro1-15/+3
2012-06-01new helper: sigmask_to_save()Al Viro1-10/+3
2012-06-01new helper: restore_saved_sigmask()Al Viro1-2/+1
2012-05-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+0
2012-05-24Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2012-05-24Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-0/+1
2012-05-24Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+0
2012-05-23move key_repace_session_keyring() into tracehook_notify_resume()Al Viro1-2/+0
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-12/+6
2012-05-23Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+0
2012-05-22unicore32: if there's no handler we need to restore sigmask, syscall or no sy...Al Viro1-8/+5
2012-05-21unicore32: use block_sigmask()Matt Fleming1-4/+1
2012-05-21timers: Fixup the Kconfig consolidation falloutThomas Gleixner1-2/+0
2012-05-21unicore32: Use generic time configAnna-Maria Gleixner1-3/+0
2012-05-16fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha1-3/+0
2012-05-11gpiolib/arches: Centralise bolierplate asm/gpio.hMark Brown1-0/+1
2012-05-05init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASKThomas Gleixner1-1/+0
2012-05-05unicore32: Use generic init_taskThomas Gleixner4-46/+2
2012-04-08kvmclock: Add functions to check if the host has stopped the vmEric B Munson1-0/+1
2012-04-04Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2-8/+28
2012-03-30Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds1-10/+2
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds22-173/+220
2012-03-28Delete all instances of asm/system.hDavid Howells1-5/+0
2012-03-28Disintegrate asm/system.h for Unicore32 [based on ver #3, changed by gxt]Guan Xuetao22-173/+225
2012-03-28Unicore32: adapt for dma_map_ops changesAndrzej Pietrasiewicz2-8/+28
2012-03-26Kbuild: centralize MKIMAGE and cmd_uimage definitionsStephen Warren1-10/+2
2012-03-23Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-1/+1
2012-03-23coredump: remove VM_ALWAYSDUMP flagJason Baron1-1/+1
2012-03-20unicore32/PCI: move <asm-generic/pci-bridge.h> include to asm/pci.hBjorn Helgaas2-1/+1
2012-02-23unicore32/PCI: use pci_flags PCI_PROBE_ONLY instead of arm-specific flagBjorn Helgaas1-3/+3
2012-01-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2-5/+5
2012-01-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-3/+1
2012-01-10unicore32: Remove IRQF_DISABLEDYong Zhang2-3/+3
2012-01-10unicore32: Use set_current_blocked()Matt Fleming1-10/+5
2012-01-10unicore32: add ioremap_nocache definitionGuan Xuetao1-0/+1
2012-01-10unicore32: delete specified xlate_dev_mem_ptrGuan Xuetao1-7/+0
2012-01-10unicore32: standardize /proc/iomem "Kernel code" nameKees Cook1-1/+1
2012-01-08Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+0
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+0
2012-01-06PCI: UniCore: convert pcibios_set_master() to a non-inlined functionMyron Stowe2-5/+5
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman2-2/+0
2012-01-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+4
2011-12-21driver-core: remove sysdev.h usage.Kay Sievers2-2/+0