Age | Commit message (Expand) | Author | Files | Lines |
2019-05-15 | clk: Remove io.h from clk-provider.h | Stephen Boyd | 1 | -0/+1 |
2019-01-04 | Remove 'type' argument from access_ok() function | Linus Torvalds | 1 | -2/+2 |
2018-12-30 | kgdb/treewide: constify struct kgdb_arch arch_kgdb_ops | Christophe Leroy | 1 | -1/+1 |
2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport | 1 | -1/+0 |
2018-10-11 | vmlinux.lds.h: Move LSM_TABLE into INIT_DATA | Kees Cook | 1 | -1/+0 |
2018-08-22 | arch/h8300: eliminate kgbd.c warning | Randy Dunlap | 1 | -1/+1 |
2018-08-22 | h8300: remove unnecessary of_platform_populate call | Rob Herring | 1 | -10/+0 |
2018-08-22 | h8300: switch to NO_BOOTMEM | Rob Herring | 1 | -28/+8 |
2018-08-22 | h8300: gcc-8.1 fix | Yoshinori Sato | 1 | -3/+4 |
2018-01-15 | h8300: use dma-direct | Christoph Hellwig | 2 | -67/+1 |
2018-01-15 | dma-mapping: clear harmful GFP_* flags in common code | Christoph Hellwig | 1 | -3/+0 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 12 | -0/+12 |
2017-07-04 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
2017-06-29 | arch: remove unused macro/function thread_saved_pc() | Tobias Klauser | 1 | -5/+0 |
2017-06-14 | clocksource/drivers: Rename clocksource_probe to timer_probe | Daniel Lezcano | 1 | -1/+1 |
2017-03-29 | Merge branch 'regset' (PTRACE_SETREGSET data leakage) | Linus Torvalds | 1 | -3/+5 |
2017-03-29 | h8300/ptrace: Fix incorrect register transfer count | Dave Martin | 1 | -3/+5 |
2017-03-07 | h8300: Fix build breakage caused by header file changes | Guenter Roeck | 1 | -1/+1 |
2017-03-02 | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu... | Ingo Molnar | 1 | -0/+1 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2 | -0/+2 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2 | -0/+2 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -1/+1 |
2017-01-24 | treewide: Constify most dma_map_ops structures | Bart Van Assche | 1 | -1/+1 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2 | -2/+2 |
2016-10-28 | h8300: fix syscall restarting | Mark Rutland | 1 | -1/+1 |
2016-10-08 | nmi_backtrace: generate one-line reports for idle cpus | Chris Metcalf | 1 | -0/+1 |
2016-08-04 | dma-mapping: use unsigned long for dma_attrs | Krzysztof Kozlowski | 1 | -4/+4 |
2016-03-24 | h8300: switch EARLYCON | Yoshinori Sato | 2 | -65/+9 |
2016-01-20 | h8300: System call entry enable interrupt. | Yoshinori Sato | 1 | -0/+1 |
2016-01-20 | h8300: show_stack cleanup | Yoshinori Sato | 1 | -12/+8 |
2016-01-20 | h8300: Add KGDB support. | Yoshinori Sato | 3 | -0/+155 |
2016-01-20 | h8300: signal stack fix | Yoshinori Sato | 1 | -4/+4 |
2015-12-15 | h8300: Rename ctlr_out/in[bwl] to raw_read/write[bwl] | Daniel Lezcano | 1 | -4/+4 |
2015-11-12 | h8300: enable CLKSRC_OF | Yoshinori Sato | 1 | -0/+2 |
2015-11-08 | h8300: Fix alignment for .data | Yoshinori Sato | 1 | -2/+2 |
2015-06-23 | h8300: Build scripts | Yoshinori Sato | 2 | -0/+86 |
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: 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 |
2013-09-17 | Drop support for Renesas H8/300 (h8300) architecture | Guenter Roeck | 21 | -3142/+0 |
2013-07-04 | Merge branch 'akpm' (updates from Andrew Morton) | Linus Torvalds | 1 | -0/+2 |
2013-07-04 | h8300: normalize global variables exported by vmlinux.lds | Jiang Liu | 1 | -0/+2 |
2013-06-23 | h8300: Fill the system call table using a CALL() macro | Geert Uytterhoeven | 1 | -320/+322 |
2013-06-23 | h8300: Hardcode symbol prefixes in asm sources | Geert Uytterhoeven | 2 | -382/+382 |
2013-05-05 | h8300: single_open() leaks | Al Viro | 1 | -1/+1 |
2013-05-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -15/+20 |
2013-05-01 | dump_stack: unify debug information printed by show_regs() | Tejun Heo | 1 | -0/+2 |