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
2017-03-09
mm: convert generic code to 5-level paging
Kirill A. Shutemov
1
-3
/
+36
2017-03-07
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-7
/
+7
2017-03-07
Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
1
-2
/
+2
2017-03-07
ida: Free correct IDA bitmap
Matthew Wilcox
1
-2
/
+2
2017-03-03
Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
12
-4
/
+16
2017-03-02
sched/headers: Prepare to use <linux/rcuupdate.h> instead of <linux/rculist.h...
Ingo Molnar
2
-0
/
+2
2017-03-02
sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linu...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
3
-0
/
+3
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2
-0
/
+2
2017-03-02
sched/headers: Prepare to remove the <linux/gfp.h> include from <linux/sched.h>
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-1
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-2
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
kasan, sched/headers: Uninline kasan_enable/disable_current()
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/core: Remove the tsk_cpus_allowed() wrapper
Ingo Molnar
1
-1
/
+1
2017-03-02
KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload()
David Howells
1
-1
/
+1
2017-03-01
locking/refcounts: Change WARN() to WARN_ONCE()
Ingo Molnar
1
-7
/
+7
2017-02-28
Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
3
-1187
/
+819
2017-02-28
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
3
-14
/
+268
2017-02-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
3
-7
/
+6
2017-02-27
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-17
/
+13
2017-02-27
Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...
Linus Torvalds
1
-3
/
+2
2017-02-27
lib/vsprintf.c: remove %Z support
Alexey Dobriyan
1
-4
/
+4
2017-02-27
scatterlist: do not disable IRQs in sg_copy_buffer
Gilad Ben-Yossef
1
-4
/
+0
2017-02-27
scatterlist: reorder compound boolean expression
Gilad Ben-Yossef
1
-1
/
+1
2017-02-27
lib/fonts/Kconfig: keep non-Sparc fonts listed together
Randy Dunlap
1
-8
/
+8
2017-02-26
rhashtable: Fix RCU dereference annotation in rht_bucket_nested
Herbert Xu
1
-2
/
+3
2017-02-26
rhashtable: Fix use before NULL check in bucket_table_free
Herbert Xu
1
-3
/
+1
2017-02-26
lib: Allow compile-testing of parman
Geert Uytterhoeven
1
-1
/
+1
2017-02-26
lib: fix spelling mistake: "actualy" -> "actually"
Colin Ian King
1
-1
/
+1
2017-02-25
Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-3
/
+86
2017-02-25
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
20
-2078
/
+3142
2017-02-24
lib/lz4: remove back-compat wrappers
Sven Schmidt
3
-87
/
+0
2017-02-24
lib/decompress_unlz4: change module to work with new LZ4 module version
Sven Schmidt
1
-5
/
+8
2017-02-24
lib: update LZ4 compressor module
Sven Schmidt
5
-1011
/
+2062
2017-02-24
lib/test_sort.c: make it explicitly non-modular
Paul Gortmaker
1
-5
/
+6
2017-02-24
lib: add CONFIG_TEST_SORT to enable self-test of sort()
Kostenzer Felix
4
-39
/
+54
2017-02-24
rbtree: use designated initializers
Kees Cook
1
-1
/
+3
2017-02-24
lib/find_bit.c: micro-optimise find_next_*_bit
Matthew Wilcox
1
-2
/
+2
2017-02-24
lib: add module support to atomic64 tests
Geert Uytterhoeven
2
-4
/
+11
2017-02-24
lib: add module support to glob tests
Geert Uytterhoeven
4
-166
/
+169
2017-02-24
lib: add module support to crc32 tests
Geert Uytterhoeven
4
-826
/
+858
2017-02-24
bug: switch data corruption check to __must_check
Kees Cook
1
-21
/
+24
2017-02-24
kasan: add memcg kmem_cache test
Greg Thelen
1
-0
/
+34
2017-02-24
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
Linus Torvalds
1
-0
/
+1
2017-02-24
locking/refcounts: Out-of-line everything
Peter Zijlstra
3
-14
/
+268
2017-02-23
Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...
Linus Torvalds
3
-0
/
+320
2017-02-24
lib/Kconfig: make PRIME_NUMBERS not user selectable.
Dave Airlie
1
-1
/
+1
[next]