summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Revert "perf/core: Drop kernel samples even though :u is specified"Ingo Molnar2017-07-111-21/+0Star
* kprobes: Ensure that jprobe probepoints are at function entryNaveen N. Rao2017-07-081-2/+6
* kprobes: Simplify register_jprobes()Naveen N. Rao2017-07-081-14/+16
* kprobes: Rename [arch_]function_offset_within_entry() to [arch_]kprobe_on_fun...Naveen N. Rao2017-07-082-5/+5
* Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-046-236/+244
|\
| * cpu/hotplug: Constify attribute_group structuresArvind Yadav2017-06-301-2/+2
| * cpu/hotplug: Remove unused check_for_tasks() functionArnd Bergmann2017-06-121-24/+0Star
| * perf/core: Don't release cred_guard_mutex if not takenAlexander Levin2017-06-031-1/+1
| * cpuhotplug: Link lock stacks for hotplug callbacksThomas Gleixner2017-05-261-0/+13
| * cpu/hotplug: Convert hotplug locking to percpu rwsemThomas Gleixner2017-05-261-94/+13Star
| * kprobes: Cure hotplug lock ordering issuesThomas Gleixner2017-05-261-27/+32
| * jump_label: Reorder hotplug lock and jump_label_lockThomas Gleixner2017-05-261-6/+14
| * perf/tracing/cpuhotplug: Fix locking orderThomas Gleixner2017-05-261-30/+76
| * cpu/hotplug: Use stop_machine_cpuslocked() in takedown_cpu()Sebastian Andrzej Siewior2017-05-261-1/+1
| * padata: Avoid nested calls to cpus_read_lock() in pcrypt_init_padata()Sebastian Andrzej Siewior2017-05-261-5/+6
| * padata: Make padata_alloc() staticThomas Gleixner2017-05-261-16/+16
| * stop_machine: Provide stop_machine_cpuslocked()Sebastian Andrzej Siewior2017-05-261-4/+7
| * cpu/hotplug: Add __cpuhp_state_add_instance_cpuslocked()Thomas Gleixner2017-05-261-3/+15
| * cpu/hotplug: Provide cpuhp_setup/remove_state[_nocalls]_cpuslocked()Sebastian Andrzej Siewior2017-05-261-11/+36
| * cpu/hotplug: Provide cpus_read|write_[un]lock()Thomas Gleixner2017-05-261-18/+18
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-0419-264/+1755
|\ \
| * | genirq: Avoid unnecessary low level irq function callsJeffy Chen2017-06-261-20/+33
| * | genirq: Set irq masked state when initializing irq_descJeffy Chen2017-06-261-0/+1
| * | genirq/timings: Add infrastructure for estimating the next interrupt arrival ...Daniel Lezcano2017-06-242-0/+358
| * | genirq/timings: Add infrastructure to track the interrupt timingsDaniel Lezcano2017-06-246-0/+129
| * | genirq/debugfs: Remove pointless NULL pointer checkThomas Gleixner2017-06-242-8/+6Star
| * | genirq/irqdomain: Remove auto-recursive hierarchy supportMarc Zyngier2017-06-222-43/+14Star
| * | genirq/irqdomain: Add irq_domain_update_bus_token helperMarc Zyngier2017-06-221-0/+31
| * | genirq/affinity: Assign vectors to all present CPUsChristoph Hellwig2017-06-221-13/+63
| * | genirq/cpuhotplug: Avoid irq affinity setting for single targetsThomas Gleixner2017-06-221-2/+10
| * | genirq: Introduce IRQD_SINGLE_TARGET flagThomas Gleixner2017-06-221-0/+1
| * | genirq/cpuhotplug: Handle managed IRQs on CPU hotplugThomas Gleixner2017-06-222-0/+50
| * | genirq: Handle managed irqs gracefully in irq_startup()Thomas Gleixner2017-06-221-3/+61
| * | genirq: Add force argument to irq_startup()Thomas Gleixner2017-06-224-7/+14
| * | genirq: Split out irq_startup() codeThomas Gleixner2017-06-221-11/+18
| * | genirq: Introduce IRQD_MANAGED_SHUTDOWNThomas Gleixner2017-06-221-0/+10
| * | genirq/cpuhotplug: Use effective affinity maskThomas Gleixner2017-06-221-3/+11
| * | genirq: Introduce effective affinity maskThomas Gleixner2017-06-224-7/+105
| * | genirq/proc: Replace ever repeating type castThomas Gleixner2017-06-221-5/+5
| * | genirq: Remove pointless gfp argumentThomas Gleixner2017-06-221-8/+7Star
| * | genirq: Remove pointless arg from show_irq_affinityThomas Gleixner2017-06-221-3/+3
| * | genirq: Move irq_fixup_move_pending() to coreThomas Gleixner2017-06-221-0/+5
| * | genirq/cpuhotplug: Set force affinity flag on hotplug migrationThomas Gleixner2017-06-221-1/+1
| * | genirq/cpuhotplug: Add support for conditional maskingThomas Gleixner2017-06-221-1/+10
| * | genirq/cpuhotplug: Add support for cleaning up move in progressThomas Gleixner2017-06-222-3/+35
| * | genirq/cpuhotplug: Do not migrated shutdown irqsThomas Gleixner2017-06-221-3/+8
| * | genirq/cpuhotplug: Reorder check logicThomas Gleixner2017-06-221-16/+20
| * | genirq/cpuhotplug: Dont claim success on errorThomas Gleixner2017-06-221-1/+4
| * | genirq/cpuhotplug: Remove irq disabling logicThomas Gleixner2017-06-221-8/+4Star
| * | genirq: Move pending helpers to internal.hChristoph Hellwig2017-06-222-28/+38