summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2011-02-24perf: Fix throttle logicPeter Zijlstra1-4/+15
2011-02-24genirq: Disable the SHIRQ_DEBUG call in request_threaded_irq for nowThomas Gleixner1-1/+1
2011-02-24genirq: Prevent access beyond allocated_irqs bitmapThomas Gleixner3-2/+17
2011-02-24workqueue: make sure MAYDAY_INITIAL_TIMEOUT is at least 2 jiffies longTejun Heo1-1/+3
2011-02-24workqueue: wake up a worker when a rescuer is leaving a gcwqTejun Heo1-0/+9
2011-02-24PM / Hibernate: Return error code when alloc_image_page() failsStanislaw Gruszka1-5/+2
2011-02-24security: add cred argument to security_capable()Chris Wright1-1/+1
2011-02-24CRED: Fix memory and refcount leaks upon security_prepare_creds() failureTetsuo Handa1-2/+2
2011-02-24CRED: Fix BUG() upon security_cred_alloc_blank() failureTetsuo Handa1-4/+8
2011-02-17Input: sysrq - ensure sysrq_enabled and __sysrq_enabled are consistentAndy Whitcroft1-1/+2
2011-02-17watchdog: Fix broken nowatchdog logicMarcin Slusarz1-13/+5
2011-02-17kernel/smp.c: fix smp_call_function_many() SMP raceAnton Blanchard1-0/+30
2011-02-17perf: Validate cpu early in perf_event_alloc()Oleg Nesterov1-4/+6
2011-02-17perf: Find_get_context: fix the per-cpu-counter checkOleg Nesterov1-1/+1
2011-02-17perf: Fix alloc_callchain_buffers()Eric Dumazet1-2/+1
2011-02-17watchdog: Don't change watchdog state on read of sysctlMarcin Slusarz1-4/+6
2011-02-17watchdog: Fix sysctl consistencyMarcin Slusarz1-6/+7
2011-02-17workqueue: relax lockdep annotation on flush_work()Tejun Heo1-2/+12
2011-02-17sched: Fix update_curr_rt()Peter Zijlstra1-1/+1
2011-02-17sched, cgroup: Use exit hook to avoid use-after-free crashPeter Zijlstra1-0/+18
2011-02-17sched: Change wait_for_completion_*_timeout() to return a signed longNeilBrown1-2/+2
2011-02-17Fix prlimit64 for suid/sgid processesKacper Kornet1-1/+2
2011-02-17ptrace: use safer wake up on ptrace_detach()Tejun Heo1-1/+1
2011-02-17genirq: Prevent irq storm on migrationThomas Gleixner1-3/+11
2011-02-17tracing: Fix preempt count leakLi Zefan1-4/+2
2011-01-03watchdog: Improve initialisation error message and documentationBen Hutchings1-1/+2
2010-12-29fix freeing user_struct in user cacheHillf Danton1-0/+1
2010-12-28Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+8
2010-12-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds1-0/+11
2010-12-23ring_buffer: Off-by-one and duplicate events in ring_buffer_read_pageDavid Sharp1-1/+8
2010-12-22taskstats: pad taskstats netlink response for aligment issues on ia64Jeff Mahoney1-13/+44
2010-12-22kthread_work: make lockdep happyYong Zhang1-0/+11
2010-12-20Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+0
2010-12-19sched: Remove debugging checkIngo Molnar1-1/+0
2010-12-19Merge branches 'x86-fixes-for-linus' and 'perf-fixes-for-linus' of git://git....Linus Torvalds2-8/+39
2010-12-19Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-52/+245
2010-12-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds1-94/+10
2010-12-17resources: add arch hook for preventing allocation in reserved areasBjorn Helgaas1-0/+6
2010-12-17Revert "resources: support allocating space within a region from the top down"Bjorn Helgaas1-94/+4
2010-12-16PM / Hibernate: Restore old swap signature to avoid user space breakageRafael J. Wysocki1-1/+1
2010-12-16PM / Hibernate: Fix PM_POST_* notification with user-space suspendTakashi Iwai1-1/+1
2010-12-16Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar1-1/+9
2010-12-16sched: Fix the irqtime code for 32bitPeter Zijlstra1-6/+45
2010-12-16sched: Fix the irqtime code to deal with u64 wrapsPeter Zijlstra1-33/+50
2010-12-16perf: Fix off by one in perf_swevent_init()Dan Carpenter1-1/+1
2010-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-3/+4
2010-12-14workqueue: It is likely that WORKER_NOT_RUNNING is trueSteven Rostedt1-2/+2
2010-12-08nohz: Fix get_next_timer_interrupt() vs cpu hotplugHeiko Carstens1-0/+6
2010-12-08Sched: fix skip_clock_update optimizationMike Galbraith2-12/+15
2010-12-08sched: Cure more NO_HZ load average woesPeter Zijlstra2-12/+140