aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Fix sighand->siglock usage in kernel/acct.cOGAWA Hirofumi2006-07-141-2/+2
* [PATCH] improve timekeeping resume robustnessjohn stultz2006-07-141-1/+18
* [PATCH] unexport open_softirqAdrian Bunk2006-07-141-2/+0
* [PATCH] Add try_to_freeze() to rt-test kthreadsLuca Tettamanti2006-07-141-0/+1
* [PATCH] del_timer_sync(): add cpu_relax()Andrew Morton2006-07-141-0/+1
* [PATCH] remove kernel/kthread.c:kthread_stop_sem()Adrian Bunk2006-07-141-22/+2
* [PATCH] null-terminate over-long /proc/kallsyms symbolsAndreas Gruenbacher2006-07-142-9/+6
* [PATCH] The scheduled unexport of insert_resourceAdrian Bunk2006-07-121-2/+0
* [PATCH] remove kernel/power/pm.c:pm_unregister_all()Adrian Bunk2006-07-121-37/+0
* [PATCH] Fix prctl privilege escalation and suid_dumpable (CVE-2006-2451)Marcel Holtmann2006-07-121-1/+1
* [PATCH] lockdep: disable lock debugging when kernel state becomes untrustedArjan van de Ven2006-07-101-0/+2
* [PATCH] remove the tasklist_lock exportChristoph Hellwig2006-07-101-3/+1
* [PATCH] uninline init_waitqueue_head()Ingo Molnar2006-07-101-2/+6
* [PATCH] swsusp: fix panic when signature can't be readLinus Torvalds2006-07-101-2/+4
* [PATCH] swsusp warning fixAndrew Morton2006-07-101-10/+10
* [PATCH] swsusp: do not use memcpy for snapshotting memoryRafael J. Wysocki2006-07-101-2/+8
* [PATCH] adjust clock for lost ticksRoman Zippel2006-07-101-38/+47
* [PATCH] pi-futex: Validate futex type instead of oopsingThomas Gleixner2006-07-101-0/+6
* [PATCH] kernel/softirq.c: EXPORT_UNUSED_SYMBOLAdrian Bunk2006-07-101-1/+1
* [PATCH] kernel/printk.c: EXPORT_SYMBOL_UNUSEDAdrian Bunk2006-07-101-2/+2
* [PATCH] lockdep: core, reduce per-lock class-cache sizeIngo Molnar2006-07-101-33/+54
* [PATCH] lockdep: improve debug outputArjan van de Ven2006-07-101-2/+3
* [PATCH] Minor cleanup to lockdep.cAndi Kleen2006-07-101-32/+12
* [PATCH] small kernel/sched.c cleanupAndreas Mohr2006-07-101-10/+7
* [PATCH] sched: fix bug in __migrate_task()Peter Williams2006-07-101-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2006-07-041-25/+32
|\
| * Move workqueue exports to where the functions are defined.Dave Jones2006-06-301-11/+10
| * [CPUFREQ] Add queue_delayed_work_on() interface for workqueues.Venkatesh Pallipadi2006-06-301-15/+23
* | [PATCH] revert "kthread: convert stop_machine into a kthread"Andrew Morton2006-07-031-11/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-07-031-1/+4
|\ \
| * | [PATCH] genirq: Allow fasteoi handler to retrigger disabled interruptsBenjamin Herrenschmidt2006-07-031-1/+4
* | | [PATCH] sched: cleanup, convert sched.c-internal typedefs to structIngo Molnar2006-07-031-125/+125
* | | [PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar2006-07-0312-138/+153
* | | [PATCH] sched: clean up fallout of recent changesIngo Molnar2006-07-031-166/+194
* | | [PATCH] lockdep: irqtrace subsystem, move account_system_vtime() calls into k...Paul Mackerras2006-07-031-0/+4
* | | [PATCH] lockdep: annotate on-stack completionsIngo Molnar2006-07-031-1/+1
* | | [PATCH] lockdep: annotate enable_in_hardirq()Ingo Molnar2006-07-031-1/+1
* | | [PATCH] lockdep: annotate ->mmap_semIngo Molnar2006-07-031-1/+4
* | | [PATCH] lockdep: annotate hrtimer base locksIngo Molnar2006-07-031-1/+3
* | | [PATCH] lockdep: annotate scheduler runqueue locksIngo Molnar2006-07-031-0/+2
* | | [PATCH] lockdep: annotate timer base locksIngo Molnar2006-07-031-0/+9
* | | [PATCH] lockdep: annotate waitqueuesIngo Molnar2006-07-031-0/+4
* | | [PATCH] lockdep: annotate genirqIngo Molnar2006-07-031-0/+16
* | | [PATCH] lockdep: annotate futexIngo Molnar2006-07-031-10/+18
* | | [PATCH] lockdep: do not recurse in printkIngo Molnar2006-07-031-5/+18
* | | [PATCH] lockdep: prove mutex locking correctnessIngo Molnar2006-07-033-8/+28
* | | [PATCH] lockdep: prove spinlock rwlock locking correctnessIngo Molnar2006-07-033-9/+81
* | | [PATCH] lockdep: prove rwsem locking correctnessIngo Molnar2006-07-032-1/+43
* | | [PATCH] lockdep: procfsIngo Molnar2006-07-032-0/+348
* | | [PATCH] lockdep: allow read_lock() recursion of same classIngo Molnar2006-07-031-3/+2