aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAge
* fix bogus reporting of signals by auditAl Viro2007-10-07
* Fix timer_stats printout of events/secAnton Blanchard2007-10-07
* sched: fix profile=sleepIngo Molnar2007-10-02
* robust futex thread exit raceMartin Schwidefsky2007-10-01
* Fix SMP poweroff hangsMark Lord2007-10-01
* hibernation doesn't even build on frv - tons of helpers are missingAl Viro2007-09-26
* clockevents: remove the suspend/resume workaround^WthinkoThomas Gleixner2007-09-22
* signalfd simplificationDavide Libenzi2007-09-20
* sched: fix invalid sched_class useHiroshi Shimamoto2007-09-19
* sched: add /proc/sys/kernel/sched_compat_yieldIngo Molnar2007-09-19
* Fix user namespace exiting OOPsPavel Emelyanov2007-09-19
* Convert uid hash to hlistPavel Emelyanov2007-09-19
* kernel/user.c: Use list_for_each_entry instead of list_for_eachMatthias Kaehlcke2007-09-19
* Fix UTS corruption during clone(CLONE_NEWUTS)Alexey Dobriyan2007-09-19
* clockevents: prevent stale tick update on offline cpuThomas Gleixner2007-09-16
* clockevents: do not shutdown the oneshot broadcast deviceThomas Gleixner2007-09-16
* clockevents: Enforce oneshot broadcast when broadcast mask is set on resumeThomas Gleixner2007-09-16
* timekeeping: Prevent time going backwards on resumeThomas Gleixner2007-09-16
* timekeeping: access rtc outside of xtime lockThomas Gleixner2007-09-16
* Fix "no_sync_cmos_clock" logic inversion in kernel/time/ntp.cTony Breeds2007-09-11
* Restore call_usermodehelper_pipe() behaviourMichael Ellerman2007-09-11
* futex_compat: fix list traversal bugsArnd Bergmann2007-09-11
* Fix spurious syscall tracing after PTRACE_DETACH + PTRACE_ATTACHRoland McGrath2007-09-10
* sched: fix ideal_runtime calculations for reniced tasksPeter Zijlstra2007-09-05
* sched: improve prev_sum_exec_runtime settingPeter Zijlstra2007-09-05
* sched: simplify __check_preempt_curr_fair()Peter Zijlstra2007-09-05
* sched: fix xtensa build warningIngo Molnar2007-09-05
* sched: debug: fix sum_exec_runtime clearingIngo Molnar2007-09-05
* sched: debug: fix cfs_rq->wait_runtime accountingIngo Molnar2007-09-05
* sched: fix niced_granularity() shiftIngo Molnar2007-09-05
* sched: fix MC/HT scheduler optimization, without breaking the FUZZ logic.Suresh Siddha2007-09-05
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-schedLinus Torvalds2007-08-31
|\
| * sched: clean up task_new_fair()Ingo Molnar2007-08-28
| * sched: small schedstat fixIngo Molnar2007-08-28
| * sched: fix wait_start_fair condition in update_stats_wait_end()Ingo Molnar2007-08-28
| * sched: call update_curr() in task_tick_fair()Ting Yang2007-08-28
| * sched: make the scheduler converge to the ideal latencyIngo Molnar2007-08-28
| * sched: fix sleeper bonus limitMike Galbraith2007-08-28
* | sigqueue_free: fix the race with collect_signal()Oleg Nesterov2007-08-31
* | userns: don't leak root userAlexey Dobriyan2007-08-31
* | request_irq: fix DEBUG_SHIRQ handlingJarek Poplawski2007-08-31
* | PM: Fix dependencies of CONFIG_SUSPEND and CONFIG_HIBERNATIONRafael J. Wysocki2007-08-31
* | setpgid(child) fails if the child was forked by sub-threadOleg Nesterov2007-08-31
* | Assign task_struct.exit_code before taskstats_exit()Jonathan Lim2007-08-31
|/
* fix bogus hotplug cpu warningHugh Dickins2007-08-27
* sched: s/sched_latency/sched_min_granularityIngo Molnar2007-08-25
* sched: cleanup, sched_granularity -> sched_min_granularityIngo Molnar2007-08-25
* sched: adaptive scheduler granularityPeter Zijlstra2007-08-25
* sched: fix CONFIG_SCHED_DEBUG dependency of lockdep sysctlsPeter Zijlstra2007-08-25
* sched: fix startup penalty calculationIngo Molnar2007-08-24