summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2017-11-02Merge tag 'v4.14-rc3' into irq/irqchip-4.15Marc Zyngier16-237/+542
2017-10-19irqdomain: Add __rcu annotations to radix tree slotMasahiro Yamada1-2/+2
2017-10-19irqdomain: Move revmap_trees_mutex to struct irq_domainMasahiro Yamada1-7/+7
2017-10-01Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-142/+364
2017-10-01Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-23/+35
2017-10-01Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+15
2017-10-01Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2-11/+49
2017-10-01Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-3/+6
2017-09-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-13/+10
2017-09-29fix infoleak in waitid(2)Al Viro1-13/+10
2017-09-29sched/sysctl: Check user input value of sysctl_sched_time_avgEthan Zhao1-1/+2
2017-09-29sched/debug: Ignore TASK_IDLE for SysRq-WPeter Zijlstra1-1/+23
2017-09-29sched/tracing: Use common task-state helpersPeter Zijlstra2-19/+10
2017-09-29locking/rwsem-xadd: Fix missed wakeup due to reordering of loadPrateek Sood1-0/+27
2017-09-29sched/debug: Remove unused variablePeter Zijlstra1-2/+0
2017-09-29perf/aux: Only update ->aux_wakeup in non-overwrite modeAlexander Shishkin1-5/+15
2017-09-28Merge tag 'seccomp-v4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-7/+16
2017-09-28irq/generic-chip: Don't replace domain's nameJeffy Chen1-1/+0
2017-09-28seccomp: fix the usage of get/put_seccomp_filter() in seccomp_get_filter()Oleg Nesterov1-7/+16
2017-09-26Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+12
2017-09-26Merge tag 'trace-v4.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-29/+41
2017-09-25smp/hotplug: Hotplug state fail injectionPeter Zijlstra1-1/+59
2017-09-25smp/hotplug: Differentiate the AP completion between up and downPeter Zijlstra1-17/+32
2017-09-25smp/hotplug: Differentiate the AP-work lockdep class between up and downPeter Zijlstra1-9/+32
2017-09-25smp/hotplug: Callback vs state-machine consistencyPeter Zijlstra1-4/+22
2017-09-25smp/hotplug: Rewrite AP state machine corePeter Zijlstra1-115/+206
2017-09-25smp/hotplug: Allow external multi-instance rollbackPeter Zijlstra1-15/+32
2017-09-25irqdomain: Add __rcu annotations to radix tree accessorsMasahiro Yamada1-2/+2
2017-09-25genirq/matrix: Add tracepointsThomas Gleixner1-0/+15
2017-09-25genirq: Implement bitmap matrix allocatorThomas Gleixner3-0/+432
2017-09-25genirq/irqdomain: Add force reactivation flag to irq domainsThomas Gleixner1-0/+2
2017-09-25genirq/irqdomain: Propagate early activationThomas Gleixner4-9/+10
2017-09-25genirq/irqdomain: Allow irq_domain_activate_irq() to failThomas Gleixner4-20/+51
2017-09-25genirq/irqdomain: Update irq_domain_ops.activate() signatureThomas Gleixner2-3/+4
2017-09-25genirq: Separate activation and startupThomas Gleixner4-8/+43
2017-09-25genirq: Set managed shut down flag at initThomas Gleixner1-1/+1
2017-09-25genirq: Make state consistent for !IRQ_DOMAIN_HIERARCHYThomas Gleixner1-0/+11
2017-09-25irqdomain/debugfs: Provide domain specific debug callbackThomas Gleixner2-0/+4
2017-09-25genirq/msi: Capture device name for debugfsThomas Gleixner3-1/+20
2017-09-25genirq/debugfs: Show debug information for all irq descriptorsThomas Gleixner2-1/+1
2017-09-25blktrace: Fix potential deadlock between delete & sysfs opsWaiman Long1-6/+12
2017-09-25genirq: Check __free_irq() return value for NULLAlexandru Moise1-0/+4
2017-09-25futex: Fix pi_state->owner serializationPeter Zijlstra1-11/+22
2017-09-23tracing: Remove RCU work arounds from stack tracerSteven Rostedt (VMware)1-15/+0
2017-09-23extable: Enable RCU if it is not watching in kernel_text_address()Steven Rostedt (VMware)1-5/+30
2017-09-23extable: Consolidate *kernel_text_address() functionsSteven Rostedt (VMware)1-9/+1
2017-09-23rcu: Allow for page faults in NMI handlersPaul E. McKenney1-0/+10
2017-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-6/+16
2017-09-23Merge tag 'seccomp-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-11/+310
2017-09-21bpf: one perf event close won't free bpf program attached by another perf eventYonghong Song1-1/+2