aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-04-13Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Gravatar Linus Torvalds 3-9/+18
2015-04-13Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqGravatar Linus Torvalds 1-333/+514
2015-04-13Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-4/+150
2015-04-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 20-755/+1174
2015-04-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 7-230/+612
2015-04-13Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 9-103/+119
2015-04-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+15
2015-04-11Merge tag 'irqchip-core-4.1-3' of git://git.infradead.org/users/jcooper/linux...Gravatar Thomas Gleixner 1-0/+16
2015-04-09Merge tag 'pm+acpi-4.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-20/+1
2015-04-09Merge branches 'pm-sleep', 'pm-cpufreq' and 'pm-cpuidle'Gravatar Rafael J. Wysocki 1-20/+1
2015-04-09locking/mutex: Further simplify mutex_spin_on_owner()Gravatar Jason Low 1-10/+4
2015-04-08Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+3
2015-04-08Copy the kernel module data from user space in chunksGravatar Linus Torvalds 1-1/+18
2015-04-08genirq: Allow the irqchip state of an IRQ to be save/restoredGravatar Marc Zyngier 1-0/+91
2015-04-08genirq: MSI: Fix freeing of unallocated MSIGravatar Marc Zyngier 1-2/+9
2015-04-08Merge branch 'linus' into irq/core to get the GIC updates whichGravatar Thomas Gleixner 16-85/+258
2015-04-07mm: numa: disable change protection for vma(VM_HUGETLB)Gravatar Naoya Horiguchi 1-1/+3
2015-04-07Revert "PM / hibernate: avoid unsafe pages in e820 reserved regions"Gravatar Rafael J. Wysocki 1-20/+1
2015-04-06workqueue: Reorder sysfs codeGravatar Frederic Weisbecker 1-317/+318
2015-04-03timers/PM: Drop unnecessary braces from tick_freeze()Gravatar Rafael J. Wysocki 1-3/+2
2015-04-03timers/PM: Fix up tick_unfreeze()Gravatar Rafael J. Wysocki 1-1/+1
2015-04-03sched/core: Drop debugging leftover trace_printk callGravatar Borislav Petkov 1-3/+1
2015-04-03timekeeping: Get rid of stale commentGravatar Thomas Gleixner 1-4/+0
2015-04-03clockevents: Cleanup dead cpu explicitelyGravatar Thomas Gleixner 6-60/+50
2015-04-03clockevents: Make tick handover explicitGravatar Thomas Gleixner 5-12/+8
2015-04-03clockevents: Remove broadcast oneshot control leftoversGravatar Rafael J. Wysocki 1-7/+0
2015-04-03sched/idle: Use explicit broadcast oneshot control functionGravatar Thomas Gleixner 1-3/+2
2015-04-03clockevents: Provide explicit broadcast oneshot control functionsGravatar Thomas Gleixner 3-14/+20
2015-04-03clockevents: Remove the broadcast control leftoversGravatar Thomas Gleixner 1-10/+0
2015-04-03clockevents: Provide explicit broadcast control functionsGravatar Thomas Gleixner 3-38/+32
2015-04-03clocksource: Improve comment explaining clocks_calc_max_nsecs()'s 50% safety ...Gravatar John Stultz 1-2/+5
2015-04-03time, drivers/rtc: Don't bother with rtc_resume() for the nonstop clocksourceGravatar Xunlei Pang 1-17/+49
2015-04-03time: Fix a bug in timekeeping_suspend() with no persistent clockGravatar Xunlei Pang 1-17/+19
2015-04-03time: Don't build timekeeping_inject_sleeptime64() if no one uses itGravatar Xunlei Pang 1-0/+2
2015-04-03time: Add y2038 safe update_persistent_clock64()Gravatar Xunlei Pang 1-1/+12
2015-04-03time: Add y2038 safe read_persistent_clock64()Gravatar Xunlei Pang 1-10/+12
2015-04-03time: Add y2038 safe read_boot_clock64()Gravatar Xunlei Pang 1-2/+9
2015-04-02timer: Further simplify the SMP and HOTPLUG logicGravatar Peter Zijlstra 1-8/+15
2015-04-02timer: Don't initialize 'tvec_base' on hotplugGravatar Viresh Kumar 1-55/+43
2015-04-02timer: Allocate per-cpu tvec_base's staticallyGravatar Peter Zijlstra 1-29/+19
2015-04-02sched/deadline: Support DL task migration during CPU hotplugGravatar Wanpeng Li 1-0/+57
2015-04-02sched/core: Check for available DL bandwidth in cpuset_cpu_inactive()Gravatar Juri Lelli 1-28/+28
2015-04-02sched/deadline: Always enqueue on previous rq when dl_task_timer() firesGravatar Juri Lelli 1-2/+2
2015-04-02sched/core: Remove unused argument from init_[rt|dl]_rq()Gravatar Abel Vesa 4-7/+7
2015-04-02clockevents: Fix cpu_down() race for hrtimer based broadcastingGravatar Preeti U Murthy 2-8/+13
2015-04-02tick: Further simplify tick-internal.hGravatar Ingo Molnar 1-39/+40
2015-04-01Merge tag 'lazytime_fix' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Gravatar Linus Torvalds 1-0/+8
2015-04-01arm/bL_switcher: Kill tick suspend hackeryGravatar Thomas Gleixner 3-1/+16
2015-04-01tick/xen: Provide and use tick_suspend_local() and tick_resume_local()Gravatar Thomas Gleixner 3-26/+61
2015-04-01tick: Make tick_resume_broadcast_oneshot() staticGravatar Thomas Gleixner 2-5/+4