index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf/core: Fix scheduling regression of pinned groups
Alexander Shishkin
2017-07-20
1
-0
/
+7
*
Revert "perf/core: Drop kernel samples even though :u is specified"
Ingo Molnar
2017-07-11
1
-21
/
+0
*
kprobes: Ensure that jprobe probepoints are at function entry
Naveen N. Rao
2017-07-08
1
-2
/
+6
*
kprobes: Simplify register_jprobes()
Naveen N. Rao
2017-07-08
1
-14
/
+16
*
kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_fun...
Naveen N. Rao
2017-07-08
2
-5
/
+5
*
Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2017-07-04
6
-236
/
+244
|
\
|
*
cpu/hotplug: Constify attribute_group structures
Arvind Yadav
2017-06-30
1
-2
/
+2
|
*
cpu/hotplug: Remove unused check_for_tasks() function
Arnd Bergmann
2017-06-12
1
-24
/
+0
|
*
perf/core: Don't release cred_guard_mutex if not taken
Alexander Levin
2017-06-03
1
-1
/
+1
|
*
cpuhotplug: Link lock stacks for hotplug callbacks
Thomas Gleixner
2017-05-26
1
-0
/
+13
|
*
cpu/hotplug: Convert hotplug locking to percpu rwsem
Thomas Gleixner
2017-05-26
1
-94
/
+13
|
*
kprobes: Cure hotplug lock ordering issues
Thomas Gleixner
2017-05-26
1
-27
/
+32
|
*
jump_label: Reorder hotplug lock and jump_label_lock
Thomas Gleixner
2017-05-26
1
-6
/
+14
|
*
perf/tracing/cpuhotplug: Fix locking order
Thomas Gleixner
2017-05-26
1
-30
/
+76
|
*
cpu/hotplug: Use stop_machine_cpuslocked() in takedown_cpu()
Sebastian Andrzej Siewior
2017-05-26
1
-1
/
+1
|
*
padata: Avoid nested calls to cpus_read_lock() in pcrypt_init_padata()
Sebastian Andrzej Siewior
2017-05-26
1
-5
/
+6
|
*
padata: Make padata_alloc() static
Thomas Gleixner
2017-05-26
1
-16
/
+16
|
*
stop_machine: Provide stop_machine_cpuslocked()
Sebastian Andrzej Siewior
2017-05-26
1
-4
/
+7
|
*
cpu/hotplug: Add __cpuhp_state_add_instance_cpuslocked()
Thomas Gleixner
2017-05-26
1
-3
/
+15
|
*
cpu/hotplug: Provide cpuhp_setup/remove_state[_nocalls]_cpuslocked()
Sebastian Andrzej Siewior
2017-05-26
1
-11
/
+36
|
*
cpu/hotplug: Provide cpus_read|write_[un]lock()
Thomas Gleixner
2017-05-26
1
-18
/
+18
*
|
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2017-07-04
19
-264
/
+1755
|
\
\
|
*
|
genirq: Avoid unnecessary low level irq function calls
Jeffy Chen
2017-06-26
1
-20
/
+33
|
*
|
genirq: Set irq masked state when initializing irq_desc
Jeffy Chen
2017-06-26
1
-0
/
+1
|
*
|
genirq/timings: Add infrastructure for estimating the next interrupt arrival ...
Daniel Lezcano
2017-06-24
2
-0
/
+358
|
*
|
genirq/timings: Add infrastructure to track the interrupt timings
Daniel Lezcano
2017-06-24
6
-0
/
+129
|
*
|
genirq/debugfs: Remove pointless NULL pointer check
Thomas Gleixner
2017-06-24
2
-8
/
+6
|
*
|
genirq/irqdomain: Remove auto-recursive hierarchy support
Marc Zyngier
2017-06-22
2
-43
/
+14
|
*
|
genirq/irqdomain: Add irq_domain_update_bus_token helper
Marc Zyngier
2017-06-22
1
-0
/
+31
|
*
|
genirq/affinity: Assign vectors to all present CPUs
Christoph Hellwig
2017-06-22
1
-13
/
+63
|
*
|
genirq/cpuhotplug: Avoid irq affinity setting for single targets
Thomas Gleixner
2017-06-22
1
-2
/
+10
|
*
|
genirq: Introduce IRQD_SINGLE_TARGET flag
Thomas Gleixner
2017-06-22
1
-0
/
+1
|
*
|
genirq/cpuhotplug: Handle managed IRQs on CPU hotplug
Thomas Gleixner
2017-06-22
2
-0
/
+50
|
*
|
genirq: Handle managed irqs gracefully in irq_startup()
Thomas Gleixner
2017-06-22
1
-3
/
+61
|
*
|
genirq: Add force argument to irq_startup()
Thomas Gleixner
2017-06-22
4
-7
/
+14
|
*
|
genirq: Split out irq_startup() code
Thomas Gleixner
2017-06-22
1
-11
/
+18
|
*
|
genirq: Introduce IRQD_MANAGED_SHUTDOWN
Thomas Gleixner
2017-06-22
1
-0
/
+10
|
*
|
genirq/cpuhotplug: Use effective affinity mask
Thomas Gleixner
2017-06-22
1
-3
/
+11
|
*
|
genirq: Introduce effective affinity mask
Thomas Gleixner
2017-06-22
4
-7
/
+105
|
*
|
genirq/proc: Replace ever repeating type cast
Thomas Gleixner
2017-06-22
1
-5
/
+5
|
*
|
genirq: Remove pointless gfp argument
Thomas Gleixner
2017-06-22
1
-8
/
+7
|
*
|
genirq: Remove pointless arg from show_irq_affinity
Thomas Gleixner
2017-06-22
1
-3
/
+3
|
*
|
genirq: Move irq_fixup_move_pending() to core
Thomas Gleixner
2017-06-22
1
-0
/
+5
|
*
|
genirq/cpuhotplug: Set force affinity flag on hotplug migration
Thomas Gleixner
2017-06-22
1
-1
/
+1
|
*
|
genirq/cpuhotplug: Add support for conditional masking
Thomas Gleixner
2017-06-22
1
-1
/
+10
|
*
|
genirq/cpuhotplug: Add support for cleaning up move in progress
Thomas Gleixner
2017-06-22
2
-3
/
+35
|
*
|
genirq/cpuhotplug: Do not migrated shutdown irqs
Thomas Gleixner
2017-06-22
1
-3
/
+8
|
*
|
genirq/cpuhotplug: Reorder check logic
Thomas Gleixner
2017-06-22
1
-16
/
+20
|
*
|
genirq/cpuhotplug: Dont claim success on error
Thomas Gleixner
2017-06-22
1
-1
/
+4
|
*
|
genirq/cpuhotplug: Remove irq disabling logic
Thomas Gleixner
2017-06-22
1
-8
/
+4
[next]