Age | Commit message (Expand) | Author |
2019-12-10 | mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo... | Ingo Molnar |
2019-09-24 | mm: consolidate pgtable_cache_init() and pgd_cache_init() | Mike Rapoport |
2019-07-17 | Merge tag 'h8300-for-linus-20190617' of git://git.sourceforge.jp/gitroot/ucli... | Linus Torvalds |
2019-06-24 | binfmt_flat: remove the persistent argument from flat_get_addr_from_rp | Christoph Hellwig |
2019-06-24 | binfmt_flat: replace flat_argvp_envp_on_stack with a Kconfig variable | Christoph Hellwig |
2019-06-24 | binfmt_flat: remove flat_old_ram_flag | Christoph Hellwig |
2019-06-24 | binfmt_flat: remove flat_set_persistent | Christoph Hellwig |
2019-06-24 | binfmt_flat: remove flat_reloc_valid | Christoph Hellwig |
2019-06-18 | H8300: remove unused barrier defines | Rolf Eike Beer |
2019-05-30 | treewide: Add SPDX license identifier - Kbuild | Greg Kroah-Hartman |
2019-05-18 | arch: remove dangling asm-generic wrappers | Masahiro Yamada |
2019-05-16 | Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2019-05-14 | arch: remove <asm/sizes.h> and <asm-generic/sizes.h> | Masahiro Yamada |
2019-05-07 | Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2019-05-06 | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds |
2019-05-06 | Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2019-04-23 | asm-generic: provide entirely generic nommu uaccess | Christoph Hellwig |
2019-04-08 | arch: Use asm-generic header for asm/mmiowb.h | Will Deacon |
2019-04-05 | syscalls: Remove start and number from syscall_get_arguments() args | Steven Rostedt (Red Hat) |
2019-04-03 | arch/tlb: Clean up simple architectures | Peter Zijlstra |
2019-03-28 | KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supported | Masahiro Yamada |
2019-03-20 | syscall_get_arch: add "struct task_struct *" argument | Dmitry V. Levin |
2019-03-20 | h8300: define syscall_get_arch() | Dmitry V. Levin |
2019-03-17 | kbuild: warn redundant generic-y | Masahiro Yamada |
2019-03-04 | get rid of legacy 'get_ds()' function | Linus Torvalds |
2019-02-01 | arch: unexport asm/shmparam.h for all architectures | Masahiro Yamada |
2018-12-29 | h8300: pci: Remove local declaration of pcibios_penalize_isa_irq | Guenter Roeck |
2018-10-31 | treewide: remove current_text_addr | Nick Desaulniers |
2018-08-22 | Merge tag 'for-4.19' of git://git.sourceforge.jp/gitroot/uclinux-h8/linux | Linus Torvalds |
2018-08-22 | arch/h8300: eliminate ptrace.h warnings | Randy Dunlap |
2018-08-22 | h8300: Don't include linux/kernel.h in asm/atomic.h | Will Deacon |
2018-08-22 | h8300: Correct signature of test_bit() | Geert Uytterhoeven |
2018-08-22 | h8300: Add missing output register. | Yoshinori Sato |
2018-06-21 | atomics/treewide: Make unconditional inc/dec ops optional | Mark Rutland |
2018-06-21 | atomics/treewide: Make test ops optional | Mark Rutland |
2018-06-21 | atomics/treewide: Make atomic_fetch_add_unless() optional | Mark Rutland |
2018-06-21 | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless() | Mark Rutland |
2018-06-21 | locking/atomics/h8300: Don't include <linux/kernel.h> in <asm/atomic.h> | Will Deacon |
2018-06-04 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2018-05-07 | PCI: remove PCI_DMA_BUS_IS_PHYS | Christoph Hellwig |
2018-04-19 | time: Add an asm-generic/compat.h file | Arnd Bergmann |
2018-03-22 | h8300: remove extraneous __BIG_ENDIAN definition | Arnd Bergmann |
2018-02-01 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds |
2018-01-31 | Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds |
2018-01-15 | h8300: use dma-direct | Christoph Hellwig |
2018-01-09 | Construct init thread stack in the linker script rather than by union | David Howells |
2018-01-03 | arch: Remove clkdev.h asm-generic from Kbuild | Stephen Boyd |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-08-10 | h8300: Mark _stext and _etext as char-arrays, not single char variables | Masami Hiramatsu |
2017-07-16 | h8300: Add missing closing parenthesis in flat_get_addr_from_rp() | Geert Uytterhoeven |