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
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2006-05-30
[MTD] replace MTD_RAM with MTD_GENERIC_TYPE
Joern Engel
1
-2
/
+2
2006-05-30
[MTD] replace MTD_ROM with MTD_GENERIC_TYPE
Joern Engel
1
-1
/
+1
2006-05-29
Input: change from numbered to named switches
Richard Purdie
1
-8
/
+3
2006-05-29
Input: add KEY_BATTERY keycode
Matthew Garrett
1
-0
/
+2
2006-05-30
[MTD] NAND Expose the new raw mode function and status info to userspace
Thomas Gleixner
2
-11
/
+27
2006-05-29
[MTD] Rework the out of band handling completely
Thomas Gleixner
2
-10
/
+50
2006-05-29
[MTD] Remove silly MTD_WRITE/READ macros
Thomas Gleixner
1
-15
/
+1
2006-05-29
[MTD] NAND Replace oobinfo by ecclayout
Thomas Gleixner
8
-19
/
+43
2006-05-29
[MTD] NAND Consolidate oobinfo handling
Thomas Gleixner
1
-3
/
+2
2006-05-29
[MTD] NAND Fix platform structure and NDFC driver
Thomas Gleixner
2
-2
/
+5
2006-05-26
[PATCH] libata: add pio_data_xfer_noirq
Alan Cox
1
-0
/
+2
2006-05-26
[PATCH] PCI identifiers for the pata_via update
Alan Cox
1
-1
/
+4
2006-05-26
[PATCH] pci_ids: add new device ids
Ayaz Abdulla
1
-0
/
+8
2006-05-26
Merge branch 'master' into upstream
Jeff Garzik
2
-0
/
+2
2006-05-26
Merge branch 'upstream-fixes' into upstream
Jeff Garzik
2
-0
/
+2
2006-05-26
Merge branch 'from-linus' into upstream
John W. Linville
6
-8
/
+156
2006-05-26
[PATCH] Add CMSPAR to termbits.h for powerpc and alpha
Paul Mackerras
2
-0
/
+2
2006-05-26
[MTD] NAND modularize write function
Thomas Gleixner
1
-26
/
+45
2006-05-25
[MTD] NAND Modularize read function
Thomas Gleixner
1
-8
/
+8
2006-05-25
[MTD] NAND Add read/write function pointers to struct nand_ecc_ctrl
Thomas Gleixner
1
-0
/
+13
2006-05-25
[MTD] Add ECC statistics to struct mtd_info
Thomas Gleixner
1
-0
/
+14
2006-05-25
[MTD] NAND Introduce NAND_NO_READRDY option
Thomas Gleixner
1
-0
/
+4
2006-05-24
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
David Woodhouse
43
-62
/
+419
2006-05-24
[PATCH] libata: Remove obsolete flag
Alan Cox
1
-1
/
+0
2006-05-24
[PATCH] remove powerpc bitops in favor of existing generic bitops
Jon Mason
1
-3
/
+3
2006-05-24
[PATCH] powerpc: remove LogicalSlot from pci_dn
Stephen Rothwell
1
-4
/
+0
2006-05-24
[PATCH] powerpc: remove Irq from pci_dn
Stephen Rothwell
1
-1
/
+0
2006-05-24
[PATCH] powerpc: remove iSeries_Global_Device_List
Stephen Rothwell
1
-1
/
+0
2006-05-24
[PATCH] PATCH: libata. Add ->data_xfer method
Alan Cox
1
-0
/
+6
2006-05-24
[PATCH] sata_nv: Add MCP61 support
Andrew Chew
1
-0
/
+4
2006-05-24
Merge branch 'master' into upstream
Jeff Garzik
15
-15
/
+246
2006-05-24
Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstream
Jeff Garzik
1
-5
/
+33
2006-05-24
[PATCH] Add Myri-10G Ethernet driver
Brice Goglin
1
-0
/
+1
2006-05-24
[PATCH] Revive pci_find_ext_capability
Brice Goglin
1
-0
/
+2
2006-05-23
[MTD] NAND remove write_byte/word function from nand_chip
Thomas Gleixner
1
-5
/
+0
2006-05-23
[MTD] Refactor NAND hwcontrol to cmd_ctrl
Thomas Gleixner
1
-16
/
+17
2006-05-23
Merge branch 'master' into upstream
Jeff Garzik
15
-15
/
+246
2006-05-23
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
Linus Torvalds
2
-3
/
+142
2006-05-23
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-1
/
+1
2006-05-23
[PATCH] powerpc: wire up sys_[gs]et_robust_list
David Woodhouse
2
-1
/
+9
2006-05-23
[PATCH] sys_sync_file_range(): move exported flags outside __KERNEL__
Andrew Morton
1
-3
/
+4
2006-05-23
[MTD] Remove read/write _ecc variants
Thomas Gleixner
2
-3
/
+3
2006-05-23
[MTD] Remove readv/readv_ecc
Thomas Gleixner
1
-5
/
+1
2006-05-23
[MTD] Remove nand writev support
Thomas Gleixner
1
-2
/
+0
2006-05-23
[MTD] NAND ECC hwctl function has no return value
Thomas Gleixner
1
-1
/
+1
2006-05-23
Merge branch 'master' of /home/tglx/work/kernel/git/mtd-2.6/
Thomas Gleixner
2
-11
/
+11
2006-05-23
[MTD] NAND modularize ECC
Thomas Gleixner
1
-30
/
+33
2006-05-23
[MTD] NAND consolidate data types
Thomas Gleixner
1
-11
/
+11
2006-05-23
[MTD] NAND whitespace and formatting cleanup
Thomas Gleixner
1
-69
/
+34
2006-05-23
[MTD] Add support for NDFC NAND controller
Thomas Gleixner
1
-0
/
+66
[prev]
[next]