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
2016-01-12
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-5
/
+6
2016-01-11
Merge tag 'mmc-v4.5' of git://git.linaro.org/people/ulf.hansson/mmc
Linus Torvalds
1
-2
/
+1
2016-01-11
Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
1
-0
/
+11
2016-01-11
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+4
2016-01-11
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-41
/
+79
2016-01-09
restrict /dev/mem to idle io memory ranges
Dan Williams
1
-3
/
+20
2016-01-09
arch: consolidate CONFIG_STRICT_DEVM in lib/Kconfig.debug
Dan Williams
1
-0
/
+22
2016-01-08
Merge branch 'for-linus' into work.misc
Al Viro
1
-1
/
+2
2016-01-07
test: firmware_class: add asynchronous request trigger
Brian Norris
1
-0
/
+65
2016-01-07
test: firmware_class: use kstrndup() where appropriate
Brian Norris
1
-2
/
+1
2016-01-07
test: firmware_class: report errors properly on failure
Brian Norris
1
-3
/
+8
2016-01-06
lib/vsprintf: add %*pg format specifier
Dmitry Monakhov
1
-0
/
+29
2016-01-06
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
1
-1
/
+1
2016-01-04
convert a bunch of open-coded instances of memdup_user_nul()
Al Viro
1
-8
/
+3
2015-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2015-12-23
tracing: Use seq_buf_used() in seq_buf_to_user() instead of len
Jerry Snitselaar
1
-2
/
+4
2015-12-23
crypto: 842 - remove WARN inside printk
Dan Streetman
1
-5
/
+9
2015-12-22
CPM/QE: use genalloc to manage CPM/QE muram
Zhao Qiang
1
-1
/
+1
2015-12-22
genalloc:support allocating specific region
Zhao Qiang
1
-0
/
+32
2015-12-22
genalloc:support memory-allocation with bytes-alignment to genalloc
Zhao Qiang
1
-6
/
+55
2015-12-22
mmc: kconfig: replace FAULT_INJECTION with FAULT_INJECTION_DEBUG_FS
Adrien Schildknecht
1
-2
/
+1
2015-12-18
rhashtable: Kill harmless RCU warning in rhashtable_walk_init
Herbert Xu
1
-1
/
+2
2015-12-18
bpf, test: add couple of test cases
Daniel Borkmann
1
-0
/
+120
2015-12-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-31
/
+44
2015-12-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-27
/
+40
2015-12-17
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+2
2015-12-17
Use the new batched user accesses in generic user string handling
Linus Torvalds
2
-7
/
+22
2015-12-16
dma-debug: Fix dma_debug_entry offset calculation
Daniel Mentz
1
-2
/
+2
2015-12-16
rhashtable: Fix walker list corruption
Herbert Xu
1
-9
/
+7
2015-12-16
rhashtable: Enforce minimum size on initial hash table
Herbert Xu
1
-3
/
+3
2015-12-08
rhashtable: Remove unnecessary wmb for future_tbl
Herbert Xu
1
-3
/
+0
2015-12-08
workqueue: implement lockup detector
Tejun Heo
1
-0
/
+11
2015-12-08
lib: scatterlist: fix Kconfig description
Geert Uytterhoeven
1
-3
/
+3
2015-12-06
iov_iter: export import_single_range()
Al Viro
1
-0
/
+1
2015-12-06
iov_iter: constify {csum_and_,}copy_to_iter()
Al Viro
1
-5
/
+5
2015-12-06
x86/headers: Don't include asm/processor.h in asm/atomic.h
Andi Kleen
1
-0
/
+4
2015-12-05
Revert "rhashtable: Use __vmalloc with GFP_ATOMIC for table allocation"
David S. Miller
1
-3
/
+2
2015-12-04
rhashtable: Use __vmalloc with GFP_ATOMIC for table allocation
Herbert Xu
1
-2
/
+3
2015-12-04
rhashtable: Prevent spurious EBUSY errors on insertion
Herbert Xu
1
-15
/
+30
2015-12-03
net: Add support for CHANGEUPPER notifier error injection
Ido Schimmel
1
-0
/
+1
2015-12-01
net: add support for netdev notifier error injection
Nikolay Aleksandrov
3
-0
/
+78
2015-12-01
powerpc: Create disable_kernel_{fp,altivec,vsx,spe}()
Anton Blanchard
1
-0
/
+1
2015-11-25
lru_cache: Converted lc_seq_printf_status to return void
Roland Kammerer
1
-3
/
+1
2015-11-23
list: Use WRITE_ONCE() when adding to lists and hlists
Paul E. McKenney
1
-1
/
+1
2015-11-23
rhashtable-test: allow to retry even if -ENOMEM was returned
Phil Sutter
1
-1
/
+13
2015-11-23
rhashtable-test: calculate max_entries value by default
Phil Sutter
1
-3
/
+5
2015-11-23
rhashtable-test: retry insert operations
Phil Sutter
1
-24
/
+29
2015-11-23
rhashtable-test: add cond_resched() to thread test
Phil Sutter
1
-0
/
+5
2015-11-23
atomics: Add test for atomic operations with _relaxed variants
Boqun Feng
1
-41
/
+79
2015-11-23
treewide: Remove old email address
Peter Zijlstra
2
-2
/
+2
[prev]
[next]