Age | Commit message (Expand) | Author | Files | Lines |
2019-05-30 | treewide: Add SPDX license identifier - Kbuild | Greg Kroah-Hartman | 2 | -0/+2 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 3 | -0/+3 |
2019-05-18 | arch: remove dangling asm-generic wrappers | Masahiro Yamada | 1 | -1/+0 |
2019-05-16 | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl... | Linus Torvalds | 1 | -0/+1 |
2019-05-16 | Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 3 | -55/+2 |
2019-05-15 | clk: Remove io.h from clk-provider.h | Stephen Boyd | 1 | -0/+1 |
2019-05-14 | arch: remove <asm/sizes.h> and <asm-generic/sizes.h> | Masahiro Yamada | 1 | -1/+0 |
2019-05-14 | init: provide a generic free_initmem implementation | Mike Rapoport | 1 | -6/+0 |
2019-05-14 | initramfs: provide a generic free_initrd_mem implementation | Christoph Hellwig | 1 | -8/+0 |
2019-05-07 | Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+6 |
2019-05-06 | Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 1 | -0/+1 |
2019-05-06 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -3/+0 |
2019-05-06 | Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -2/+0 |
2019-04-23 | asm-generic: provide entirely generic nommu uaccess | Christoph Hellwig | 3 | -55/+2 |
2019-04-10 | Merge branch 'linus' into locking/core, to pick up fixes | Ingo Molnar | 1 | -27/+7 |
2019-04-08 | arch: Use asm-generic header for asm/mmiowb.h | Will Deacon | 1 | -0/+1 |
2019-04-05 | syscalls: Remove start and number from syscall_get_arguments() args | Steven Rostedt (Red Hat) | 1 | -27/+7 |
2019-04-03 | locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archs | Waiman Long | 1 | -3/+0 |
2019-04-03 | arch/tlb: Clean up simple architectures | Peter Zijlstra | 1 | -2/+0 |
2019-03-28 | KVM: export <linux/kvm_para.h> and <asm/kvm_para.h> iif KVM is supported | Masahiro Yamada | 2 | -1/+1 |
2019-03-20 | syscall_get_arch: add "struct task_struct *" argument | Dmitry V. Levin | 1 | -1/+1 |
2019-03-20 | h8300: define syscall_get_arch() | Dmitry V. Levin | 1 | -0/+6 |
2019-03-17 | kbuild: force all architectures except um to include mandatory-y | Masahiro Yamada | 1 | -2/+0 |
2019-03-17 | kbuild: warn redundant generic-y | Masahiro Yamada | 1 | -1/+0 |
2019-03-14 | h8300: use cc-cross-prefix instead of hardcoding h8300-unknown-linux- | Masahiro Yamada | 1 | -1/+1 |
2019-03-12 | treewide: add checks for the return value of memblock_alloc*() | Mike Rapoport | 1 | -0/+3 |
2019-03-12 | arch: don't memset(0) memory returned by memblock_alloc() | Mike Rapoport | 1 | -1/+0 |
2019-03-07 | configs: get rid of obsolete CONFIG_ENABLE_WARN_DEPRECATED | Alexey Brodkin | 3 | -3/+0 |
2019-03-05 | Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -0/+3 |
2019-03-04 | get rid of legacy 'get_ds()' function | Linus Torvalds | 1 | -6/+0 |
2019-02-27 | Merge tag 'y2038-syscall-abi' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Thomas Gleixner | 2 | -0/+3 |
2019-02-19 | asm-generic: Make time32 syscall numbers optional | Arnd Bergmann | 1 | -0/+1 |
2019-02-19 | asm-generic: Drop getrlimit and setrlimit syscalls from default list | Yury Norov | 1 | -0/+1 |
2019-02-19 | 32-bit userspace ABI: introduce ARCH_32BIT_OFF_T config option | Yury Norov | 1 | -0/+1 |
2019-02-01 | arch: unexport asm/shmparam.h for all architectures | Masahiro Yamada | 2 | -1/+1 |
2019-01-16 | kbuild: remove unused archmrproper | Masahiro Yamada | 1 | -2/+0 |
2019-01-06 | arch: restore generic-y += shmparam.h for some architectures | Masahiro Yamada | 1 | -0/+1 |
2019-01-06 | arch: remove redundant UAPI generic-y defines | Masahiro Yamada | 1 | -26/+0 |
2019-01-06 | arch: remove stale comments "UAPI Header export list" | Masahiro Yamada | 1 | -1/+0 |
2019-01-05 | Merge tag 'for-4.21' of git://git.sourceforge.jp/gitroot/uclinux-h8/linux | Linus Torvalds | 2 | -18/+1 |
2019-01-03 | Remove 'type' argument from access_ok() function | Linus Torvalds | 1 | -2/+2 |
2019-01-01 | Merge tag 'kgdb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da... | Linus Torvalds | 1 | -1/+1 |
2018-12-30 | kgdb/treewide: constify struct kgdb_arch arch_kgdb_ops | Christophe Leroy | 1 | -1/+1 |
2018-12-29 | h8300: pci: Remove local declaration of pcibios_penalize_isa_irq | Guenter Roeck | 2 | -18/+1 |
2018-12-13 | dma-mapping: always build the direct mapping code | Christoph Hellwig | 1 | -1/+0 |
2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport | 2 | -2/+1 |
2018-10-31 | memblock: rename free_all_bootmem to memblock_free_all | Mike Rapoport | 1 | -1/+1 |
2018-10-31 | memblock: replace alloc_bootmem_pages with memblock_alloc | Mike Rapoport | 1 | -1/+1 |
2018-10-31 | mm: remove CONFIG_HAVE_MEMBLOCK | Mike Rapoport | 1 | -1/+0 |
2018-10-31 | mm: remove CONFIG_NO_BOOTMEM | Mike Rapoport | 1 | -1/+0 |