index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Lines
2017-11-07
Merge branch 'linus' into locking/core, to resolve conflicts
Ingo Molnar
-34
/
+112
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-0
/
+94
2017-11-02
Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-0
/
+91
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
-0
/
+91
2017-11-02
KEYS: fix out-of-bounds read during ASN.1 parsing
Eric Biggers
-0
/
+3
2017-11-02
Merge branch 'x86/mpx/prep' into x86/asm
Ingo Molnar
-36
/
+26
2017-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-0
/
+1
2017-11-02
Backmerge tag 'v4.14-rc7' into drm-next
Dave Airlie
-123
/
+148
2017-10-30
Mark 'ioremap_page_range()' as possibly sleeping
Linus Torvalds
-0
/
+1
2017-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-34
/
+17
2017-10-28
assoc_array: Fix a buggy node-splitting case
David Howells
-34
/
+17
2017-10-25
locking/lockdep: Introduce CONFIG_BOOTPARAM_LOCKDEP_CROSSRELEASE_FULLSTACK=y
Byungchul Park
-0
/
+15
2017-10-25
locking/lockdep: Remove the BROKEN flag from CONFIG_LOCKDEP_CROSSRELEASE and ...
Byungchul Park
-2
/
+2
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
-14
/
+14
2017-10-23
Merge branch 'x86/urgent' into x86/asm, to pick up dependent fixes
Ingo Molnar
-79
/
+82
2017-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-76
/
+83
2017-10-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
-2
/
+2
2017-10-22
textsearch: fix typos in library helpers
Randy Dunlap
-2
/
+2
2017-10-19
documentation: kernel-api: add more info on bitmap functions
Randy Dunlap
-1
/
+3
2017-10-19
dql: make dql_init return void
Stephen Hemminger
-2
/
+1
2017-10-19
Merge commit 'tags/keys-fixes-20171018' into fixes-v4.14-rc5
James Morris
-0
/
+6
2017-10-14
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
-2
/
+4
2017-10-14
locking/lockdep: Disable cross-release features for now
Ingo Molnar
-2
/
+2
2017-10-14
x86/unwind: Rename unwinder config options to 'CONFIG_UNWINDER_*'
Josh Poimboeuf
-1
/
+1
2017-10-13
lib/Kconfig.debug: kernel hacking menu: runtime testing: keep tests together
Randy Dunlap
-72
/
+71
2017-10-12
lib/digsig: fix dereference of NULL user_key_payload
Eric Biggers
-0
/
+6
2017-10-12
lib/xz: Add fall-through comments to a switch statement
Lasse Collin
-0
/
+16
2017-10-11
new primitive: iov_iter_for_each_range()
Al Viro
-0
/
+22
2017-10-10
locking/selftest: Avoid false BUG report
Peter Zijlstra
-0
/
+2
2017-10-09
once: switch to new jump label API
Eric Biggers
-4
/
+4
2017-10-07
lib/gcd: add kernel-doc notation
Randy Dunlap
-0
/
+6
2017-10-07
div64: add missing kernel-doc
Randy Dunlap
-0
/
+6
2017-10-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-13
/
+48
2017-10-05
timer: Remove expires and data arguments from DEFINE_TIMER
Kees Cook
-1
/
+1
2017-10-03
lib/ratelimit.c: use deferred printk() version
Sergey Senozhatsky
-1
/
+3
2017-10-03
lib/idr.c: fix comment for idr_replace()
Eric Biggers
-2
/
+2
2017-10-03
lib/lz4: make arrays static const, reduces object code size
Colin Ian King
-2
/
+2
2017-10-03
Merge tag 'driver-core-4.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
-8
/
+41
2017-09-28
Merge drm-upstream/drm-next into drm-intel-next-queued
Jani Nikula
-165
/
+14674
2017-09-26
docs: clean up and add rest of CRC functions to kernel-api.rst
Randy Dunlap
-13
/
+13
2017-09-25
lib: Add shared copies of some GCC library routines
Palmer Dabbelt
-0
/
+310
2017-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
-7
/
+11
2017-09-23
Merge branch 'parisc-4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
-1
/
+2
2017-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
-4
/
+5
2017-09-22
parisc: Fix too large frame size warnings
Helge Deller
-1
/
+2
2017-09-21
test_rhashtable: remove initdata annotation
Florian Westphal
-1
/
+1
2017-09-20
iov_iter: fix page_copy_sane for compound pages
Petar Penkov
-2
/
+4
2017-09-19
kobject: factorize skb setup in kobject_uevent_net_broadcast()
Eric Dumazet
-15
/
+19
2017-09-19
kobject: copy env blob in one go
Eric Dumazet
-7
/
+1
2017-09-19
kobject: add kobject_uevent_net_broadcast()
Eric Dumazet
-43
/
+53
[prev]
[next]