summaryrefslogtreecommitdiffstats
path: root/arch/m32r
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-011-0/+2
|\
| * net: add option to enable error queue packets waking selectKeller, Jacob E2013-04-011-0/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-10/+0Star
|\ \
| * | consolidate cond_syscall and SYSCALL_ALIAS declarationsAl Viro2013-03-041-10/+0Star
* | | dump_stack: unify debug information printed by show_regs()Tejun Heo2013-05-011-0/+2
* | | dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo2013-05-011-9/+0Star
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-04-301-4/+2Star
|\ \ \
| * | | m32r: Convert print_symbol to %pSRJoe Perches2013-04-291-4/+2Star
| |/ /
* | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-302-19/+1Star
|\ \ \
| * | | idle: Remove GENERIC_IDLE_LOOP config switchThomas Gleixner2013-04-171-1/+0Star
| * | | m32r: Use generic idle loopThomas Gleixner2013-04-083-19/+2Star
| | |/ | |/|
* / | mm/m32r: use common help functions to free reserved pagesJiang Liu2013-04-301-23/+3Star
|/ /
* | UAPI: fix endianness conditionals in M32R's asm/stat.hDavid Howells2013-03-131-2/+2
* | 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-243-26/+3Star
|\ \
| * | burying unused conditionalsAl Viro2013-02-142-3/+0Star
| * | m32r: switch to generic sigaltstackAl Viro2013-02-042-14/+3Star
| * | consolidate kernel-side struct sigaction declarationsAl Viro2013-02-031-7/+1Star
| * | consolidate declarations of k_sigactionAl Viro2013-02-031-3/+0Star
| |/
* | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-211-1/+3
|\ \
| * | Merge branch 'clocksource/cleanup' into next/cleanupOlof Johansson2013-01-141-1/+1
| |\|
| * | time: convert arch_gettimeoffset to a pointerStephen Warren2012-12-241-1/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-02-211-1/+3
|\ \ \
| * | | soreuseport: infrastructureTom Herbert2013-01-231-1/+1
| * | | sk-filter: Add ability to lock a socket filter programVincent Bernat2013-01-171-0/+2
| | |/ | |/|
* / | m32r idle: delete pm_idle, and other dead idle codeLen Brown2013-02-181-49/+2Star
|/ /
* / ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman2013-01-041-1/+1
|/
* 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
| * missing user_stack_pointer() instancesAl Viro2012-12-201-0/+1
| * Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2012-12-202-3/+0Star
* | UAPI: (Scripted) Disintegrate arch/m32r/include/asmDavid Howells2012-12-1938-615/+668
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-12-131-0/+1
|\ \
| * | 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-129-140/+34Star
|\ \ \ | | |/ | |/|
| * | unify default ptrace_signal_deliverAl Viro2012-11-291-4/+0Star
| * | flagday: don't pass regs to copy_thread()Al Viro2012-11-291-1/+1
| * | m32r: switch to generic fork/vfork/cloneAl Viro2012-11-292-42/+7Star
| * | kill stray kernel_thread() garbageAl Viro2012-11-291-1/+0Star
| * | m32r: switch to generic sys_execve()Al Viro2012-11-013-36/+13Star
| * | m32r: switch to generic kernel_thread()/kernel_execve()Al Viro2012-11-015-70/+27Star
| |/
* / tracing,x86: Add a TSC trace_clockDavid Sharp2012-11-131-0/+1
|/
* Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-144-25/+2Star
|\
| * Make most arch asm/module.h files use asm-generic/module.hDavid Howells2012-09-284-25/+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-10/+2Star
|\ \
| * | Uninclude linux/freezer.hRichard Weinberger2012-10-011-1/+0Star