summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2014-12-10Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-10/+26
2014-12-10Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-40/+41
2014-12-09Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds16-213/+721
2014-12-09Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-9/+51
2014-12-09Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds15-137/+268
2014-12-08sched: Add missing rcu protection to wake_up_all_idle_cpusAndy Lutomirski1-2/+7
2014-12-03context_tracking: Restore previous state in schedule_userAndy Lutomirski1-2/+6
2014-11-25time: Fix sign bug in NTP mult overflow warningJohn Stultz1-1/+1
2014-11-23uprobes, x86: Fix _TIF_UPROBE vs _TIF_NOTIFY_RESUMEAndy Lutomirski1-1/+0
2014-11-23sched: Provide update_curr callbacks for stop/idle scheduling classesThomas Gleixner2-0/+10
2014-11-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-43/+42
2014-11-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+5
2014-11-21time: Fixup comments to reflect usage of timespec64John Stultz1-3/+3
2014-11-21time: Expose get_monotonic_coarse64() for in-kernel usesJohn Stultz1-2/+2
2014-11-21time: Expose getrawmonotonic64 for in-kernel usesJohn Stultz1-5/+6
2014-11-21time: Provide y2038 safe mktime() replacementpang.xunlei1-12/+8
2014-11-21time: Provide y2038 safe timekeeping_inject_sleeptime() replacementpang.xunlei1-6/+4
2014-11-21time: Provide y2038 safe do_settimeofday() replacementpang.xunlei1-10/+9
2014-11-21time: Complete NTP adjustment threshold judging conditionspang.xunlei1-1/+2
2014-11-21time: Avoid possible NTP adjustment mult overflow.pang.xunlei1-0/+6
2014-11-21time: Rename udelay_test.c to test_udelay.cJohn Stultz2-1/+1
2014-11-20Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar15-137/+268
2014-11-16perf: Improve the perf_sample_data struct layoutPeter Zijlstra1-8/+8
2014-11-16perf: Add ability to sample machine state on interruptStephane Eranian1-2/+44
2014-11-16sched/deadline: Introduce start_hrtick_dl() for !CONFIG_SCHED_HRTICKWanpeng Li1-4/+4
2014-11-16sched/deadline: Remove unnecessary definitions in cpudeadline.hpang.xunlei1-3/+0
2014-11-16sched/cpupri: Remove unnecessary definitions in cpupri.hpang.xunlei1-3/+0
2014-11-16sched/deadline: Fix rq->dl.pushable_tasks bug in push_dl_task()Wanpeng Li1-2/+3
2014-11-16sched/fair: Fix stale overloaded status in the busiest group finding logicWanpeng Li1-1/+3
2014-11-16sched: Move p->nr_cpus_allowed check to select_task_rq()Wanpeng Li4-10/+2
2014-11-16sched/completion: Document when to use wait_for_completion_io_*()Wolfram Sang1-2/+3
2014-11-16sched/fair: Kill task_struct::numa_entry and numa_group::task_listKirill Tkhai2-6/+0
2014-11-16Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar24-153/+224
2014-11-16sched/cputime: Fix clock_nanosleep()/clock_gettime() inconsistencyStanislaw Gruszka5-27/+24
2014-11-16sched/cputime: Fix cpu_timer_sample_group() double accountingPeter Zijlstra2-14/+1
2014-11-16sched/numa: Avoid selecting oneself as swap targetPeter Zijlstra1-0/+7
2014-11-16perf: Fix corruption of sibling list with hotplugMark Rutland1-3/+5
2014-11-14Merge tag 'pm+acpi-3.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2014-11-13kernel/panic.c: update comments for print_taintedXie XiuQi1-0/+1
2014-11-13Merge branches 'torture.2014.11.03a', 'cpu.2014.11.03a', 'doc.2014.11.13a', '...Paul E. McKenney13-136/+176
2014-11-13rcu: Fix FIXME in rcu_tasks_kthread()Paul E. McKenney1-1/+2
2014-11-13Merge branch 'stable-3.18' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2-1/+2
2014-11-11audit: keep inode pinnedMiklos Szeredi1-0/+1
2014-11-10tracing: Do not risk busy looping in buffer spliceRabin Vincent1-2/+8
2014-11-10tracing: Do not busy wait in buffer spliceRabin Vincent2-43/+61
2014-11-10sched/numa: Fix out of bounds read in sched_init_numa()Andrey Ryabinin1-0/+4
2014-11-09genirq: Generic chip: Add big endian I/O accessorsKevin Cernekee1-0/+16
2014-11-09genirq: Generic chip: Change irq_reg_{readl,writel} argumentsKevin Cernekee1-10/+10
2014-11-08PM / sleep: Fix entering suspend-to-IDLE if no freeze_oops is setDmitry Eremin-Solenikov1-2/+2
2014-11-04sched: Refactor task_struct to use numa_faults instead of numa_* pointersIulia Manda4-57/+67