index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
test_hexdump: go through all possible lengths of buffer
Andy Shevchenko
2016-01-20
1
-14
/
+13
*
test_hexdump: define FILL_CHAR constant
Andy Shevchenko
2016-01-20
1
-6
/
+13
*
test_hexdump: introduce test_hexdump_prepare_test() helper
Andy Shevchenko
2016-01-20
1
-7
/
+19
*
test_hexdump: rename to test_hexdump
Andy Shevchenko
2016-01-20
2
-1
/
+1
*
drivers/firmware/broadcom/bcm47xx_nvram.c: use __ioread32_copy() instead of o...
Stephen Boyd
2016-01-20
1
-8
/
+3
*
drivers/soc/qcom/smd.c: use __ioread32_copy() instead of open-coding it
Stephen Boyd
2016-01-20
1
-9
/
+4
*
lib/iomap_copy.c: add __ioread32_copy()
Stephen Boyd
2016-01-20
2
-0
/
+22
*
arch/frv/include/asm/io.h: accept const void pointers for read{b,w,l}()
Stephen Boyd
2016-01-20
1
-3
/
+14
*
string_helpers: fix precision loss for some inputs
James Bottomley
2016-01-20
1
-20
/
+43
*
./CREDITS: add credit information for Martin Kepplinger
Martin Kepplinger
2016-01-20
1
-0
/
+10
*
scripts/get_maintainer.pl: handle file names beginning with ./
Joe Perches
2016-01-20
1
-0
/
+4
*
misc: ibmasm: fix build errors
Randy Dunlap
2016-01-20
1
-0
/
+1
*
zsmalloc: fix migrate_zspage-zs_free race condition
Junil Lee
2016-01-20
1
-1
/
+13
*
mm: arch: remove duplicate definitions of MADV_FREE
Guenter Roeck
2016-01-20
4
-4
/
+0
*
fs/proc/task_mmu.c: add workaround for old compilers
Kirill A. Shutemov
2016-01-20
1
-1
/
+1
*
thp: fix interrupt unsafe locking in split_huge_page()
Kirill A. Shutemov
2016-01-20
1
-4
/
+5
*
lib/libcrc32c.c: fix build warning
Jean Delvare
2016-01-20
1
-0
/
+1
*
Merge tag 'dmaengine-fix-4.5-rc1' of git://git.infradead.org/users/vkoul/slav...
Linus Torvalds
2016-01-20
4
-32
/
+30
|
\
|
*
dmaengine: rcar-dmac: Document SoC specific bindings
Simon Horman
2016-01-18
1
-3
/
+10
|
*
dmaengine: at_xdmac: fix resume for cyclic transfers
Songjun Wu
2016-01-18
1
-0
/
+3
|
*
dmaengine: dw: fix cyclic transfer callbacks
Mans Rullgard
2016-01-14
1
-6
/
+15
|
*
dmaengine: dw: fix cyclic transfer setup
Mans Rullgard
2016-01-14
1
-22
/
+1
|
*
dmaengine: edma: Fix paRAM slot allocation for entry channel 0
Peter Ujfalusi
2016-01-13
1
-1
/
+1
*
|
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...
Linus Torvalds
2016-01-20
8
-124
/
+188
|
\
\
|
*
|
coccinelle: tests: unsigned value cannot be lesser than zero
Andrzej Hajda
2016-01-12
1
-0
/
+75
|
*
|
tags: Unify emacs and exuberant rules
Michal Marek
2016-01-05
1
-93
/
+109
|
*
|
tags: Drop the _PE rule
Michal Marek
2016-01-05
1
-2
/
+0
|
*
|
tags: Do not try to index defconfigs
Michal Marek
2016-01-05
1
-12
/
+0
|
*
|
tags: Process Kconfig files in a single pass
Michal Marek
2016-01-05
1
-7
/
+2
|
*
|
tags: Fix erroneous pattern match in a comment
Michal Marek
2016-01-05
1
-1
/
+1
|
*
|
aic7xxx: Avoid name collision with <linux/list.h>
Michal Marek
2016-01-05
5
-14
/
+4
|
*
|
tags: Treat header files as C code
Michal Marek
2016-01-05
1
-33
/
+33
|
*
|
package Makefile: fix perf-tar targets when outdir is set
Riku Voipio
2015-11-24
1
-2
/
+2
|
*
|
scripts/tags.sh: Teach tags about more powerpc macros
Michael Ellerman
2015-11-20
1
-0
/
+1
*
|
|
Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...
Linus Torvalds
2016-01-20
3
-4
/
+7
|
\
\
\
|
*
|
|
kconfig: fix qconf segfault by deleting heap objects
Chris Bainbridge
2016-01-11
1
-0
/
+2
|
*
|
|
kconfig: return 'false' instead of 'no' in bool function
Vegard Nossum
2016-01-05
1
-1
/
+1
|
*
|
|
kconfig: allow kconfig to handle longer path names
Markus Mayer
2015-12-10
1
-3
/
+4
|
|
/
/
*
|
|
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
2016-01-20
14
-20
/
+35
|
\
\
\
|
*
|
|
kbuild: Demote 'sign-compare' warning to W=2
Lee Jones
2016-01-12
1
-0
/
+2
|
*
|
|
Makefile: revert "Makefile: Document ability to make file.lst and file.S" par...
Wang YanQing
2015-12-17
1
-1
/
+1
|
*
|
|
kbuild: Do not run modules_install and install in paralel
Michal Marek
2015-12-10
1
-0
/
+6
|
*
|
|
genksyms: Handle string literals with spaces in reference files
Michal Marek
2015-12-09
1
-2
/
+4
|
*
|
|
fixdep: constify strrcmp arguments
Nicolas Iooss
2015-12-07
1
-1
/
+1
|
*
|
|
ath10k: Fix build with CONFIG_THERMAL=m
Michal Marek
2015-11-26
1
-1
/
+1
|
*
|
|
Revert "drm: Hack around CONFIG_AGP=m build failures"
Michal Marek
2015-11-25
1
-2
/
+0
|
*
|
|
kbuild: Allow to specify composite modules with modname-m
Michal Marek
2015-11-25
5
-7
/
+11
|
*
|
|
staging/ad7606: Actually build the interface modules
Michal Marek
2015-11-25
3
-6
/
+9
|
|
/
/
*
|
|
FRV: Mark architecture orphaned
David Howells
2016-01-20
1
-2
/
+1
*
|
|
MAINTAINERS: Update mailing list for Renesas SoC Development
Simon Horman
2016-01-20
1
-8
/
+8
[next]