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-07-26
tracing/irqsoff: Split reset into separate functions
Joel Fernandes (Google)
1
-3
/
+19
2018-07-26
kthread, tracing: Don't expose half-written comm when creating kthreads
Snild Dolkow
1
-1
/
+7
2018-07-26
cpu/hotplug: Add a cpus_read_trylock() function
Waiman Long
1
-0
/
+6
2018-07-25
tracing: Quiet gcc warning about maybe unused link variable
Steven Rostedt (VMware)
1
-2
/
+4
2018-07-25
tracing: Fix possible double free in event_enable_trigger_func()
Steven Rostedt (VMware)
1
-1
/
+5
2018-07-25
tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failure
Artem Savkov
1
-2
/
+11
2018-07-25
ring_buffer: tracing: Inherit the tracing setting to next ring buffer
Masami Hiramatsu
2
-0
/
+22
2018-07-25
tracing: Fix double free of event_trigger_data
Steven Rostedt (VMware)
1
-4
/
+8
2018-07-25
swiotlb: clean up reporting
Kees Cook
1
-10
/
+8
2018-07-25
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
30
-347
/
+544
2018-07-25
perf/core: Fix crash when using HW tracing kernel filters
Mathieu Poirier
1
-0
/
+4
2018-07-25
perf/x86/intel: Fix unwind errors from PEBS entries (mk-II)
Peter Zijlstra
1
-2
/
+4
2018-07-25
sched/numa: Move task_numa_placement() closer to numa_migrate_preferred()
Srikar Dronamraju
1
-6
/
+3
2018-07-25
sched/numa: Use group_weights to identify if migration degrades locality
Srikar Dronamraju
1
-8
/
+9
2018-07-25
sched/numa: Update the scan period without holding the numa_group lock
Srikar Dronamraju
1
-2
/
+2
2018-07-25
sched/numa: Remove numa_has_capacity()
Srikar Dronamraju
1
-33
/
+3
2018-07-25
sched/numa: Modify migrate_swap() to accept additional parameters
Srikar Dronamraju
3
-5
/
+10
2018-07-25
sched/numa: Remove unused task_capacity from 'struct numa_stats'
Srikar Dronamraju
1
-5
/
+3
2018-07-25
sched/numa: Skip nodes that are at 'hoplimit'
Srikar Dronamraju
1
-1
/
+1
2018-07-25
sched/debug: Reverse the order of printing faults
Srikar Dronamraju
1
-2
/
+2
2018-07-25
sched/numa: Use task faults only if numa_group is not yet set up
Srikar Dronamraju
1
-10
/
+10
2018-07-25
sched/numa: Set preferred_node based on best_cpu
Srikar Dronamraju
1
-6
/
+4
2018-07-25
sched/numa: Simplify load_too_imbalanced()
Srikar Dronamraju
1
-18
/
+2
2018-07-25
sched/numa: Evaluate move once per node
Srikar Dronamraju
1
-71
/
+57
2018-07-25
sched/debug: Show the sum wait time of a task group
Yun Wang
1
-0
/
+10
2018-07-25
sched/fair: Remove #ifdefs from scale_rt_capacity()
Vincent Guittot
4
-15
/
+23
2018-07-25
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Ingo Molnar
12
-55
/
+140
2018-07-25
sched/rt: Restore rt_runtime after disabling RT_RUNTIME_SHARE
Hailong Liu
1
-0
/
+2
2018-07-25
sched/deadline: Update rq_clock of later_rq when pushing a task
Daniel Bristot de Oliveira
1
-1
/
+7
2018-07-25
stop_machine: Disable preemption after queueing stopper threads
Isaac J. Manjarres
1
-1
/
+9
2018-07-25
sched/topology: Check variable group before dereferencing it
Yi Wang
1
-1
/
+1
2018-07-25
locking/rtmutex: Allow specifying a subclass for nested locking
Peter Rosin
1
-4
/
+25
2018-07-24
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-13
/
+55
2018-07-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-6
/
+10
2018-07-24
cpu/hotplug: detect SMT disabled by BIOS
Josh Poimboeuf
1
-0
/
+9
2018-07-24
bpf: btf: Ensure the member->offset is in the right order
Martin KaFai Lau
1
-1
/
+13
2018-07-23
mm, dev_pagemap: Do not clear ->mapping on final put
Dan Williams
1
-1
/
+0
2018-07-23
fork: Unconditionally exit if a fatal signal is pending
Eric W. Biederman
1
-0
/
+6
2018-07-23
fork: Move and describe why the code examines PIDNS_ADDING
Eric W. Biederman
1
-4
/
+7
2018-07-23
livepatch: Validate module/old func name length
Kamalesh Babulal
1
-0
/
+6
2018-07-21
Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-2
/
+15
2018-07-21
mm: make vm_area_alloc() initialize core fields
Linus Torvalds
1
-2
/
+8
2018-07-21
mm: make vm_area_dup() actually copy the old vma data
Linus Torvalds
1
-3
/
+7
2018-07-21
mm: use helper functions for allocating and freeing vm_area structs
Linus Torvalds
1
-3
/
+18
2018-07-21
signal: Push pid type down into complete_signal.
Eric W. Biederman
1
-4
/
+4
2018-07-21
signal: Push pid type down into __send_signal
Eric W. Biederman
1
-6
/
+6
2018-07-21
signal: Push pid type down into send_signal
Eric W. Biederman
1
-6
/
+6
2018-07-21
signal: Pass pid type into do_send_sig_info
Eric W. Biederman
1
-5
/
+5
2018-07-21
signal: Pass pid type into group_send_sig_info
Eric W. Biederman
2
-5
/
+8
2018-07-21
signal: Pass pid and pid type into send_sigqueue
Eric W. Biederman
2
-14
/
+13
[prev]
[next]