Age | Commit message (Expand) | Author | Files | Lines |
2015-11-13 | Merge tag 'for-4.4' of git://git.osdn.jp/gitroot/uclinux-h8/linux | Linus Torvalds | 11 | -30/+29 |
2015-11-12 | h8300: enable CLKSRC_OF | Yoshinori Sato | 2 | -0/+3 |
2015-11-08 | h8300: Don't set CROSS_COMPILE unconditionally | Javier Martinez Canillas | 1 | -0/+2 |
2015-11-08 | h8300: bit io fix | Yoshinori Sato | 1 | -6/+6 |
2015-11-08 | h8300: zImage fix | Yoshinori Sato | 4 | -11/+7 |
2015-11-08 | h8300: register address fix | Yoshinori Sato | 1 | -3/+3 |
2015-11-08 | h8300: Fix alignment for .data | Yoshinori Sato | 2 | -10/+8 |
2015-11-06 | Merge tag 'devicetree-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -0/+3 |
2015-10-28 | h8300: enable building of all dtbs | Rob Herring | 1 | -0/+3 |
2015-10-20 | Merge tag 'v4.3-rc6' into locking/core, to pick up fixes before applying new ... | Ingo Molnar | 1 | -0/+1 |
2015-10-06 | word-at-a-time.h: fix some Kbuild files | Chris Metcalf | 1 | -0/+1 |
2015-09-23 | atomic, arch: Audit atomic_{read,set}() | Peter Zijlstra | 1 | -2/+2 |
2015-09-10 | dma-mapping: consolidate dma_set_mask | Christoph Hellwig | 1 | -5/+0 |
2015-09-10 | dma-mapping: consolidate dma_supported | Christoph Hellwig | 1 | -5/+0 |
2015-09-10 | dma-mapping: cosolidate dma_mapping_error | Christoph Hellwig | 1 | -5/+0 |
2015-09-10 | dma-mapping: consolidate dma_{alloc,free}_noncoherent | Christoph Hellwig | 1 | -3/+0 |
2015-09-10 | dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent} | Christoph Hellwig | 1 | -26/+0 |
2015-09-10 | lib/decompressors: use real out buf size for gunzip with kernel | Yinghai Lu | 1 | -1/+1 |
2015-07-27 | atomic: Collapse all atomic_{set,clear}_mask definitions | Peter Zijlstra | 1 | -10/+0 |
2015-07-27 | atomic: Provide atomic_{or,xor,and} | Peter Zijlstra | 1 | -2/+0 |
2015-07-27 | h8300: Provide atomic_{or,xor,and} | Peter Zijlstra | 1 | -95/+40 |
2015-07-18 | mm: clean up per architecture MM hook header files | Laurent Dufour | 1 | -0/+1 |
2015-06-23 | h8300: Always build dtb | Yoshinori Sato | 1 | -1/+2 |
2015-06-23 | h8300: Remove ARCH_WANT_IPC_PARSE_VERSION | Yoshinori Sato | 1 | -1/+0 |
2015-06-23 | h8300: Symbol name fix | Yoshinori Sato | 1 | -1/+1 |
2015-06-23 | h8300: devicetree source | Yoshinori Sato | 4 | -0/+313 |
2015-06-23 | h8300: configs | Yoshinori Sato | 3 | -0/+147 |
2015-06-23 | h8300: Build scripts | Yoshinori Sato | 5 | -0/+317 |
2015-06-23 | h8300: library functions | Yoshinori Sato | 16 | -0/+723 |
2015-06-23 | h8300: Memory management | Yoshinori Sato | 4 | -0/+243 |
2015-06-23 | h8300: miscellaneous functions | Yoshinori Sato | 6 | -0/+335 |
2015-06-23 | h8300: process helpers | Yoshinori Sato | 4 | -0/+674 |
2015-06-23 | h8300: compressed image support | Yoshinori Sato | 6 | -0/+226 |
2015-06-23 | h8300: Low level entry | Yoshinori Sato | 3 | -0/+584 |
2015-06-23 | h8300: kernel startup | Yoshinori Sato | 1 | -0/+255 |
2015-06-23 | h8300: Interrupt and exceptions | Yoshinori Sato | 3 | -0/+547 |
2015-06-23 | h8300: UAPI headers | Yoshinori Sato | 6 | -0/+214 |
2015-06-23 | h8300: Assembly headers | Yoshinori Sato | 32 | -0/+1605 |
2013-09-17 | Drop support for Renesas H8/300 (h8300) architecture | Guenter Roeck | 176 | -10878/+0 |
2013-09-13 | Remove GENERIC_HARDIRQ config option | Martin Schwidefsky | 1 | -1/+0 |
2013-07-11 | net: rename busy poll socket op and globals | Eliezer Tamir | 1 | -1/+1 |
2013-07-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+2 |
2013-07-04 | Merge branch 'akpm' (updates from Andrew Morton) | Linus Torvalds | 3 | -33/+14 |
2013-07-04 | mm/h8300: prepare for removing num_physpages and simplify mem_init() | Jiang Liu | 1 | -28/+8 |
2013-07-04 | h8300: normalize global variables exported by vmlinux.lds | Jiang Liu | 2 | -1/+2 |
2013-07-04 | mm: concentrate modification of totalram_pages into the mm core | Jiang Liu | 1 | -1/+1 |
2013-07-04 | mm: enhance free_reserved_area() to support poisoning memory with zero | Jiang Liu | 1 | -2/+2 |
2013-07-04 | mm: change signature of free_reserved_area() to fix building warnings | Jiang Liu | 1 | -1/+1 |
2013-07-03 | Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 20 | -586/+459 |
2013-06-29 | consolidate io_remap_pfn_range definitions | Al Viro | 1 | -3/+0 |