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
2018-12-03
mtd: use DEFINE_SHOW_ATTRIBUTE() instead of open-coding it
Yangtao Li
4
-45
/
+12
2018-12-03
mtd: change len type from signed to unsigned type
huijin.park
1
-1
/
+1
2018-12-02
mtd: improve calculating partition boundaries when checking for alignment
Rafał Miłecki
1
-2
/
+11
2018-12-02
mtd: keep original flags for every struct mtd_info
Rafał Miłecki
3
-1
/
+5
2018-12-02
mtd: fix Coverity integer handling issue
Miquel Raynal
1
-3
/
+3
2018-12-02
mtd: fix mtd_oobavail() incoherent returned value
Miquel Raynal
1
-1
/
+1
2018-12-02
mtd: nftl: clean up indentation, remove extraneous tabs
Colin Ian King
1
-19
/
+20
2018-12-02
jffs2: Fix use of uninitialized delayed_work, lockdep breakage
Daniel Santos
1
-1
/
+2
2018-11-12
mtd: partitions: Add OF support to RedBoot partitions
Linus Walleij
1
-1
/
+31
2018-11-12
mtd: partitions: Add RedBoot FIS DT bindings
Linus Walleij
1
-0
/
+27
2018-11-12
mtd: Move Redboot partition parser
Linus Walleij
5
-51
/
+51
2018-11-09
mtd: cfi_cmdset_0020: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+6
2018-11-09
mtd: block2mtd: mark expected switch fall-throughs
Gustavo A. R. Silva
1
-0
/
+2
2018-11-09
mtd: Kconfig: fix spelling mistake "partions" -> "partition"
Colin Ian King
1
-1
/
+1
2018-11-07
mtd: maps: Get rid of the latch-addr-flash driver
Boris Brezillon
3
-239
/
+0
2018-11-07
mtd: maps: physmap: Invert logic on if/else branch
Ricardo Ribalda Delgado
1
-8
/
+11
2018-11-06
mtd: maps: Merge gpio-addr-flash.c into physmap-core.c
Boris Brezillon
4
-294
/
+157
2018-11-06
dt-binding: mtd: physmap: Document the addr-gpios property
Ricardo Ribalda Delgado
1
-0
/
+2
2018-11-06
mtd: maps: Rename physmap_of_{versatile, gemini} into physmap-{versatile, gem...
Boris Brezillon
7
-10
/
+10
2018-11-06
mtd: maps: Merge physmap_of.c into physmap-core.c
Boris Brezillon
4
-400
/
+240
2018-11-06
mtd: maps: Prepare merging of physmap and physmap_of
Boris Brezillon
2
-0
/
+2
2018-11-06
mtd: maps: physmap: Fix coding style issues reported by checkpatch
Boris Brezillon
1
-15
/
+18
2018-11-06
mtd: maps: physmap: Return -ENOMEM directly when info allocation fails
Boris Brezillon
1
-4
/
+2
2018-11-06
mtd: maps: physmap: Check mtd_device_{parse_register, unregister}() ret code
Boris Brezillon
1
-4
/
+11
2018-11-06
mtd: maps: physmap: Remove the MAX_RESOURCES limitation
Boris Brezillon
1
-17
/
+27
2018-11-06
mtd: maps: physmap: Use devm_ioremap_resource()
Boris Brezillon
1
-17
/
+6
2018-11-06
mtd: maps: physmap: Use dev_notice() and a %pR specifier
Boris Brezillon
1
-3
/
+2
2018-11-06
mtd: maps: physmap: Use platform_get_resource() to retrieve iomem resources
Boris Brezillon
1
-11
/
+18
2018-11-06
mtd: maps: physmap: Rename ->map and ->mtd into ->maps and ->mtds
Boris Brezillon
1
-27
/
+28
2018-11-06
mtd: maps: physmap: Add SPDX header
Boris Brezillon
1
-0
/
+1
2018-11-05
Linux 4.20-rc1
v4.20-rc1
Linus Torvalds
1
-2
/
+2
2018-11-05
Merge tag 'tags/upstream-4.20-rc1' of git://git.infradead.org/linux-ubifs
Linus Torvalds
25
-292
/
+2418
2018-11-04
Merge tag 'nfs-for-4.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
5
-40
/
+17
2018-11-04
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
7
-0
/
+432
2018-11-04
Merge tag 'ntb-4.20' of git://github.com/jonmason/ntb
Linus Torvalds
6
-110
/
+429
2018-11-04
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2
-2
/
+2
2018-11-04
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
47
-171
/
+198
2018-11-04
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
102
-539
/
+3616
2018-11-04
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-3
/
+3
2018-11-04
sched/topology: Fix off by one bug
Peter Zijlstra
1
-1
/
+1
2018-11-04
Merge branch 'core/urgent' into x86/urgent, to pick up objtool fix
Ingo Molnar
4068
-73501
/
+261778
2018-11-03
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Linus Torvalds
8
-22
/
+35
2018-11-03
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
3
-8
/
+23
2018-11-03
Merge tag 'dma-mapping-4.20-2' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-0
/
+2
2018-11-03
Merge tag 'kbuild-v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
17
-78
/
+28
2018-11-03
Merge tag '4.20-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
12
-99
/
+530
2018-11-03
Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-1
/
+1
2018-11-03
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
16
-50
/
+52
2018-11-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
19
-124
/
+172
2018-11-03
memory_hotplug: cond_resched in __remove_pages
Michal Hocko
1
-0
/
+1
[next]