Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d5de1907d0af22e1a02de2b16a624148517a39c2
/
include
7387ce7
mtd: define `mtd_is_*()' functions
by Brian Norris
· 13 years ago
19fb434
mtd: kill old field for `struct mtd_info_user'
by Brian Norris
· 13 years ago
4a89ff8
mtd: nand: kill member `ops' of `struct nand_chip'
by Brian Norris
· 13 years ago
4180f24
mtd: document ABI
by Brian Norris
· 13 years ago
e99d8b0
mtd: add MEMWRITE ioctl
by Brian Norris
· 13 years ago
beb133f
mtd: rename MTD_MODE_* to MTD_FILE_MODE_*
by Brian Norris
· 13 years ago
0612b9d
mtd: rename MTD_OOB_* to MTD_OPS_*
by Brian Norris
· 13 years ago
905c6bc
mtd: move mtd_oob_mode_t to shared kernel/user space
by Brian Norris
· 13 years ago
c46f648
mtd: support reading OOB without ECC
by Brian Norris
· 13 years ago
e9195ed
mtd: nand: document nand_chip.oob_poi
by Brian Norris
· 13 years ago
9ce244b
mtd: support writing OOB without ECC
by Brian Norris
· 13 years ago
e2e24e8
mtd: style fixups in multi-line comment, indentation
by Brian Norris
· 13 years ago
32c8db8
mtd: nand: fix spelling error (date => data)
by Brian Norris
· 13 years ago
93fad71
mtd: remove MEMSETOOBSEL macro definition
by Brian Norris
· 13 years ago
87ed114
mtd: remove CONFIG_MTD_DEBUG
by Brian Norris
· 13 years ago
b4ca747
mtd: plat-nand: Fixup kerneldoc for struct platform_nand_chip
by Tobias Klauser
· 13 years ago
7854d3f
mtd: spelling, capitalization, uniformity
by Brian Norris
· 13 years ago
15c60a5
mtd: drop mtd_device_register
by Dmitry Eremin-Solenikov
· 13 years ago
953b3bd
mtd: remove put_partition_parser() from public header
by Dmitry Eremin-Solenikov
· 13 years ago
3165f44
mtd: hide parse_mtd_partitions
by Dmitry Eremin-Solenikov
· 13 years ago
e1c1024
mtd: OneNAND: Detect the correct NOP when 4KiB pagesize
by Kyungmin Park
· 13 years ago
628376f
mtd: drop of_mtd_parse_partitions()
by Dmitry Eremin-Solenikov
· 14 years ago
d26c87d
mtd: prepare to convert of_mtd_parse_partitions to partition parser
by Dmitry Eremin-Solenikov
· 14 years ago
c797533
mtd: abstract last MTD partition parser argument
by Dmitry Eremin-Solenikov
· 14 years ago
1c4c215
mtd: add new API for handling MTD registration
by Dmitry Eremin-Solenikov
· 14 years ago
0dc8626
mtd: plat-nand: drop unused fields from platform_nand_data
by Dmitry Eremin-Solenikov
· 14 years ago
1a31368
mtd: add a flags for partitions which should just leave smth. after them
by Dmitry Eremin-Solenikov
· 14 years ago
ae2dbad
mtd: drop mtd_has_cmdlinepart()
by Dmitry Eremin-Solenikov
· 14 years ago
13e0fe4
mtd: drop physmap_configure
by Dmitry Eremin-Solenikov
· 14 years ago
9eeff82
mtd: nand: improve comment on NAND_BBT_DYNAMIC_STRUCT
by Brian Norris
· 14 years ago
b4dc53e
mtd: nand: renumber the reorganized flags in nand.h / bbm.h
by Brian Norris
· 14 years ago
53d5d88
mtd: nand: rename CREATE_EMPTY bbt flag with proper prefix
by Brian Norris
· 14 years ago
b8f8068
mtd: nand: move NAND_CREATE_EMPTY_BBT flag
by Brian Norris
· 14 years ago
bb9ebd4
mtd: nand: rename NAND_USE_FLASH_BBT
by Brian Norris
· 14 years ago
a40f734
mtd: nand: consolidate redundant flash-based BBT flags
by Brian Norris
· 14 years ago
5fb1549
mtd: nand: separate chip options / bbt_options
by Brian Norris
· 14 years ago
a0dc552
mtd: nand: remove NAND_BBT_SCANBYTE1AND6 option
by Brian Norris
· 14 years ago
97c24d1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc
by Linus Torvalds
· 13 years ago
17987783
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
by Linus Torvalds
· 13 years ago
7fd781e
mmc: remove unused "ddr" parameter in struct mmc_ios
by Jaehoon Chung
· 13 years ago
73e0881
Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 13 years ago
ce8a84e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 13 years ago
7ec41ee
ASoC: omap: Update e-mail address of Jarkko Nikula
by Jarkko Nikula
· 13 years ago
72fa599
move RLIMIT_NPROC check from set_user() to do_execve_common()
by Vasiliy Kulikov
· 13 years ago
89272b8
dt: add empty of_get_property for non-dt
by Stephen Warren
· 13 years ago
6bb615b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
by Linus Torvalds
· 13 years ago
5c723ba
mm: Fix fixup_user_fault() for MMU=n
by Peter Zijlstra
· 13 years ago
638a8439
cred: use 'const' in get_current_{user,groups}
by Linus Torvalds
· 13 years ago
27e4e43
CRED: Restore const to current_cred()
by David Howells
· 13 years ago
47670b7
ipv4: route non-local sources for raw socket
by Julian Anastasov
· 13 years ago
6602a4b
net: Make userland include of netlink.h more sane.
by David S. Miller
· 13 years ago
a9ba615
ASoC: Rename WM8915 to WM8996
by Mark Brown
· 13 years ago
3295514
fix rcu annotations noise in cred.h
by Al Viro
· 13 years ago
c2f340a
Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd
by Linus Torvalds
· 13 years ago
3ddcd05
vfs: optimize inode cache access patterns
by Linus Torvalds
· 13 years ago
830c0f0
vfs: renumber DCACHE_xyz flags, remove some stale ones
by Linus Torvalds
· 13 years ago
7cd4767
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 13 years ago
8ff660a
exofs: Rename raid engine from exofs/ios.c => ore
by Boaz Harrosh
· 13 years ago
6e5714e
net: Compute protocol sequence numbers and fragment IDs using MD5.
by David S. Miller
· 13 years ago
bc0b96b
crypto: Move md5_transform to lib/md5.c
by David S. Miller
· 13 years ago
2560540
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86
by Linus Torvalds
· 13 years ago
1eb19a1
lib/sha1: use the git implementation of SHA-1
by Mandeep Singh Baines
· 13 years ago
3300955
Add KEY_MICMUTE and enable it on Lenovo X220
by Andy Lutomirski
· 14 years ago
de96355
Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 13 years ago
07d952d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 13 years ago
24f0eed
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 13 years ago
7f3bf7c
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx
by Linus Torvalds
· 13 years ago
655b161
nfs_xdr: Move nfs4_string definition out of #ifdef CONFIG_NFS_V4
by Boaz Harrosh
· 14 years ago
53d1e65
Merge branch 'devicetree/merge' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 13 years ago
051963d
drm: Separate EDID Header Check from EDID Block Check
by Thomas Reim
· 13 years ago
0b57637
Merge branch 'drm-intel-next' of ssh://master.kernel.org/pub/scm/linux/kernel/git/keithp/linux-2.6 into drm-fixes
by Dave Airlie
· 13 years ago
fe55c18
Revert "dt: add of_alias_scan and of_alias_get_id"
by Grant Likely
· 13 years ago
35e51fe
Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6
by Linus Torvalds
· 13 years ago
c0c770e
Merge branch 'apei-release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
by Linus Torvalds
· 13 years ago
27665ff
Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 13 years ago
ebec9a7
drm: track CEA version number if present
by Jesse Barnes
· 13 years ago
e504f3f
tmpfs radix_tree: locate_item to speed up swapoff
by Hugh Dickins
· 13 years ago
69f07ec
tmpfs: use kmemdup for short symlinks
by Hugh Dickins
· 13 years ago
aa3b189
tmpfs: convert mem_cgroup shmem to radix-swap
by Hugh Dickins
· 13 years ago
41ffe5d
tmpfs: miscellaneous trivial cleanups
by Hugh Dickins
· 13 years ago
285b2c4
tmpfs: demolish old swap vector support
by Hugh Dickins
· 13 years ago
a2c16d6
mm: let swap use exceptional entries
by Hugh Dickins
· 13 years ago
6328650
radix_tree: exceptional entries and indices
by Hugh Dickins
· 13 years ago
5d6f921
drivers/video/backlight/aat2870_bl.c: fix setting max_current
by Axel Lin
· 13 years ago
3dab1bc
mm: page_alloc: increase __GFP_BITS_SHIFT to include __GFP_OTHER_NODE
by Johannes Weiner
· 13 years ago
88eca02
ida: simplified functions for id allocation
by Rusty Russell
· 13 years ago
dd48c08
fault-injection: add ability to export fault_attr in arbitrary directory
by Akinobu Mita
· 13 years ago
a0bfa13
cpuidle: stop depending on pm_idle
by Len Brown
· 14 years ago
d91ee58
cpuidle: replace xen access to x86 pm_idle and default_idle
by Len Brown
· 14 years ago
d0e323b
Merge branch 'apei' into apei-release
by Len Brown
· 13 years ago
a7e09d4
ACPI: APEI build fix
by Len Brown
· 13 years ago
ea8f5fb
HWPoison: add memory_failure_queue()
by Huang Ying
· 13 years ago
7f18427
lib, Make gen_pool memory allocator lockless
by Huang Ying
· 13 years ago
f49f23a
lib, Add lock-less NULL terminated single list
by Huang Ying
· 13 years ago
750f463
dt: add of_alias_scan and of_alias_get_id
by Shawn Guo
· 13 years ago
f2c31e3
net: fix NULL dereferences in check_peer_redir()
by Eric Dumazet
· 13 years ago
c299eba
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
by Linus Torvalds
· 13 years ago
a6b11f5
Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 13 years ago
f340681
Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm
by Linus Torvalds
· 13 years ago
3567866
RCUify freeing acls, let check_acl() go ahead in RCU mode if acl is cached
by Al Viro
· 13 years ago
Next »