index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
kbuild: clean up archive rule of built-in.a
Masahiro Yamada
2018-03-25
1
-9
/
+4
*
kbuild: remove partial section mismatch detection for built-in.a
Masahiro Yamada
2018-03-25
1
-2
/
+1
*
net: liquidio: clean up Makefile for simpler composite object handling
Masahiro Yamada
2018-03-25
1
-35
/
+16
*
lib: zstd: clean up Makefile for simpler composite object handling
Masahiro Yamada
2018-03-25
1
-13
/
+4
*
kbuild: link $(real-obj-y) instead of $(obj-y) into built-in.a
Masahiro Yamada
2018-03-25
2
-18
/
+10
*
kbuild: rename real-objs-y/m to real-obj-y/m
Masahiro Yamada
2018-03-25
2
-16
/
+16
*
kbuild: move modname and modname-multi close to modname_flags
Masahiro Yamada
2018-03-25
2
-8
/
+8
*
kbuild: simplify modname calculation
Masahiro Yamada
2018-03-25
2
-18
/
+1
*
kbuild: fix modname for composite modules
Cao jin
2018-03-25
1
-2
/
+2
*
kbuild: define KBUILD_MODNAME even if multiple modules share objects
Masahiro Yamada
2018-03-25
1
-7
/
+5
*
kbuild: remove unnecessary $(subst $(obj)/, , ...) in modname-multi
Masahiro Yamada
2018-03-25
1
-1
/
+1
*
kbuild: Use ls(1) instead of stat(1) to obtain file size
Michael Forney
2018-03-25
5
-5
/
+9
*
kbuild: link vmlinux only once for CONFIG_TRIM_UNUSED_KSYMS
Masahiro Yamada
2018-03-25
1
-12
/
+10
*
kbuild: move include/config/ksym/* to include/ksym/*
Masahiro Yamada
2018-03-25
5
-7
/
+8
*
kbuild: move CONFIG_TRIM_UNUSED_KSYMS code unneeded for external module
Masahiro Yamada
2018-03-25
1
-7
/
+7
*
kbuild: restore autoksyms.h touch to the top Makefile
Masahiro Yamada
2018-03-25
2
-7
/
+7
*
kbuild: move 'scripts' target below
Masahiro Yamada
2018-03-25
1
-8
/
+7
*
kbuild: remove wrong 'touch' in adjust_autoksyms.sh
Masahiro Yamada
2018-03-25
1
-3
/
+0
*
kbuild: clear LDFLAGS in the top Makefile
Masahiro Yamada
2018-03-25
1
-0
/
+1
*
kbuild: remove internally used LDFLAGS_vmlinux from kbuild.txt
Masahiro Yamada
2018-03-25
1
-4
/
+0
*
kbuild: remove command line interface LDFLAGS_MODULE from makefiles.txt
Masahiro Yamada
2018-03-25
1
-6
/
+0
*
kbuild: simplify ld-option implementation
Masahiro Yamada
2018-03-25
1
-3
/
+1
*
kbuild: process mixture of clean/build targets one by one
Masahiro Yamada
2018-03-25
1
-1
/
+10
*
kbuild: rename built-in.o to built-in.a
Nicholas Piggin
2018-03-25
12
-41
/
+41
*
kbuild: remove incremental linking option
Nicholas Piggin
2018-03-25
4
-88
/
+51
*
kbuild: Improve portability of some sed invocations
Michael Forney
2018-03-25
5
-9
/
+11
*
kbuild: add clang-version.sh
Sami Tolvanen
2018-03-25
1
-0
/
+33
*
Linux 4.16-rc5
v4.16-rc5
Linus Torvalds
2018-03-12
1
-1
/
+1
*
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-03-11
17
-182
/
+291
|
\
|
*
x86/kprobes: Fix kernel crash when probing .entry_trampoline code
Francis Deslauriers
2018-03-09
3
-1
/
+12
|
*
x86/pti: Fix a comment typo
Seunghun Han
2018-03-08
1
-1
/
+1
|
*
x86/microcode: Synchronize late microcode loading
Ashok Raj
2018-03-08
1
-26
/
+92
|
*
x86/microcode: Request microcode on the BSP
Borislav Petkov
2018-03-08
1
-6
/
+5
|
*
x86/microcode/intel: Look into the patch cache first
Borislav Petkov
2018-03-08
1
-6
/
+5
|
*
x86/microcode: Do not upload microcode if CPUs are offline
Ashok Raj
2018-03-08
1
-0
/
+18
|
*
x86/microcode/intel: Writeback and invalidate caches before updating microcode
Ashok Raj
2018-03-08
1
-0
/
+12
|
*
x86/microcode/intel: Check microcode revision before updating sibling threads
Ashok Raj
2018-03-08
1
-3
/
+24
|
*
x86/microcode: Get rid of struct apply_microcode_ctx
Borislav Petkov
2018-03-08
1
-11
/
+8
|
*
x86/spectre_v2: Don't check microcode versions when running under hypervisors
Konrad Rzeszutek Wilk
2018-03-08
1
-0
/
+7
|
*
x86/vsyscall/64: Drop "native" vsyscalls
Andy Lutomirski
2018-03-08
4
-30
/
+10
|
*
x86/entry/64/compat: Save one instruction in entry_INT80_compat()
Dominik Brodowski
2018-03-07
1
-3
/
+1
|
*
x86/entry: Do not special-case clone(2) in compat entry
Dominik Brodowski
2018-03-07
4
-13
/
+14
|
*
x86/syscalls: Use COMPAT_SYSCALL_DEFINEx() macros for x86-only compat syscalls
Dominik Brodowski
2018-03-07
3
-62
/
+76
|
*
x86/syscalls: Use proper syscall definition for sys_ioperm()
Dominik Brodowski
2018-03-07
1
-1
/
+1
|
*
x86/entry: Remove stale syscall prototype
Dominik Brodowski
2018-03-07
1
-1
/
+0
|
*
x86/syscalls/32: Simplify $entry == $compat entries
Dominik Brodowski
2018-03-07
1
-3
/
+3
|
*
objtool: Fix 32-bit build
Josh Poimboeuf
2018-03-07
1
-20
/
+7
*
|
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2018-03-11
1
-0
/
+1
|
\
\
|
*
|
clocksource/atmel-st: Add 'depends on HAS_IOMEM' to fix unmet dependency
Masahiro Yamada
2018-03-09
1
-0
/
+1
*
|
|
Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-03-11
2
-2
/
+25
|
\
\
\
[next]