Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
b716d425385ed392adc8e619020c1d77ae5ec1cb
/
lib
5ca62d6
revert "cpumask: don't perform while loop in cpumask_next_and()"
by Andrew Morton
· 9 years ago
1f1e34f
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
by Linus Torvalds
· 9 years ago
36f5811
MPI: MIPS: Fix compilation error with GCC 5.1
by Jaedon Shin
· 9 years ago
5879ae5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 9 years ago
6d79541
rhashtable: add missing import <linux/export.h>
by Hauke Mehrtens
· 9 years ago
77493bd
Merge branch 'stable/for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlb
by Linus Torvalds
· 9 years ago
023600f
swiotlb: do not export map_single function
by Alexandre Courbot
· 9 years ago
226a07e
lib: Clarify the return value of strnlen_user()
by Jan Kara
· 9 years ago
f18c34e
lib: Fix strnlen_user() to not touch memory after specified maximum
by Jan Kara
· 9 years ago
1be44e2
Merge tag 'xfs-for-linus-4.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/dgc/linux-xfs
by Linus Torvalds
· 9 years ago
6e49ba1
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 9 years ago
80188b0
percpu_counter: batch size aware __percpu_counter_compare()
by Dave Chinner
· 9 years ago
f36963c
cpumask_set_cpu_local_first => cpumask_local_spread, lament
by Rusty Russell
· 9 years ago
07ee072
rhashtable: Add cap on number of elements in hash table
by Herbert Xu
· 9 years ago
02f0f57
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
01e7690
kasan: show gcc version requirements in Kconfig and Documentation
by Joe Perches
· 9 years ago
7d616e4
lib: delete lib/find_last_bit.c
by Yury Norov
· 9 years ago
d9cee5d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 9 years ago
7829fb0
lib: make memzero_explicit more robust against dead store elimination
by Daniel Borkmann
· 10 years ago
2decb26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 10 years ago
474095e
Merge tag 'md/4.1' of git://neil.brown.name/md
by Linus Torvalds
· 10 years ago
a87b9eb
rhashtable: Do not schedule more than one rehash if we can't grow further
by Thomas Graf
· 10 years ago
e2307ed
rhashtable: Schedule async resize when sync realloc fails
by Thomas Graf
· 10 years ago
db4fd9c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
by Linus Torvalds
· 10 years ago
a582564
md/raid6 algorithms: xor_syndrome() for SSE2
by Markus Stockhausen
· 10 years ago
9a5ce91
md/raid6 algorithms: xor_syndrome() for generic int
by Markus Stockhausen
· 10 years ago
7e92e1d
md/raid6 algorithms: improve test program
by Markus Stockhausen
· 10 years ago
fe5cbc6
md/raid6 algorithms: delta syndrome functions
by Markus Stockhausen
· 10 years ago
1fc1499
Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 10 years ago
7b3372d
iommu-common: rename iommu_pool_hash to iommu_hash_common
by Sowmini Varadhan
· 10 years ago
b0cc836
iommu-common: fix x86_64 compiler warnings
by Sowmini Varadhan
· 10 years ago
6496edf
Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
by Linus Torvalds
· 10 years ago
17974c05
hexdump: avoid warning in test function
by Linus Torvalds
· 10 years ago
e4afa12
cpumask: remove __first_cpu / __next_cpu
by Rusty Russell
· 10 years ago
2f0c0fd
iommu-common: Fix PARISC compile-time warnings
by Sowmini Varadhan
· 10 years ago
ff7d37a
Break up monolithic iommu table/lock into finer graularity pools and lock
by Sowmini Varadhan
· 10 years ago
c12f048
sparc: Revert generic IOMMU allocator.
by David S. Miller
· 10 years ago
cb0f3f3
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/urgent
by Ingo Molnar
· 10 years ago
e2fdae7
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
by Linus Torvalds
· 10 years ago
cb97201
iommu-common: Fix PARISC compile-time warnings
by Sowmini Varadhan
· 10 years ago
54e514b
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 10 years ago
9e522c0
lib/Kconfig: fix up HAVE_ARCH_BITREVERSE help text
by Andrew Morton
· 10 years ago
534b483
cpumask: don't perform while loop in cpumask_next_and()
by Sergey Senozhatsky
· 10 years ago
2afe27c
lib/bitmap.c: bitmap_[empty,full]: remove code duplication
by Yury Norov
· 10 years ago
675cf53
lib/vsprintf.c: improve put_dec_trunc8 slightly
by Rasmus Villemoes
· 10 years ago
a7a2c02a4
lib/dma-debug: fix bucket_find_contain()
by Sebastian Ott
· 10 years ago
7c43d9a
lib/vsprintf.c: even faster binary to decimal conversion
by Rasmus Villemoes
· 10 years ago
840620a
lib: rename lib/find_next_bit.c to lib/find_bit.c
by Yury Norov
· 10 years ago
8f6f19d
lib: move find_last_bit to lib/find_next_bit.c
by Yury Norov
· 10 years ago
2c57a0e
lib: find_*_bit reimplementation
by Yury Norov
· 10 years ago
7d69cff
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 10 years ago
10b88a4
sparc: Break up monolithic iommu table/lock into finer graularity pools and lock
by Sowmini Varadhan
· 10 years ago
eea3a00
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 10 years ago
d50f8f8
lru_cache: remove use of seq_printf return value
by Joe Perches
· 10 years ago
41416f2
lib/string_helpers.c: change semantics of string_escape_mem
by Rasmus Villemoes
· 10 years ago
3aeddc7
lib/string_helpers.c: refactor string_escape_mem
by Rasmus Villemoes
· 10 years ago
9c98f23
lib/vsprintf.c: fix potential NULL deref in hex_string
by Rasmus Villemoes
· 10 years ago
900cca2
lib/vsprintf: add %pC{,n,r} format specifiers for clocks
by Geert Uytterhoeven
· 10 years ago
d1c1b12
lib/vsprintf.c: another small hack
by Rasmus Villemoes
· 10 years ago
3ea8d44
lib/vsprintf.c: eliminate duplicate hex string array
by Rasmus Villemoes
· 10 years ago
e26c12c
lib/vsprintf.c: reduce stack use in number()
by Rasmus Villemoes
· 10 years ago
51be17d
lib/vsprintf.c: eliminate some branches
by Rasmus Villemoes
· 10 years ago
c79574a
lib/test-hexdump.c: fix initconst confusion
by Andi Kleen
· 10 years ago
cb90695
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 10 years ago
6c373ca
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 10 years ago
8d7dc92
rcu: Control grace-period delays directly from value
by Paul E. McKenney
· 10 years ago
1dcf58d
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 10 years ago
8d8cfb4
Kconfig: memtest: update number of test patterns up to 17
by Vladimir Murzin
· 10 years ago
4a20799
mm: move memtest under mm
by Vladimir Murzin
· 10 years ago
6b63783
x86, mm: support huge KVA mappings on x86
by Toshi Kani
· 10 years ago
e61ce6a
mm: change ioremap to set up huge I/O mappings
by Toshi Kani
· 10 years ago
0ddab1d
lib/ioremap.c: add huge I/O map capability interfaces
by Toshi Kani
· 10 years ago
ca2ec32
Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
078838d
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
d0bbe0d
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 10 years ago
c4be50e
Merge tag 'driver-core-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 10 years ago
7fd5647
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
cc76ee7
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
36e9f65
Merge branch 'iov_iter' into for-next
by Al Viro
· 10 years ago
171a020
VFS: Add iov_iter_fault_in_multipages_readable()
by Anton Altaparmakov
· 10 years ago
b9f28d8
sd, mmc, virtio_blk, string_helpers: fix block size units
by James Bottomley
· 10 years ago
fe3cce2
Merge branch 'iov_iter' into for-davem
by Al Viro
· 10 years ago
c85d697
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
57a9d89
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
b81b7be
test_rhashtable: Remove bogus max_size setting
by Herbert Xu
· 10 years ago
9f0d34b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
5899f04
netlink: pad nla_memcpy dest buffer with zeroes
by Jiri Benc
· 10 years ago
e963741
block: fix blk_stack_limits() regression due to lcm() change
by Mike Snitzer
· 10 years ago
c5e77f5
Merge tag 'v4.0-rc6' into timers/core, before applying new patches
by Ingo Molnar
· 10 years ago
bc917be
saner iov_iter initialization primitives
by Al Viro
· 10 years ago
4bfe186
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
by Ingo Molnar
· 10 years ago
49f7b33
rhashtable: provide len to obj_hashfn
by Patrick McHardy
· 10 years ago
d82d54a
kobject: WARN as tip when call kobject_get() to a kobject not initialized
by Ethan Zhao
· 10 years ago
bea2b59
lib/lz4: Pull out constant tables
by Rasmus Villemoes
· 10 years ago
ff85f70
Merge 4.0-rc5 into char-misc-next
by Greg Kroah-Hartman
· 10 years ago
6b6f302
rhashtable: Add rhashtable_free_and_destroy()
by Thomas Graf
· 10 years ago
b5e2c15
rhashtable: Disable automatic shrinking by default
by Thomas Graf
· 10 years ago
299e5c3
rhashtable: Use 'unsigned int' consistently
by Thomas Graf
· 10 years ago
27ed44a
rhashtable: Add comment on choice of elasticity value
by Herbert Xu
· 10 years ago
d5c1d8c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
Next »