| Commit message (Expand) | Author | Age | Files | Lines |
* | h8300: Always build dtb | Yoshinori Sato | 2015-06-23 | 1 | -1/+2 |
* | h8300: Remove ARCH_WANT_IPC_PARSE_VERSION | Yoshinori Sato | 2015-06-23 | 1 | -1/+0 |
* | h8300: Symbol name fix | Yoshinori Sato | 2015-06-23 | 1 | -1/+1 |
* | h8300: devicetree source | Yoshinori Sato | 2015-06-23 | 4 | -0/+313 |
* | h8300: configs | Yoshinori Sato | 2015-06-23 | 3 | -0/+147 |
* | h8300: Build scripts | Yoshinori Sato | 2015-06-23 | 5 | -0/+317 |
* | h8300: library functions | Yoshinori Sato | 2015-06-23 | 16 | -0/+723 |
* | h8300: Memory management | Yoshinori Sato | 2015-06-23 | 4 | -0/+243 |
* | h8300: miscellaneous functions | Yoshinori Sato | 2015-06-23 | 6 | -0/+335 |
* | h8300: process helpers | Yoshinori Sato | 2015-06-23 | 4 | -0/+674 |
* | h8300: compressed image support | Yoshinori Sato | 2015-06-23 | 6 | -0/+226 |
* | h8300: Low level entry | Yoshinori Sato | 2015-06-23 | 3 | -0/+584 |
* | h8300: kernel startup | Yoshinori Sato | 2015-06-23 | 1 | -0/+255 |
* | h8300: Interrupt and exceptions | Yoshinori Sato | 2015-06-23 | 3 | -0/+547 |
* | h8300: UAPI headers | Yoshinori Sato | 2015-06-23 | 6 | -0/+214 |
* | h8300: Assembly headers | Yoshinori Sato | 2015-06-23 | 32 | -0/+1605 |
* | Drop support for Renesas H8/300 (h8300) architecture | Guenter Roeck | 2013-09-16 | 176 | -10878/+0 |
* | Remove GENERIC_HARDIRQ config option | Martin Schwidefsky | 2013-09-13 | 1 | -1/+0 |
* | net: rename busy poll socket op and globals | Eliezer Tamir | 2013-07-10 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2013-07-09 | 1 | -0/+2 |
|\ |
|
| * | net: add socket option for low latency polling | Eliezer Tamir | 2013-06-17 | 1 | -0/+2 |
* | | Merge branch 'akpm' (updates from Andrew Morton) | Linus Torvalds | 2013-07-03 | 3 | -33/+14 |
|\ \ |
|
| * | | mm/h8300: prepare for removing num_physpages and simplify mem_init() | Jiang Liu | 2013-07-03 | 1 | -28/+8 |
| * | | h8300: normalize global variables exported by vmlinux.lds | Jiang Liu | 2013-07-03 | 2 | -1/+2 |
| * | | mm: concentrate modification of totalram_pages into the mm core | Jiang Liu | 2013-07-03 | 1 | -1/+1 |
| * | | mm: enhance free_reserved_area() to support poisoning memory with zero | Jiang Liu | 2013-07-03 | 1 | -2/+2 |
| * | | mm: change signature of free_reserved_area() to fix building warnings | Jiang Liu | 2013-07-03 | 1 | -1/+1 |
* | | | Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2013-07-03 | 20 | -586/+459 |
|\ \ \
| |/ /
|/| | |
|
| * | | h8300/boot: Use POSIX "$((..))" instead of bashism "$[...]" | Geert Uytterhoeven | 2013-06-23 | 1 | -1/+1 |
| * | | h8300: Mark H83002 and H83048 CPU support broken | Geert Uytterhoeven | 2013-06-23 | 1 | -0/+2 |
| * | | h8300: Switch h8300 to drivers/Kconfig | Geert Uytterhoeven | 2013-06-23 | 1 | -117/+1 |
| * | | h8300: Limit timer channel ranges in Kconfig | Geert Uytterhoeven | 2013-06-23 | 1 | -0/+2 |
| * | | h8300: Wire up asm-generic/xor.h | Geert Uytterhoeven | 2013-06-23 | 1 | -0/+1 |
| * | | h8300: Fill the system call table using a CALL() macro | Geert Uytterhoeven | 2013-06-23 | 1 | -320/+322 |
| * | | h8300: Fix <asm/tlb.h> | Geert Uytterhoeven | 2013-06-23 | 1 | -15/+0 |
| * | | h8300: Hardcode symbol prefixes in asm sources | Geert Uytterhoeven | 2013-06-23 | 15 | -453/+448 |
| * | | h8300: add missing definition for read_barries_depends() | Jiang Liu | 2013-06-16 | 1 | -0/+2 |
| |/ |
|
* | | consolidate io_remap_pfn_range definitions | Al Viro | 2013-06-29 | 1 | -3/+0 |
|/ |
|
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2013-05-05 | 1 | -4/+1 |
|\ |
|
| * | CONFIG_SYMBOL_PREFIX: cleanup. | Rusty Russell | 2013-03-15 | 1 | -4/+1 |
* | | h8300: single_open() leaks | Al Viro | 2013-05-05 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-05-01 | 1 | -15/+20 |
|\ \ |
|
| * | | h8300: Don't use create_proc_read_entry() | David Howells | 2013-04-29 | 1 | -14/+20 |
| * | | get rid of a bunch of open-coded create_proc_read_entry() | Al Viro | 2013-04-09 | 1 | -3/+2 |
| |/ |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2013-05-01 | 1 | -0/+2 |
|\ \ |
|
| * | | net: add option to enable error queue packets waking select | Keller, Jacob E | 2013-03-31 | 1 | -0/+2 |
| |/ |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-05-01 | 2 | -9/+0 |
|\ \ |
|
| * | | consolidate cond_syscall and SYSCALL_ALIAS declarations | Al Viro | 2013-03-03 | 2 | -9/+0 |
* | | | dump_stack: unify debug information printed by show_regs() | Tejun Heo | 2013-04-30 | 1 | -0/+2 |
* | | | dump_stack: consolidate dump_stack() implementations and unify their behaviors | Tejun Heo | 2013-04-30 | 1 | -7/+0 |