index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Lines
2017-05-26
ftrace: Fix memory leak in ftrace_graph_release()
Luis Henriques
-1
/
+1
2017-05-27
livepatch: Make livepatch dependent on !TRIM_UNUSED_KSYMS
Miroslav Benes
-0
/
+1
2017-05-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
-30
/
+29
2017-05-26
genirq: Make early_irq_init() print out more informative
Vincent Legoll
-2
/
+3
2017-05-26
cpuhotplug: Link lock stacks for hotplug callbacks
Thomas Gleixner
-0
/
+13
2017-05-26
cpu/hotplug: Convert hotplug locking to percpu rwsem
Thomas Gleixner
-94
/
+13
2017-05-26
kprobes: Cure hotplug lock ordering issues
Thomas Gleixner
-27
/
+32
2017-05-26
jump_label: Reorder hotplug lock and jump_label_lock
Thomas Gleixner
-6
/
+14
2017-05-26
perf/tracing/cpuhotplug: Fix locking order
Thomas Gleixner
-30
/
+76
2017-05-26
cpu/hotplug: Use stop_machine_cpuslocked() in takedown_cpu()
Sebastian Andrzej Siewior
-1
/
+1
2017-05-26
padata: Avoid nested calls to cpus_read_lock() in pcrypt_init_padata()
Sebastian Andrzej Siewior
-5
/
+6
2017-05-26
padata: Make padata_alloc() static
Thomas Gleixner
-16
/
+16
2017-05-26
stop_machine: Provide stop_machine_cpuslocked()
Sebastian Andrzej Siewior
-4
/
+7
2017-05-26
cpu/hotplug: Add __cpuhp_state_add_instance_cpuslocked()
Thomas Gleixner
-3
/
+15
2017-05-26
cpu/hotplug: Provide cpuhp_setup/remove_state[_nocalls]_cpuslocked()
Sebastian Andrzej Siewior
-11
/
+36
2017-05-26
cpu/hotplug: Provide cpus_read|write_[un]lock()
Thomas Gleixner
-18
/
+18
2017-05-25
kernel/locking: Fix compile error with qrwlock.c
Babu Moger
-0
/
+1
2017-05-25
bpf: fix wrong exposure of map_flags into fdinfo for lpm
Daniel Borkmann
-0
/
+3
2017-05-25
bpf: properly reset caller saved regs after helper call and ld_abs/ind
Daniel Borkmann
-21
/
+16
2017-05-25
bpf: fix incorrect pruning decision when alignment must be tracked
Daniel Borkmann
-9
/
+10
2017-05-25
kobject: support passing in variables for synthetic uevents
Peter Rajnoha
-4
/
+1
2017-05-24
cpuset: consider dying css as offline
Tejun Heo
-2
/
+2
2017-05-24
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
-7
/
+13
2017-05-24
sched/clock: Fix early boot preempt assumption in __set_sched_clock_stable()
Peter Zijlstra
-1
/
+8
2017-05-23
posix-timers: Make signal printks conditional
Thomas Gleixner
-8
/
+16
2017-05-23
module: Add module name to modinfo
Kees Cook
-7
/
+22
2017-05-23
module: Pass struct load_info into symbol checks
Kees Cook
-12
/
+10
2017-05-23
audit: unswing cap_* fields in PATH records
Richard Guy Briggs
-16
/
+4
2017-05-23
ptrace: Properly initialize ptracer_cred on fork
Eric W. Biederman
-7
/
+13
2017-05-23
sched/core: Enable might_sleep() and smp_processor_id() checks early
Thomas Gleixner
-1
/
+3
2017-05-23
printk: Adjust system_state checks
Thomas Gleixner
-1
/
+1
2017-05-23
extable: Adjust system_state checks
Thomas Gleixner
-1
/
+1
2017-05-23
async: Adjust system_state checks
Thomas Gleixner
-4
/
+4
2017-05-23
sched/numa: Use down_read_trylock() for the mmap_sem
Vlastimil Babka
-1
/
+2
2017-05-23
sched/rt: Minimize rq->lock contention in do_sched_rt_period_timer()
Dave Kleikamp
-0
/
+11
2017-05-23
sched/core: Allow __sched_setscheduler() in interrupts when PI is not used
Steven Rostedt (VMware)
-2
/
+2
2017-05-23
sched/deadline: Remove unnecessary condition in push_dl_task()
Byungchul Park
-1
/
+1
2017-05-23
sched/rt: Remove unnecessary condition in push_rt_task()
Byungchul Park
-1
/
+1
2017-05-23
sched/core: Use the new llist_for_each_entry_safe() primitive
Byungchul Park
-12
/
+3
2017-05-23
smp, cpumask: Use non-atomic cpumask_{set,clear}_cpu()
Peter Zijlstra
-2
/
+2
2017-05-23
smp: Avoid sending needless IPI in smp_call_function_many()
Aaron Lu
-2
/
+12
2017-05-23
Merge branch 'linus' into sched/core, to pick up fixes
Ingo Molnar
-42
/
+201
2017-05-23
perf/core: Fix error handling in perf_event_alloc()
Dan Carpenter
-1
/
+3
2017-05-23
perf/core: Remove some dead code
Dan Carpenter
-4
/
+2
2017-05-22
Merge tag 'pm-4.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
-5
/
+4
2017-05-22
genirq/msi: Populate the domain name if provided by the irqchip
Marc Zyngier
-2
/
+8
2017-05-22
irqdomain: Let irq_domain_mapping display ACPI fwnode attributes
Marc Zyngier
-1
/
+12
2017-05-22
irqdomain: Let irq_domain_mapping display hierarchical domains
Marc Zyngier
-25
/
+43
2017-05-22
kthread: Fix use-after-free if kthread fork fails
Vegard Nossum
-5
/
+12
2017-05-22
PCI/MSI: Ignore affinity if pre/post vector count is more than min_vecs
Michael Hernandez
-1
/
+12
[prev]
[next]