index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Lines
2023-09-19
mtd: spi-nor: remove or move flash_info comments
Michael Walle
-14
/
+1
2023-09-19
mtd: spi-nor: add SNOR_ID() and SNOR_OTP()
Michael Walle
-0
/
+14
2023-09-19
mtd: spi-nor: rename .otp_org to .otp and make it a pointer
Michael Walle
-4
/
+4
2023-09-19
mtd: spi-nor: move the .id and .id_len into an own structure
Michael Walle
-19
/
+36
2023-09-19
mtd: spi-nor: introduce (temporary) INFO0()
Michael Walle
-11
/
+14
2023-09-19
mtd: spi-nor: drop .parse_sfdp
Michael Walle
-36
/
+22
2023-09-19
mtd: spi-nor: make sector_size optional
Michael Walle
-7
/
+16
2023-09-19
mtd: spi-nor: push 4k SE handling into spi_nor_select_uniform_erase()
Michael Walle
-18
/
+9
2023-09-19
mtd: spi-nor: default .n_banks to 1
Michael Walle
-7
/
+5
2023-09-19
mtd: spi-nor: store .n_banks in struct spi_nor_flash_parameter
Michael Walle
-3
/
+6
2023-09-19
mtd: spi-nor: default page_size to 256 bytes
Michael Walle
-8
/
+7
2023-09-19
mtd: spi-nor: convert .n_sectors to .size
Michael Walle
-11
/
+12
2023-09-19
mtd: spi-nor: xilinx: remove addr_nbytes from S3AN_INFO()
Michael Walle
-1
/
+0
2023-09-19
mtd: spi-nor: xilinx: use SPI_NOR_ID() in S3AN_INFO()
Michael Walle
-6
/
+1
2023-09-19
mtd: spi-nor: remove Fujitsu MB85RS1MT support
Michael Walle
-24
/
+0
2023-09-19
mtd: spi-nor: remove catalyst 'flashes'
Michael Walle
-27
/
+0
2023-09-16
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
-104
/
+109
2023-09-16
Merge tag 'ata-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...
Linus Torvalds
-40
/
+59
2023-09-16
Merge tag 'usb-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
-0
/
+3
2023-09-16
Merge tag 'driver-core-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-0
/
+2
2023-09-16
Merge tag 'char-misc-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
-68
/
+35
2023-09-16
Merge tag 'i2c-for-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-6
/
+10
2023-09-16
ata: libata-core: fetch sense data for successful commands iff CDL enabled
Niklas Cassel
-5
/
+2
2023-09-16
ata: libata-eh: do not thaw the port twice in ata_eh_reset()
Niklas Cassel
-3
/
+0
2023-09-16
ata: libata-eh: do not clear ATA_PFLAG_EH_PENDING in ata_eh_reset()
Niklas Cassel
-10
/
+3
2023-09-15
Merge tag 'thermal-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-6
/
+13
2023-09-15
Merge tag 'for-6.6/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-30
/
+33
2023-09-15
Merge tag 'block-6.6-2023-09-15' of git://git.kernel.dk/linux
Linus Torvalds
-34
/
+58
2023-09-15
Merge tag 'firewire-fixes-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
-2
/
+2
2023-09-15
Merge tag 'drm-fixes-2023-09-15' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
-230
/
+430
2023-09-15
Merge tag 'efi-fixes-for-v6.6-1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-1
/
+1
2023-09-15
dm: don't attempt to queue IO under RCU protection
Jens Axboe
-21
/
+2
2023-09-15
Revert "firewire: core: obsolete usage of GFP_ATOMIC at building node tree"
Takashi Sakamoto
-2
/
+2
2023-09-15
ata: pata_parport: Fix code style issues
Damien Le Moal
-5
/
+4
2023-09-15
ata: libahci: clear pending interrupt status
Szuying Chen
-12
/
+23
2023-09-15
Merge tag 'drm-misc-fixes-2023-09-14' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
-16
/
+8
2023-09-15
Merge tag 'drm-intel-fixes-2023-09-14' of git://anongit.freedesktop.org/drm/d...
Dave Airlie
-1
/
+28
2023-09-15
Merge tag 'amd-drm-fixes-6.6-2023-09-13' of https://gitlab.freedesktop.org/ag...
Dave Airlie
-206
/
+385
2023-09-14
Merge tag 'nvme-6.6-2023-09-14' of git://git.infradead.org/nvme into block-6.6
Jens Axboe
-25
/
+38
2023-09-14
nvme: avoid bogus CRTO values
Keith Busch
-19
/
+35
2023-09-14
thermal: core: Fix disabled trip point check in handle_thermal_trip()
Rafael J. Wysocki
-2
/
+4
2023-09-14
Merge tag 'md-fixes-20230914' of https://git.kernel.org/pub/scm/linux/kernel/...
Jens Axboe
-9
/
+20
2023-09-14
md: Put the right device in md_seq_next
Mariusz Tkaczyk
-1
/
+1
2023-09-14
Merge tag 'net-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
-154
/
+235
2023-09-14
dm: fix a race condition in retrieve_deps
Mikulas Patocka
-9
/
+31
2023-09-14
Merge tag 'drm-misc-fixes-2023-09-07' of git://anongit.freedesktop.org/drm/dr...
Daniel Vetter
-6
/
+8
2023-09-14
Revert "drm/vkms: Fix race-condition between the hrtimer and the atomic commit"
MaĆra Canal
-15
/
+7
2023-09-14
net: renesas: rswitch: Add spin lock protection for irq {un}mask
Yoshihiro Shimoda
-0
/
+14
2023-09-14
net: renesas: rswitch: Fix unmasking irq condition
Yoshihiro Shimoda
-4
/
+4
2023-09-13
scsi: lpfc: Prevent use-after-free during rmmod with mapped NVMe rports
Justin Tee
-8
/
+19
[next]