aboutsummaryrefslogtreecommitdiff
path: root/arch/h8300
AgeCommit message (Expand)AuthorFilesLines
2015-06-23h8300: Always build dtbGravatar Yoshinori Sato 1-1/+2
2015-06-23h8300: Remove ARCH_WANT_IPC_PARSE_VERSIONGravatar Yoshinori Sato 1-1/+0
2015-06-23h8300: Symbol name fixGravatar Yoshinori Sato 1-1/+1
2015-06-23h8300: devicetree sourceGravatar Yoshinori Sato 4-0/+313
2015-06-23h8300: configsGravatar Yoshinori Sato 3-0/+147
2015-06-23h8300: Build scriptsGravatar Yoshinori Sato 5-0/+317
2015-06-23h8300: library functionsGravatar Yoshinori Sato 16-0/+723
2015-06-23h8300: Memory managementGravatar Yoshinori Sato 4-0/+243
2015-06-23h8300: miscellaneous functionsGravatar Yoshinori Sato 6-0/+335
2015-06-23h8300: process helpersGravatar Yoshinori Sato 4-0/+674
2015-06-23h8300: compressed image supportGravatar Yoshinori Sato 6-0/+226
2015-06-23h8300: Low level entryGravatar Yoshinori Sato 3-0/+584
2015-06-23h8300: kernel startupGravatar Yoshinori Sato 1-0/+255
2015-06-23h8300: Interrupt and exceptionsGravatar Yoshinori Sato 3-0/+547
2015-06-23h8300: UAPI headersGravatar Yoshinori Sato 6-0/+214
2015-06-23h8300: Assembly headersGravatar Yoshinori Sato 32-0/+1605
2013-09-16Drop support for Renesas H8/300 (h8300) architectureGravatar Guenter Roeck 176-10878/+0
2013-09-13Remove GENERIC_HARDIRQ config optionGravatar Martin Schwidefsky 1-1/+0
2013-07-10net: rename busy poll socket op and globalsGravatar Eliezer Tamir 1-1/+1
2013-07-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+2
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Gravatar Linus Torvalds 3-33/+14
2013-07-03mm/h8300: prepare for removing num_physpages and simplify mem_init()Gravatar Jiang Liu 1-28/+8
2013-07-03h8300: normalize global variables exported by vmlinux.ldsGravatar Jiang Liu 2-1/+2
2013-07-03mm: concentrate modification of totalram_pages into the mm coreGravatar Jiang Liu 1-1/+1
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroGravatar Jiang Liu 1-2/+2
2013-07-03mm: change signature of free_reserved_area() to fix building warningsGravatar Jiang Liu 1-1/+1
2013-07-03Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 20-586/+459
2013-06-29consolidate io_remap_pfn_range definitionsGravatar Al Viro 1-3/+0
2013-06-23h8300/boot: Use POSIX "$((..))" instead of bashism "$[...]"Gravatar Geert Uytterhoeven 1-1/+1
2013-06-23h8300: Mark H83002 and H83048 CPU support brokenGravatar Geert Uytterhoeven 1-0/+2
2013-06-23h8300: Switch h8300 to drivers/KconfigGravatar Geert Uytterhoeven 1-117/+1
2013-06-23h8300: Limit timer channel ranges in KconfigGravatar Geert Uytterhoeven 1-0/+2
2013-06-23h8300: Wire up asm-generic/xor.hGravatar Geert Uytterhoeven 1-0/+1
2013-06-23h8300: Fill the system call table using a CALL() macroGravatar Geert Uytterhoeven 1-320/+322
2013-06-23h8300: Fix <asm/tlb.h>Gravatar Geert Uytterhoeven 1-15/+0
2013-06-23h8300: Hardcode symbol prefixes in asm sourcesGravatar Geert Uytterhoeven 15-453/+448
2013-06-17net: add socket option for low latency pollingGravatar Eliezer Tamir 1-0/+2
2013-06-16h8300: add missing definition for read_barries_depends()Gravatar Jiang Liu 1-0/+2
2013-05-05Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-4/+1
2013-05-05h8300: single_open() leaksGravatar Al Viro 1-1/+1
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-15/+20
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+2
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-9/+0
2013-04-30dump_stack: unify debug information printed by show_regs()Gravatar Tejun Heo 1-0/+2
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsGravatar Tejun Heo 1-7/+0
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-31/+4
2013-04-29mm/h8300: use common help functions to free reserved pagesGravatar Jiang Liu 1-27/+3
2013-04-29h8300: Don't use create_proc_read_entry()Gravatar David Howells 1-14/+20
2013-04-17idle: Remove GENERIC_IDLE_LOOP config switchGravatar Thomas Gleixner 1-1/+0
2013-04-09get rid of a bunch of open-coded create_proc_read_entry()Gravatar Al Viro 1-3/+2