summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2016-03-02posix-cpu-timers: Migrate to use new tick dependency mask modelFrederic Weisbecker2-5/+0
2016-03-02sched: Migrate sched to use new tick dependency mask modelFrederic Weisbecker1-3/+0
2016-03-02perf: Migrate perf to use new tick dependency mask modelFrederic Weisbecker2-8/+0
2016-03-02nohz: Use enum code for tick stop failure tracing messageFrederic Weisbecker1-0/+1
2016-03-02nohz: New tick dependency maskFrederic Weisbecker2-0/+100
2016-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+1
2016-03-01rcu: Make CPU_DYING_IDLE an explicit callThomas Gleixner3-6/+4
2016-03-01cpu/hotplug: Make wait for dead cpu completion basedThomas Gleixner2-2/+4
2016-03-01cpu/hotplug: Let upcoming cpu bring itself fully upThomas Gleixner1-3/+6
2016-03-01arch/hotplug: Call into idle with a proper stateThomas Gleixner1-0/+1
2016-03-01cpu/hotplug: Move online calls to hotplugged cpuThomas Gleixner1-4/+6
2016-03-01cpu/hotplug: Unpark smpboot threads from the state machineThomas Gleixner2-6/+2
2016-03-01cpu/hotplug: Move scheduler cpu_online notifier to hotplug coreThomas Gleixner1-0/+1
2016-03-01cpu/hotplug: Implement setup/removal interfaceThomas Gleixner1-0/+67
2016-03-01cpu/hotplug: Convert the hotplugged cpu work to a state machineThomas Gleixner1-0/+4
2016-03-01cpu/hotplug: Convert to a state machine for the control processorThomas Gleixner2-5/+17
2016-03-01cpu/hotplug: Restructure FROZEN state handlingThomas Gleixner1-0/+2
2016-02-29use ->d_seq to get coherency between ->d_inode and ->d_flagsAl Viro1-3/+1
2016-02-29Merge tag 'v4.5-rc6' into locking/core, to pick up fixesIngo Molnar21-1522/+1545
2016-02-29sched/debug: Fix preempt_disable_ip recording for preempt_disable()Sebastian Andrzej Siewior2-2/+12
2016-02-29sched/rt: Fix PI handling vs. sched_setscheduler()Peter Zijlstra1-0/+2
2016-02-29Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar37-1573/+1622
2016-02-29perf: Allow storage of PMU private data in eventThomas Gleixner1-0/+1
2016-02-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+4
2016-02-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-3/+6
2016-02-27Merge tag 'pci-v4.5-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-17/+0
2016-02-27dax: move writeback calls into the filesystemsRoss Zwisler1-2/+4
2016-02-27dax: give DAX clearing code correct bdevRoss Zwisler1-1/+1
2016-02-27drivers: char: random: add get_random_long()Daniel Cashman1-0/+1
2016-02-27clocksource: Introduce clocksource_freq2mult()Alexander Kuleshov1-26/+19
2016-02-26Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+1
2016-02-26Merge tag 'for-v4.5-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Linus Torvalds1-0/+1
2016-02-26libata: Align ata_device's id on a cachelineHarvey Hunt1-1/+1
2016-02-25KVM: Use simple waitqueue for vcpu->wqMarcelo Tosatti1-2/+3
2016-02-25wait.[ch]: Introduce the simple waitqueue (swait) implementationPeter Zijlstra (Intel)1-0/+172
2016-02-25MIPS: Make smp CMP, CPS and MT use the new generic IPI functionsQais Yousef1-3/+0
2016-02-25genirq: Implement ipi_send_mask/single()Qais Yousef1-0/+4
2016-02-25genirq: Add send_ipi callbacks to irq_chipQais Yousef1-0/+5
2016-02-25genirq: Add a new function to get IPI reverse mappingQais Yousef1-0/+1
2016-02-25genirq: Add a new generic IPI reservation code to irq coreQais Yousef2-0/+8
2016-02-25genirq: Make irq_domain_alloc_descs() non staticQais Yousef1-0/+2
2016-02-25genirq: Add ipi_offset to irq_common_dataQais Yousef1-0/+4
2016-02-25genirq: Add an extra comment about the use of affinity in irq_common_dataQais Yousef1-1/+3
2016-02-25genirq: Add DOMAIN_BUS_IPIQais Yousef1-0/+1
2016-02-25genirq: Add new IPI irqdomain flagsQais Yousef1-0/+37
2016-02-25perf: Fix race between event install and jump_labelsPeter Zijlstra1-3/+3
2016-02-25perf: Fix cloningPeter Zijlstra1-0/+1
2016-02-24sched/wait: Fix wait_event_freezable() documentationStafford Horne1-1/+1
2016-02-24rcu: Remove rcu_user_hooks_switchYang Shi1-2/+0
2016-02-24rcu: Document unique-name limitation for DEFINE_STATIC_SRCU()Paul E. McKenney1-2/+17