summaryrefslogtreecommitdiffstats
path: root/arch/h8300
Commit message (Expand)AuthorAgeFilesLines
* Select VIRT_TO_BUS directly where neededStephen Rothwell2013-03-121-1/+1
* arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell2013-02-281-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-271-3/+0Star
|\
| * default SET_PERSONALITY() in linux/elf.hAl Viro2013-02-261-3/+0Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-245-98/+11Star
|\ \
| * | burying unused conditionalsAl Viro2013-02-142-3/+0Star
| * | h8300: switch to generic old sigaction()Al Viro2013-02-043-39/+1Star
| * | h8300: switch to generic old sigsuspendAl Viro2013-02-042-11/+1Star
| * | h8300: kill useless wrappers, fix rt_sigreturn(2)Al Viro2013-02-042-23/+6Star
| * | h8300: switch to generic sigaltstackAl Viro2013-02-042-13/+3Star
| * | consolidate kernel-side struct sigaction declarationsAl Viro2013-02-031-6/+1Star
| * | consolidate declarations of k_sigactionAl Viro2013-02-031-4/+0Star
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-02-221-1/+1
|\ \
| * | Merge branch 'master' into for-nextJiri Kosina2013-01-2948-686/+622Star
| |\|
| * | h8300: Fix home page URL in h8300/READMEMasanari Iida2013-01-041-1/+1
* | | soreuseport: infrastructureTom Herbert2013-01-231-1/+1
* | | sk-filter: Add ability to lock a socket filter programVincent Bernat2013-01-171-0/+2
| |/ |/|
* | Merge tag 'asm-generic' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Linus Torvalds2012-12-222-10/+1Star
|\ \
| * | h8300: Use generic asm/mmu.hLars-Peter Clausen2012-12-092-10/+1Star
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-214-9/+1Star
|\ \
| * | unify SS_ONSTACK/SS_DISABLE definitionsAl Viro2012-12-201-6/+0Star
| * | new helper: current_user_stack_pointer()Al Viro2012-12-201-0/+1
| * | Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2012-12-202-3/+0Star
* | | UAPI: (Scripted) Disintegrate arch/h8300/include/asmDavid Howells2012-12-1939-546/+595
* | | h8300: select generic atomic64_t supportFengguang Wu2012-12-191-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-12-131-0/+1
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-11-181-1/+2
| |\ \ \
| * | | | sk-filter: Add ability to get socket filter program (v2)Pavel Emelyanov2012-11-011-0/+1
| | |_|/ | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-1210-129/+29Star
|\ \ \ \ | | |_|/ | |/| |
| * | | new helper: signal_pt_regs()Al Viro2012-11-291-0/+1
| * | | unify default ptrace_signal_deliverAl Viro2012-11-291-2/+0Star
| * | | flagday: don't pass regs to copy_thread()Al Viro2012-11-291-1/+1
| * | | h8300: switch to generic fork/vfork/cloneAl Viro2012-11-293-44/+6Star
| | | |
| | \ \
| *-. \ \ Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc...Al Viro2012-11-298-83/+22Star
| |\ \ \ \ | | | |/ / | | |/| / | | |_|/ | |/| |
| | | * h8300: generic sys_execve()Al Viro2012-10-152-21/+1Star
| | | * h8300: generic kernel_execve()Al Viro2012-10-153-28/+2Star
| | | * h8300: generic kernel_thread()Al Viro2012-10-156-36/+21Star
| | |/
* | | 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
| |/
* / h8300: add missing L1_CACHE_SHIFTFengguang Wu2012-11-091-1/+2
|/
* Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-143-11/+2Star
|\
| * Make most arch asm/module.h files use asm-generic/module.hDavid Howells2012-09-283-11/+3Star
* | 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-122-6/+2Star
|\ \
| * | Uninclude linux/freezer.hRichard Weinberger2012-10-011-1/+0Star
| * | h8300: trim _TIF_WORK_MASKAl Viro2012-10-011-1/+2
| * | sanitize tsk_is_polling()Al Viro2012-10-011-3/+0Star
| * | bury _TIF_RESTORE_SIGMASKAl Viro2012-10-011-1/+0Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-102-7/+2Star
|\| |
| * | get rid of generic instances of asm/exec.hAl Viro2012-09-202-6/+1Star
| |/