aboutsummaryrefslogtreecommitdiffstats
path: root/arch/h8300 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-17mm: clean up per architecture MM hook header filesLaurent Dufour1-0/+1
2015-06-23h8300: Always build dtbYoshinori Sato1-1/+2
2015-06-23h8300: Remove ARCH_WANT_IPC_PARSE_VERSIONYoshinori Sato1-1/+0
2015-06-23h8300: Symbol name fixYoshinori Sato1-1/+1
2015-06-23h8300: devicetree sourceYoshinori Sato4-0/+313
2015-06-23h8300: configsYoshinori Sato3-0/+147
2015-06-23h8300: Build scriptsYoshinori Sato5-0/+317
2015-06-23h8300: library functionsYoshinori Sato16-0/+723
2015-06-23h8300: Memory managementYoshinori Sato4-0/+243
2015-06-23h8300: miscellaneous functionsYoshinori Sato6-0/+335
2015-06-23h8300: process helpersYoshinori Sato4-0/+674
2015-06-23h8300: compressed image supportYoshinori Sato6-0/+226
2015-06-23h8300: Low level entryYoshinori Sato3-0/+584
2015-06-23h8300: kernel startupYoshinori Sato1-0/+255
2015-06-23h8300: Interrupt and exceptionsYoshinori Sato3-0/+547
2015-06-23h8300: UAPI headersYoshinori Sato6-0/+214
2015-06-23h8300: Assembly headersYoshinori Sato32-0/+1605
2013-09-16Drop support for Renesas H8/300 (h8300) architectureGuenter Roeck176-10878/+0
2013-09-13Remove GENERIC_HARDIRQ config optionMartin Schwidefsky1-1/+0
2013-07-10net: rename busy poll socket op and globalsEliezer Tamir1-1/+1
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+2
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds3-33/+14
2013-07-03mm/h8300: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-28/+8
2013-07-03h8300: normalize global variables exported by vmlinux.ldsJiang Liu2-1/+2
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-1/+1
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu1-2/+2
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu1-1/+1
2013-07-03Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds20-586/+459
2013-06-29consolidate io_remap_pfn_range definitionsAl Viro1-3/+0
2013-06-23h8300/boot: Use POSIX "$((..))" instead of bashism "$[...]"Geert Uytterhoeven1-1/+1
2013-06-23h8300: Mark H83002 and H83048 CPU support brokenGeert Uytterhoeven1-0/+2
2013-06-23h8300: Switch h8300 to drivers/KconfigGeert Uytterhoeven1-117/+1
2013-06-23h8300: Limit timer channel ranges in KconfigGeert Uytterhoeven1-0/+2
2013-06-23h8300: Wire up asm-generic/xor.hGeert Uytterhoeven1-0/+1
2013-06-23h8300: Fill the system call table using a CALL() macroGeert Uytterhoeven1-320/+322
2013-06-23h8300: Fix <asm/tlb.h>Geert Uytterhoeven1-15/+0
2013-06-23h8300: Hardcode symbol prefixes in asm sourcesGeert Uytterhoeven15-453/+448
2013-06-17net: add socket option for low latency pollingEliezer Tamir1-0/+2
2013-06-16h8300: add missing definition for read_barries_depends()Jiang Liu1-0/+2
2013-05-05Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-4/+1
2013-05-05h8300: single_open() leaksAl Viro1-1/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-15/+20
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+2
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds2-9/+0
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-0/+2
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo1-7/+0
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-31/+4
2013-04-29mm/h8300: use common help functions to free reserved pagesJiang Liu1-27/+3
2013-04-29h8300: Don't use create_proc_read_entry()David Howells1-14/+20
2013-04-17idle: Remove GENERIC_IDLE_LOOP config switchThomas Gleixner1-1/+0