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 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
* | 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-121-2/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-123-5/+2
|\ \
| * | Uninclude linux/freezer.hRichard Weinberger2012-10-011-1/+0
| * | unicore32: remove pointless testAl Viro2012-10-011-2/+0
| * | bury _TIF_RESTORE_SIGMASKAl Viro2012-10-011-1/+0
| * | 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/+10
|\ \ \
| * | | pwm: Move PUV3 PWM driver to PWM frameworkThierry Reding2012-10-053-230/+2
| * | | unicore32: pwm: Use managed resource allocationsThierry Reding2012-10-051-38/+9
| * | | unicore32: pwm: Remove unnecessary indirectionThierry Reding2012-10-051-17/+6
| * | | unicore32: pwm: Use module_platform_driver()Thierry Reding2012-10-051-20/+1
| * | | 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/+1
|\ \ \ | | |/ | |/|
| * | don't bother exporting kernel_execve()Al Viro2012-09-201-1/+0
| * | get rid of generic instances of asm/exec.hAl Viro2012-09-202-15/+1
| |/
* | 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
* | | Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Linus Torvalds2012-10-091-0/+1
|\ \ \ | |/ / |/| |
| * | Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhow...Arnd Bergmann2012-10-046-33/+24
| |\ \
| * | | asm-generic: Add default clkdev.hMark Brown2012-10-031-0/+1
| | |/ | |/|
* | | Merge branch 'uapi-prep' of git://git.infradead.org/users/dhowells/linux-headersLinus Torvalds2012-10-071-4/+0
|\ \ \ | | |/ | |/|
| * | UAPI: Fix the guards on various asm/unistd.h filesDavid Howells2012-10-041-4/+0
* | | unicore32: select generic atomic64_t supportFengguang Wu2012-10-061-0/+1
|/ /
* | UAPI: (Scripted) Set up UAPI Kbuild filesDavid Howells2012-10-021-0/+3
* | UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...David Howells2012-10-023-21/+21
* | PCI: Provide a default pcibios_update_irq()Thierry Reding2012-09-181-8/+0
* | PCI: Discard __init annotations for pci_fixup_irqs() and related functionsThierry Reding2012-09-181-1/+1
|/
* Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-07-241-1/+1
|\
| * unicore32/PCI: adjust section annotations for pcibios_setup()Myron Stowe2012-07-051-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-07-241-1/+0
|\ \ | |/ |/|
| * arm,unicore32: Remove obsolete "select MISC_DEVICES"Geert Uytterhoeven2012-07-201-1/+0
OpenPOWER on IntegriCloud