summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2006-12-15softirq: remove BUG_ONs which can incorrectly triggerZachary Amsden
2006-12-04Remove redundant up() in stop_machine()Zhou Yingchao
2006-11-24fix sys_getppid oopses on debug kernelKirill Korotaev
2006-11-11Fix longstanding load balancing bug in the schedulerChristoph Lameter
2006-11-05posix-cpu-timers: prevent signal delivery starvationThomas Gleixner
2006-09-22kernel/kmod.c: fix a race condition in usermodehelper.Martin Schwidefsky
2006-09-06fix misoptimization in futex unqueue_meChristian Borntraeger
2006-08-03remove obsolete swsusp_encryptPavel Machek
2006-07-06fix prctl privilege escalation and suid_dumpable (CVE-2006-2451)Greg Kroah-Hartman
2006-06-20[PATCH] run_posix_cpu_timers: remove a bogus BUG_ON() (CVE-2006-2445)Oleg Nesterov
2006-06-20[PATCH] check_process_timers: fix possible lockupOleg Nesterov
2006-05-20[PATCH] ptrace_attach: fix possible deadlock schenario with irqsLinus Torvalds
2006-05-20[PATCH] Fix ptrace_attach()/ptrace_traceme()/de_thread() raceLinus Torvalds
2006-05-01[PATCH] make vm86 call audit_syscall_exitJason Baron
2006-04-24[PATCH] Add more prevent_tail_call()OGAWA Hirofumi
2006-04-17[PATCH] fix non-leader exec under ptraceRoland McGrath
2006-04-17[PATCH] Fix suspend with traced tasksPavel Machek
2006-04-17[PATCH] RLIMIT_CPU: fix handling of a zero limitAndrew Morton
2006-04-11[PATCH] RCU signal handlingOleg Nesterov
2006-04-07[PATCH] Fix module refcount leak in __set_personality()Sergey Vlasov
2006-04-07[PATCH] wrong error path in dup_fd() leading to oopses in RCUKirill Korotaev
2006-03-27[PATCH] fix scheduler deadlockAnton Blanchard
2006-03-18[PATCH] disable unshare(CLONE_VM) for nowOleg Nesterov
2006-03-17[PATCH] posix-timers: fix requeue accounting when signal is ignoredRoman Zippel
2006-03-17[PATCH] time_interpolator: add __read_mostlyChristoph Lameter
2006-03-17[PATCH] unshare: Use rcu_assign_pointer when setting sighandEric W. Biederman
2006-03-14[PATCH] Fix sigaltstack corruption among cloned threadsGOTO Masanori
2006-03-11[PATCH] remove __put_task_struct_cb export againChristoph Hellwig
2006-03-08[PATCH] fix file countingDipankar Sarma
2006-03-08[PATCH] rcu batch tuningDipankar Sarma
2006-03-08[PATCH] idle threads should have a sane ->timestamp valueIngo Molnar
2006-03-06[PATCH] time: add barrier after updating jiffies_64Atsushi Nemoto
2006-03-06[PATCH] fix next_timer_interrupt() for hrtimerTony Lindgren
2006-03-06Add early-boot-safety check to cond_resched()Linus Torvalds
2006-03-02[PATCH] time_interpolator: Use readq_relaxed() instead of readq().Christoph Lameter
2006-03-02[PATCH] fix acpi_video_flags on x86-64Stefan Seyfried
2006-02-28[IA64] sysctl option to silence unaligned trap warningsJes Sorensen
2006-02-20[PATCH] kjournald keeps reference to namespaceBjörn Steinbrink
2006-02-20Merge branch 'fixes.b8' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2006-02-20[PATCH] Fix compile for CONFIG_SYSVIPC=n or CONFIG_SYSCTL=nStephen Rothwell
2006-02-20[PATCH] Fix undefined symbols for nommu architectureLuke Yang
2006-02-20[PATCH] suspend-to-ram: allow video options to be set at runtimePavel Machek
2006-02-18[PATCH] GFP_KERNEL allocations in atomic (auditsc)Al Viro
2006-02-17[PATCH] swsusp: fix breakage with swap on LVMRafael J. Wysocki
2006-02-17[PATCH] Introduce CONFIG_DEFAULT_MIGRATION_COSTIngo Molnar
2006-02-17[PATCH] Provide an interface for getting the current tick lengthPaul Mackerras
2006-02-17[PATCH] x86_64: Add boot option to disable randomized mappings and cleanupAndi Kleen
2006-02-15[PATCH] swsusp: nuke noisy messageAndrew Morton
2006-02-15[PATCH] cpuset: oops in exit on null cpuset fixPaul Jackson
2006-02-15[PATCH] fix zap_thread's ptrace related problemsOleg Nesterov