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
/
include
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-29
block: only allocate poll_stats if there's a user of them
Jens Axboe
1
-2
/
+1
2021-11-29
block: cleanup the GENHD_FL_* definitions
Christoph Hellwig
1
-18
/
+14
2021-11-29
block: remove GENHD_FL_EXT_DEVT
Christoph Hellwig
1
-23
/
+5
2021-11-29
block: remove GENHD_FL_SUPPRESS_PARTITION_INFO
Christoph Hellwig
1
-8
/
+1
2021-11-29
block: rename GENHD_FL_NO_PART_SCAN to GENHD_FL_NO_PART
Christoph Hellwig
1
-7
/
+6
2021-11-29
block: remove GENHD_FL_CD
Christoph Hellwig
1
-5
/
+0
2021-11-29
block: move GENHD_FL_BLOCK_EVENTS_ON_EXCL_WRITE to disk->event_flags
Christoph Hellwig
1
-4
/
+2
2021-11-29
block: move GENHD_FL_NATIVE_CAPACITY to disk->state
Christoph Hellwig
1
-7
/
+1
2021-11-29
block: remove rq_flush_dcache_pages
Christoph Hellwig
1
-10
/
+0
2021-11-29
block: move blk_rq_err_bytes to scsi
Christoph Hellwig
1
-3
/
+0
2021-11-29
mfd: ti_am335x_tscadc: Drop the CNTRLREG_TSC_8WIRE macro
Dario Binacchi
1
-1
/
+0
2021-11-29
net: dsa: ocelot: felix: utilize shared mscc-miim driver for indirect MDIO access
Colin Foster
1
-0
/
+19
2021-11-29
spi: pxa2xx: Get rid of unused enable_loopback member
Andy Shevchenko
1
-1
/
+0
2021-11-29
spi: pxa2xx: Get rid of unused ->cs_control()
Andy Shevchenko
1
-4
/
+0
2021-11-29
mfd: bd70528: Drop BD70528 support
Matti Vaittinen
2
-390
/
+0
2021-11-29
Merge 5.16-rc3 into char-misc-next
Greg Kroah-Hartman
25
-210
/
+172
2021-11-28
fpga: region: Use standard dev_release for class driver
Russ Weight
1
-9
/
+27
2021-11-28
fpga: bridge: Use standard dev_release for class driver
Russ Weight
1
-9
/
+21
2021-11-28
fpga: mgr: Use standard dev_release for class driver
Russ Weight
1
-21
/
+41
2021-11-28
ieee80211: change HE nominal packet padding value defines
Miri Korenblit
1
-5
/
+6
2021-11-28
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
1
-2
/
+0
2021-11-27
iio: expose shared parameter in IIO_ENUM_AVAILABLE
Antoniu Miclaus
1
-2
/
+3
2021-11-27
iio: buffer-dma: Remove unused iio_buffer_block struct
Paul Cercueil
1
-5
/
+0
2021-11-27
drm: Move nomodeset kernel parameter to the DRM subsystem
Javier Martinez Canillas
1
-6
/
+0
2021-11-27
kobject: Replace kernel.h with the necessary inclusions
Andy Shevchenko
1
-1
/
+1
2021-11-27
Merge tag 'v5.16-rc2' into devel
Linus Walleij
16
-181
/
+67
2021-11-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
14
-188
/
+143
2021-11-26
Merge tag 'net-5.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-0
/
+1
2021-11-26
Merge tag 'acpi-5.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-7
/
+0
2021-11-26
net: ptp: add a definition for the UDP port for IEEE 1588 general messages
Vladimir Oltean
1
-0
/
+1
2021-11-26
mei: bus: add client dma interface
Alexander Usyskin
1
-0
/
+3
2021-11-26
comedi: Move "comedi_isadma.h" to <linux/comedi/comedi_isadma.h>
Ian Abbott
1
-0
/
+114
2021-11-26
comedi: Move "comedi_8254.h" to <linux/comedi/comedi_8254.h>
Ian Abbott
1
-0
/
+134
2021-11-26
comedi: Move and rename "8255.h" to <linux/comedi/comedi_8255.h>
Ian Abbott
1
-0
/
+42
2021-11-26
comedi: Move the main COMEDI headers
Ian Abbott
5
-0
/
+1224
2021-11-26
tty: reformat TTY_DRIVER_ flags into kernel-doc
Jiri Slaby
1
-38
/
+42
2021-11-26
tty: reformat tty_struct::flags into kernel-doc
Jiri Slaby
1
-14
/
+60
2021-11-26
tty: combine tty_ldisc_ops docs into kernel-doc
Jiri Slaby
1
-24
/
+43
2021-11-26
tty: combine tty_operations triple docs into kernel-doc
Jiri Slaby
1
-9
/
+27
2021-11-26
tty: add kernel-doc for tty_ldisc_ops
Jiri Slaby
1
-129
/
+130
2021-11-26
tty: add kernel-doc for tty_port_operations
Jiri Slaby
1
-10
/
+17
2021-11-26
tty: add kernel-doc for tty_operations
Jiri Slaby
1
-157
/
+241
2021-11-26
tty: add kernel-doc for tty_driver
Jiri Slaby
1
-12
/
+50
2021-11-26
tty: add kernel-doc for tty_port
Jiri Slaby
1
-34
/
+70
2021-11-26
tty: finish kernel-doc of tty_struct members
Jiri Slaby
1
-15
/
+64
2021-11-26
include/linux/byteorder/generic.h: fix index variables
Heinrich Schuchardt
1
-2
/
+2
2021-11-25
net: optimize skb_postpull_rcsum()
Eric Dumazet
1
-1
/
+5
2021-11-25
Merge tag 'folio-5.16b' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
5
-18
/
+88
2021-11-25
tty: remove file from tty_ldisc_ops::ioctl and compat_ioctl
Jiri Slaby
1
-8
/
+7
2021-11-25
tty: drop tty_schedule_flip()
Jiri Slaby
1
-1
/
+0
[prev]
[next]