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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-09
i2c: pxa: move to generic GPIO recovery
Codrin Ciubotariu
1
-68
/
+8
2020-12-09
i2c: sh_mobile: Mark adapter suspended during suspend
Geert Uytterhoeven
1
-0
/
+28
2020-12-09
i2c: owl: Add compatible for the Actions Semi S500 I2C controller
Cristian Ciocaltea
1
-0
/
+1
2020-12-09
dt-bindings: i2c: owl: Convert Actions Semi Owl binding to a schema
Cristian Ciocaltea
3
-30
/
+63
2020-12-09
Merge tag 'omap-for-v5.11/genpd-rest-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/omap-genpd
Arnd Bergmann
13
-230
/
+571
2020-12-09
Merge tag 'omap-for-v5.11/genpd-am437x-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/omap-genpd
Arnd Bergmann
11
-627
/
+184
2020-12-09
Merge tag 'omap-for-v5.11/genpd-am335x-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/omap-genpd
Arnd Bergmann
13
-450
/
+234
2020-12-09
Merge tag 'omap-for-v5.11/genpd-drivers-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap into arm/omap-genpd
Arnd Bergmann
9
-39
/
+195
2020-12-09
s390/smp: perform initial CPU reset also for SMT siblings
Sven Schnelle
1
-15
/
+3
2020-12-09
s390/mm: use invalid asce for user space when switching to init_mm
Heiko Carstens
1
-1
/
+4
2020-12-09
s390/idle: fix accounting with machine checks
Sven Schnelle
1
-6
/
+6
2020-12-09
s390/idle: add missing mt_cycles calculation
Sven Schnelle
1
-9
/
+25
2020-12-09
s390/boot: add build-id to decompressor
Philipp Rudo
2
-1
/
+2
2020-12-09
s390/kexec_file: fix diag308 subcode when loading crash kernel
Philipp Rudo
1
-4
/
+5
2020-12-09
s390/cio: fix use-after-free in ccw_device_destroy_console
Qinglang Miao
1
-2
/
+2
2020-12-09
dt-bindings: mfd: fix stm32 timers example
Fabrice Gasnier
1
-3
/
+3
2020-12-09
vrf: handle CONFIG_IPV6 not set for vrf_add_mac_header_if_unset()
Andrea Mayer
1
-55
/
+55
2020-12-09
RDMA/cm: Fix an attempt to use non-valid pointer when cleaning timewait
Leon Romanovsky
1
-0
/
+2
2020-12-09
Merge tag 'samsung-drivers-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux into arm/drivers
Arnd Bergmann
2
-7
/
+8
2020-12-09
Merge tag 'zynqmp-soc-for-v5.11-v2' of https://github.com/Xilinx/linux-xlnx into arm/drivers
Arnd Bergmann
7
-84
/
+186
2020-12-09
ext4: delete nonsensical (commented-out) code inside ext4_xattr_block_set()
Chunguang Xu
1
-1
/
+0
2020-12-09
ext4: update ext4_data_block_valid related comments
Chunguang Xu
1
-3
/
+3
2020-12-09
dyndbg: fix use before null check
Jim Cromie
1
-2
/
+7
2020-12-09
io_uring: fix io_cqring_events()'s noflush
Pavel Begunkov
1
-1
/
+1
2020-12-09
io_uring: fix racy IOPOLL flush overflow
Pavel Begunkov
1
-4
/
+6
2020-12-09
io_uring: fix racy IOPOLL completions
Pavel Begunkov
1
-5
/
+18
2020-12-09
io_uring: always let io_iopoll_complete() complete polled io
Xiaoguang Wang
1
-2
/
+13
2020-12-09
io_uring: add timeout update
Pavel Begunkov
2
-4
/
+51
2020-12-09
io_uring: restructure io_timeout_cancel()
Pavel Begunkov
1
-19
/
+23
2020-12-09
io_uring: fix files cancellation
Pavel Begunkov
1
-4
/
+4
2020-12-09
io_uring: use bottom half safe lock for fixed file data
Jens Axboe
1
-8
/
+8
2020-12-09
io_uring: fix miscounting ios_left
Pavel Begunkov
1
-12
/
+9
2020-12-09
io_uring: change submit file state invariant
Pavel Begunkov
1
-11
/
+10
2020-12-09
io_uring: check kthread stopped flag when sq thread is unparked
Xiaoguang Wang
1
-1
/
+9
2020-12-09
io_uring: share fixed_file_refs b/w multiple rsrcs
Pavel Begunkov
1
-8
/
+15
2020-12-09
io_uring: replace inflight_wait with tctx->wait
Pavel Begunkov
1
-7
/
+6
2020-12-09
io_uring: don't take fs for recvmsg/sendmsg
Pavel Begunkov
1
-4
/
+2
2020-12-09
io_uring: only wake up sq thread while current task is in io worker context
Xiaoguang Wang
1
-3
/
+8
2020-12-09
io_uring: don't acquire uring_lock twice
Xiaoguang Wang
1
-11
/
+7
2020-12-09
io_uring: initialize 'timeout' properly in io_sq_thread()
Xiaoguang Wang
1
-1
/
+1
2020-12-09
io_uring: refactor io_sq_thread() handling
Xiaoguang Wang
1
-102
/
+67
2020-12-09
io_uring: always batch cancel in *cancel_files()
Pavel Begunkov
3
-125
/
+21
2020-12-09
io_uring: pass files into kill timeouts/poll
Pavel Begunkov
1
-8
/
+10
2020-12-09
io_uring: don't iterate io_uring_cancel_files()
Pavel Begunkov
1
-22
/
+12
2020-12-09
io_uring: cancel only requests of current task
Pavel Begunkov
1
-18
/
+5
2020-12-09
io_uring: add a {task,files} pair matching helper
Pavel Begunkov
1
-26
/
+22
2020-12-09
io_uring: simplify io_task_match()
Pavel Begunkov
1
-5
/
+1
2020-12-09
io_uring: inline io_import_iovec()
Pavel Begunkov
1
-24
/
+16
2020-12-09
io_uring: remove duplicated io_size from rw
Pavel Begunkov
1
-10
/
+6
2020-12-09
fs/io_uring Don't use the return value from import_iovec().
David Laight
1
-4
/
+4
[prev]
[next]