summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* genirq/proc: Return proper error code when irq_set_affinity() failsWen Yaxng2017-11-121-2/+3
* irq/work: Use llist_for_each_entry_safeThomas Gleixner2017-11-121-3/+3
* Merge tag 'irqchip-4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Thomas Gleixner2017-11-0216-237/+542
|\
| * Merge tag 'v4.14-rc3' into irq/irqchip-4.15Marc Zyngier2017-11-0216-237/+542
| |\
| | * Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-10-011-142/+364
| | |\
| | | * smp/hotplug: Hotplug state fail injectionPeter Zijlstra2017-09-251-1/+59
| | | * smp/hotplug: Differentiate the AP completion between up and downPeter Zijlstra2017-09-251-17/+32
| | | * smp/hotplug: Differentiate the AP-work lockdep class between up and downPeter Zijlstra2017-09-251-9/+32
| | | * smp/hotplug: Callback vs state-machine consistencyPeter Zijlstra2017-09-251-4/+22
| | | * smp/hotplug: Rewrite AP state machine corePeter Zijlstra2017-09-251-115/+206
| | | * smp/hotplug: Allow external multi-instance rollbackPeter Zijlstra2017-09-251-15/+32
| | * | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-10-015-23/+35
| | |\ \
| | | * | sched/sysctl: Check user input value of sysctl_sched_time_avgEthan Zhao2017-09-291-1/+2
| | | * | sched/debug: Ignore TASK_IDLE for SysRq-WPeter Zijlstra2017-09-291-1/+23
| | | * | sched/tracing: Use common task-state helpersPeter Zijlstra2017-09-292-19/+10
| | | * | sched/debug: Remove unused variablePeter Zijlstra2017-09-291-2/+0
| | * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-10-011-5/+15
| | |\ \ \
| | | * | | perf/aux: Only update ->aux_wakeup in non-overwrite modeAlexander Shishkin2017-09-291-5/+15
| | | |/ /
| | * | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2017-10-012-11/+49
| | |\ \ \
| | | * | | locking/rwsem-xadd: Fix missed wakeup due to reordering of loadPrateek Sood2017-09-291-0/+27
| | | * | | futex: Fix pi_state->owner serializationPeter Zijlstra2017-09-251-11/+22
| | | | |/ | | | |/|
| | * | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-10-013-3/+6
| | |\ \ \
| | | * | | irq/generic-chip: Don't replace domain's nameJeffy Chen2017-09-281-1/+0
| | | * | | irqdomain: Add __rcu annotations to radix tree accessorsMasahiro Yamada2017-09-251-2/+2
| | * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-09-291-13/+10
| | |\ \ \ \ | | | |_|_|/ | | |/| | |
| | | * | | fix infoleak in waitid(2)Al Viro2017-09-291-13/+10
| | * | | | Merge tag 'seccomp-v4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-281-7/+16
| | |\ \ \ \
| | | * | | | seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter()Oleg Nesterov2017-09-281-7/+16
| | | | |_|/ | | | |/| |
| | * | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-261-6/+12
| | |\ \ \ \
| | | * | | | blktrace: Fix potential deadlock between delete & sysfs opsWaiman Long2017-09-251-6/+12
| | * | | | | Merge tag 'trace-v4.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-263-29/+41
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | | |
| | | * | | | tracing: Remove RCU work arounds from stack tracerSteven Rostedt (VMware)2017-09-231-15/+0
| | | * | | | extable: Enable RCU if it is not watching in kernel_text_address()Steven Rostedt (VMware)2017-09-231-5/+30
| | | * | | | extable: Consolidate *kernel_text_address() functionsSteven Rostedt (VMware)2017-09-231-9/+1
| | | * | | | rcu: Allow for page faults in NMI handlersPaul E. McKenney2017-09-231-0/+10
* | | | | | | irq/core: Fix boot crash when the irqaffinity= boot parameter is passed on CP...Rakib Mullick2017-11-011-4/+2
* | | | | | | irq/work: Don't reinvent the wheel but use existing llist APIByungchul Park2017-10-311-5/+1
* | | | | | | genirq: Document vcpu_info usage for percpu_devid interruptsChristoffer Dall2017-10-291-1/+2
|/ / / / / /
* | | | | | irqdomain: Add __rcu annotations to radix tree slotMasahiro Yamada2017-10-191-2/+2
* | | | | | irqdomain: Move revmap_trees_mutex to struct irq_domainMasahiro Yamada2017-10-191-7/+7
* | | | | | genirq/matrix: Add tracepointsThomas Gleixner2017-09-251-0/+15
* | | | | | genirq: Implement bitmap matrix allocatorThomas Gleixner2017-09-253-0/+432
* | | | | | genirq/irqdomain: Add force reactivation flag to irq domainsThomas Gleixner2017-09-251-0/+2
* | | | | | genirq/irqdomain: Propagate early activationThomas Gleixner2017-09-254-9/+10
* | | | | | genirq/irqdomain: Allow irq_domain_activate_irq() to failThomas Gleixner2017-09-254-20/+51
* | | | | | genirq/irqdomain: Update irq_domain_ops.activate() signatureThomas Gleixner2017-09-252-3/+4
* | | | | | genirq: Separate activation and startupThomas Gleixner2017-09-254-8/+43
* | | | | | genirq: Set managed shut down flag at initThomas Gleixner2017-09-251-1/+1
* | | | | | genirq: Make state consistent for !IRQ_DOMAIN_HIERARCHYThomas Gleixner2017-09-251-0/+11
* | | | | | irqdomain/debugfs: Provide domain specific debug callbackThomas Gleixner2017-09-252-0/+4