summaryrefslogtreecommitdiffstats
path: root/arch/unicore32
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-101-9/+1
|\
| * unicore32: just use mmap_pgoff()...Al Viro2013-05-091-9/+1
* | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-05-091-5/+1
|\ \ | |/ |/|
| * Remove GENERIC_GPIO config optionAlexandre Courbot2013-04-161-3/+0
| * Convert selectors of GENERIC_GPIO to GPIOLIBAlexandre Courbot2013-04-161-1/+1
| * unicore32: default GENERIC_GPIO to falseAlexandre Courbot2013-03-201-1/+1
| * unicore32: remove unneeded select GENERIC_GPIOAlexandre Courbot2013-03-201-1/+0
* | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2013-04-302-11/+1
|\ \
| * | dump_stack: unify debug information printed by show_regs()Tejun Heo2013-04-301-5/+1
| * | dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-04-301-6/+0
* | | Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-04-302-94/+0
|\ \ \ | |/ / |/| |
| * | cpufreq: unicore2: move cpufreq driver to drivers/cpufreqViresh Kumar2013-04-102-93/+0
| * | cpufreq: Notify all policy->cpus in cpufreq_notify_transition()Viresh Kumar2013-04-021-3/+2
| |/
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-301-18/+3
|\ \
| * | idle: Remove GENERIC_IDLE_LOOP config switchThomas Gleixner2013-04-171-1/+0
| * | unicore: Use generic idle loopThomas Gleixner2013-04-082-18/+4
| |/
* | early_printk: consolidate random copies of identical codeThomas Gleixner2013-04-291-8/+4
* | mm, vmalloc: change iterating a vmlist to find_vm_area()Joonsoo Kim2013-04-291-12/+5
* | mm/unicore32: use common help functions to free reserved pagesJiang Liu2013-04-291-25/+3
* | mm, show_mem: suppress page counts in non-blockable contextsDavid Rientjes2013-04-291-0/+3
|/
* Select VIRT_TO_BUS directly where neededStephen Rothwell2013-03-121-1/+1
* arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell2013-02-271-0/+1
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-251-1/+1
|\
| * taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-211-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-232-15/+2
|\ \
| * | burying unused conditionalsAl Viro2013-02-141-1/+0
| * | unicore32: switch to generic sigaltstackAl Viro2013-02-033-15/+3
| |/
* / unicore32 idle: delete stray pm_idle commentLen Brown2013-02-171-5/+0
|/
* ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-203-3/+1
|\
| * missing user_stack_pointer() instancesAl Viro2012-12-191-0/+1
| * Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2012-12-192-3/+0
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-12-191-3/+0
|\ \
| * | modules: don't hand 0 to vmalloc.Rusty Russell2012-12-141-3/+0
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-124-25/+7
|\ \ \ | | |/ | |/|
| * | flagday: don't pass regs to copy_thread()Al Viro2012-11-281-1/+1
| * | unicore32: switch to generic clone(2)Al Viro2012-11-284-25/+7
| |/
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-12-111-0/+1
|\ \
| * \ Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-12-081-0/+1
| |\ \ | | |/ | |/|
| | * tracing,x86: Add a TSC trace_clockDavid Sharp2012-11-131-0/+1
* | | Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-111-2/+0
|\ \ \ | |/ / |/| |
| * | unicore32/PCI: Remove CONFIG_HOTPLUG ifdefsBill Pemberton2012-11-281-2/+0
| |/
* | arch/unicore32: remove CONFIG_EXPERIMENTALKees Cook2012-11-091-1/+1
* | unicore32: switch to generic sys_execve()Al Viro2012-11-093-26/+1
* | unicore32: switch to generic kernel_thread()/kernel_execve()Al Viro2012-11-095-99/+23
* | unicore32: Use Kbuild infrastructure for kvm_para.hGuan Xuetao2012-11-092-1/+2
* | UAPI: (Scripted) Disintegrate arch/unicore32/include/asmDavid Howells2012-11-098-76/+96
* | UniCore32-bugfix: Remove definitions in asm/bug.h to solve difference between...Guan Xuetao2012-11-092-5/+6
* | UniCore32-bugfix: fix mismatch return value of __xchg_bad_pointerGuan Xuetao2012-11-091-1/+1
* | UniCore32 bugfix: add missed CONFIG_ZONE_DMAGuan Xuetao2012-11-091-0/+3