Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
523d939ef98fd712632d93a5a2b588e477a7565e
/
lib
bc9dc9d
lib/uuid.c: use correct offset in uuid parser
by Bjørn Mork
· 8 years ago
cfaff0e
lib/uuid: add a test module
by Andy Shevchenko
· 8 years ago
7e0fb73
Merge branch 'hash' of git://ftp.sciencehorizons.net/linux
by Linus Torvalds
· 8 years ago
468a942
<linux/hash.h>: Add support for architecture-specific functions
by George Spelvin
· 8 years ago
3017cd6
dma-debug: avoid spinlock recursion when disabling dma-debug
by Ville Syrjälä
· 8 years ago
0985b65
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
19f1845
do "fold checks into iterate_and_advance()" right
by Al Viro
· 8 years ago
c5d2cac
kgdb: depends on VT
by Jiri Slaby
· 8 years ago
5469dc2
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 8 years ago
3aa2fc1
Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 8 years ago
fff7fb0
lib/GCD.c: use binary GCD algorithm instead of Euclidean
by Zhaoxiu Zeng
· 8 years ago
9e85d81
radix-tree: make radix_tree_descend() more useful
by Matthew Wilcox
· 8 years ago
d604c32
radix-tree: introduce radix_tree_replace_clear_tags()
by Matthew Wilcox
· 8 years ago
89148aa
radix-tree: tidy up __radix_tree_create()
by Matthew Wilcox
· 8 years ago
a8e4da2
radix-tree: tidy up range_tag_if_tagged
by Matthew Wilcox
· 8 years ago
8c1244d
radix-tree: tidy up next_chunk
by Matthew Wilcox
· 8 years ago
af49a63
radix-tree: change naming conventions in radix_tree_shrink
by Matthew Wilcox
· 8 years ago
b194d16
radix-tree: rename radix_tree_is_indirect_ptr()
by Matthew Wilcox
· 8 years ago
4dd6c09
radix-tree: rename indirect_to_ptr() to entry_to_node()
by Matthew Wilcox
· 8 years ago
a4db4dc
radix-tree: rename ptr_to_indirect() to node_to_entry()
by Matthew Wilcox
· 8 years ago
30ff46cc
radix-tree: rename INDIRECT_PTR to INTERNAL_NODE
by Matthew Wilcox
· 8 years ago
d089126
radix-tree: remove root->height
by Matthew Wilcox
· 8 years ago
fb20901
radix-tree: remove a use of root->height from delete_node
by Matthew Wilcox
· 8 years ago
c12e51b
radix-tree: replace node->height with node->shift
by Matthew Wilcox
· 8 years ago
0c7fa0a
radix-tree: split node->path into offset and height
by Matthew Wilcox
· 8 years ago
2fcd900
radix-tree: miscellaneous fixes
by Matthew Wilcox
· 8 years ago
6b053b8
radix-tree: add copyright statements
by Matthew Wilcox
· 8 years ago
0796c58
radix-tree: fix radix_tree_dump() for multi-order entries
by Ross Zwisler
· 8 years ago
070c5ac
radix-tree: fix radix_tree_range_tag_if_tagged() for multiorder entries
by Matthew Wilcox
· 8 years ago
0a2efc6
radix-tree: rewrite radix_tree_locate_item
by Matthew Wilcox
· 8 years ago
8a14f4d
radix-tree: fix radix_tree_create for sibling entries
by Matthew Wilcox
· 8 years ago
4589ba6
radix-tree: rewrite radix_tree_tag_get
by Ross Zwisler
· 8 years ago
00f47b5
radix-tree: rewrite radix_tree_tag_clear
by Ross Zwisler
· 8 years ago
fb96990
radix-tree: rewrite radix_tree_tag_set
by Ross Zwisler
· 8 years ago
21ef533
radix-tree: add support for multi-order iterating
by Ross Zwisler
· 8 years ago
7b60e9a
radix-tree: fix multiorder BUG_ON in radix_tree_insert
by Matthew Wilcox
· 8 years ago
8582995
radix-tree: rewrite __radix_tree_lookup
by Matthew Wilcox
· 8 years ago
afe0e39
radix-tree: fix several shrinking bugs with multiorder entries
by Matthew Wilcox
· 8 years ago
49ea6eb
radix-tree: fix extending the tree for multi-order entries at offset 0
by Matthew Wilcox
· 8 years ago
1456a43
radix-tree: introduce radix_tree_load_root()
by Matthew Wilcox
· 8 years ago
aa54757
radix-tree: remove restriction on multi-order entries
by Matthew Wilcox
· 8 years ago
29e0967
radix-tree: fix deleting a multi-order entry through an alias
by Matthew Wilcox
· 8 years ago
3b8c00f
radix-tree: fix sibling entry insertion
by Matthew Wilcox
· 8 years ago
db050f2
radix-tree: add missing sibling entry functionality
by Matthew Wilcox
· 8 years ago
57578c2
raxix-tree: introduce CONFIG_RADIX_TREE_MULTIORDER
by Matthew Wilcox
· 8 years ago
e3a93bc
lib/uuid.c: remove FSF address
by Andy Shevchenko
· 8 years ago
2b1b0d6
lib/uuid.c: introduce a few more generic helpers
by Andy Shevchenko
· 8 years ago
8da4b8c
lib/uuid.c: move generate_random_uuid() to uuid.c
by Andy Shevchenko
· 8 years ago
aa4ea1c
lib/vsprintf: simplify UUID printing
by Andy Shevchenko
· 8 years ago
42a0bb3
printk/nmi: generic solution for safe printk in NMI
by Petr Mladek
· 8 years ago
eae08dc
kasan/tests: add tests for user memory access functions
by Andrey Ryabinin
· 8 years ago
1771c6e
x86/kasan: instrument user memory access API
by Andrey Ryabinin
· 8 years ago
96fe805
mm, kasan: add a ksize() test
by Alexander Potapenko
· 8 years ago
a05a70d
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 8 years ago
0edaf86
include/linux/nodemask.h: create next_node_in() helper
by Andrew Morton
· 8 years ago
b9fdac7
debugobjects: insulate non-fixup logic related to static obj from fixup callbacks
by Du, Changbin
· 8 years ago
d99b1d8
percpu_counter: update debugobjects fixup callbacks return type
by Du, Changbin
· 8 years ago
e7a8e78
debugobjects: correct the usage of fixup call results
by Du, Changbin
· 8 years ago
b1e4d9d
debugobjects: make fixup functions return bool instead of int
by Du, Changbin
· 8 years ago
f4f27d0
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
by Linus Torvalds
· 8 years ago
675e065
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 8 years ago
6937047
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
e7ca7f9
Merge branch 'fixes' into misc
by James Bottomley
· 8 years ago
a7fd20d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 8 years ago
9a07a79
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 8 years ago
a3871bd
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
0052af4
Merge branch 'core-lib-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
d1c55ab
bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apis
by Daniel Borkmann
· 8 years ago
909b27f7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
6ba5b85
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
23c8a81
KEYS: Fix ASN.1 indefinite length object parsing
by David Howells
· 9 years ago
e4d35be
Merge branch 'ovl-fixes' into for-linus
by Al Viro
· 8 years ago
e800072
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
dd254f5
fold checks into iterate_and_advance()
by Al Viro
· 8 years ago
7c31190
lib/stackdepot: avoid to return 0 handle
by Joonsoo Kim
· 9 years ago
cba65321
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
ccab605
lib: asn1_decoder - add MODULE_LICENSE("GPL")
by Tudor Ambarus
· 9 years ago
33334e2
lib/stackdepot.c: allow the stack trace hash to be zero
by Alexander Potapenko
· 9 years ago
41ed943
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
by Ingo Molnar
· 9 years ago
11a9957
libnl: fix help of _64bit functions
by Nicolas Dichtel
· 9 years ago
1602f49
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
089bf1a
libnl: add more helpers to align attributes on 64-bit
by Nicolas Dichtel
· 9 years ago
2198531
string_helpers: add kstrdup_quotable_file
by Kees Cook
· 9 years ago
0d04432
string_helpers: add kstrdup_quotable_cmdline
by Kees Cook
· 9 years ago
b53f27e
string_helpers: add kstrdup_quotable
by Kees Cook
· 9 years ago
5614e77
Merge 4.6-rc4 into driver-core-next
by Greg Kroah-Hartman
· 9 years ago
e1e22b2
Merge tag 'driver-core-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 9 years ago
9b1d6c8
lib: scatterlist: move SG pool code from SCSI driver to lib/sg_pool.c
by Ming Lin
· 9 years ago
dea5c24
lib: lz4: cleanup unaligned access efficiency detection
by Rui Salvaterra
· 9 years ago
3e26a69
lib: lz4: fixed zram with lz4 on big endian machines
by Rui Salvaterra
· 9 years ago
58976ee
Merge tag 'keys-fixes-20160412' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into for-linus
by James Morris
· 9 years ago
9fd4dce
debugfs: prevent access to possibly dead file_operations at file open
by Nicolai Stange
· 9 years ago
ae95d71
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
357f435
fix the copy vs. map logics in blk_rq_map_user_iov()
by Al Viro
· 9 years ago
9c94f6c
lib/test_bpf: Add additional BPF_ADD tests
by Naveen N. Rao
· 9 years ago
b64b50e
lib/test_bpf: Add test to check for result of 32-bit add that overflows
by Naveen N. Rao
· 9 years ago
c7395d6
lib/test_bpf: Add tests for unsigned BPF_JGT
by Naveen N. Rao
· 9 years ago
9f134c3
lib/test_bpf: Fix JMP_JSET tests
by Naveen N. Rao
· 9 years ago
8d4a2ec
assoc_array: don't call compare_object() on a node
by Jerome Marchand
· 9 years ago
0bb5c9e
lib/mpi: mpi_read_raw_from_sgl(): fix out-of-bounds buffer access
by Nicolai Stange
· 9 years ago
Next »