index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...
Linus Torvalds
2016-05-26
29
-95
/
+335
|
\
|
*
kbuild: move -Wunused-const-variable to W=1 warning level
Arnd Bergmann
2016-05-11
2
-2
/
+4
|
*
kbuild: fix if_change and friends to consider argument order
Masahiro Yamada
2016-05-10
1
-6
/
+5
|
*
kbuild: fix adjust_autoksyms.sh for modules that need only one symbol
Nicolas Pitre
2016-05-10
1
-1
/
+1
|
*
kbuild: fix ksym_dep_filter when multiple EXPORT_SYMBOL() on the same line
Nicolas Pitre
2016-05-10
1
-1
/
+1
|
*
gcov: disable -Wmaybe-uninitialized warning
Arnd Bergmann
2016-05-10
1
-1
/
+1
|
*
gcov: disable tree-loop-im to reduce stack usage
Arnd Bergmann
2016-05-10
1
-1
/
+1
|
*
gcov: disable for COMPILE_TEST
Arnd Bergmann
2016-05-10
1
-0
/
+1
|
*
Kbuild: disable 'maybe-uninitialized' warning for CONFIG_PROFILE_ALL_BRANCHES
Arnd Bergmann
2016-05-10
1
-1
/
+5
|
*
Kbuild: change CC_OPTIMIZE_FOR_SIZE definition
Arnd Bergmann
2016-05-10
1
-0
/
+13
|
*
kbuild: forbid kernel directory to contain spaces and colons
Robert Jarzmik
2016-05-10
1
-0
/
+4
|
*
kbuild: adjust ksym_dep_filter for some cmd_* renames
Nicolas Pitre
2016-04-27
1
-4
/
+6
|
*
kbuild: Fix dependencies for final vmlinux link
Nicolas Pitre
2016-04-27
1
-1
/
+1
|
*
kbuild: better abstract vmlinux sequential prerequisites
Nicolas Pitre
2016-04-26
1
-16
/
+15
|
*
kbuild: fix call to adjust_autoksyms.sh when output directory specified
Nicolas Ferre
2016-04-26
1
-3
/
+3
|
*
kbuild: Get rid of KBUILD_STR
Michal Marek
2016-04-20
1
-4
/
+4
|
*
kbuild: rename cmd_as_s_S to cmd_cpp_s_S
Masahiro Yamada
2016-04-20
1
-3
/
+3
|
*
kbuild: rename cmd_cc_i_c to cmd_cpp_i_c
Masahiro Yamada
2016-04-20
2
-7
/
+7
|
*
kbuild: drop redundant "PHONY += FORCE"
Masahiro Yamada
2016-04-20
3
-3
/
+3
|
*
kbuild: delete unnecessary "@:"
Masahiro Yamada
2016-04-20
13
-14
/
+0
|
*
kbuild: mark help target as PHONY
Masahiro Yamada
2016-04-20
1
-0
/
+2
|
*
kbuild: specify modules(_install) as PHONY rather than FORCE
Masahiro Yamada
2016-04-20
1
-1
/
+2
|
*
kbuild: drop FORCE from PHONY targets
Masahiro Yamada
2016-04-20
4
-9
/
+9
|
*
scripts: genksyms: fix resource leak
Maxim Zhukov
2016-04-20
1
-0
/
+3
|
*
kconfig option for TRIM_UNUSED_KSYMS
Nicolas Pitre
2016-03-29
1
-0
/
+16
|
*
kbuild: build sample modules along with the rest of the kernel
Nicolas Pitre
2016-03-29
1
-3
/
+5
|
*
kbuild: create/adjust generated/autoksyms.h
Nicolas Pitre
2016-03-29
2
-0
/
+114
|
*
kbuild: add fine grained build dependencies for exported symbols
Nicolas Pitre
2016-03-29
3
-1
/
+40
|
*
kbuild: de-duplicate fixdep usage
Nicolas Pitre
2016-03-29
2
-15
/
+9
|
*
fixdep: accept extra dependencies on stdin
Nicolas Pitre
2016-03-29
1
-15
/
+45
|
*
export.h: allow for per-symbol configurable EXPORT_SYMBOL()
Nicolas Pitre
2016-03-29
2
-2
/
+22
|
*
kbuild: record needed exported symbols for modules
Nicolas Pitre
2016-03-29
1
-2
/
+11
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2016-05-26
12
-49
/
+37
|
\
\
|
*
|
drivers/pinctrl/intel/pinctrl-baytrail.c: fix build with gcc-4.4
Andrew Morton
2016-05-26
1
-3
/
+7
|
*
|
update "mm/zsmalloc: don't fail if can't create debugfs info"
Dan Streetman
2016-05-26
1
-19
/
+16
|
*
|
dma-debug: avoid spinlock recursion when disabling dma-debug
Ville Syrjälä
2016-05-26
1
-1
/
+1
|
*
|
mm: oom_reaper: remove some bloat
Michal Hocko
2016-05-26
3
-1
/
+7
|
*
|
memcg: fix mem_cgroup_out_of_memory() return value.
Tetsuo Handa
2016-05-26
1
-0
/
+2
|
*
|
ocfs2: fix improper handling of return errno
Eric Ren
2016-05-26
1
-6
/
+1
|
*
|
mm: slub: remove unused virt_to_obj()
Andrey Ryabinin
2016-05-26
1
-16
/
+0
|
*
|
mm: kasan: remove unused 'reserved' field from struct kasan_alloc_meta
Andrey Ryabinin
2016-05-26
1
-1
/
+0
|
*
|
mm: make CONFIG_DEFERRED_STRUCT_PAGE_INIT depends on !FLATMEM explicitly
Yang Shi
2016-05-26
1
-0
/
+1
|
*
|
seqlock: fix raw_read_seqcount_latch()
Alexey Dobriyan
2016-05-26
1
-2
/
+2
*
|
|
Merge tag 'dax-locking-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2016-05-26
7
-235
/
+513
|
\
\
\
|
*
|
|
dax: Remove i_mmap_lock protection
Jan Kara
2016-05-19
2
-21
/
+5
|
*
|
|
dax: Use radix tree entry lock to protect cow faults
Jan Kara
2016-05-19
4
-27
/
+37
|
*
|
|
dax: New fault locking
Jan Kara
2016-05-19
4
-180
/
+447
|
*
|
|
dax: Allow DAX code to replace exceptional entries
Jan Kara
2016-05-19
2
-7
/
+15
|
*
|
|
dax: Define DAX lock bit for radix tree exceptional entry
Jan Kara
2016-05-19
2
-6
/
+14
|
*
|
|
dax: Make huge page handling depend of CONFIG_BROKEN
Jan Kara
2016-05-19
3
-2
/
+3
[next]