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
/
tools
/
perf
/
scripts
/
python
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-15
drm/msm: Change dpu_crtc_get_vblank_counter to use vsync count.
Mark Yacoub
3
-19
/
+9
2021-10-15
drm/msm/dpu: merge struct dpu_irq into struct dpu_hw_intr
Dmitry Baryshkov
3
-41
/
+28
2021-10-15
drm/msm/dpu: don't clear IRQ register twice
Dmitry Baryshkov
1
-17
/
+0
2021-10-15
drm/msm/dpu: squash dpu_core_irq into dpu_hw_interrupts
Dmitry Baryshkov
4
-399
/
+214
2021-10-11
drm/msm/dsi: fix off by one in dsi_bus_clk_enable error handling
Dan Carpenter
1
-1
/
+1
2021-10-11
drm/msm/dsi: Fix an error code in msm_dsi_modeset_init()
Dan Carpenter
1
-1
/
+3
2021-10-11
drm/msm/dsi: dsi_phy_14nm: Take ready-bit into account in poll_for_ready
Marijn Suijten
1
-15
/
+15
2021-10-11
drm/msm/dsi/phy: fix clock names in 28nm_8960 phy
Dmitry Baryshkov
1
-2
/
+2
2021-10-11
drm/msm/dpu: Fix address of SM8150 PINGPONG5 IRQ register
Robert Foss
1
-1
/
+1
2021-10-11
drm/msm: Do not run snapshot on non-DPU devices
Fabio Estevam
1
-4
/
+5
2021-10-11
drm/msm/a3xx: fix error handling in a3xx_gpu_init()
Dan Carpenter
1
-4
/
+5
2021-10-11
drm/msm/a4xx: fix error handling in a4xx_gpu_init()
Dan Carpenter
1
-4
/
+5
2021-10-11
drm/msm: Fix null pointer dereference on pointer edp
Colin Ian King
1
-1
/
+2
2021-10-11
drm/msm/mdp5: fix cursor-related warnings
Dmitry Baryshkov
1
-0
/
+16
2021-10-11
drm/msm: Avoid potential overflow in timeout_to_jiffies()
Marek Vasut
1
-2
/
+2
2021-10-11
drm/msm: Fix devfreq NULL pointer dereference on a3xx
Stephan Gerhold
1
-0
/
+6
2021-10-11
drm/msm/dp: only signal audio when disconnected detected at dp_pm_resume
Kuogee Hsieh
1
-5
/
+5
2021-10-01
drm/msm/submit: fix overflow check on 64-bit architectures
Arnd Bergmann
1
-1
/
+2
2021-10-01
drm/msm: One sched entity per process per priority
Rob Clark
3
-21
/
+75
2021-10-01
drm/msm: A bit more docs + cleanup
Rob Clark
2
-45
/
+57
2021-10-01
drm/msm/a6xx: Track current ctx by seqno
Rob Clark
4
-4
/
+17
2021-10-01
drm/msm/a6xx: Serialize GMU communication
Rob Clark
3
-6
/
+43
2021-10-01
drm/msm: Fix crash on dev file close
Rob Clark
2
-4
/
+3
2021-09-26
Linux 5.15-rc3
Linus Torvalds
1
-1
/
+1
2021-09-24
ksmbd: use LOOKUP_BENEATH to prevent the out of share access
Hyunchul Lee
5
-206
/
+140
2021-09-24
mm: fix uninitialized use in overcommit_policy_handler
Chen Jun
1
-2
/
+2
2021-09-24
mm/memory_failure: fix the missing pte_unmap() call
Qi Zheng
1
-5
/
+5
2021-09-24
kasan: always respect CONFIG_KASAN_STACK
Nathan Chancellor
1
-1
/
+2
2021-09-24
sh: pgtable-3level: fix cast to pointer from integer of different size
Geert Uytterhoeven
1
-1
/
+1
2021-09-24
mm/debug: sync up latest migrate_reason to migrate_reason_names
Weizhao Ouyang
2
-1
/
+6
2021-09-24
mm/debug: sync up MR_CONTIG_RANGE and MR_LONGTERM_PIN
Weizhao Ouyang
1
-1
/
+2
2021-09-24
mm: fs: invalidate bh_lrus for only cold path
Minchan Kim
3
-7
/
+24
2021-09-24
lib/zlib_inflate/inffast: check config in C to avoid unused function warning
Paul Menzel
1
-7
/
+6
2021-09-24
tools/vm/page-types: remove dependency on opt_file for idle page tracking
Changbin Du
1
-1
/
+1
2021-09-24
scripts/sorttable: riscv: fix undeclared identifier 'EM_RISCV' error
Miles Chen
1
-0
/
+4
2021-09-24
ocfs2: drop acl cache for directories too
Wengang Wang
1
-1
/
+2
2021-09-24
mm/shmem.c: fix judgment error in shmem_is_huge()
Liu Yuntao
1
-2
/
+2
2021-09-24
xtensa: increase size of gcc stack frame check
Guenter Roeck
1
-1
/
+1
2021-09-24
mm/damon: don't use strnlen() with known-bogus source length
Adam Borowski
1
-8
/
+8
2021-09-24
kasan: fix Kconfig check of CC_HAS_WORKING_NOSANITIZE_ADDRESS
Marco Elver
1
-0
/
+2
2021-09-24
mm, hwpoison: add is_free_buddy_page() in HWPoisonHandlable()
Naoya Horiguchi
1
-1
/
+1
2021-09-24
io_uring: make OP_CLOSE consistent with direct open
Pavel Begunkov
1
-1
/
+51
2021-09-24
block: hold ->invalidate_lock in blkdev_fallocate
Ming Lei
1
-11
/
+10
2021-09-24
blktrace: Fix uaf in blk_trace access after removing by sysfs
Zhihao Cheng
1
-0
/
+8
2021-09-24
block: don't call rq_qos_ops->done_bio if the bio isn't tracked
Ming Lei
1
-1
/
+1
2021-09-24
io_uring: kill extra checks in io_write()
Pavel Begunkov
1
-3
/
+0
2021-09-24
io_uring: don't punt files update to io-wq unconditionally
Jens Axboe
1
-5
/
+2
2021-09-24
io_uring: put provided buffer meta data under memcg accounting
Jens Axboe
1
-1
/
+1
2021-09-24
io_uring: allow conditional reschedule for intensive iterators
Jens Axboe
1
-2
/
+6
2021-09-24
io_uring: fix potential req refcount underflow
Hao Xu
1
-2
/
+7
[next]