summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-07-041-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-041-125/+125
* | [PATCH] sched: cleanup, remove task_t, convert to struct task_structIngo Molnar2006-07-0412-138/+153
* | [PATCH] sched: clean up fallout of recent changesIngo Molnar2006-07-041-166/+194
* | [PATCH] lockdep: irqtrace subsystem, move account_system_vtime() calls into k...Paul Mackerras2006-07-041-0/+4
* | [PATCH] lockdep: annotate on-stack completionsIngo Molnar2006-07-041-1/+1
* | [PATCH] lockdep: annotate enable_in_hardirq()Ingo Molnar2006-07-041-1/+1
* | [PATCH] lockdep: annotate ->mmap_semIngo Molnar2006-07-041-1/+4
* | [PATCH] lockdep: annotate hrtimer base locksIngo Molnar2006-07-041-1/+3
* | [PATCH] lockdep: annotate scheduler runqueue locksIngo Molnar2006-07-041-0/+2
* | [PATCH] lockdep: annotate timer base locksIngo Molnar2006-07-041-0/+9
* | [PATCH] lockdep: annotate waitqueuesIngo Molnar2006-07-041-0/+4
* | [PATCH] lockdep: annotate genirqIngo Molnar2006-07-041-0/+16
* | [PATCH] lockdep: annotate futexIngo Molnar2006-07-041-10/+18
* | [PATCH] lockdep: do not recurse in printkIngo Molnar2006-07-041-5/+18
* | [PATCH] lockdep: prove mutex locking correctnessIngo Molnar2006-07-043-8/+28
* | [PATCH] lockdep: prove spinlock rwlock locking correctnessIngo Molnar2006-07-043-9/+81
* | [PATCH] lockdep: prove rwsem locking correctnessIngo Molnar2006-07-042-1/+43
* | [PATCH] lockdep: procfsIngo Molnar2006-07-042-0/+348
* | [PATCH] lockdep: allow read_lock() recursion of same classIngo Molnar2006-07-041-3/+2Star
* | [PATCH] lockdep: coreIngo Molnar2006-07-046-0/+2796
* | [PATCH] lockdep: irqtrace subsystem, coreIngo Molnar2006-07-043-20/+140
* | [PATCH] lockdep: stacktrace subsystem, coreIngo Molnar2006-07-042-0/+25
* | [PATCH] lockdep: locking init debugging improvementIngo Molnar2006-07-042-3/+3
* | [PATCH] lockdep: mutex section binutils workaroundIngo Molnar2006-07-041-1/+1
* | [PATCH] lockdep: better lock debuggingIngo Molnar2006-07-0411-482/+104Star
* | [PATCH] lockdep: remove mutex deadlock checking codeIngo Molnar2006-07-041-316/+0Star
* | [PATCH] lockdep: remove DEBUG_BUG_ON()Ingo Molnar2006-07-041-8/+0Star
* | [PATCH] lockdep: rename DEBUG_WARN_ON()Ingo Molnar2006-07-044-26/+26
* | [PATCH] lockdep: clean up rwsemsIngo Molnar2006-07-041-0/+105
* | [PATCH] lockdep: add is_module_address()Ingo Molnar2006-07-041-0/+23
* | [PATCH] ZVC/zone_reclaim: Leave 1% of unmapped pagecache pages for file I/OChristoph Lameter2006-07-041-0/+11
* | [PATCH] genirq:fixup missing SA_PERCPU replacementThomas Gleixner2006-07-031-2/+2
* | [PATCH] genirq: ARM dyntick cleanupThomas Gleixner2006-07-031-12/+1Star
|/
* Merge branch 'genirq' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-07-032-3/+41
|\
| * [ARM] 3690/1: genirq: Introduce and make use of dummy irq chipThomas Gleixner2006-07-012-3/+28
| * [ARM] 3679/1: ARM: Make ARM dyntick implementation work with genirqThomas Gleixner2006-07-011-0/+13
* | [PATCH] irq-flags: generic irq: Use the new IRQF_ constantsThomas Gleixner2006-07-023-23/+23
* | Merge branch 'audit.b22' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2006-07-013-66/+209
|\ \
| * | [PATCH] audit syscall classesAl Viro2006-07-011-0/+39
| * | [PATCH] audit: support for object context filtersDarrel Goeddel2006-07-012-0/+65
| * | [PATCH] audit: rename AUDIT_SE_* constantsDarrel Goeddel2006-07-012-30/+30
| * | [PATCH] add rule filterkeyAmy Griffis2006-07-013-36/+75
| |/
* | [PATCH] IRQ: warning message cleanupBjorn Helgaas2006-07-011-6/+7
* | [PATCH] IRQ: Use SA_PERCPU_IRQ, not IRQ_PER_CPU, for irqaction.flagsBjorn Helgaas2006-07-011-1/+2
* | [PATCH] pi-futex: futex_wake() lockup fixIngo Molnar2006-07-011-2/+4
* | [PATCH] pi-futex: fix mm_struct memory leakVernon Mauery2006-07-011-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-07-0121-33/+1Star
|\
| * Remove obsolete #include <linux/config.h>Jörn Engel2006-06-3020-20/+0Star