index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
i2c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-10-13
tracing/xen: Hide events that are not used when X86_PAE is not defined
Steven Rostedt (VMware)
1
-16
/
+19
2017-10-13
tracing: mark trace_test_buffer as __maybe_unused
Arnd Bergmann
1
-1
/
+1
2017-10-13
printk: Remove superfluous memory barriers from printk_safe
Steven Rostedt (VMware)
1
-7
/
+8
2017-10-11
ftrace: Clear hashes of stale ips of init memory
Joel Fernandes
1
-0
/
+69
2017-10-11
tracing: Add support for preempt and irq enable/disable events
Joel Fernandes
5
-2
/
+118
2017-10-06
tracing: Prepare to add preempt and irq trace events
Joel Fernandes
1
-26
/
+74
2017-10-06
ftrace/kallsyms: Have /proc/kallsyms show saved mod init functions
Steven Rostedt (VMware)
3
-6
/
+81
2017-10-05
ftrace: Add freeing algorithm to free ftrace_mod_maps
Steven Rostedt (VMware)
1
-2
/
+30
2017-10-05
ftrace: Save module init functions kallsyms symbols for tracing
Steven Rostedt (VMware)
4
-5
/
+168
2017-10-05
ftrace: Allow module init functions to be traced
Steven Rostedt (VMware)
3
-5
/
+7
2017-10-04
ftrace: Add a ftrace_free_mem() function for modules to use
Steven Rostedt (VMware)
2
-3
/
+13
2017-10-04
tracing: Reimplement log2
Tom Zanussi
1
-4
/
+27
2017-10-04
tracing: Add hist_field_name() accessor
Tom Zanussi
1
-22
/
+45
2017-10-04
tracing: Clean up hist_field_flags enum
Tom Zanussi
1
-10
/
+10
2017-10-04
tracing: Make traceprobe parsing code reusable
Tom Zanussi
6
-103
/
+103
2017-10-04
tracing: Increase tracing map KEYS_MAX size
Tom Zanussi
1
-1
/
+1
2017-10-04
tracing: Remove lookups from tracing_map hitcount
Tom Zanussi
1
-1
/
+2
2017-10-04
tracing: Exclude 'generic fields' from histograms
Tom Zanussi
1
-2
/
+2
2017-10-04
ring-buffer: Rewrite trace_recursive_(un)lock() to be simpler
Steven Rostedt (VMware)
1
-47
/
+17
2017-10-04
tracing: Reverse the order of trace_types_lock and event_mutex
Steven Rostedt (VMware)
2
-16
/
+20
2017-10-04
tracing: Remove redundant unread variable ret
Colin Ian King
1
-4
/
+2
2017-10-04
tracing: Remove obsolete sched_switch tracer selftest
Joel Fernandes
2
-34
/
+0
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
[next]