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
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-22
tty: n_gsm: fix invalid use of MSC in advanced option
Daniel Starke
1
-8
/
+117
2022-04-22
tty: n_gsm: fix broken virtual tty handling
Daniel Starke
1
-72
/
+15
2022-04-22
Revert "serial: sc16is7xx: Clear RS485 bits in the shutdown"
Hui Wang
1
-4
/
+2
2022-04-20
tty: n_gsm: fix missing update of modem controls after DLCI open
Daniel Starke
1
-0
/
+4
2022-04-15
serial: 8250: Fix runtime PM for start_tx() for empty buffer
Tony Lindgren
1
-2
/
+2
2022-04-15
serial: imx: fix overrun interrupts in DMA mode
Johan Hovold
1
-1
/
+1
2022-04-15
serial: amba-pl011: do not time out prematurely when draining tx fifo
Lino Sanfilippo
1
-2
/
+7
2022-04-15
tty: n_gsm: fix incorrect UA handling
Daniel Starke
1
-1
/
+0
2022-04-15
tty: n_gsm: fix reset fifo race condition
Daniel Starke
1
-0
/
+8
2022-04-15
tty: n_gsm: fix missing tty wakeup in convergence layer type 2
Daniel Starke
1
-0
/
+1
2022-04-15
tty: n_gsm: fix wrong signal octets encoding in MSC
Daniel Starke
1
-13
/
+5
2022-04-15
tty: n_gsm: fix wrong command frame length field encoding
Daniel Starke
1
-12
/
+11
2022-04-15
tty: n_gsm: fix wrong command retry handling
Daniel Starke
1
-3
/
+3
2022-04-15
tty: n_gsm: fix missing explicit ldisc flush
Daniel Starke
1
-0
/
+1
2022-04-15
tty: n_gsm: fix wrong DLCI release order
Daniel Starke
1
-2
/
+2
2022-04-15
tty: n_gsm: fix insufficient txframe size
Daniel Starke
1
-1
/
+3
2022-04-15
tty: n_gsm: fix malformed counter for out of frame data
Daniel Starke
1
-1
/
+2
2022-04-15
tty: n_gsm: fix frame reception handling
Daniel Starke
1
-23
/
+30
2022-04-15
tty: n_gsm: fix wrong signal octet encoding in convergence layer type 2
Daniel Starke
1
-1
/
+1
2022-04-15
tty: n_gsm: fix mux cleanup after unregister tty device
Daniel Starke
1
-1
/
+6
2022-04-15
tty: n_gsm: fix decoupled mux resource
Daniel Starke
1
-25
/
+38
2022-04-15
tty: n_gsm: fix restart handling via CLD command
Daniel Starke
1
-48
/
+20
2022-04-15
tty: n_gsm: fix missing mux reset on config change at responder
Daniel Starke
1
-1
/
+1
2022-04-10
Merge tag 'tty-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
1
-10
/
+10
2022-04-10
Merge tag 'staging-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
Linus Torvalds
1
-1
/
+1
2022-04-10
Merge tag 'char-misc-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
1
-8
/
+8
2022-04-10
Merge tag 'irq-urgent-2022-04-10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
5
-14
/
+37
2022-04-09
Merge tag 'cxl+nvdimm-for-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
1
-1
/
+0
2022-04-09
Merge tag 'gpio-fixes-for-v5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux
Linus Torvalds
1
-0
/
+19
2022-04-09
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
42
-826
/
+467
2022-04-08
Merge tag 'block-5.18-2022-04-08' of git://git.kernel.dk/linux-block
Linus Torvalds
6
-39
/
+46
2022-04-08
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
4
-4
/
+16
2022-04-08
Merge tag 'acpi-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
3
-16
/
+3
2022-04-08
cxl/pci: Drop shadowed variable
Dan Williams
1
-1
/
+0
2022-04-08
RDMA/hfi1: Fix use-after-free bug for mm struct
Douglas Miller
1
-0
/
+6
2022-04-08
Merge branch 'acpi-bus'
Rafael J. Wysocki
2
-14
/
+2
2022-04-08
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
3
-5
/
+5
2022-04-08
Merge tag 'spi-fix-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi
Linus Torvalds
5
-38
/
+25
2022-04-08
Merge tag 'regulator-fix-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator
Linus Torvalds
3
-3
/
+41
2022-04-08
Merge tag 'mmc-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
Linus Torvalds
10
-30
/
+58
2022-04-08
Merge tag 'iommu-fix-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
Linus Torvalds
1
-1
/
+1
2022-04-08
perf/imx_ddr: Fix undefined behavior due to shift overflowing the constant
Borislav Petkov
1
-1
/
+1
2022-04-08
iommu/omap: Fix regression in probe for NULL pointer dereference
Tony Lindgren
1
-1
/
+1
2022-04-08
mmc: core: improve API to make clear mmc_hw_reset is for cards
Wolfram Sang
7
-9
/
+9
2022-04-07
Merge tag 'drm-fixes-2022-04-08' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
65
-246
/
+903
2022-04-07
Merge tag 'net-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
31
-257
/
+317
2022-04-08
Merge tag 'drm-misc-fixes-2022-04-07' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
Dave Airlie
5
-2
/
+12
2022-04-08
Merge tag 'drm-misc-next-fixes-2022-04-07' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
Dave Airlie
6
-115
/
+416
2022-04-07
Merge tag 'hyperv-fixes-signed-20220407' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux
Linus Torvalds
6
-20
/
+131
2022-04-07
Merge tag 'random-5.18-rc2-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/crng/random
Linus Torvalds
1
-35
/
+39
[next]