summaryrefslogtreecommitdiffstats
path: root/arch/m32r
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-252-0/+3
|\
| * net: introduce SO_BPF_EXTENSIONSMichal Sekletar2014-01-191-0/+2
| * lib: Add missing arch generic-y entries for asm-generic/hash.hDavid S. Miller2013-12-181-0/+1
* | Kconfig: update flightly outdated CONFIG_SMP documentationRobert Graffham2014-01-241-4/+4
* | arch: Clean up asm/barrier.h implementations using asm-generic/barrier.hPeter Zijlstra2014-01-121-79/+1Star
|/
* Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-193-25/+1Star
|\
| * preempt: Make PREEMPT_ACTIVE genericThomas Gleixner2013-11-131-2/+0Star
| * m32r: Use preempt_schedule_irqThomas Gleixner2013-11-131-7/+1Star
| * hardirq: Make hardirq bits genericThomas Gleixner2013-11-131-16/+0Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-161-1/+1
|\ \
| * | treewide: fix "distingush" typoMichael Opdenacker2013-10-141-1/+1
* | | kernel: remove CONFIG_USE_GENERIC_SMP_HELPERSChristoph Hellwig2013-11-151-1/+0Star
* | | m32r: handle pgtable_page_ctor() failKirill A. Shutemov2013-11-151-1/+4
* | | m32r: fix potential NULL-pointer dereferenceKirill A. Shutemov2013-11-151-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-11-131-0/+2
|\ \ \ | |_|/ |/| |
| * | net: introduce SO_MAX_PACING_RATEEric Dumazet2013-09-291-0/+2
* | | sched, arch: Create asm/preempt.hPeter Zijlstra2013-09-251-0/+1
|/ /
* | Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-131-1/+0Star
* | arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-131-4/+6
|/
* m32r: delete __cpuinit usage from all m32r filesPaul Gortmaker2013-07-151-1/+1
* net: rename busy poll socket op and globalsEliezer Tamir2013-07-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-07-101-0/+2
|\
| * net: add socket option for low latency pollingEliezer Tamir2013-06-181-0/+2
* | Merge branch 'kconfig-diet' from Dave HansenLinus Torvalds2013-07-042-7/+1Star
|\ \
| * | consolidate per-arch stack overflow debugging optionsDave Hansen2013-07-042-7/+1Star
| |/
* | mm/m32r: prepare for killing free_all_bootmem_node()Jiang Liu2013-07-041-13/+4Star
* | mm/m32r: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-042-49/+6Star
* | mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-041-1/+1
* | mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu2013-07-041-2/+2
* | mm: change signature of free_reserved_area() to fix building warningsJiang Liu2013-07-041-1/+1
* | Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-07-031-6/+6
|\ \
| * | m32r: uaccess s/might_sleep/might_fault/Michael S. Tsirkin2013-05-281-6/+6
| |/
* / consolidate io_remap_pfn_range definitionsAl Viro2013-06-291-3/+0Star
|/
* 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