summaryrefslogtreecommitdiffstats
path: root/arch/openrisc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge tag 'disintegrate-openrisc-20121009' of git://git.infradead.org/users/d...Jonas Bonn2012-10-1311-68/+113
|\ \
| * | UAPI: (Scripted) Disintegrate arch/openrisc/include/asmDavid Howells2012-10-0911-68/+113
* | | Merge tag 'for-3.7' of git://openrisc.net/jonas/linuxLinus Torvalds2012-10-134-14/+16
|\ \ \
| * | | openrisc: mask interrupts in irq_mask_ack functionGong Tao2012-10-111-0/+2
| * | | openrisc: fix typos in comments and warningsJonas Bonn2012-10-111-3/+3
| * | | openrisc: PIC should act on domain-local irqsJonas Bonn2012-10-111-6/+6
| * | | openrisc: Make cpu_relax() invoke barrier()Vladimir Murzin2012-10-111-1/+1
| * | | audit: define AUDIT_ARCH_OPENRISCKees Cook2012-09-211-1/+1
| * | | openrisc: delay: fix handling of counter overflowWill Deacon2012-09-011-2/+2
| * | | openrisc: delay: fix loops calculation for __const_udelayWill Deacon2012-09-011-1/+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-121-1/+2
|\ \ \ | |_|/ |/| |
| * | sanitize tsk_is_polling()Al Viro2012-10-011-0/+2
| * | bury _TIF_RESTORE_SIGMASKAl Viro2012-10-011-1/+0
| |/
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-10-091-0/+1
|\ \
| * | readahead: fault retry breaks mmap file read random detectionShaohua Li2012-10-091-0/+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-042-5/+3
| |\ \
| * | | 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-5/+0
|\ \ \ | | |/ | |/|
| * | UAPI: Fix the guards on various asm/unistd.h filesDavid Howells2012-10-041-5/+0
* | | cross-arch: don't corrupt personality flags upon exec()Jiri Kosina2012-10-061-1/+2
|/ /
* / UAPI: (Scripted) Set up UAPI Kbuild filesDavid Howells2012-10-021-0/+3
|/
* Remove useless wrappers of asm-generic/rmap.hPaul Bolle2012-06-281-1/+0
* Remove useless wrappers of asm-generic/cpumask.hPaul Bolle2012-06-281-1/+0
* new helper: signal_delivered()Al Viro2012-06-011-2/+1
* most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-3/+0
* pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-2/+0
* openrisc: tracehook_signal_handler() is supposed to be called on successAl Viro2012-06-011-14/+6
* new helper: sigmask_to_save()Al Viro2012-06-011-9/+3
* new helper: restore_saved_sigmask()Al Viro2012-06-011-5/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-311-2/+0
|\
| * move key_repace_session_keyring() into tracehook_notify_resume()Al Viro2012-05-231-2/+0
* | openrisc: use generic strnlen_user() functionJonas Bonn2012-05-273-75/+3
* | word-at-a-time: make the interfaces truly genericLinus Torvalds2012-05-261-0/+1
* | openrisc: use generic strncpy_from_userJonas Bonn2012-05-253-59/+4
* | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-05-241-0/+1
|\ \
| * | kvmclock: Add functions to check if the host has stopped the vmEric B Munson2012-04-081-0/+1
* | | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-05-241-65/+4
|\ \ \
| * | | gpiolib/arches: Centralise bolierplate asm/gpio.hMark Brown2012-05-111-65/+4
| |/ /
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-241-4/+1
|\ \ \ | |_|/ |/| |
| * | timers: Fixup the Kconfig consolidation falloutThomas Gleixner2012-05-211-1/+0
| * | openrisc: Use generic time configAnna-Maria Gleixner2012-05-211-3/+1
| |/
* | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-05-231-4/+0
|\ \
| * | fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha2012-05-161-4/+0
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-05-221-1/+1
|\ \
| * | Fix typo in various Kconfig fileMasanari Iida2012-04-161-1/+1
| |/
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-213-44/+2
|\ \