index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Makefile
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-07-19
drivers/base/memory.c: get rid of find_memory_block_hinted()
David Hildenbrand
2
-28
/
+14
2019-07-19
mm/memory_hotplug: move and simplify walk_memory_blocks()
David Hildenbrand
4
-57
/
+45
2019-07-19
mm/memory_hotplug: rename walk_memory_range() and pass start+size instead of ...
David Hildenbrand
5
-41
/
+32
2019-07-19
mm: make register_mem_sect_under_node() static
David Hildenbrand
2
-8
/
+2
2019-07-19
drivers/base/memory: use "unsigned long" for block ids
David Hildenbrand
1
-11
/
+11
2019-07-19
mm: section numbers use the type "unsigned long"
David Hildenbrand
3
-22
/
+21
2019-07-19
resource: avoid unnecessary lookups in find_next_iomem_res()
Nadav Amit
1
-7
/
+22
2019-07-19
resource: fix locking in find_next_iomem_res()
Nadav Amit
1
-10
/
+10
2019-07-19
mm: thp: fix false negative of shmem vma's THP eligibility
Yang Shi
4
-5
/
+14
2019-07-19
mm: thp: make transhuge_vma_suitable available for anonymous THP
Yang Shi
4
-31
/
+41
2019-07-19
mm/sparse.c: set section nid for hot-add memory
Wei Yang
1
-0
/
+1
2019-07-19
mm/memory_hotplug: remove "zone" parameter from sparse_remove_one_section
David Hildenbrand
3
-4
/
+4
2019-07-19
mm/memory_hotplug: make unregister_memory_block_under_nodes() never fail
David Hildenbrand
2
-16
/
+7
2019-07-19
mm/memory_hotplug: remove memory block devices before arch_remove_memory()
David Hildenbrand
5
-31
/
+30
2019-07-19
mm/memory_hotplug: drop MHP_MEMBLOCK_API
David Hildenbrand
2
-14
/
+3
2019-07-19
mm/memory_hotplug: create memory block devices after arch_add_memory()
David Hildenbrand
3
-36
/
+63
2019-07-19
mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVE
David Hildenbrand
12
-28
/
+0
2019-07-19
drivers/base/memory: pass a block_id to init_memory_block()
David Hildenbrand
1
-16
/
+11
2019-07-19
arm64/mm: add temporary arch_remove_memory() implementation
David Hildenbrand
1
-0
/
+19
2019-07-19
s390x/mm: implement arch_remove_memory()
David Hildenbrand
1
-6
/
+7
2019-07-19
s390x/mm: fail when an altmap is used for arch_add_memory()
David Hildenbrand
1
-0
/
+3
2019-07-19
mm/memory_hotplug: simplify and fix check_hotplug_memory_range()
David Hildenbrand
1
-8
/
+3
2019-07-18
MAINTAINERS: mark floppy.c orphaned
Jiri Kosina
1
-3
/
+2
2019-07-17
floppy: fix out-of-bounds read in copy_buffer
Denis Efremov
1
-2
/
+4
2019-07-17
floppy: fix invalid pointer dereference in drive_name
Denis Efremov
1
-3
/
+8
2019-07-17
floppy: fix out-of-bounds read in next_valid_format
Denis Efremov
1
-0
/
+18
2019-07-17
floppy: fix div-by-zero in setup_format_params
Denis Efremov
1
-0
/
+5
2019-07-17
platform/x86: asus: Rename "fan mode" to "fan boost mode"
Daniel Drake
3
-60
/
+66
2019-07-17
fs/select.c: use struct_size() in kmalloc()
Gustavo A. R. Silva
1
-3
/
+3
2019-07-17
mm: add account_locked_vm utility function
Daniel Jordan
7
-190
/
+98
2019-07-17
arm64: mm: implement pte_devmap support
Robin Murphy
3
-0
/
+23
2019-07-17
mm: introduce ARCH_HAS_PTE_DEVMAP
Robin Murphy
9
-14
/
+11
2019-07-17
mm: clean up is_device_*_page() definitions
Robin Murphy
1
-22
/
+9
2019-07-17
mm/mmap: move common defines to mman-common.h
Aneesh Kumar K.V
4
-17
/
+10
2019-07-17
mm: move MAP_SYNC to asm-generic/mman-common.h
Aneesh Kumar K.V
2
-2
/
+2
2019-07-17
device-dax: "Hotremove" persistent memory that is used like normal RAM
Pavel Tatashin
2
-4
/
+39
2019-07-17
mm/hotplug: make remove_memory() interface usable
Pavel Tatashin
2
-23
/
+49
2019-07-17
device-dax: fix memory and resource leak if hotplug fails
Pavel Tatashin
1
-1
/
+4
2019-07-17
include/linux/lz4.h: fix spelling and copy-paste errors in documentation
Tom Levy
1
-9
/
+9
2019-07-17
ipc/mqueue.c: only perform resource calculation if user valid
Kees Cook
1
-9
/
+10
2019-07-17
include/asm-generic/bug.h: fix "cut here" for WARN_ON for __WARN_TAINT archit...
Drew Davenport
1
-2
/
+4
2019-07-17
scripts/gdb: add helpers to find and list devices
Leonard Crestez
2
-0
/
+183
2019-07-17
scripts/gdb: add lx-genpd-summary command
Leonard Crestez
2
-0
/
+84
2019-07-17
drivers/pps/pps.c: clear offset flags in PPS_SETPARAMS ioctl
Miroslav Lichvar
1
-0
/
+8
2019-07-17
kernel/pid.c: convert struct pid count to refcount_t
Joel Fernandes (Google)
2
-7
/
+7
2019-07-17
drivers/rapidio/devices/rio_mport_cdev.c: NUL terminate some strings
Dan Carpenter
1
-0
/
+2
2019-07-17
select: shift restore_saved_sigmask_unless() into poll_select_copy_remaining()
Oleg Nesterov
1
-33
/
+13
2019-07-17
select: change do_poll() to return -ERESTARTNOHAND rather than -EINTR
Oleg Nesterov
1
-23
/
+7
2019-07-17
signal: simplify set_user_sigmask/restore_user_sigmask
Oleg Nesterov
8
-108
/
+57
2019-07-17
signal: reorder struct sighand_struct
Alexey Dobriyan
1
-2
/
+2
[next]