index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
maccess.c
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-27
IB: make INFINIBAND_ADDR_TRANS configurable
Greg Thelen
1
-1
/
+4
2018-04-27
ib_srp: depend on INFINIBAND_ADDR_TRANS
Greg Thelen
1
-1
/
+1
2018-04-27
cifs: smbd: depend on INFINIBAND_ADDR_TRANS
Greg Thelen
1
-1
/
+1
2018-04-27
ib_srpt: depend on INFINIBAND_ADDR_TRANS
Greg Thelen
1
-1
/
+1
2018-04-27
nvmet-rdma: depend on INFINIBAND_ADDR_TRANS
Greg Thelen
1
-1
/
+1
2018-04-27
nvme: depend on INFINIBAND_ADDR_TRANS
Greg Thelen
1
-1
/
+1
2018-04-27
RDMA/mlx5: Properly check return value of mlx5_get_uars_page
Leon Romanovsky
1
-3
/
+1
2018-04-27
IB/mlx5: Fix represent correct netdevice in dual port RoCE
Parav Pandit
1
-1
/
+1
2018-04-27
IB/mlx5: Use unlimited rate when static rate is not supported
Danit Goldberg
1
-9
/
+9
2018-04-27
RDMA/mlx5: Protect from shift operand overflow
Leon Romanovsky
1
-0
/
+4
2018-04-27
RDMA/mlx5: Fix multiple NULL-ptr deref errors in rereg_mr flow
Leon Romanovsky
1
-9
/
+23
2018-04-23
IB/core: Fix deleting default GIDs when changing mac adddress
Parav Pandit
2
-25
/
+29
2018-04-23
IB/core: Fix to avoid deleting IPv6 look alike default GIDs
Parav Pandit
1
-4
/
+13
2018-04-23
IB/core: Don't allow default GID addition at non reseved slots
Parav Pandit
1
-8
/
+12
2018-04-23
uapi: Fix SPDX tags for files referring to the 'OpenIB.org' license
Jason Gunthorpe
19
-19
/
+19
2018-04-23
RDMA/ucma: Allow resolving address w/o specifying source address
Roland Dreier
1
-1
/
+1
2018-04-19
RDMA/ucma: Check for a cm_id->device in all user calls that need it
Jason Gunthorpe
1
-12
/
+24
2018-04-17
IB/uverbs: Add missing braces in anonymous union initializers
Geert Uytterhoeven
1
-6
/
+6
2018-04-17
infiniband: mlx5: fix build errors when INFINIBAND_USER_ACCESS=m
Randy Dunlap
1
-0
/
+1
2018-04-16
IB/mlx5: remove duplicate header file
Zhu Yanjun
1
-1
/
+0
2018-04-16
RDMA/ucma: ucma_context reference leak in error path
Shamir Rabinovitch
1
-3
/
+3
2018-04-15
Linux 4.17-rc1
Linus Torvalds
1
-2
/
+2
2018-04-13
kernel/kexec_file.c: move purgatories sha256 to common code
Philipp Rudo
5
-4
/
+28
2018-04-13
kernel/kexec_file.c: allow archs to set purgatory load address
Philipp Rudo
4
-32
/
+31
2018-04-13
kernel/kexec_file.c: remove mis-use of sh_offset field during purgatory load
Philipp Rudo
2
-34
/
+13
2018-04-13
kernel/kexec_file.c: remove unneeded variables in kexec_purgatory_setup_sechdrs
Philipp Rudo
1
-22
/
+12
2018-04-13
kernel/kexec_file.c: remove unneeded for-loop in kexec_purgatory_setup_sechdrs
Philipp Rudo
1
-46
/
+30
2018-04-13
kernel/kexec_file.c: split up __kexec_load_puragory
Philipp Rudo
1
-97
/
+103
2018-04-13
kernel/kexec_file.c: use read-only sections in arch_kexec_apply_relocations*
Philipp Rudo
3
-61
/
+71
2018-04-13
kernel/kexec_file.c: search symbols in read-only kexec_purgatory
Philipp Rudo
1
-16
/
+22
2018-04-13
kernel/kexec_file.c: make purgatory_info->ehdr const
Philipp Rudo
2
-8
/
+13
2018-04-13
kernel/kexec_file.c: remove checks in kexec_purgatory_load
Philipp Rudo
1
-14
/
+0
2018-04-13
include/linux/kexec.h: silence compile warnings
Philipp Rudo
1
-0
/
+2
2018-04-13
kexec_file, x86: move re-factored code to generic side
AKASHI Takahiro
3
-188
/
+201
2018-04-13
x86: kexec_file: clean up prepare_elf64_headers()
AKASHI Takahiro
1
-11
/
+7
2018-04-13
x86: kexec_file: lift CRASH_MAX_RANGES limit on crash_mem buffer
AKASHI Takahiro
1
-51
/
+31
2018-04-13
x86: kexec_file: remove X86_64 dependency from prepare_elf64_headers()
AKASHI Takahiro
1
-12
/
+12
2018-04-13
x86: kexec_file: purge system-ram walking from prepare_elf64_headers()
AKASHI Takahiro
1
-63
/
+58
2018-04-13
kexec_file,x86,powerpc: factor out kexec_file_ops functions
AKASHI Takahiro
8
-94
/
+71
2018-04-13
kexec_file: make use of purgatory optional
AKASHI Takahiro
3
-0
/
+11
2018-04-13
proc: revalidate misc dentries
Alexey Dobriyan
1
-1
/
+22
2018-04-13
mm, slab: reschedule cache_reap() on the same CPU
Vlastimil Babka
1
-1
/
+2
2018-04-13
kexec: export PG_swapbacked to VMCOREINFO
Petr Tesarik
1
-0
/
+1
2018-04-13
ipc/shm: fix use-after-free of shm file via remap_file_pages()
Eric Biggers
1
-3
/
+20
2018-04-13
mm/filemap.c: provide dummy filemap_page_mkwrite() for NOMMU
Arnd Bergmann
1
-1
/
+5
2018-04-13
mm/gup.c: document return value
Michael S. Tsirkin
6
-3
/
+17
2018-04-13
get_user_pages_fast(): return -EFAULT on access_ok failure
Michael S. Tsirkin
1
-1
/
+4
2018-04-13
mm/gup_benchmark: handle gup failures
Michael S. Tsirkin
1
-1
/
+3
2018-04-13
resource: fix integer overflow at reallocation
Takashi Iwai
1
-1
/
+2
2018-04-13
kconfig: extend output of 'listnewconfig'
Don Zickus
1
-2
/
+12
[next]