index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
kobject_uevent.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-03-08
build_bug.h: add wrapper for _Static_assert
Rasmus Villemoes
1
-0
/
+19
2019-03-08
scripts/spelling.txt: add more spellings to spelling.txt
Colin Ian King
1
-0
/
+69
2019-03-08
kernel/sys: annotate implicit fall through
Mathieu Malaterre
1
-0
/
+1
2019-03-08
kernel/hung_task.c: Use continuously blocked time when reporting.
Tetsuo Handa
1
-1
/
+1
2019-03-08
kernel/hung_task.c - fix sparse warnings
Valdis Kletnieks
1
-0
/
+1
2019-03-08
include/linux/types.h: use "unsigned int" instead of "unsigned"
WangBo
1
-3
/
+3
2019-03-08
<linux/kernel.h>: drop the gcc-3.3 'const' hack in roundup()
Randy Dunlap
1
-3
/
+1
2019-03-08
kernel/panic.c: taint: fix debugfs_simple_attr.cocci warnings
YueHaibing
1
-6
/
+4
2019-03-08
kernel.h: unconditionally include asm/div64.h for do_div()
Jani Nikula
1
-1
/
+1
2019-03-07
iio: adc: fix warning in Qualcomm PM8xxx HK/XOADC driver
Linus Torvalds
1
-7
/
+3
2019-03-06
ipc: Fix building compat mode without sysvipc
Arnd Bergmann
1
-0
/
+3
2019-03-06
tools/testing/selftests/proc/proc-self-syscall.c: remove duplicate include
Souptick Joarder
1
-1
/
+0
2019-03-06
proc: more robust bulk read test
Alexey Dobriyan
1
-0
/
+14
2019-03-06
proc: test /proc/*/maps, smaps, smaps_rollup, statm
Alexey Dobriyan
3
-0
/
+408
2019-03-06
proc: use seq_puts() everywhere
Alexey Dobriyan
3
-10
/
+10
2019-03-06
proc: read kernel cpu stat pointer once
Alexey Dobriyan
1
-28
/
+32
2019-03-06
proc: remove unused argument in proc_pid_lookup()
Zhikang Zhang
3
-3
/
+3
2019-03-06
fs/proc/thread_self.c: code cleanup for proc_setup_thread_self()
Chengguang Xu
1
-8
/
+8
2019-03-06
fs/proc/self.c: code cleanup for proc_setup_self()
Chengguang Xu
1
-8
/
+8
2019-03-06
proc: return exit code 4 for skipped tests
Alexey Dobriyan
5
-5
/
+5
2019-03-06
mm,mremap: bail out earlier in mremap_to under map pressure
Oscar Salvador
1
-0
/
+17
2019-03-06
mm/sparse: fix a bad comparison
Qian Cai
1
-1
/
+1
2019-03-06
mm/memory.c: do_fault: avoid usage of stale vm_area_struct
Jan Stancek
1
-1
/
+4
2019-03-06
writeback: fix inode cgroup switching comment
Greg Thelen
2
-2
/
+2
2019-03-06
mm/huge_memory.c: fix "orig_pud" set but not used
Qian Cai
1
-3
/
+1
2019-03-06
mm/hotplug: fix an imbalance with DEBUG_PAGEALLOC
Qian Cai
1
-0
/
+1
2019-03-06
mm/memcontrol.c: fix bad line in comment
Qian Cai
1
-1
/
+1
2019-03-06
mm/cma.c: cma_declare_contiguous: correct err handling
Peng Fan
1
-1
/
+3
2019-03-06
mm/page_ext.c: fix an imbalance with kmemleak
Qian Cai
1
-0
/
+1
2019-03-06
mm/compaction: pass pgdat to too_many_isolated() instead of zone
Andrey Ryabinin
1
-10
/
+9
2019-03-06
mm: remove zone_lru_lock() function, access ->lru_lock directly
Andrey Ryabinin
13
-58
/
+55
2019-03-06
mm/workingset: remove unused @mapping argument in workingset_eviction()
Andrey Ryabinin
3
-5
/
+4
2019-03-06
mm/swapfile.c: use struct_size() in kvzalloc()
Gustavo A. R. Silva
1
-2
/
+1
2019-03-06
mm/cma_debug.c: remove static scoped cma_debugfs_root
Yue Hu
1
-5
/
+4
2019-03-06
tmpfs: test link accounting with O_TMPFILE
Alexey Dobriyan
4
-0
/
+76
2019-03-06
MAINTAINERS: add entry for memblock
Mike Rapoport
1
-0
/
+8
2019-03-06
mm/shmem: make find_get_pages_range() work for huge page
Yu Zhao
1
-2
/
+2
2019-03-06
mm: unexport free_reserved_area
Christoph Hellwig
1
-1
/
+0
2019-03-06
tools/vm/slabinfo: clean up usage menu debug items
Tobin C. Harding
1
-9
/
+11
2019-03-06
tools/vm/slabinfo: align usage output columns
Tobin C. Harding
1
-3
/
+3
2019-03-06
tools/vm/slabinfo: put options in alphabetic order
Tobin C. Harding
1
-5
/
+6
2019-03-06
tools/vm/slabinfo: update options in usage message
Tobin C. Harding
1
-1
/
+1
2019-03-06
include/linux/compaction.h: fix potential build error
Yu Zhao
1
-1
/
+1
2019-03-06
mm,memory_hotplug: explicitly pass the head to isolate_huge_page
Oscar Salvador
1
-2
/
+2
2019-03-06
mm: page_cache_add_speculative(): refactor out some code duplication
john.hubbard@gmail.com
1
-22
/
+9
2019-03-06
mm/migrate.c: cleanup expected_page_refs()
Jan Kara
1
-4
/
+4
2019-03-06
docs/core-api/mm: fix return value descriptions in mm/
Mike Rapoport
12
-59
/
+221
2019-03-06
docs/core-api/mm: fix user memory accessors formatting
Mike Rapoport
2
-16
/
+16
2019-03-06
docs/mm: vmalloc: re-indent kernel-doc comemnts
Mike Rapoport
1
-185
/
+182
2019-03-06
mm/page_poison: update comment after code moved
Michael S. Tsirkin
1
-1
/
+1
[next]