Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
888dae5361e605efc553b645a7c95bbcc5e904db
/
lib
675e065
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 9 years ago
6937047
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
e7ca7f9
Merge branch 'fixes' into misc
by James Bottomley
· 9 years ago
a7fd20d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 9 years ago
9a07a79
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 9 years ago
a3871bd
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
0052af4
Merge branch 'core-lib-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
d1c55ab
bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apis
by Daniel Borkmann
· 9 years ago
909b27f7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
6ba5b85
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 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
· 9 years ago
e800072
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
dd254f5
fold checks into iterate_and_advance()
by Al Viro
· 9 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
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
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
85d541a
lib/mpi: mpi_read_raw_from_sgl(): sanitize meaning of indices
by Nicolai Stange
· 9 years ago
64c09b0
lib/mpi: mpi_read_raw_from_sgl(): fix nbits calculation
by Nicolai Stange
· 9 years ago
60e1b74
lib/mpi: mpi_read_raw_from_sgl(): purge redundant clearing of nbits
by Nicolai Stange
· 9 years ago
ab1e912
lib/mpi: mpi_read_raw_from_sgl(): don't include leading zero SGEs in nbytes
by Nicolai Stange
· 9 years ago
b698538
lib/mpi: mpi_read_raw_from_sgl(): replace len argument by nbytes
by Nicolai Stange
· 9 years ago
462696f
lib/mpi: mpi_read_buffer(): fix buffer overflow
by Nicolai Stange
· 9 years ago
90f864e
lib/mpi: mpi_read_buffer(): replace open coded endian conversion
by Nicolai Stange
· 9 years ago
f00fa241
lib/mpi: mpi_read_buffer(): optimize skipping of leading zero limbs
by Nicolai Stange
· 9 years ago
d755290
lib/mpi: mpi_write_sgl(): replace open coded endian conversion
by Nicolai Stange
· 9 years ago
cece762
lib/mpi: mpi_write_sgl(): fix out-of-bounds stack access
by Nicolai Stange
· 9 years ago
ea122be
lib/mpi: mpi_write_sgl(): purge redundant pointer arithmetic
by Nicolai Stange
· 9 years ago
654842e
lib/mpi: mpi_write_sgl(): fix style issue with lzero decrement
by Nicolai Stange
· 9 years ago
f2d1362
lib/mpi: mpi_write_sgl(): fix skipping of leading zero limbs
by Nicolai Stange
· 9 years ago
8f6fd83
rhashtable: accept GFP flags in rhashtable_walk_init
by Bob Copeland
· 9 years ago
d18d12d
lib/proportions: Remove unused code
by Richard Cochran
· 9 years ago
8704baa
rcutorture: Add RCU grace-period performance tests
by Paul E. McKenney
· 9 years ago
9dcadd3
kasan: test fix: warn if the UAF could not be detected in kmalloc_uaf2
by Alexander Potapenko
· 9 years ago
cd11016
mm, kasan: stackdepot implementation. Enable stackdepot for SLAB
by Alexander Potapenko
· 9 years ago
7ed2f9e
mm, kasan: SLAB support
by Alexander Potapenko
· 9 years ago
e6e8379
kasan: modify kmalloc_large_oob_right(), add kmalloc_pagealloc_oob_right()
by Alexander Potapenko
· 9 years ago
6c31da3
parisc,metag: Implement CONFIG_DEBUG_STACK_USAGE option
by Helge Deller
· 9 years ago
dde5cf3
ubsan: fix tree-wide -Wmaybe-uninitialized false positives
by Andrey Ryabinin
· 9 years ago
5c9a875
kernel: add kcov code coverage
by Dmitry Vyukov
· 9 years ago
26660a4
Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
f069153
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
by Linus Torvalds
· 9 years ago
1200b68
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 9 years ago
814a2bf
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
49dc2b7
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 9 years ago
588ab3f
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 9 years ago
f9310b2
sscanf: implement basic character sets
by Jessica Yu
· 9 years ago
2553b67
lib/bug.c: use common WARN helper
by Josh Poimboeuf
· 9 years ago
a81a5a1
lib: add "on"/"off" support to kstrtobool
by Kees Cook
· 9 years ago
ef95159
lib: move strtobool() to kstrtobool()
by Kees Cook
· 9 years ago
56b0608
lib/string: introduce match_string() helper
by Andy Shevchenko
· 9 years ago
7cf19af
radix_tree: add radix_tree_dump
by Matthew Wilcox
· 9 years ago
e614523
radix_tree: add support for multi-order entries
by Matthew Wilcox
· 9 years ago
0070e28
radix_tree: loop based on shift count, not height
by Matthew Wilcox
· 9 years ago
339e635
radix_tree: tag all internal tree nodes as indirect pointers
by Matthew Wilcox
· 9 years ago
d7b85ca
lib/bug.c: make panic_on_warn available for all architectures
by Heiko Carstens
· 9 years ago
58e698a
radix-tree: account radix_tree_node to memory cgroup
by Vladimir Davydov
· 9 years ago
8eee93e
Merge tag 'char-misc-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 9 years ago
1a4ab08
Merge tag 'driver-core-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 9 years ago
7047737
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 9 years ago
271ecc5
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 9 years ago
edf14cd
mm, printk: introduce new format string for flags
by Vlastimil Babka
· 9 years ago
710d60c
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
ba33ea8
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
e71c2c1
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
01cfbad
ipv4: Update parameters for csum_tcpudp_magic to their original types
by Alexander Duyck
· 9 years ago
6cbe9e4
Merge branch 'linus' into locking/core, to pick up fixes
by Ingo Molnar
· 9 years ago
d77a117
list: kill list_force_poison()
by Dan Williams
· 9 years ago
a8463d4
dma: Provide simple noop dma ops
by Christian Borntraeger
· 9 years ago
523462d
Merge 4.5-rc6 into char-misc-next
by Greg Kroah-Hartman
· 9 years ago
757c989
cpu/hotplug: Make target state writeable
by Thomas Gleixner
· 9 years ago
b07edbe
netfilter: meta: add PRANDOM support
by Florian Westphal
· 9 years ago
39a1142
Merge tag 'v4.5-rc6' into locking/core, to pick up fixes
by Ingo Molnar
· 9 years ago
3712bba
cpumask: Export cpumask_any_but()
by Thomas Gleixner
· 9 years ago
b9ab5eb
objtool: Add CONFIG_STACK_VALIDATION option
by Josh Poimboeuf
· 9 years ago
9c6bd0c
lib/mpi: use "static inline" instead of "extern inline"
by Arnd Bergmann
· 9 years ago
c5d5524
lib/mpi: avoid assembler warning
by Arnd Bergmann
· 9 years ago
3ee0cb5
lib/mpi: Endianness fix
by Michal Marek
· 9 years ago
a272858
extable: add support for relative extables to search and sort routines
by Ard Biesheuvel
· 9 years ago
b633353
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
5fd003f
test_bitmap: unit tests for lib/bitmap.c
by David Decotigny
· 9 years ago
e52bc7c
lib/bitmap.c: conversion routines to/from u32 array
by David Decotigny
· 9 years ago
Next »