summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* repair gdbstub to match the gdbserial protocol specificationJason Wessel2011-04-141-6/+3
* Relax si_code check in rt_sigqueueinfo and rt_tgsigqueueinfoRoland Dreier2011-04-141-2/+2
* perf: Better fit max unprivileged mlock pages for tools needsFrederic Weisbecker2011-04-141-1/+2
* Prevent rt_sigqueueinfo and rt_tgsigqueueinfo from spoofing the signal codeJulien Tinnes2011-03-271-4/+12
* Revert "perf: Handle stopped state with tracepoints"Greg Kroah-Hartman2011-03-241-2/+0
* smp_call_function_many: handle concurrent clearing of maskMilton Miller2011-03-231-3/+10
* call_function_many: add missing orderingMilton Miller2011-03-231-13/+33
* call_function_many: fix list delete vs add raceMilton Miller2011-03-231-7/+13
* perf: Handle stopped state with tracepointsFrederic Weisbecker2011-03-231-0/+2
* ftrace: Fix memory leak with function graph and cpu hotplugSteven Rostedt2011-03-232-8/+46
* cpuset: add a missing unlock in cpuset_write_resmask()Li Zefan2011-03-141-2/+5
* clockevents: Prevent oneshot mode when broadcast device is periodicThomas Gleixner2011-03-073-1/+18
* genirq: Disable the SHIRQ_DEBUG call in request_threaded_irq for nowThomas Gleixner2011-03-021-1/+1
* PM / Hibernate: Return error code when alloc_image_page() failsStanislaw Gruszka2011-03-021-5/+2
* CRED: Fix memory and refcount leaks upon security_prepare_creds() failureTetsuo Handa2011-03-021-2/+2
* CRED: Fix BUG() upon security_cred_alloc_blank() failureTetsuo Handa2011-03-021-4/+8
* CRED: Fix get_task_cred() and task_state() to not resurrect dead credentialsDavid Howells2011-03-021-0/+25
* kernel/user.c: add lock release annotation on free_user()Namhyung Kim2011-02-171-0/+1
* sched: Remove some dead codeDan Carpenter2011-02-171-2/+0
* sched: Fix wake_affine() vs RT tasksPeter Zijlstra2011-02-172-24/+23
* sched: Fix idle balancingNikhil Rao2011-02-171-1/+3
* sched: Fix volanomark performance regressionAlex Shi2011-02-171-4/+0
* sched: Fix cross-sched-class wakeup preemptionPeter Zijlstra2011-02-171-5/+19
* sched: Use group weight, idle cpu metrics to fix imbalances during idleSuresh Siddha2011-02-171-3/+33
* sched, cgroup: Fixup broken cgroup movementPeter Zijlstra2011-02-172-10/+23
* sched: Export account_system_vtime()Ingo Molnar2011-02-171-0/+1
* sched: Call tick_check_idle before __irq_enterVenkatesh Pallipadi2011-02-172-4/+10
* sched: Remove irq time from available CPU powerVenkatesh Pallipadi2011-02-172-1/+30
* sched: Do not account irq time to current taskVenkatesh Pallipadi2011-02-173-8/+44
* sched: Add IRQ_TIME_ACCOUNTING, finer accounting of irq timeVenkatesh Pallipadi2011-02-171-0/+49
* sched: Add a PF flag for ksoftirqd identificationVenkatesh Pallipadi2011-02-171-0/+1
* sched: Fix softirq time accountingVenkatesh Pallipadi2011-02-172-18/+35
* sched: Drop group_capacity to 1 only if local group has extra capacityNikhil Rao2011-02-171-2/+7
* sched: Force balancing on newidle balance if local group has capacityNikhil Rao2011-02-171-3/+25
* sched: Set group_imb only a task can be pulled from the busiest cpuNikhil Rao2011-02-171-5/+7
* sched: Do not consider SCHED_IDLE tasks to be cache hotNikhil Rao2011-02-171-0/+3
* sched: fix RCU lockdep splat from task_group()Peter Zijlstra2011-02-171-0/+12
* sched: suppress RCU lockdep splat in task_fork_fairPaul E. McKenney2011-02-171-1/+4
* sched: Give CPU bound RT tasks preferencestable-bot for Steven Rostedt2011-02-171-3/+5
* sched: Try not to migrate higher priority RT tasksSteven Rostedt2011-02-171-10/+12
* sched: Increment cache_nice_tries only on periodic lbVenkatesh Pallipadi2011-02-171-1/+8
* sched: Move sched_avg_update() to update_cpu_load()Suresh Siddha2011-02-171-2/+6
* sched: Remove remaining USER_SCHED codeLi Zefan2011-02-176-40/+1
* sched: Remove USER_SCHEDDhaval Giani2011-02-174-419/+7
* kernel/smp.c: fix smp_call_function_many() SMP raceAnton Blanchard2011-02-171-0/+30
* ptrace: use safer wake up on ptrace_detach()Tejun Heo2011-02-171-1/+1
* posix-cpu-timers: workaround to suppress the problems with mt execOleg Nesterov2011-01-071-0/+8
* tracing: Fix panic when lseek() called on "trace" opened for writingSlava Pestov2011-01-071-1/+9
* PM / Hibernate: Fix PM_POST_* notification with user-space suspendTakashi Iwai2011-01-071-1/+1
* nohz: Fix get_next_timer_interrupt() vs cpu hotplugHeiko Carstens2011-01-071-0/+6