aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-04Merge tag 'v3.19-rc7' into locking/core, to refresh the branch before applying new changesIngo Molnar17-85/+235
2015-02-04sched/Documentation: Remove unneeded wordSharon Dvir1-1/+1
2015-02-04sched: Pull resched loop to __schedule() callersFrederic Weisbecker1-4/+7
2015-02-04sched/deadline: Remove cpu_active_mask from cpudl_find()Xunlei Pang1-2/+1
2015-02-04sched: Fix hrtick_start() on UPWanpeng Li1-0/+5
2015-02-04sched/deadline: Avoid pointless __setscheduler()Wanpeng Li1-1/+15
2015-02-04sched/deadline: Fix stale yield statePeter Zijlstra1-19/+19
2015-02-04sched/deadline: Fix hrtick for a non-leftmost taskWanpeng Li1-1/+7
2015-02-04Merge branch 'sched/urgent' into sched/core, to merge fixes before applying new patchesIngo Molnar2-6/+30
2015-02-04sched/deadline: Fix deadline parameter modification handlingPeter Zijlstra2-6/+30
2015-02-03PM / hibernate: exclude freed pages from allocated pages printoutWonhong Kwon1-3/+6
2015-02-02tracing: Separate out initializing top level dir from instancesSteven Rostedt (Red Hat)1-21/+30
2015-02-02tracing: Make tracing_init_dentry_tr() staticSteven Rostedt (Red Hat)2-2/+1
2015-02-02perf: provide sysfs_show for struct perf_pmu_events_attrCody P Schafer1-0/+12
2015-02-01sched: don't cause task state changes in nested sleep debuggingLinus Torvalds1-3/+2
2015-01-30Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+13
2015-01-30sched/deadline: Modify cpudl::free_cpus to reflect rd->onlineXunlei Pang3-7/+28
2015-01-30sched/idle: Add missing checks to the exit condition of cpu_idle_poll()Preeti U Murthy1-1/+2
2015-01-30sched: Fix missing preemption opportunityFrederic Weisbecker1-21/+19
2015-01-30sched/rt: Reduce rq lock contention by eliminating locking of non-feasible targetTim Chen1-1/+16
2015-01-30Merge branch 'sched/urgent' into sched/coreIngo Molnar27-251/+511
2015-01-30PM / sleep: export suspend_resume trace eventTodd E Brandt1-0/+1
2015-01-29ftrace: allow architectures to specify ftrace compile optionsHeiko Carstens5-10/+10
2015-01-28trace: Use 64-bit timekeepingTina Ruchandani1-10/+8
2015-01-28tracing: Add array printing helperDave Martin1-0/+44
2015-01-28Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar15-74/+216
2015-01-28sched: Fix crash if cpuset_cpumask_can_shrink() is passed an empty cpumaskMike Galbraith1-0/+3
2015-01-28perf: Tighten (and fix) the grouping conditionPeter Zijlstra1-2/+13
2015-01-28sched/fair: Avoid using uninitialized variable in preferred_group_nid()Jan Beulich1-1/+1
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller15-80/+220
2015-01-27tracing: Remove newline from trace_printk warning bannerBorislav Petkov1-1/+2
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-8/+17
2015-01-26bpf: rcu lock must not be held when calling copy_to_user()Alexei Starovoitov1-8/+17
2015-01-26Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-1/+1
2015-01-26kexec, Kconfig: spell "architecture" properlyBorislav Petkov1-1/+1
2015-01-25Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2015-01-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-0/+11
2015-01-24hrtimer: Make __hrtimer_get_next_event() statickbuild test robot1-1/+1
2015-01-24Merge tag 'fortglx-3.20-time' of https://git.linaro.org/people/john.stultz/linux into timers/coreThomas Gleixner3-10/+10
2015-01-23rtc: Convert rtc_set_ntp_time() to use timespec64Xunlei Pang1-2/+2
2015-01-23time: Expose getboottime64 for in-kernel usesJohn Stultz1-6/+6
2015-01-23ktime: Optimize ktime_divns for constant divisorsNicolas Pitre1-2/+2
2015-01-23PM / hibernate: Remove unused functionRickard Strandqvist1-2/+0
2015-01-23PM / QoS: Add debugfs support to view the list of constraintsNishanth Menon1-2/+89
2015-01-23X.509: shut up about included cert for silent buildArnd Bergmann1-1/+1
2015-01-23hrtimer: Prevent stale expiry time in hrtimer_interrupt()Thomas Gleixner1-58/+50
2015-01-23smpboot: Add missing get_online_cpus() in smpboot_register_percpu_thread()Lai Jiangshan1-0/+2
2015-01-22x86, mpx: Strictly enforce empty prctl() argsDave Hansen1-0/+4
2015-01-23Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds5-26/+74
2015-01-22tracing: Use IS_ERR() check for return value of tracing_init_dentry()Steven Rostedt (Red Hat)9-12/+12