index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
samples
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-11-13
kbuild: do not call cc-option before KBUILD_CFLAGS initialization
Masahiro Yamada
1
-10
/
+11
2017-11-13
kbuild: Cache a few more calls to the compiler
Douglas Anderson
1
-2
/
+2
2017-11-13
kbuild: Add a cache for generated variables
Douglas Anderson
2
-14
/
+77
2017-11-13
kbuild: add forward declaration of default target to Makefile.asm-generic
Masahiro Yamada
1
-0
/
+3
2017-10-30
kbuild: remove KBUILD_SUBDIR_ASFLAGS and KBUILD_SUBDIR_CCFLAGS
Masahiro Yamada
1
-4
/
+4
2017-10-30
hexagon/kbuild: replace CFLAGS_MODULE with KBUILD_CFLAGS_MODULE
Cao jin
1
-3
/
+3
2017-10-30
c6x/kbuild: replace CFLAGS_MODULE with KBUILD_CFLAGS_MODULE
Cao jin
1
-1
/
+1
2017-10-30
arm/kbuild: replace {C, LD}FLAGS_MODULE with KBUILD_{C, LD}FLAGS_MODULE
Cao jin
1
-3
/
+3
2017-10-26
kbuild: comments cleanup in Makefile.lib
Cao jin
1
-14
/
+7
2017-10-26
kbuild: clang: remove crufty HOSTCFLAGS
Nick Desaulniers
1
-5
/
+0
2017-10-10
kbuild: re-order the code to not parse unnecessary variables
Masahiro Yamada
1
-115
/
+118
2017-10-10
kbuild: move "_all" target out of $(KBUILD_SRC) conditional
Masahiro Yamada
1
-4
/
+4
2017-10-10
kbuild: replace $(hdr-arch) with $(SRCARCH)
Masahiro Yamada
2
-13
/
+10
2017-10-09
kbuild: mkcompile_h: do not create .version
Masahiro Yamada
1
-6
/
+1
2017-10-09
kbuild: link-vmlinux.sh: simplify .version increment
Masahiro Yamada
2
-11
/
+6
2017-10-09
hexagon: get rid of #include <generated/compile.h>
Masahiro Yamada
1
-3
/
+1
2017-10-01
Linux 4.14-rc3
v4.14-rc3
Linus Torvalds
1
-1
/
+1
2017-09-29
fix infoleak in waitid(2)
Al Viro
1
-13
/
+10
2017-09-29
x86/asm: Use register variable to get stack pointer value
Andrey Ryabinin
5
-18
/
+7
2017-09-29
x86/mm: Disable branch profiling in mem_encrypt.c
Tom Lendacky
1
-0
/
+2
2017-09-29
arm64: fault: Route pte translation faults via do_translation_fault
Will Deacon
1
-1
/
+1
2017-09-29
arm64: mm: Use READ_ONCE when dereferencing pointer to pte table
Will Deacon
1
-1
/
+1
2017-09-29
kvm/x86: Handle async PF in RCU read-side critical sections
Boqun Feng
1
-1
/
+2
2017-09-29
KVM: nVMX: Fix nested #PF intends to break L1's vmlauch/vmresume
Wanpeng Li
1
-1
/
+2
2017-09-29
sched/sysctl: Check user input value of sysctl_sched_time_avg
Ethan Zhao
1
-1
/
+2
2017-09-29
x86/asm: Fix inline asm call constraints for GCC 4.4
Josh Poimboeuf
1
-2
/
+4
2017-09-29
sched/debug: Add explicit TASK_PARKED printing
Peter Zijlstra
3
-11
/
+10
2017-09-29
sched/debug: Ignore TASK_IDLE for SysRq-W
Peter Zijlstra
1
-1
/
+23
2017-09-29
sched/debug: Add explicit TASK_IDLE printing
Peter Zijlstra
3
-13
/
+27
2017-09-29
sched/tracing: Use common task-state helpers
Peter Zijlstra
3
-21
/
+10
2017-09-29
locking/rwsem-xadd: Fix missed wakeup due to reordering of load
Prateek Sood
1
-0
/
+27
2017-09-29
sched/tracing: Fix trace_sched_switch task-state printing
Peter Zijlstra
2
-8
/
+12
2017-09-29
sched/debug: Remove unused variable
Peter Zijlstra
1
-2
/
+0
2017-09-29
sched/debug: Convert TASK_state to hex
Peter Zijlstra
1
-14
/
+14
2017-09-29
sched/debug: Implement consistent task-state printing
Peter Zijlstra
2
-20
/
+21
2017-09-29
um/time: Fixup namespace collision
Thomas Gleixner
1
-2
/
+2
2017-09-29
perf/aux: Only update ->aux_wakeup in non-overwrite mode
Alexander Shishkin
1
-5
/
+15
2017-09-28
Revert "Bluetooth: Add option for disabling legacy ioctl interfaces"
Linus Torvalds
2
-16
/
+0
2017-09-28
perf test: Fix vmlinux failure on s390x part 2
Thomas Richter
2
-22
/
+0
2017-09-28
perf test: Fix vmlinux failure on s390x
Thomas Richter
3
-18
/
+1
2017-09-28
KVM: VMX: use cmpxchg64
Paolo Bonzini
1
-6
/
+6
2017-09-28
timer: Prepare to change timer callback argument type
Kees Cook
1
-0
/
+14
2017-09-28
xen/mmu: Call xen_cleanhighmap() with 4MB aligned for page tables mapping
Zhenzhong Duan
1
-9
/
+4
2017-09-28
xen-pciback: relax BAR sizing write value check
Jan Beulich
1
-1
/
+10
2017-09-28
irq/generic-chip: Don't replace domain's name
Jeffy Chen
1
-1
/
+0
2017-09-28
seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter()
Oleg Nesterov
1
-7
/
+16
2017-09-28
objtool: Support unoptimized frame pointer setup
Josh Poimboeuf
1
-3
/
+8
2017-09-28
objtool: Skip unreachable warnings for GCC 4.4 and older
Josh Poimboeuf
1
-0
/
+2
2017-09-28
md/raid5: cap worker count
Shaohua Li
1
-2
/
+5
2017-09-28
dm-raid: fix a race condition in request handling
Shaohua Li
1
-1
/
+1
[next]