index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
badblocks.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-05-10
Kbuild: disable 'maybe-uninitialized' warning for CONFIG_PROFILE_ALL_BRANCHES
Arnd Bergmann
1
-1
/
+5
2016-05-10
Kbuild: change CC_OPTIMIZE_FOR_SIZE definition
Arnd Bergmann
1
-0
/
+13
2016-05-10
kbuild: forbid kernel directory to contain spaces and colons
Robert Jarzmik
1
-0
/
+4
2016-04-27
kbuild: adjust ksym_dep_filter for some cmd_* renames
Nicolas Pitre
1
-4
/
+6
2016-04-27
kbuild: Fix dependencies for final vmlinux link
Nicolas Pitre
1
-1
/
+1
2016-04-26
kbuild: better abstract vmlinux sequential prerequisites
Nicolas Pitre
1
-16
/
+15
2016-04-26
kbuild: fix call to adjust_autoksyms.sh when output directory specified
Nicolas Ferre
1
-3
/
+3
2016-04-20
kbuild: Get rid of KBUILD_STR
Michal Marek
1
-4
/
+4
2016-04-20
kbuild: rename cmd_as_s_S to cmd_cpp_s_S
Masahiro Yamada
1
-3
/
+3
2016-04-20
kbuild: rename cmd_cc_i_c to cmd_cpp_i_c
Masahiro Yamada
2
-7
/
+7
2016-04-20
kbuild: drop redundant "PHONY += FORCE"
Masahiro Yamada
3
-3
/
+3
2016-04-20
kbuild: delete unnecessary "@:"
Masahiro Yamada
13
-14
/
+0
2016-04-20
kbuild: mark help target as PHONY
Masahiro Yamada
1
-0
/
+2
2016-04-20
kbuild: specify modules(_install) as PHONY rather than FORCE
Masahiro Yamada
1
-1
/
+2
2016-04-20
kbuild: drop FORCE from PHONY targets
Masahiro Yamada
4
-9
/
+9
2016-04-20
scripts: genksyms: fix resource leak
Maxim Zhukov
1
-0
/
+3
2016-03-29
kconfig option for TRIM_UNUSED_KSYMS
Nicolas Pitre
1
-0
/
+16
2016-03-29
kbuild: build sample modules along with the rest of the kernel
Nicolas Pitre
1
-3
/
+5
2016-03-29
kbuild: create/adjust generated/autoksyms.h
Nicolas Pitre
2
-0
/
+114
2016-03-29
kbuild: add fine grained build dependencies for exported symbols
Nicolas Pitre
3
-1
/
+40
2016-03-29
kbuild: de-duplicate fixdep usage
Nicolas Pitre
2
-15
/
+9
2016-03-29
fixdep: accept extra dependencies on stdin
Nicolas Pitre
1
-15
/
+45
2016-03-29
export.h: allow for per-symbol configurable EXPORT_SYMBOL()
Nicolas Pitre
2
-2
/
+22
2016-03-29
kbuild: record needed exported symbols for modules
Nicolas Pitre
1
-2
/
+11
2016-03-27
Linux 4.6-rc1
v4.6-rc1
Linus Torvalds
1
-2
/
+2
2016-03-26
f2fs/crypto: fix xts_tweak initialization
Linus Torvalds
1
-1
/
+1
2016-03-26
NTB: Remove _addr functions from ntb_hw_amd
Allen Hubbe
1
-30
/
+0
2016-03-26
orangefs: fix orangefs_superblock locking
Al Viro
3
-58
/
+47
2016-03-26
orangefs: fix do_readv_writev() handling of error halfway through
Al Viro
1
-1
/
+1
2016-03-26
orangefs: have ->kill_sb() evict the VFS side of things first
Al Viro
1
-3
/
+3
2016-03-26
orangefs: sanitize ->llseek()
Al Viro
2
-10
/
+3
2016-03-26
orangefs-bufmap.h: trim unused junk
Al Viro
1
-9
/
+0
2016-03-26
orangefs: saner calling conventions for getting a slot
Al Viro
4
-28
/
+16
2016-03-26
orangefs_copy_{to,from}_bufmap(): don't pass bufmap pointer
Al Viro
3
-23
/
+14
2016-03-26
orangefs: get rid of readdir_handle_s
Al Viro
1
-63
/
+30
2016-03-26
thp: fix typo in khugepaged_scan_pmd()
Kirill A. Shutemov
1
-1
/
+1
2016-03-26
MAINTAINERS: fill entries for KASAN
Andrey Ryabinin
1
-0
/
+14
2016-03-26
mm/filemap: generic_file_read_iter(): check for zero reads unconditionally
Nicolai Stange
1
-3
/
+4
2016-03-26
kasan: test fix: warn if the UAF could not be detected in kmalloc_uaf2
Alexander Potapenko
1
-0
/
+2
2016-03-26
mm, kasan: stackdepot implementation. Enable stackdepot for SLAB
Alexander Potapenko
9
-12
/
+391
2016-03-26
arch, ftrace: for KASAN put hard/soft IRQ entries into separate sections
Alexander Potapenko
23
-15
/
+51
2016-03-26
mm, kasan: add GFP flags to KASAN API
Alexander Potapenko
8
-42
/
+48
2016-03-26
mm, kasan: SLAB support
Alexander Potapenko
12
-22
/
+266
2016-03-26
kasan: modify kmalloc_large_oob_right(), add kmalloc_pagealloc_oob_right()
Alexander Potapenko
1
-1
/
+27
2016-03-26
include/linux/oom.h: remove undefined oom_kills_count()/note_oom_kill()
Tetsuo Handa
1
-2
/
+0
2016-03-26
mm/page_alloc: prevent merging between isolated and other pageblocks
Vlastimil Babka
1
-13
/
+33
2016-03-26
drivers/memstick/host/r592.c: avoid gcc-6 warning
Arnd Bergmann
1
-2
/
+1
2016-03-26
ocfs2: extend enough credits for freeing one truncate record while replaying ...
Xue jiufei
1
-11
/
+8
2016-03-26
ocfs2: extend transaction for ocfs2_remove_rightmost_path() and ocfs2_update_...
Xue jiufei
1
-28
/
+54
2016-03-26
ocfs2/dlm: move lock to the tail of grant queue while doing in-place convert
xuejiufei
1
-0
/
+6
[next]