| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-01-24 | treewide: Constify most dma_map_ops structures |  Bart Van Assche | 1 | -2/+2 |
| 2016-11-17 | locking/core: Provide common cpu_relax_yield() definition |  Christian Borntraeger | 1 | -1/+0 |
| 2016-11-16 | locking/core, arch: Remove cpu_relax_lowlatency() |  Christian Borntraeger | 1 | -1/+0 |
| 2016-11-16 | locking/core: Introduce cpu_relax_yield() |  Christian Borntraeger | 1 | -0/+1 |
| 2016-11-11 | Merge branch 'linus' into locking/core, to pick up fixes |  Ingo Molnar | 1 | -4/+0 |
| 2016-10-27 | h8300: fix syscall restarting |  Mark Rutland | 1 | -4/+0 |
| 2016-10-25 | locking/mutex: Kill arch specific code |  Peter Zijlstra | 1 | -9/+0 |
| 2016-08-13 | h8300: Add missing include file to asm/io.h |  Guenter Roeck | 1 | -0/+2 |
| 2016-08-05 | Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux |  Linus Torvalds | 1 | -9/+0 |
| 2016-06-16 | locking/atomic: Remove linux/atomic.h:atomic_fetch_or() |  Peter Zijlstra | 1 | -2/+0 |
| 2016-06-16 | locking/atomic, arch/h8300: Implement atomic_fetch_{add,sub,and,or,xor}() |  Peter Zijlstra | 1 | -6/+25 |
| 2016-06-04 | rtc: cmos: remove empty asm/mc146818rtc.h files |  Arnd Bergmann | 1 | -9/+0 |
| 2016-05-28 | Merge branch 'hash' of git://ftp.sciencehorizons.net/linux |  Linus Torvalds | 1 | -0/+53 |
| 2016-05-28 | h8300: Add <asm/hash.h> |  George Spelvin | 1 | -0/+53 |
| 2016-05-24 | Merge tag 'asm-generic-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic |  Linus Torvalds | 1 | -0/+2 |
| 2016-05-20 | exit_thread: remove empty bodies |  Jiri Slaby | 1 | -7/+0 |
| 2016-05-05 | asm-generic: Drop renameat syscall from default list |  James Hogan | 1 | -0/+2 |
| 2016-01-21 | Merge branch 'akpm' (patches from Andrew) |  Linus Torvalds | 1 | -2/+0 |
| 2016-01-20 | dma-mapping: always provide the dma_map_ops based implementation |  Christoph Hellwig | 1 | -2/+0 |
| 2016-01-20 | h8300: show_stack cleanup |  Yoshinori Sato | 1 | -1/+1 |
| 2016-01-20 | h8300: Restraint of warning. |  Yoshinori Sato | 1 | -4/+4 |
| 2016-01-20 | h8300: Add KGDB support. |  Yoshinori Sato | 1 | -0/+45 |
| 2015-12-15 | h8300: Rename ctlr_out/in[bwl] to raw_read/write[bwl] |  Daniel Lezcano | 1 | -16/+23 |
| 2015-11-12 | Merge tag 'for-4.4' of git://git.osdn.jp/gitroot/uclinux-h8/linux |  Linus Torvalds | 2 | -14/+12 |
| 2015-11-08 | h8300: bit io fix |  Yoshinori Sato | 1 | -6/+6 |
| 2015-11-08 | h8300: Fix alignment for .data |  Yoshinori Sato | 1 | -8/+6 |
| 2015-10-20 | Merge tag 'v4.3-rc6' into locking/core, to pick up fixes before applying new changes |  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-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-17 | mm: clean up per architecture MM hook header files |  Laurent Dufour | 1 | -0/+1 |
| 2015-06-23 | h8300: UAPI headers |  Yoshinori Sato | 6 | -0/+214 |
| 2015-06-23 | h8300: Assembly headers |  Yoshinori Sato | 32 | -0/+1605 |
| 2013-09-16 | Drop support for Renesas H8/300 (h8300) architecture |  Guenter Roeck | 111 | -4471/+0 |
| 2013-07-10 | net: rename busy poll socket op and globals |  Eliezer Tamir | 1 | -1/+1 |
| 2013-07-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next |  Linus Torvalds | 1 | -0/+2 |
| 2013-07-03 | Merge branch 'exotic-arch-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k |  Linus Torvalds | 4 | -21/+4 |
| 2013-06-29 | consolidate io_remap_pfn_range definitions |  Al Viro | 1 | -3/+0 |
| 2013-06-23 | h8300: Wire up asm-generic/xor.h |  Geert Uytterhoeven | 1 | -0/+1 |
| 2013-06-23 | h8300: Fix <asm/tlb.h> |  Geert Uytterhoeven | 1 | -15/+0 |
| 2013-06-23 | h8300: Hardcode symbol prefixes in asm sources |  Geert Uytterhoeven | 2 | -6/+1 |
| 2013-06-17 | net: add socket option for low latency polling |  Eliezer Tamir | 1 | -0/+2 |
| 2013-06-16 | h8300: add missing definition for read_barries_depends() |  Jiang Liu | 1 | -0/+2 |