summaryrefslogtreecommitdiffstats
path: root/arch/unicore32
Commit message (Expand)AuthorAgeFilesLines
* Select VIRT_TO_BUS directly where neededStephen Rothwell2013-03-121-1/+1
* arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell2013-02-281-0/+1
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-261-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-242-15/+2Star
|\ \
| * | burying unused conditionalsAl Viro2013-02-141-1/+0Star
| * | unicore32: switch to generic sigaltstackAl Viro2013-02-043-15/+3Star
| |/
* / unicore32 idle: delete stray pm_idle commentLen Brown2013-02-181-5/+0Star
|/
* ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman2013-01-041-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-213-3/+1Star
|\
| * missing user_stack_pointer() instancesAl Viro2012-12-201-0/+1
| * Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2012-12-202-3/+0Star
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-12-191-3/+0Star
|\ \
| * | modules: don't hand 0 to vmalloc.Rusty Russell2012-12-141-3/+0Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-124-25/+7Star
|\ \ \ | | |/ | |/|
| * | flagday: don't pass regs to copy_thread()Al Viro2012-11-291-1/+1
| * | unicore32: switch to generic clone(2)Al Viro2012-11-294-25/+7Star
| |/
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-12-121-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/+0Star
|\ \ \ | |/ / |/| |
| * | unicore32/PCI: Remove CONFIG_HOTPLUG ifdefsBill Pemberton2012-11-281-2/+0Star
| |/
* | arch/unicore32: remove CONFIG_EXPERIMENTALKees Cook2012-11-091-1/+1
* | unicore32: switch to generic sys_execve()Al Viro2012-11-093-26/+1Star
* | unicore32: switch to generic kernel_thread()/kernel_execve()Al Viro2012-11-095-99/+23Star
* | 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
* | unicore32/mm/fault.c: Port OOM changes to do_pfKautuk Consul2012-11-091-10/+27
|/
* Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-141-0/+1
|\
| * Make most arch asm/module.h files use asm-generic/module.hDavid Howells2012-09-281-0/+1
* | vfs: define struct filename and have getname() return itJeff Layton2012-10-131-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-123-5/+2Star
|\ \
| * | Uninclude linux/freezer.hRichard Weinberger2012-10-011-1/+0Star
| * | unicore32: remove pointless testAl Viro2012-10-011-2/+0Star
| * | bury _TIF_RESTORE_SIGMASKAl Viro2012-10-011-1/+0Star
| * | unicore32: unobfuscate _TIF_WORK_MASKAl Viro2012-10-011-1/+2
* | | Merge tag 'for-3.7-rc1' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds2012-10-104-284/+10Star
|\ \ \
| * | | pwm: Move PUV3 PWM driver to PWM frameworkThierry Reding2012-10-053-230/+2Star
| * | | unicore32: pwm: Use managed resource allocationsThierry Reding2012-10-051-38/+9Star
| * | | unicore32: pwm: Remove unnecessary indirectionThierry Reding2012-10-051-17/+6Star
| * | | unicore32: pwm: Use module_platform_driver()Thierry Reding2012-10-051-20/+1Star
| * | | unicore32: pwm: Properly remap memory-mapped registersThierry Reding2012-10-052-13/+26
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-103-16/+1Star
|\ \ \ | | |/ | |/|
| * | don't bother exporting kernel_execve()Al Viro2012-09-201-1/+0Star
| * | get rid of generic instances of asm/exec.hAl Viro2012-09-202-15/+1Star
| |/
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-10-091-1/+1
|\ \
| * | mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-091-1/+1