index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
sh
Age
Commit message (
Expand
)
Author
2019-07-12
Merge tag 'asm-generic-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2019-07-12
Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2019-07-12
mm: rename CONFIG_HAVE_GENERIC_GUP to CONFIG_HAVE_FAST_GUP
Christoph Hellwig
2019-07-12
sh: use the generic get_user_pages_fast code
Christoph Hellwig
2019-07-12
sh: add the missing pud_page definition
Christoph Hellwig
2019-07-12
sh: prevent warnings when using iounmap
Sam Ravnborg
2019-07-12
sh: config: remove left-over BACKLIGHT_LCD_SUPPORT
Krzysztof Kozlowski
2019-07-12
arch/sh/configs/sdk7786_defconfig: remove CONFIG_LOGFS
Kefeng Wang
2019-07-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2019-07-10
Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2019-07-10
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...
Linus Torvalds
2019-07-09
Merge tag 'docs-5.3' of git://git.lwn.net/linux
Linus Torvalds
2019-07-08
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2019-07-01
sh: don't use asm-generic/ptrace.h
Christoph Hellwig
2019-06-28
arch: wire-up pidfd_open()
Christian Brauner
2019-06-24
binfmt_flat: remove the persistent argument from flat_get_addr_from_rp
Christoph Hellwig
2019-06-24
binfmt_flat: add a ARCH_HAS_BINFMT_FLAT option
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: provide a default version of flat_get_relocate_addr
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-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-15
net: sched: remove NET_CLS_IND config option
Jiri Pirko
2019-06-14
docs: kdump: convert docs to ReST and rename to *.rst
Mauro Carvalho Chehab
2019-06-03
sh: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 211
Thomas Gleixner
2019-05-29
signal: Remove the task parameter from force_sig_fault
Eric W. Biederman
2019-05-29
signal: Explicitly call force_sig_fault on current
Eric W. Biederman
2019-05-29
signal/sh: Remove tsk parameter from force_sig_info_fault
Eric W. Biederman
2019-05-27
signal: Remove task parameter from force_sig
Eric W. Biederman
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-18
treewide: prefix header search paths with $(srctree)/
Masahiro Yamada
2019-05-18
sh: exclude vmlinux.scr from .gitignore pattern
Masahiro Yamada
2019-05-18
sh: vsyscall: drop unnecessary cc-ldoption
Nick Desaulniers
2019-05-17
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2019-05-16
uapi: Wire up the mount API syscalls on non-x86 arches [ver #2]
David Howells
2019-05-14
arch: remove <asm/sizes.h> and <asm-generic/sizes.h>
Masahiro Yamada
2019-05-14
treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>
Masahiro Yamada
2019-05-14
mm: memblock: make keeping memblock memory opt-in rather than opt-out
Mike Rapoport
2019-05-14
mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never fail
David Hildenbrand
2019-05-14
mm, memory_hotplug: provide a more generic restrictions for memory hotplug
Michal Hocko
2019-05-14
hugetlb: allow to free gigantic pages regardless of the configuration
Alexandre Ghiti
2019-05-14
mm: simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOC
Alexandre Ghiti
2019-05-14
sh: advertise gigantic page support
Alexandre Ghiti
2019-05-14
init: provide a generic free_initmem implementation
Mike Rapoport
2019-05-14
initramfs: provide a generic free_initrd_mem implementation
Christoph Hellwig
2019-05-14
mm/gup: change GUP fast to use flags rather than a write 'bool'
Ira Weiny
[next]