index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
badblocks.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-12-03
block: remove the empty line at the end of blk-zoned.c
Christoph Hellwig
1
-1
/
+0
2019-12-03
null_blk: cleanup null_gendisk_register
Christoph Hellwig
1
-6
/
+5
2019-12-03
null_blk: fix zone size paramter check
Damien Le Moal
1
-7
/
+12
2019-12-03
block: optimise bvec_iter_advance()
Pavel Begunkov
1
-12
/
+10
2019-12-03
io_uring: remove io_wq_current_is_worker
Jackie Liu
1
-6
/
+2
2019-12-03
io_uring: remove parameter ctx of io_submit_state_start
Jackie Liu
1
-2
/
+2
2019-12-03
io_uring: mark us with IORING_FEAT_SUBMIT_STABLE
Jens Axboe
2
-1
/
+3
2019-12-03
io_uring: ensure async punted connect requests copy data
Jens Axboe
3
-15
/
+57
2019-12-03
io_uring: ensure async punted sendmsg/recvmsg requests copy data
Jens Axboe
3
-64
/
+156
2019-12-03
io_uring: ensure async punted read/write requests copy iovec
Jens Axboe
1
-62
/
+181
2019-12-03
io_uring: add general async offload context
Jens Axboe
1
-24
/
+32
2019-12-03
block: don't send uevent for empty disk when not invalidating
Eric Biggers
1
-1
/
+1
2019-12-03
io_uring: transform send/recvmsg() -ERESTARTSYS to -EINTR
Jens Axboe
1
-0
/
+2
2019-12-02
io_uring: use current task creds instead of allocating a new one
Jens Axboe
3
-4
/
+4
2019-12-01
mailbox: imx: add support for imx v1 mu
Richard Zhu
1
-17
/
+38
2019-12-01
dt-bindings: mailbox: imx-mu: add imx7ulp MU support
Richard Zhu
1
-0
/
+2
2019-12-01
mailbox: imx: Clear the right interrupts at shutdown
Daniel Baluta
1
-2
/
+13
2019-12-01
mailbox: imx: Fix Tx doorbell shutdown path
Daniel Baluta
1
-1
/
+3
2019-12-01
mailbox: stm32-ipcc: Update wakeup management
Fabien Dessenne
1
-29
/
+7
2019-11-30
Revert "dt-bindings: remoteproc: stm32: add wakeup-source"
Bjorn Andersson
1
-3
/
+0
2019-11-29
io_uring: fix missing kmap() declaration on powerpc
Jens Axboe
1
-0
/
+1
2019-11-29
powerpc/fixmap: fix crash with HIGHMEM
Christophe Leroy
1
-0
/
+6
2019-11-29
x86/efi: remove unused variables
YueHaibing
1
-5
/
+0
2019-11-29
x86/mce/therm_throt: Mask out read-only and reserved MSR bits
Srinivas Pandruvada
1
-5
/
+12
2019-11-28
ataflop: Remove unneeded semicolon
zhengbin
1
-1
/
+1
2019-11-28
block: sunvdc: Remove unneeded semicolon
zhengbin
1
-1
/
+1
2019-11-28
drbd: Remove unneeded semicolon
zhengbin
1
-1
/
+1
2019-11-28
io_uring: add mapping support for NOMMU archs
Roman Penyaev
1
-6
/
+51
2019-11-28
video: fbdev: matrox: convert to i2c_new_scanned_device
Wolfram Sang
1
-2
/
+2
2019-11-28
i2c: icy: convert to i2c_new_scanned_device
Wolfram Sang
1
-4
/
+4
2019-11-28
i2c: replace i2c_new_probed_device with an ERR_PTR variant
Wolfram Sang
4
-18
/
+37
2019-11-28
pinctrl: Fix warning by adding missing MODULE_LICENSE
Rahul Tanwar
1
-0
/
+1
2019-11-27
net: usb: aqc111: Use the correct style for SPDX License Identifier
Nishad Kamdar
1
-2
/
+2
2019-11-27
net: phy: Use the correct style for SPDX License Identifier
Nishad Kamdar
5
-6
/
+6
2019-11-27
net: wireless: intel: iwlwifi: fix GRO_NORMAL packet stalling
Alexander Lobakin
1
-2
/
+11
2019-11-27
net: mscc: ocelot: use skb queue instead of skbs list
Yangbo Lu
2
-44
/
+19
2019-11-27
net: mscc: ocelot: avoid incorrect consuming in skbs list
Yangbo Lu
1
-0
/
+1
2019-11-27
CIFS: fix a white space issue in cifs_get_inode_info()
Dan Carpenter via samba-technical
1
-1
/
+2
2019-11-27
powerpc: Define arch_is_kernel_initmem_freed() for lockdep
Michael Ellerman
1
-0
/
+14
2019-11-27
mailbox: no need to set .owner platform_driver_register
Tian Tao
1
-1
/
+0
2019-11-27
mailbox/omap: Handle if CONFIG_PM is disabled
Brandon Maier
1
-1
/
+1
2019-11-27
gve: Fix the queue page list allocated pages count
Jeroen de Borst
1
-1
/
+2
2019-11-27
net: inet_is_local_reserved_port() port arg should be unsigned short
Maciej Żenczykowski
1
-2
/
+2
2019-11-27
openvswitch: fix flow command message size
Paolo Abeni
1
-1
/
+5
2019-11-26
net: phy: dp83869: Fix return paths to return proper values
Dan Murphy
1
-23
/
+26
2019-11-26
net: psample: fix skb_over_panic
Nikolay Aleksandrov
1
-1
/
+1
2019-11-26
net: usbnet: Fix -Wcast-function-type
Phong Tran
1
-1
/
+8
2019-11-26
net: hso: Fix -Wcast-function-type
Phong Tran
1
-2
/
+3
2019-11-26
io_uring: make poll->wait dynamically allocated
Jens Axboe
1
-12
/
+17
2019-11-26
io-wq: shrink io_wq_work a bit
Jens Axboe
2
-15
/
+67
[next]