aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-29perf: Fix the perf context switch optimizationPeter Zijlstra1-18/+46
2013-10-29perf: Change zero-padding of strings in perf_event_mmap_event()Peter Zijlstra1-6/+11
2013-10-29perf: Do not waste PAGE_SIZE bytes for ALIGN(8) in perf_event_mmap_event()Oleg Nesterov1-7/+8
2013-10-29perf: Kill the dead !vma->vm_mm code in perf_event_mmap_event()Oleg Nesterov1-8/+6
2013-10-29perf: Remove useless atomic_tPeter Zijlstra1-9/+9
2013-10-29sched: Avoid throttle_cfs_rq() racing with period_timer stoppingBen Segall2-0/+10
2013-10-29sched: Guarantee new group-entities always have weightPaul Turner1-1/+2
2013-10-29sched: Fix hrtimer_cancel()/rq->lock deadlockBen Segall1-4/+11
2013-10-29sched: Fix cfs_bandwidth misuse of hrtimer_expires_remainingBen Segall1-3/+11
2013-10-29sched: Fix race on toggling cfs_bandwidth_usedBen Segall3-9/+19
2013-10-29perf: Fix perf ring buffer memory orderingPeter Zijlstra1-4/+27
2013-10-29Merge branch 'perf/urgent' into perf/coreIngo Molnar5-40/+77
2013-10-28sched: Remove extra put_online_cpus() inside sched_setaffinity()Michael wang1-1/+0
2013-10-28genirq: Set the irq thread policy without checking CAP_SYS_NICEThomas Pfaff1-1/+1
2013-10-27Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-15/+50
2013-10-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2013-10-27Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-16/+16
2013-10-26sched/rt: Fix task_tick_rt() commentLi Bin1-2/+2
2013-10-26Merge tag 'pm+acpi-3.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-1/+1
2013-10-25PM / hibernate: Move software_resume to late_initcall_syncRuss Dill1-1/+1
2013-10-24of/irq: simplify args to irq_create_of_mappingGrant Likely1-7/+6
2013-10-23clockevents: Sanitize ticks to nsec conversionThomas Gleixner1-15/+50
2013-10-22Merge branch 'for-3.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-8/+6
2013-10-20Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentIngo Molnar1-0/+4
2013-10-19Merge 3.12-rc6 into driver-core-nextGreg Kroah-Hartman6-7/+36
2013-10-18time: Fix signedness bug in sysfs_get_uname() and its callersPatrick Palka3-3/+3
2013-10-18timekeeping: Fix some trivial typos in commentsXie XiuQi1-1/+2
2013-10-18alarmtimer: return EINVAL instead of ENOTSUPP if rtcdev doesn't existKOSAKI Motohiro1-2/+2
2013-10-18mutex: Avoid gcc version dependent __builtin_constant_p() usageTetsuo Handa1-16/+16
2013-10-18Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar13-103/+251
2013-10-17perf: Disable PERF_RECORD_MMAP2 supportStephane Eranian1-0/+4
2013-10-16sysrq: Allow magic SysRq key functions to be disabled through KconfigBen Hutchings1-1/+1
2013-10-16sched/wait: Introduce prepare_to_wait_event()Oleg Nesterov1-0/+24
2013-10-16sched: Remove get_online_cpus() usagePeter Zijlstra3-15/+48
2013-10-16sched: Fix race in migrate_swap_stop()Peter Zijlstra3-9/+22
2013-10-16sched/rt: Add missing rmb()Peter Zijlstra1-1/+9
2013-10-15rcu: Move RCU-related source code to kernel/rcu directoryPaul E. McKenney12-18/+38
2013-10-15Merge branch 'idle.2013.09.25a' into HEADPaul E. McKenney6-24/+41
2013-10-15Merge branch 'gp.2013.09.25a' into HEADPaul E. McKenney3-15/+78
2013-10-15Merge tag 'v3.12-rc5' into perf/coreIngo Molnar5-4/+33
2013-10-14sched/fair: Fix trivial typos in commentsKamalesh Babulal1-2/+2
2013-10-13cgroup: fix to break the while loop in cgroup_attach_task() correctlyAnjana V Kumar1-3/+3
2013-10-12sched: Remove bogus parameter in structured commentRamkumar Ramachandra1-1/+0
2013-10-11Merge branch 'core/urgent' into sched/coreIngo Molnar1-3/+3
2013-10-10timer stats: Add a 'Collection: active/inactive' line to timer usage statisticsDong Zhu1-4/+4
2013-10-10Merge branch 'fortglx/3.13/time' of git://git.linaro.org/people/jstultz/linux into timers/coreIngo Molnar2-10/+3
2013-10-09sched_clock: Remove sched_clock_func() hookStephen Boyd1-8/+1
2013-10-09sched/numa: Reflow task_numa_group() to avoid a compiler warningPeter Zijlstra1-7/+11
2013-10-09sched/numa: Retry task_numa_migrate() periodicallyRik van Riel1-9/+13
2013-10-09sched/numa: Use unsigned longs for numa group fault statsMel Gorman1-29/+20