summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2010-08-13mutex: Don't spin when the owner CPU is offline or other weird casesBenjamin Herrenschmidt
2010-08-13sched, cputime: Introduce thread_group_times()Hidetoshi Seto
2010-08-13sched: Fix granularity of task_u/stime()Hidetoshi Seto
2010-08-13timekeeping: Fix clock_gettime vsyscall time warpLin Ming
2010-08-13nohz: Reuse ktime in sub-functions of tick_check_idle.Martin Schwidefsky
2010-08-13nohz: Introduce arch_needs_cpuMartin Schwidefsky
2010-08-13irq: Add new IRQ flag IRQF_NO_SUSPENDIan Campbell
2010-08-10slow-work: use get_ref wrapper instead of directly calling get_refDave Airlie
2010-08-10sched: cgroup: Implement different treatment for idle sharesPeter Zijlstra
2010-08-02futex: futex_find_get_task remove credentails checkMichal Hocko
2010-08-02genirq: Deal with desc->set_type() changing desc->chipThomas Gleixner
2010-08-02sched: Fix over-scheduling bugAlex,Shi
2010-08-02sched: Prevent compiler from optimising the sched_avg_update() loopWill Deacon
2010-08-02dynamic debug: move ddebug_remove_module() down into free_module()Jason Baron
2010-07-05signals: check_kill_permission(): don't check creds if same_thread_group()Oleg Nesterov
2010-07-05mutex: Fix optimistic spinning vs. BKLTony Breeds
2010-07-05posix_timer: Fix error path in timer_createAndrey Vagin
2010-07-05Fix racy use of anon_inode_getfd() in perf_event.cAl Viro
2010-07-05cpumask: fix compat getaffinityKOSAKI Motohiro
2010-06-01Revert "modules: fix incorrect percpu usage"Greg Kroah-Hartman
2010-06-01Revert "lockdep: fix incorrect percpu usage"Greg Kroah-Hartman
2010-05-26revert "procfs: provide stack information for threads" and its fixup commitsRobin Holt
2010-05-26profile: fix stats and data leakageHugh Dickins
2010-05-12tracing: Fix ftrace_event_call alignment for use with gcc 4.5Jeff Mahoney
2010-05-12CRED: Fix a race in creds_are_invalid() in credentials debuggingDavid Howells
2010-05-12perf: Fix resource leak in failure path of perf_event_open()Tejun Heo
2010-04-26sched: Use proper type in sched_getaffinity()KOSAKI Motohiro
2010-04-26lockdep: fix incorrect percpu usageMathieu Desnoyers
2010-04-26modules: fix incorrect percpu usageMathieu Desnoyers
2010-04-26sched: Fix a race between ttwu() and migrate_task()John Wright
2010-04-26sched: Fix sched_getaffinity()Anton Blanchard
2010-04-26sched: sched_getaffinity(): Allow less than NR_CPUS lengthKOSAKI Motohiro
2010-04-26genirq: Force MSI irq handlers to run with interrupts disabledThomas Gleixner
2010-04-26Freezer: Fix buggy resume test for tasks frozen with cgroup freezerMatt Helsley
2010-04-01softlockup: Stop spurious softlockup messages due to overflowColin Ian King
2010-04-01cpuset: fix the problem that cpuset_mem_spread_node() returns an offline nodeMiao Xie
2010-04-01perf_event: Fix oops triggered by cpu offline/onlinePaul Mackerras
2010-04-01sched: Fix SCHED_MC regression caused by change in sched cpu_powerSuresh Siddha
2010-04-01hrtimer: Tune hrtimer_interrupt hang logicThomas Gleixner
2010-04-01tracing: Do not record user stack trace from NMI contextSteven Rostedt
2010-04-01tracing: Disable buffer switching when starting or stopping traceSteven Rostedt
2010-04-01tracing: Use same local variable when resetting the ring bufferSteven Rostedt
2010-04-01function-graph: Init curr_ret_stack with ret_stackSteven Rostedt
2010-04-01ring-buffer: Move disabled check into preempt disable sectionLai Jiangshan
2010-04-01timekeeping: Prevent oops when GENERIC_TIME=njohn stultz
2010-03-15sched: Don't use possibly stale sched_classThomas Gleixner
2010-03-15sched: Fix SMT scheduler regression in find_busiest_queue()Suresh Siddha
2010-03-15x86: Avoid race condition in pci_enable_msix()Brandon Phiilps
2010-03-15PM / Hibernate: Fix preallocating of memoryRafael J. Wysocki
2010-02-23Export the symbol of getboottime and mmonotonic_to_bootbasedJason Wang