index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-02
kernel/module: Use kmemdup to replace kmalloc+memcpy
zhong jiang
1
-4
/
+2
2018-08-02
stop_machine: Reflow cpu_stop_queue_two_works()
Peter Zijlstra
1
-18
/
+23
2018-08-02
clockevents: Warn if cpu_all_mask is used as cpumask
Sudeep Holla
1
-0
/
+6
2018-08-02
tick/broadcast-hrtimer: Use cpu_possible_mask for ce_broadcast_hrtimer
Sudeep Holla
1
-1
/
+1
2018-08-02
timers: Clear timer_base::must_forward_clk with timer_base::lock held
Gaurav Kohli
1
-13
/
+16
2018-08-02
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
13
-28
/
+130
2018-08-01
ftrace: Use true and false for boolean values in ops_references_rec()
Gustavo A. R. Silva
1
-5
/
+5
2018-08-01
ring-buffer: Make ring_buffer_record_is_set_on() return bool
Steven Rostedt (VMware)
1
-1
/
+1
2018-08-01
ring-buffer: Make ring_buffer_record_is_on() return bool
Steven Rostedt (VMware)
1
-1
/
+1
2018-08-02
kconfig: include kernel/Kconfig.preempt from init/Kconfig
Christoph Hellwig
1
-0
/
+2
2018-08-01
tracing: Make tracer_tracing_is_on() return bool
Steven Rostedt (VMware)
2
-2
/
+2
2018-08-01
tracing: Do a WARN_ON() if start_thread() in hwlat is called when thread exists
Steven Rostedt (VMware)
1
-1
/
+1
2018-08-01
ftrace: Add missing check for existing hwlat thread
Erica Bugden
1
-0
/
+3
2018-08-01
tracing: Do not call start/stop() functions when tracing_on does not change
Steven Rostedt (VMware)
1
-1
/
+3
2018-08-01
blk-cgroup: clear the throttle queue on fork
Josef Bacik
1
-0
/
+5
2018-07-31
Merge tag 'audit-pr-20180731' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit
Linus Torvalds
1
-4
/
+9
2018-07-31
bpf: verifier: MOV64 don't mark dst reg unbounded
Arthur Fabre
1
-2
/
+4
2018-07-31
nohz: Fix local_timer_softirq_pending()
Anna-Maria Gleixner
1
-1
/
+1
2018-07-31
tracing: Centralize preemptirq tracepoints and unify their usage
Joel Fernandes (Google)
6
-202
/
+162
2018-07-31
console: Replace #if 0 with atomic var 'ignore_console_lock_warning'
Thomas Zimmermann
1
-0
/
+3
2018-07-31
arm64: perf: Add cap_user_time aarch64
Michael O'Farrell
1
-2
/
+2
2018-07-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-2
/
+14
2018-07-30
tracepoint: Make rcuidle tracepoint callers use SRCU
Joel Fernandes (Google)
1
-1
/
+15
2018-07-30
lockdep: Use this_cpu_ptr instead of get_cpu_var stats
Joel Fernandes (Google)
1
-9
/
+1
2018-07-30
selftest/ftrace: Move kprobe selftest function to separate compile unit
Francis Deslauriers
4
-11
/
+23
2018-07-30
tracing: kprobes: Prohibit probing on notrace function
Masami Hiramatsu
2
-9
/
+58
2018-07-30
audit: fix potential null dereference 'context->module.name'
Yi Wang
1
-4
/
+9
2018-07-30
cpu/hotplug: Clarify CPU hotplug step name for timers
Mukesh Ojha
1
-1
/
+1
2018-07-30
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-3
/
+19
2018-07-30
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+8
2018-07-30
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-4
/
+25
2018-07-30
sched/clock: Disable interrupts when calling generic_sched_clock_init()
Pavel Tatashin
1
-0
/
+2
2018-07-30
timekeeping: Prevent false warning when persistent clock is not available
Pavel Tatashin
1
-1
/
+1
2018-07-30
Merge back cpufreq material for 4.19.
Rafael J. Wysocki
1
-0
/
+6
2018-07-30
BackMerge v4.18-rc7 into drm-next
Dave Airlie
31
-361
/
+616
2018-07-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-2
/
+14
2018-07-27
tracing: preemptirq_delay_run() can be static
kbuild test robot
1
-1
/
+1
2018-07-27
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-7
/
+21
2018-07-27
dma-mapping: Generalise dma_32bit_limit flag
Robin Murphy
1
-3
/
+3
2018-07-27
Merge tag 'trace-v4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
5
-8
/
+55
2018-07-27
tracing/kprobes: Simplify the logic of enable_trace_kprobe()
Steven Rostedt (VMware)
1
-18
/
+24
2018-07-26
mm: introduce vma_init()
Kirill A. Shutemov
1
-4
/
+2
2018-07-26
mm: fix exports that inadvertently make put_page() EXPORT_SYMBOL_GPL
Dan Williams
1
-2
/
+2
2018-07-26
mm: disallow mappings that conflict for devm_memremap_pages()
Dave Jiang
1
-1
/
+17
2018-07-27
bpf: btf: Use exact btf value_size match in map_check_btf()
Martin KaFai Lau
1
-1
/
+1
2018-07-26
doc: tracing: Fix a typo of trace_stat
Masami Hiramatsu
1
-1
/
+1
2018-07-26
tracing: Remove orphaned function ftrace_nr_registered_ops()
Masami Hiramatsu
1
-24
/
+0
2018-07-26
tracing: Remove orphaned function using_ftrace_ops_list_func().
Masami Hiramatsu
2
-6
/
+0
2018-07-26
tracing: Make unregister_trigger() static
Steven Rostedt (VMware)
2
-6
/
+3
2018-07-26
lib: Add module for testing preemptoff/irqsoff latency tracers
Joel Fernandes (Google)
3
-0
/
+88
[prev]
[next]