index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-17
lib/bitmap.c: bitmap_[empty,full]: remove code duplication
Yury Norov
1
-30
/
+0
2015-04-17
lib/vsprintf.c: improve put_dec_trunc8 slightly
Rasmus Villemoes
1
-6
/
+4
2015-04-17
lib/dma-debug: fix bucket_find_contain()
Sebastian Ott
1
-1
/
+1
2015-04-17
lib/vsprintf.c: even faster binary to decimal conversion
Rasmus Villemoes
1
-118
/
+128
2015-04-17
lib: rename lib/find_next_bit.c to lib/find_bit.c
Yury Norov
2
-1
/
+1
2015-04-17
lib: move find_last_bit to lib/find_next_bit.c
Yury Norov
2
-2
/
+27
2015-04-17
lib: find_*_bit reimplementation
Yury Norov
2
-214
/
+89
2015-04-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
5
-179
/
+181
2015-04-15
lru_cache: remove use of seq_printf return value
Joe Perches
1
-4
/
+5
2015-04-15
lib/string_helpers.c: change semantics of string_escape_mem
Rasmus Villemoes
3
-64
/
+33
2015-04-15
lib/string_helpers.c: refactor string_escape_mem
Rasmus Villemoes
1
-103
/
+105
2015-04-15
lib/vsprintf.c: fix potential NULL deref in hex_string
Rasmus Villemoes
1
-4
/
+12
2015-04-15
lib/vsprintf: add %pC{,n,r} format specifiers for clocks
Geert Uytterhoeven
1
-0
/
+37
2015-04-15
lib/vsprintf.c: another small hack
Rasmus Villemoes
1
-3
/
+4
2015-04-15
lib/vsprintf.c: eliminate duplicate hex string array
Rasmus Villemoes
1
-5
/
+2
2015-04-15
lib/vsprintf.c: reduce stack use in number()
Rasmus Villemoes
1
-6
/
+1
2015-04-15
lib/vsprintf.c: eliminate some branches
Rasmus Villemoes
1
-19
/
+11
2015-04-15
lib/test-hexdump.c: fix initconst confusion
Andi Kleen
1
-4
/
+4
2015-04-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-1
/
+1
2015-04-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
3
-701
/
+380
2015-04-14
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-0
/
+65
2015-04-14
Kconfig: memtest: update number of test patterns up to 17
Vladimir Murzin
1
-1
/
+1
2015-04-14
mm: move memtest under mm
Vladimir Murzin
1
-0
/
+12
2015-04-14
x86, mm: support huge KVA mappings on x86
Toshi Kani
1
-3
/
+3
2015-04-14
mm: change ioremap to set up huge I/O mappings
Toshi Kani
1
-0
/
+16
2015-04-14
lib/ioremap.c: add huge I/O map capability interfaces
Toshi Kani
1
-0
/
+37
2015-04-14
Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
1
-0
/
+83
2015-04-14
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-10
/
+25
2015-04-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2015-04-13
Merge tag 'driver-core-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-12
/
+13
2015-04-13
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+13
2015-04-13
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2015-04-11
Merge branch 'iov_iter' into for-next
Al Viro
1
-0
/
+57
2015-04-11
VFS: Add iov_iter_fault_in_multipages_readable()
Anton Altaparmakov
1
-0
/
+26
2015-04-09
Merge branch 'iov_iter' into for-davem
Al Viro
1
-0
/
+57
2015-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+11
2015-04-03
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+11
2015-04-03
test_rhashtable: Remove bogus max_size setting
Herbert Xu
1
-1
/
+0
2015-04-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+2
2015-03-31
netlink: pad nla_memcpy dest buffer with zeroes
Jiri Benc
1
-0
/
+2
2015-03-31
block: fix blk_stack_limits() regression due to lcm() change
Mike Snitzer
1
-0
/
+11
2015-03-31
Merge tag 'v4.0-rc6' into timers/core, before applying new patches
Ingo Molnar
6
-40
/
+810
2015-03-30
saner iov_iter initialization primitives
Al Viro
1
-0
/
+57
2015-03-27
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
1
-10
/
+25
2015-03-25
rhashtable: provide len to obj_hashfn
Patrick McHardy
1
-1
/
+1
2015-03-25
kobject: WARN as tip when call kobject_get() to a kobject not initialized
Ethan Zhao
1
-1
/
+6
2015-03-25
lib/lz4: Pull out constant tables
Rasmus Villemoes
1
-11
/
+7
2015-03-24
rhashtable: Add rhashtable_free_and_destroy()
Thomas Graf
1
-10
/
+39
2015-03-24
rhashtable: Disable automatic shrinking by default
Thomas Graf
1
-1
/
+1
2015-03-24
rhashtable: Use 'unsigned int' consistently
Thomas Graf
1
-8
/
+10
[next]