index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
cpufreq
/
spear-cpufreq.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-06-27
mm/hmm: Fix error flows in hmm_invalidate_range_start
Jason Gunthorpe
2
-30
/
+41
2019-06-24
mm/hmm: Remove confusing comment and logic from hmm_release
Jason Gunthorpe
1
-19
/
+9
2019-06-24
mm/hmm: Poison hmm_range during unregister
Jason Gunthorpe
1
-6
/
+8
2019-06-24
mm/hmm: Remove racy protection against double-unregistration
Jason Gunthorpe
1
-7
/
+1
2019-06-18
mm/hmm: Use lockdep instead of comments
Jason Gunthorpe
1
-2
/
+2
2019-06-18
mm/hmm: Hold on to the mmget for the lifetime of the range
Jason Gunthorpe
2
-47
/
+11
2019-06-18
mm/hmm: Do not use list*_rcu() for hmm->ranges
Jason Gunthorpe
1
-2
/
+2
2019-06-18
mm/hmm: Remove duplicate condition test before wait_event_timeout
Jason Gunthorpe
1
-11
/
+2
2019-06-18
mm/hmm: Simplify hmm_get_or_create and make it reliable
Jason Gunthorpe
1
-47
/
+30
2019-06-10
mm/hmm: Hold a mmgrab from hmm to mm
Jason Gunthorpe
3
-22
/
+4
2019-06-10
mm/hmm: Use hmm_mirror not mm as an argument for hmm_range_register
Jason Gunthorpe
3
-13
/
+9
2019-06-07
mm/hmm: fix use after free with struct hmm in the mmu notifiers
Jason Gunthorpe
2
-6
/
+18
2019-06-06
mm/hmm: Only set FAULT_FLAG_ALLOW_RETRY for non-blocking
Kuehling, Felix
1
-1
/
+1
2019-06-06
mm/hmm: support automatic NUMA balancing
Philip Yang
1
-1
/
+1
2019-06-06
mm/hmm: clean up some coding style and comments
Ralph Campbell
2
-65
/
+68
2019-06-06
mm/hmm: update HMM documentation
Ralph Campbell
2
-70
/
+78
2019-06-06
mm/hmm.c: suppress compilation warnings when CONFIG_HUGETLB_PAGE is not set
Jason Gunthorpe
1
-7
/
+2
2019-06-02
Linux 5.2-rc3
v5.2-rc3
Linus Torvalds
1
-1
/
+1
2019-06-02
mm, compaction: make sure we isolate a valid PFN
Suzuki K Poulose
1
-1
/
+1
2019-06-02
include/linux/generic-radix-tree.h: fix kerneldoc comment
Jonathan Corbet
1
-1
/
+1
2019-06-02
kernel/signal.c: trace_signal_deliver when signal_group_exit
Zhenliang Wei
1
-0
/
+2
2019-06-02
drivers/iommu/intel-iommu.c: fix variable 'iommu' set but not used
Qian Cai
1
-1
/
+2
2019-06-02
spdxcheck.py: fix directory structures
Vincenzo Frascino
1
-3
/
+4
2019-06-02
kasan: initialize tag to 0xff in __kasan_kmalloc
Nathan Chancellor
1
-1
/
+1
2019-06-02
z3fold: fix sheduling while atomic
Vitaly Wool
1
-5
/
+6
2019-06-02
scripts/gdb: fix invocation when CONFIG_COMMON_CLK is not set
Fabiano Rosas
1
-1
/
+2
2019-06-02
mm/gup: continue VM_FAULT_RETRY processing even for pre-faults
Mike Rapoport
1
-7
/
+8
2019-06-02
ocfs2: fix error path kobject memory leak
Tobin C. Harding
1
-0
/
+1
2019-06-02
memcg: make it work on sparse non-0-node systems
Jiri Slaby
2
-5
/
+4
2019-06-02
mm, memcg: consider subtrees in memory.events
Chris Down
4
-4
/
+36
2019-06-02
prctl_set_mm: downgrade mmap_sem to read lock
Michal Koutný
2
-4
/
+11
2019-06-02
prctl_set_mm: refactor checks from validate_prctl_map
Michal Koutný
1
-26
/
+25
2019-06-02
kernel/fork.c: make max_threads symbol static
Kefeng Wang
1
-1
/
+1
2019-06-02
arch/arm/boot/compressed/decompress.c: fix build error due to lz4 changes
Sebastian Andrzej Siewior
1
-0
/
+1
2019-06-02
arch/parisc/configs/c8000_defconfig: remove obsoleted CONFIG_DEBUG_SLAB_LEAK
David Rientjes
1
-1
/
+0
2019-06-02
mm/vmalloc.c: fix typo in comment
Andrew Morton
1
-1
/
+1
2019-06-02
lib/sort.c: fix kernel-doc notation warnings
Randy Dunlap
1
-6
/
+9
2019-06-02
mm: fix Documentation/vm/hmm.rst Sphinx warnings
Randy Dunlap
1
-3
/
+5
2019-06-01
treewide: fix typos of SPDX-License-Identifier
Masahiro Yamada
5
-5
/
+5
2019-06-01
crypto: ux500 - fix license comment syntax error
Alex Xu (Hello71)
1
-1
/
+1
2019-06-01
MAINTAINERS: add I2C DT bindings to ARM platforms
Wolfram Sang
1
-0
/
+11
2019-06-01
MAINTAINERS: add DT bindings to i2c drivers
Wolfram Sang
1
-0
/
+7
2019-05-31
block: print offending values when cloned rq limits are exceeded
John Pittman
1
-2
/
+5
2019-05-31
blk-mq: Document the blk_mq_hw_queue_to_node() arguments
Bart Van Assche
1
-1
/
+5
2019-05-31
blk-mq: Fix spelling in a source code comment
Bart Van Assche
1
-2
/
+2
2019-05-31
block: Fix bsg_setup_queue() kernel-doc header
Bart Van Assche
1
-0
/
+1
2019-05-31
block: Fix rq_qos_wait() kernel-doc header
Bart Van Assche
1
-3
/
+4
2019-05-31
block: Fix blk_mq_*_map_queues() kernel-doc headers
Bart Van Assche
3
-5
/
+5
2019-05-31
block: Fix throtl_pending_timer_fn() kernel-doc header
Bart Van Assche
1
-1
/
+1
2019-05-31
block: Convert blk_invalidate_devt() header into a non-kernel-doc header
Bart Van Assche
1
-2
/
+2
[next]