index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
thermal
/
user_space.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-10-11
compiler_attributes.h: Add 'fallthrough' pseudo keyword for switch/case use
Joe Perches
1
-0
/
+17
2019-10-11
net: sctp: Rename fallthrough label to unhandled
Joe Perches
1
-6
/
+6
2019-10-10
nbd: fix possible sysfs duplicate warning
Xiubo Li
1
-1
/
+1
2019-10-10
MAINTAINERS: Remove Simon as Renesas SoC Co-Maintainer
Geert Uytterhoeven
2
-4
/
+4
2019-10-10
drm/bridge: tc358767: fix max_tu_symbol value
Tomi Valkeinen
1
-1
/
+6
2019-10-10
null_blk: Fix zoned command return code
Keith Busch
1
-2
/
+1
2019-10-10
libfs: take cursors out of list when moving past the end of directory
Al Viro
1
-24
/
+25
2019-10-10
vfs: add missing blkdev_put() in get_tree_bdev()
Ian Kent
1
-1
/
+4
2019-10-10
shmem: fix LSM options parsing
Al Viro
1
-0
/
+6
2019-10-09
drm/i915/gt: execlists->active is serialised by the tasklet
Chris Wilson
3
-9
/
+27
2019-10-09
drm/i915/execlists: Protect peeking at execlists->active
Chris Wilson
1
-2
/
+5
2019-10-09
drm/i915: Fixup preempt-to-busy vs reset of a virtual request
Chris Wilson
2
-4
/
+6
2019-10-09
io_uring: only flush workqueues on fileset removal
Jens Axboe
1
-1
/
+5
2019-10-09
drm/i915: Only enqueue already completed requests
Chris Wilson
3
-38
/
+74
2019-10-09
drm/i915/execlists: Drop redundant list_del_init(&rq->sched.link)
Chris Wilson
1
-1
/
+0
2019-10-09
drm/i915/cml: Add second PCH ID for CMP
Matt Roper
2
-0
/
+2
2019-10-09
drm/amdgpu: fix memory leak
Nirmoy Das
1
-7
/
+7
2019-10-09
xfs: move local to extent inode logging into bmap helper
Brian Foster
4
-7
/
+8
2019-10-09
xfs: remove broken error handling on failed attr sf to leaf change
Brian Foster
1
-17
/
+2
2019-10-09
xfs: log the inode on directory sf to block format change
Brian Foster
2
-0
/
+2
2019-10-08
Add my linux-leds branch to MAINTAINERS
Pavel Machek
1
-0
/
+1
2019-10-08
leds: core: Fix leds.h structure documentation
Dan Murphy
1
-3
/
+2
2019-10-08
doc: move namespaces.rst from kbuild/ to core-api/
Masahiro Yamada
3
-0
/
+2
2019-10-08
arm64: armv8_deprecated: Checking return value for memory allocation
Yunfeng Ye
1
-0
/
+5
2019-10-08
btrfs: silence maybe-uninitialized warning in clone_range
Austin Kim
1
-1
/
+1
2019-10-08
drm/panel: tpo-td043mtea1: Fix SPI alias
Laurent Pinchart
1
-1
/
+8
2019-10-08
drm/panel: tpo-td028ttec1: Fix SPI alias
Laurent Pinchart
1
-2
/
+1
2019-10-08
drm/panel: sony-acx565akm: Fix SPI alias
Laurent Pinchart
1
-1
/
+8
2019-10-08
drm/panel: nec-nl8048hl11: Fix SPI alias
Laurent Pinchart
1
-1
/
+8
2019-10-08
drm/panel: lg-lb035q02: Fix SPI alias
Laurent Pinchart
1
-1
/
+8
2019-10-08
io_uring: remove wait loop spurious wakeups
Pavel Begunkov
1
-12
/
+4
2019-10-08
mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two)
Vlastimil Babka
4
-12
/
+49
2019-10-08
mm, sl[ou]b: improve memory accounting
Vlastimil Babka
3
-9
/
+33
2019-10-08
mm, memcg: make scan aggression always exclude protection
Chris Down
2
-54
/
+32
2019-10-08
mm, memcg: make memory.emin the baseline for utilisation determination
Chris Down
2
-28
/
+46
2019-10-08
mm, memcg: proportional memory.{low,min} reclaim
Chris Down
4
-12
/
+115
2019-10-08
mm/vmpressure.c: fix a signedness bug in vmpressure_register_event()
Dan Carpenter
1
-9
/
+11
2019-10-08
mm/page_alloc.c: fix a crash in free_pages_prepare()
Qian Cai
1
-1
/
+7
2019-10-08
mm/z3fold.c: claim page in the beginning of free
Vitaly Wool
1
-2
/
+8
2019-10-08
kernel/sysctl.c: do not override max_threads provided by userspace
Michal Hocko
1
-2
/
+2
2019-10-08
memcg: only record foreign writebacks with dirty pages when memcg is not disa...
Baoquan He
1
-0
/
+3
2019-10-08
mm: fix -Wmissing-prototypes warnings
Yi Wang
2
-2
/
+2
2019-10-08
writeback: fix use-after-free in finish_writeback_work()
Tejun Heo
1
-2
/
+7
2019-10-08
mm/memremap: drop unused SECTION_SIZE and SECTION_MASK
Anshuman Khandual
1
-2
/
+0
2019-10-08
panic: ensure preemption is disabled during panic()
Will Deacon
1
-0
/
+1
2019-10-08
fs: ocfs2: fix a possible null-pointer dereference in ocfs2_info_scan_inode_a...
Jia-Ju Bai
1
-1
/
+1
2019-10-08
fs: ocfs2: fix a possible null-pointer dereference in ocfs2_write_end_nolock()
Jia-Ju Bai
1
-1
/
+2
2019-10-08
fs: ocfs2: fix possible null-pointer dereferences in ocfs2_xa_prepare_entry()
Jia-Ju Bai
1
-33
/
+23
2019-10-08
ocfs2: clear zero in unaligned direct IO
Jia Guo
1
-1
/
+21
2019-10-07
uaccess: implement a proper unsafe_copy_to_user() and switch filldir over to it
Linus Torvalds
3
-44
/
+29
[next]