summaryrefslogtreecommitdiffstats
path: root/arch/h8300
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-143-11/+2
|\
| * Make most arch asm/module.h files use asm-generic/module.hDavid Howells2012-09-283-11/+3
* | 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-122-6/+2
|\ \
| * | Uninclude linux/freezer.hRichard Weinberger2012-10-011-1/+0
| * | h8300: trim _TIF_WORK_MASKAl Viro2012-10-011-1/+2
| * | sanitize tsk_is_polling()Al Viro2012-10-011-3/+0
| * | bury _TIF_RESTORE_SIGMASKAl Viro2012-10-011-1/+0
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-102-7/+2
|\| |
| * | get rid of generic instances of asm/exec.hAl Viro2012-09-202-6/+1
| |/
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-10-091-0/+1
|\ \
| * | Kconfig: clean up the long arch list for the UID16 config optionCatalin Marinas2012-10-091-0/+1
* | | Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Linus Torvalds2012-10-091-0/+2
|\ \ \ | |/ / |/| |
| * | Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhow...Arnd Bergmann2012-10-042-0/+6
| |\ \
| * | | asm-generic: Add default clkdev.hMark Brown2012-10-031-0/+2
| | |/ | |/|
* | | cross-arch: don't corrupt personality flags upon exec()Jiri Kosina2012-10-061-1/+2
* | | sections: fix section conflicts in arch/h8300Andi Kleen2012-10-067-8/+9
| |/ |/|
* | UAPI: (Scripted) Set up UAPI Kbuild filesDavid Howells2012-10-021-0/+3
* | h8300: Add missing RCU idle APIs on idle loopFrederic Weisbecker2012-09-231-0/+3
|/
* ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSIONWill Deacon2012-07-302-1/+1
* h8300/uaccess: add mising __clear_user()Geert Uytterhoeven2012-07-111-0/+2
* h8300/uaccess: remove assignment to __gu_val in unhandled case of get_user()Geert Uytterhoeven2012-07-111-1/+0
* h8300/time: add missing #include <asm/irq_regs.h>Geert Uytterhoeven2012-07-111-0/+1
* h8300/signal: fix typo "statis"Geert Uytterhoeven2012-07-111-1/+1
* h8300/pgtable: add missing #include <asm-generic/pgtable.h>Geert Uytterhoeven2012-07-111-0/+3
* h8300: use the declarations provided by <asm/sections.h>Geert Uytterhoeven2012-06-202-22/+18
* h8300: fix use of extinct _sbss and _ebssGeert Uytterhoeven2012-06-202-5/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-22/+6
|\
| * new helper: signal_delivered()Al Viro2012-06-011-1/+1
| * most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from setAl Viro2012-06-011-4/+0
| * don't call try_to_freeze() from do_signal()Al Viro2012-06-011-4/+0
| * pull clearing RESTORE_SIGMASK into block_sigmask()Al Viro2012-06-011-3/+1
| * new helper: sigmask_to_save()Al Viro2012-06-011-8/+3
| * new helper: restore_saved_sigmask()Al Viro2012-06-011-2/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-06-011-3/+0
|\ \ | |/ |/|
| * bury __kernel_nlink_t, make internal nlink_t consistentAl Viro2012-05-301-3/+0
* | 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
* | 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 branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-05-241-2/+0
|\ \ \ | |_|/ |/| |
| * | timers: Fixup the Kconfig consolidation falloutThomas Gleixner2012-05-211-2/+0
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-05-233-89/+40
|\ \
| * | h8300: missing checks of __get_user()/__put_user() return valuesAl Viro2012-05-211-6/+6
| * | h8300: switch to saved_sigmask-based sigsuspend/rt_sigsuspendAl Viro2012-05-213-59/+21
| * | h8300: don't change blocked signals' mask if setting frame up failsAl Viro2012-05-211-7/+11
| * | h8300: use set_current_blocked() and block_sigmask()Matt Fleming2012-05-211-24/+9
* | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-05-231-2/+0
|\ \ \ | |/ / |/| |
| * | fork: move the real prepare_to_copy() users to arch_dup_task_struct()Suresh Siddha2012-05-161-2/+0
| |/
* | init_task: Replace CONFIG_HAVE_GENERIC_INIT_TASKThomas Gleixner2012-05-051-1/+0