summaryrefslogtreecommitdiffstats
path: root/arch/unicore32
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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/+24Star
| |\ \
| * | | 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/+0Star
|\ \ \ | | |/ | |/|
| * | UAPI: Fix the guards on various asm/unistd.h filesDavid Howells2012-10-041-4/+0Star
* | | unicore32: select generic atomic64_t supportFengguang Wu2012-10-051-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-191-8/+0Star
* | PCI: Discard __init annotations for pci_fixup_irqs() and related functionsThierry Reding2012-09-191-1/+1
|/
* Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2012-07-251-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/+0Star
|\ \ | |/ |/|
| * arm,unicore32: Remove obsolete "select MISC_DEVICES"Geert Uytterhoeven2012-07-201-1/+0Star
* | new helper: signal_delivered()Al Viro2012-06-011-4/+1Star
* | most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-5/+1Star
* | don't call try_to_freeze() from do_signal()Al Viro2012-06-011-4/+0Star
* | pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-15/+3Star
* | new helper: sigmask_to_save()Al Viro2012-06-011-10/+3Star
* | new helper: restore_saved_sigmask()Al Viro2012-06-011-2/+1Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-2/+0Star
|\ \ | |/ |/|
| * move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-241-2/+0Star