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