index
:
android_kernel_zuk_msm8996.git
halium-9.0
lineage-16.0
lineage-17.1
lineage-18.1
lineage-19.1
lineage-20
lineage-21
lineage-22
master
ubports-9.0
null
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
(
follow
)
Commit message (
Expand
)
Author
Age
*
mtd: spelling, capitalization, uniformity
Brian Norris
2011-09-11
*
mtd: drop mtd_device_register
Dmitry Eremin-Solenikov
2011-09-11
*
mtd: remove put_partition_parser() from public header
Dmitry Eremin-Solenikov
2011-09-11
*
mtd: hide parse_mtd_partitions
Dmitry Eremin-Solenikov
2011-09-11
*
mtd: OneNAND: Detect the correct NOP when 4KiB pagesize
Kyungmin Park
2011-09-11
*
mtd: drop of_mtd_parse_partitions()
Dmitry Eremin-Solenikov
2011-09-11
*
mtd: prepare to convert of_mtd_parse_partitions to partition parser
Dmitry Eremin-Solenikov
2011-09-11
*
mtd: abstract last MTD partition parser argument
Dmitry Eremin-Solenikov
2011-09-11
*
mtd: add new API for handling MTD registration
Dmitry Eremin-Solenikov
2011-09-11
*
mtd: plat-nand: drop unused fields from platform_nand_data
Dmitry Eremin-Solenikov
2011-09-11
*
mtd: add a flags for partitions which should just leave smth. after them
Dmitry Eremin-Solenikov
2011-09-11
*
mtd: drop mtd_has_cmdlinepart()
Dmitry Eremin-Solenikov
2011-09-11
*
mtd: drop physmap_configure
Dmitry Eremin-Solenikov
2011-09-11
*
mtd: nand: improve comment on NAND_BBT_DYNAMIC_STRUCT
Brian Norris
2011-09-11
*
mtd: nand: renumber the reorganized flags in nand.h / bbm.h
Brian Norris
2011-09-11
*
mtd: nand: rename CREATE_EMPTY bbt flag with proper prefix
Brian Norris
2011-09-11
*
mtd: nand: move NAND_CREATE_EMPTY_BBT flag
Brian Norris
2011-09-11
*
mtd: nand: rename NAND_USE_FLASH_BBT
Brian Norris
2011-09-11
*
mtd: nand: consolidate redundant flash-based BBT flags
Brian Norris
2011-09-11
*
mtd: nand: separate chip options / bbt_options
Brian Norris
2011-09-11
*
mtd: nand: remove NAND_BBT_SCANBYTE1AND6 option
Brian Norris
2011-09-11
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...
Linus Torvalds
2011-08-14
|
\
|
*
mmc: remove unused "ddr" parameter in struct mmc_ios
Jaehoon Chung
2011-08-13
*
|
Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2011-08-12
|
\
\
|
*
|
dt: add empty of_get_property for non-dt
Stephen Warren
2011-08-09
|
|
/
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2011-08-12
|
\
\
|
*
|
net: Make userland include of netlink.h more sane.
David S. Miller
2011-08-07
|
|
/
*
|
move RLIMIT_NPROC check from set_user() to do_execve_common()
Vasiliy Kulikov
2011-08-11
*
|
mm: Fix fixup_user_fault() for MMU=n
Peter Zijlstra
2011-08-08
*
|
cred: use 'const' in get_current_{user,groups}
Linus Torvalds
2011-08-08
*
|
CRED: Restore const to current_cred()
David Howells
2011-08-08
|
/
*
fix rcu annotations noise in cred.h
Al Viro
2011-08-07
*
Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd
Linus Torvalds
2011-08-06
|
\
|
*
nfs_xdr: Move nfs4_string definition out of #ifdef CONFIG_NFS_V4
Boaz Harrosh
2011-08-04
*
|
vfs: optimize inode cache access patterns
Linus Torvalds
2011-08-06
*
|
vfs: renumber DCACHE_xyz flags, remove some stale ones
Linus Torvalds
2011-08-06
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2011-08-06
|
\
\
|
*
|
net: Compute protocol sequence numbers and fragment IDs using MD5.
David S. Miller
2011-08-06
|
*
|
crypto: Move md5_transform to lib/md5.c
David S. Miller
2011-08-06
*
|
|
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg...
Linus Torvalds
2011-08-06
|
\
\
\
|
*
|
|
Add KEY_MICMUTE and enable it on Lenovo X220
Andy Lutomirski
2011-08-05
|
|
/
/
*
/
/
lib/sha1: use the git implementation of SHA-1
Mandeep Singh Baines
2011-08-06
|
/
/
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2011-08-04
|
\
\
|
*
|
RCUify freeing acls, let check_acl() go ahead in RCU mode if acl is cached
Al Viro
2011-08-03
|
*
|
get rid of boilerplate switches in posix_acl.h
Al Viro
2011-08-03
*
|
|
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...
Linus Torvalds
2011-08-04
|
\
\
\
|
*
|
|
ioat: Adding PCI IDs for IOAT devices on SandyBridge platforms
Dave Jiang
2011-07-22
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
2011-08-04
|
\
\
\
|
*
|
|
Revert "dt: add of_alias_scan and of_alias_get_id"
Grant Likely
2011-08-04
*
|
|
|
Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2011-08-03
|
\
\
\
\
[next]