index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
dma
/
iop-adma.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-12-18
mtd: onenand: samsung: Remove a useless include
Christophe JAILLET
1
-2
/
+0
2017-12-18
mtd: onenand: samsung: Propagate the error returned by 'onenand_scan()'
Christophe JAILLET
1
-2
/
+3
2017-12-18
mtd: onenand: samsung: return an error if 'mtd_device_parse_register()' fails
Christophe JAILLET
1
-0
/
+5
2017-12-18
mtd: onenand: samsung: use devm_ function to simplify code and fix some leaks
Christophe JAILLET
1
-135
/
+30
2017-12-16
mtd: nand: add ->exec_op() implementation
Miquel Raynal
3
-26
/
+1364
2017-12-14
mtd: nand: samsung: add ECC requirements for K9F4G08U0D
Miquel Raynal
1
-0
/
+6
2017-12-14
mtd: nand: Only allocate ecc->{calc, code}_buf when actually needed
Boris Brezillon
1
-14
/
+11
2017-12-14
mtd: nand: denali: Avoid using ecc->code_buf as a temporary buffer
Boris Brezillon
1
-7
/
+3
2017-12-14
mtd: nand: mtk: Support MT7622 NAND flash controller.
RogerCC Lin
2
-0
/
+42
2017-12-14
mtd: nand: mtk: Support different MTK NAND flash controller IP
RogerCC Lin
3
-41
/
+89
2017-12-14
mtd: nand: mtk: update DT bindings
RogerCC Lin
1
-3
/
+8
2017-12-14
mtd: onenand: Remove obsolete url from Kconfig help
Ladislav Michl
1
-2
/
+1
2017-12-14
mtd: nand: cafe: clean up DMA address setup
Masahiro Yamada
1
-6
/
+2
2017-12-14
mtd: nand: squash struct nand_buffers into struct nand_chip
Masahiro Yamada
9
-85
/
+59
2017-12-14
mtd: nand: remove unused NAND_OWN_BUFFERS flag
Masahiro Yamada
2
-30
/
+20
2017-12-14
mtd: nand: cafe: remove use of NAND_OWN_BUFFERS
Masahiro Yamada
1
-20
/
+4
2017-12-14
mtd: nand: provide valid ->data_interface during NAND detection
Miquel Raynal
3
-47
/
+27
2017-12-14
mtd: nand: force drivers to explicitly send READ/PROG commands
Boris Brezillon
24
-198
/
+171
2017-12-14
mtd: nand: provide several helpers to do common NAND operations
Boris Brezillon
24
-431
/
+1131
2017-12-01
mtd: nand: use usual return values for the ->erase() hook
Miquel Raynal
3
-4
/
+15
2017-11-30
mtd: nand: denali: rename misleading dma_buf to tmp_buf
Masahiro Yamada
1
-17
/
+17
2017-11-30
mtd: nand: remove unnecessary extern from driver headers
Masahiro Yamada
3
-26
/
+26
2017-11-30
mtd: nand: ifc: update bufnum mask for ver >= 2.0.0
Jagdish Gediya
1
-0
/
+7
2017-11-30
mtd: nand: denali_pci: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
Jesse Chan
1
-0
/
+4
2017-11-30
mtd: nand: gpmi-nand: Remove wrong Kconfig help text
Sascha Hauer
1
-3
/
+1
2017-11-30
mtd: nand: hynix: Don't wait after applying new read-retry params
Boris Brezillon
1
-5
/
+0
2017-11-30
mtd: nand: fix interpretation of NAND_CMD_NONE in nand_command[_lp]()
Miquel Raynal
1
-2
/
+7
2017-11-30
mtd: nand: gpmi: replace _manual_ swap with swap macro
Gustavo A. R. Silva
1
-12
/
+4
2017-11-30
mtd: nand: mtk: use nand_reset() to reset NAND devices in resume function
Xiaolei Li
1
-6
/
+2
2017-11-27
Linux 4.15-rc1
v4.15-rc1
Linus Torvalds
1
-2
/
+2
2017-11-26
ARM: BUG if jumping to usermode address in kernel mode
Russell King
2
-0
/
+24
2017-11-24
m68k/macboing: Fix missed timer callback assignment
Kees Cook
1
-2
/
+2
2017-11-24
afs: remove redundant assignment of dvnode to itself
Colin Ian King
1
-1
/
+1
2017-11-24
afs: cell: Remove unnecessary code in afs_lookup_cell
Gustavo A. R. Silva
1
-6
/
+1
2017-11-24
afs: Fix signal handling in some file ops
David Howells
1
-0
/
+8
2017-11-24
afs: Fix some dentry handling in dir ops and missing key_puts
David Howells
1
-10
/
+5
2017-11-24
afs: Make afs_write_begin() avoid writing to a page that's being stored
David Howells
1
-0
/
+5
2017-11-24
sched/debug: Fix task state recording/printout
Thomas Gleixner
1
-3
/
+3
2017-11-24
x86/decoder: Add new TEST instruction pattern
Masami Hiramatsu
1
-1
/
+1
2017-11-23
x86/PCI: Remove unused HyperTransport interrupt support
Bjorn Helgaas
11
-454
/
+2
2017-11-23
x86/umip: Fix insn_get_code_seg_params()'s return value
Borislav Petkov
3
-4
/
+4
2017-11-23
x86/boot/KASLR: Remove unused variable
Chao Fan
1
-3
/
+2
2017-11-23
genirq/matrix: Make - vs ?: Precedence explicit
Kees Cook
1
-1
/
+1
2017-11-23
irqchip/imgpdc: Use resource_size function on resource object
Vasyl Gomonovych
1
-1
/
+1
2017-11-23
irqchip/qcom: Fix u32 comparison with value less than zero
Colin Ian King
1
-1
/
+1
2017-11-23
ipvlan: Fix insufficient skb linear check for ipv6 icmp
Gao Feng
1
-1
/
+19
2017-11-23
ipvlan: Fix insufficient skb linear check for arp
Gao Feng
1
-8
/
+8
2017-11-23
geneve: only configure or fill UDP_ZERO_CSUM6_RX/TX info when CONFIG_IPV6
Hangbin Liu
1
-1
/
+15
2017-11-23
net: dsa: bcm_sf2: Clear IDDQ_GLOBAL_PWR bit for PHY
Florian Fainelli
1
-1
/
+1
2017-11-23
net: accept UFO datagrams from tuntap and packet
Willem de Bruijn
15
-14
/
+209
[next]