summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* genirq: do not leave interupts enabled on free_irqThomas Gleixner2008-02-251-1/+19
* hrtimer: check relative timeouts for overflowThomas Gleixner2008-02-254-22/+28
* Fix unbalanced helper_lock in kernel/kmod.cNigel Cunningham2008-02-081-7/+6
* vm audit: add VM_DONTEXPAND to mmap for drivers that need it (CVE-2008-0007)Nick Piggin2008-02-081-0/+1
* clockevents: fix reprogramming decision in oneshot broadcastThomas Gleixner2008-02-081-35/+21
* PM: ACPI and APM must not be enabled at the same timeLen Brown2008-02-082-4/+3
* wait_task_stopped(): pass correct exit_code to wait_noreap_copyout()Scott James Remnant2007-12-141-1/+1
* futex: fix for futex_wait signal stack corruptionSteven Rostedt2007-12-141-12/+13
* hrtimers: avoid overflow for large relative timeouts (CVE-2007-5966)Thomas Gleixner2007-12-141-0/+8
* Fix synchronize_irq races with IRQ handlerHerbert Xu2007-12-141-2/+18
* sched: some proc entries are missed in sched_domain sys_ctl debug codeZou Nan hai2007-12-141-3/+3
* softlockup: use cpu_clock() instead of sched_clock()Ingo Molnar2007-11-261-4/+6
* softlockup watchdog fixes and cleanupsIngo Molnar2007-11-261-14/+23
* ntp: fix typo that makes sync_cmos_clock erraticDavid P. Reed2007-11-261-1/+1
* Fix divide-by-zero in the 2.6.23 scheduler codeChuck Ebbert2007-11-261-1/+1
* wait_task_stopped: Check p->exit_state instead of TASK_TRACED (CVE-2007-5500)Roland McGrath2007-11-161-2/+1
* Fix compat futex hangs.David Miller2007-11-161-7/+20
* sched: keep utime/stime monotonicFrans Pop2007-11-161-0/+2
* fix the softlockup watchdog to actually workIngo Molnar2007-11-161-3/+4
* fix param_sysfs_builtin name length checkJan Kiszka2007-11-161-9/+6
* param_sysfs_builtin memchr argument fixDave Young2007-11-161-1/+7
* lockdep: fix mismatched lockdep_depth/curr_chain_hashGregory Haskins2007-11-161-5/+5
* 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