index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-19
mtd: spi-nor: gigadevice: sort flash_info database
Michael Walle
1
-18
/
+18
2023-09-19
mtd: spi-nor: eon: sort flash_info database
Michael Walle
1
-18
/
+18
2023-09-19
mtd: spi-nor: atmel: sort flash_info database
Michael Walle
1
-41
/
+41
2023-09-19
mtd: spi-nor: xmc: convert flash_info to new format
Michael Walle
1
-6
/
+11
2023-09-19
mtd: spi-nor: xilinx: use new macros in S3AN_INFO()
Michael Walle
1
-11
/
+12
2023-09-19
mtd: spi-nor: winbond: convert flash_info to new format
Michael Walle
1
-96
/
+185
2023-09-19
mtd: spi-nor: sst: convert flash_info to new format
Michael Walle
1
-58
/
+104
2023-09-19
mtd: spi-nor: spansion: convert flash_info to new format
Michael Walle
1
-129
/
+241
2023-09-19
mtd: spi-nor: micron-st: convert flash_info to new format
Michael Walle
1
-137
/
+268
2023-09-19
mtd: spi-nor: macronix: convert flash_info to new format
Michael Walle
1
-68
/
+150
2023-09-19
mtd: spi-nor: issi: convert flash_info to new format
Michael Walle
1
-36
/
+78
2023-09-19
mtd: spi-nor: intel: convert flash_info to new format
Michael Walle
1
-6
/
+16
2023-09-19
mtd: spi-nor: gigadevice: convert flash_info to new format
Michael Walle
1
-32
/
+49
2023-09-19
mtd: spi-nor: everspin: convert flash_info to new format
Michael Walle
1
-4
/
+23
2023-09-19
mtd: spi-nor: esmt: convert flash_info to new format
Michael Walle
1
-9
/
+19
2023-09-19
mtd: spi-nor: eon: convert flash_info to new format
Michael Walle
1
-18
/
+54
2023-09-19
mtd: spi-nor: atmel: convert flash_info to new format
Michael Walle
1
-42
/
+80
2023-09-19
mtd: spi-nor: remove or move flash_info comments
Michael Walle
11
-14
/
+1
2023-09-19
mtd: spi-nor: add SNOR_ID() and SNOR_OTP()
Michael Walle
1
-0
/
+14
2023-09-19
mtd: spi-nor: rename .otp_org to .otp and make it a pointer
Michael Walle
3
-4
/
+4
2023-09-19
mtd: spi-nor: move the .id and .id_len into an own structure
Michael Walle
5
-19
/
+36
2023-09-19
mtd: spi-nor: introduce (temporary) INFO0()
Michael Walle
3
-11
/
+14
2023-09-19
mtd: spi-nor: drop .parse_sfdp
Michael Walle
9
-36
/
+22
2023-09-19
mtd: spi-nor: make sector_size optional
Michael Walle
4
-7
/
+16
2023-09-19
mtd: spi-nor: push 4k SE handling into spi_nor_select_uniform_erase()
Michael Walle
1
-18
/
+9
2023-09-19
mtd: spi-nor: default .n_banks to 1
Michael Walle
3
-7
/
+5
2023-09-19
mtd: spi-nor: store .n_banks in struct spi_nor_flash_parameter
Michael Walle
2
-3
/
+6
2023-09-19
mtd: spi-nor: default page_size to 256 bytes
Michael Walle
2
-8
/
+7
2023-09-19
mtd: spi-nor: convert .n_sectors to .size
Michael Walle
4
-11
/
+12
2023-09-19
mtd: spi-nor: xilinx: remove addr_nbytes from S3AN_INFO()
Michael Walle
1
-1
/
+0
2023-09-19
mtd: spi-nor: xilinx: use SPI_NOR_ID() in S3AN_INFO()
Michael Walle
1
-6
/
+1
2023-09-19
mtd: spi-nor: remove Fujitsu MB85RS1MT support
Michael Walle
4
-24
/
+0
2023-09-19
mtd: spi-nor: remove catalyst 'flashes'
Michael Walle
4
-27
/
+0
2023-09-18
Linux 6.6-rc2
v6.6-rc2
Linus Torvalds
1
-1
/
+1
2023-09-17
Merge tag 'x86-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
7
-24
/
+61
2023-09-17
Merge tag 'sched-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-5
/
+34
2023-09-17
Merge tag 'objtool-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+2
2023-09-17
Merge tag 'core-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+1
2023-09-17
stat: remove no-longer-used helper macros
Linus Torvalds
1
-6
/
+0
2023-09-17
Merge tag '6.6-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
4
-17
/
+24
2023-09-17
Merge tag '6.6-rc1-ksmbd' of git://git.samba.org/ksmbd
Linus Torvalds
2
-2
/
+1
2023-09-17
Merge tag 'ext4_for_linus-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
6
-51
/
+64
2023-09-17
x86/purgatory: Remove LTO flags
Song Liu
1
-0
/
+4
2023-09-17
x86/boot/compressed: Reserve more memory for page tables
Kirill A. Shutemov
2
-14
/
+39
2023-09-17
Merge tag 'kbuild-fixes-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-2
/
+2
2023-09-17
vm: fix move_vma() memory accounting being off
Linus Torvalds
1
-1
/
+1
2023-09-16
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
21
-107
/
+112
2023-09-16
Merge tag 'ata-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...
Linus Torvalds
8
-40
/
+63
2023-09-16
Merge tag 'usb-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-0
/
+3
2023-09-16
Merge tag 'driver-core-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-0
/
+3
[next]