aboutsummaryrefslogtreecommitdiff
path: root/arch/unicore32
AgeCommit message (Expand)AuthorFilesLines
2013-01-03ARCH: drivers remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-1/+1
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-3/+1
2012-12-19missing user_stack_pointer() instancesGravatar Al Viro 1-0/+1
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesGravatar Al Viro 2-3/+0
2012-12-19Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-3/+0
2012-12-14modules: don't hand 0 to vmalloc.Gravatar Rusty Russell 1-3/+0
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-25/+7
2012-12-11Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+1
2012-12-11Merge tag 'driver-core-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-2/+0
2012-12-08Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Ingo Molnar 1-0/+1
2012-11-28flagday: don't pass regs to copy_thread()Gravatar Al Viro 1-1/+1
2012-11-28unicore32: switch to generic clone(2)Gravatar Al Viro 4-25/+7
2012-11-28unicore32/PCI: Remove CONFIG_HOTPLUG ifdefsGravatar Bill Pemberton 1-2/+0
2012-11-13tracing,x86: Add a TSC trace_clockGravatar David Sharp 1-0/+1
2012-11-09arch/unicore32: remove CONFIG_EXPERIMENTALGravatar Kees Cook 1-1/+1
2012-11-09unicore32: switch to generic sys_execve()Gravatar Al Viro 3-26/+1
2012-11-09unicore32: switch to generic kernel_thread()/kernel_execve()Gravatar Al Viro 5-99/+23
2012-11-09unicore32: Use Kbuild infrastructure for kvm_para.hGravatar Guan Xuetao 2-1/+2
2012-11-09UAPI: (Scripted) Disintegrate arch/unicore32/include/asmGravatar David Howells 8-76/+96
2012-11-09UniCore32-bugfix: Remove definitions in asm/bug.h to solve difference between...Gravatar Guan Xuetao 2-5/+6
2012-11-09UniCore32-bugfix: fix mismatch return value of __xchg_bad_pointerGravatar Guan Xuetao 1-1/+1
2012-11-09UniCore32 bugfix: add missed CONFIG_ZONE_DMAGravatar Guan Xuetao 1-0/+3
2012-11-09unicore32/mm/fault.c: Port OOM changes to do_pfGravatar Kautuk Consul 1-10/+27
2012-10-14Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+1
2012-10-12vfs: define struct filename and have getname() return itGravatar Jeff Layton 1-2/+2
2012-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-5/+2
2012-10-10Merge tag 'for-3.7-rc1' of git://gitorious.org/linux-pwm/linux-pwmGravatar Linus Torvalds 4-284/+10
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 3-16/+1
2012-10-09Merge branch 'akpm' (Andrew's patch-bomb)Gravatar Linus Torvalds 1-1/+1
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterGravatar Konstantin Khlebnikov 1-1/+1
2012-10-09Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Gravatar Linus Torvalds 1-0/+1
2012-10-07Merge branch 'uapi-prep' of git://git.infradead.org/users/dhowells/linux-headersGravatar Linus Torvalds 1-4/+0
2012-10-05pwm: Move PUV3 PWM driver to PWM frameworkGravatar Thierry Reding 3-230/+2
2012-10-05unicore32: pwm: Use managed resource allocationsGravatar Thierry Reding 1-38/+9
2012-10-05unicore32: pwm: Remove unnecessary indirectionGravatar Thierry Reding 1-17/+6
2012-10-05unicore32: pwm: Use module_platform_driver()Gravatar Thierry Reding 1-20/+1
2012-10-05unicore32: pwm: Properly remap memory-mapped registersGravatar Thierry Reding 2-13/+26
2012-10-06unicore32: select generic atomic64_t supportGravatar Fengguang Wu 1-0/+1
2012-10-04Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhow...Gravatar Arnd Bergmann 6-33/+24
2012-10-04UAPI: Fix the guards on various asm/unistd.h filesGravatar David Howells 1-4/+0
2012-10-03asm-generic: Add default clkdev.hGravatar Mark Brown 1-0/+1
2012-10-02UAPI: (Scripted) Set up UAPI Kbuild filesGravatar David Howells 1-0/+3
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...Gravatar David Howells 3-21/+21
2012-10-01Uninclude linux/freezer.hGravatar Richard Weinberger 1-1/+0
2012-10-01unicore32: remove pointless testGravatar Al Viro 1-2/+0
2012-10-01bury _TIF_RESTORE_SIGMASKGravatar Al Viro 1-1/+0
2012-10-01unicore32: unobfuscate _TIF_WORK_MASKGravatar Al Viro 1-1/+2
2012-09-28Make most arch asm/module.h files use asm-generic/module.hGravatar David Howells 1-0/+1
2012-09-20don't bother exporting kernel_execve()Gravatar Al Viro 1-1/+0
2012-09-20get rid of generic instances of asm/exec.hGravatar Al Viro 2-15/+1