summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* tracing: Don't use tracing_record_cmdline() in workqueue tracerKOSAKI Motohiro2009-03-091-3/+2Star
* ftrace: tracing header should put '#' at the beginning of a lineKOSAKI Motohiro2009-03-081-10/+10
* Merge branches 'tracing/doc', 'tracing/ftrace', 'tracing/printk' and 'tracing...Ingo Molnar2009-03-0818-86/+183
|\
| * tracing, Text Edit Lock - kprobes architecture independent supportMathieu Desnoyers2009-03-061-2/+13
| * Merge branch 'x86/core' into tracing/texteditIngo Molnar2009-03-0617-84/+170
| |\
| | * Merge branch 'x86/urgent' into x86/coreIngo Molnar2009-03-057-18/+69
| | |\
| | * \ Merge branch 'x86/core' into core/percpuIngo Molnar2009-03-042-7/+21
| | |\ \
| | | | \
| | | | \
| | | | \
| | | | \
| | | | \
| | | | \
| | | | \
| | | | \
| | | *-------. \ Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x...Ingo Molnar2009-03-042-7/+21
| | | |\ \ \ \ \ \
| | | | | | * | | | Merge branch 'x86/urgent' into x86/patIngo Molnar2009-03-011-4/+17
| | | | |_|/| | | | | | | |/| | | | | |
| | | | | * | | | | Merge branch 'x86/urgent' into x86/coreIngo Molnar2009-02-2011-67/+135
| | | | |/| | | | |
| | * | | | | | | | Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Ingo Molnar2009-02-243-19/+53
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| | | * | | | | | | percpu: implement new dynamic percpu allocatorTejun Heo2009-02-201-0/+31
| | | * | | | | | | alloc_percpu: change percpu_ptr to per_cpu_ptrRusty Russell2009-02-202-4/+4
| | | * | | | | | | module: reorder module pcpu related functionsTejun Heo2009-02-201-15/+18
| | * | | | | | | | Merge branch 'linus' into x86/apicIngo Molnar2009-02-2217-79/+189
| | |\ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| | | | | | | | | |
| | | \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \
| | | \ \ \ \ \ \ \
| | *-----. \ \ \ \ \ \ \ Merge branches 'x86/acpi', 'x86/apic', 'x86/cpudetect', 'x86/headers', 'x86/p...Ingo Molnar2009-02-1723-119/+295
| | |\ \ \ \ \ \ \ \ \ \ \
| | | | | * \ \ \ \ \ \ \ \ Merge branch 'core/percpu' into x86/coreIngo Molnar2009-02-132-5/+1Star
| | | | | |\ \ \ \ \ \ \ \ \ | | | | | | | |_|/ / / / / / | | | | | | |/| | | | | | |
| | | | | | * | | | | | | | stackprotector: update make rulesTejun Heo2009-02-101-4/+0Star
| | | | | | * | | | | | | | elf: add ELF_CORE_COPY_KERNEL_REGS()Tejun Heo2009-02-101-1/+1
| | | | | | * | | | | | | | Merge commit 'v2.6.29-rc4' into core/percpuIngo Molnar2009-02-0920-93/+365
| | | | | | |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / | | |/| | | | | | | | | | |
| | | | | | * | | | | | | | Merge branch 'linus' into core/percpuIngo Molnar2009-01-304-19/+45
| | | | | | |\ \ \ \ \ \ \ \
| | | * | | | \ \ \ \ \ \ \ \ Merge commit 'v2.6.29-rc5' into x86/apicIngo Molnar2009-02-151-2/+1Star
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|/ / / / / / / / / / | | | |/| | | | | | | | | | |
| | | * | | | | | | | | | | | Merge branch 'linus' into x86/apicIngo Molnar2009-02-1316-104/+332
| | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'x86/urgent' into x86/apicIngo Molnar2009-02-0516-52/+229
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'core/percpu' into x86/coreIngo Molnar2009-01-2813-65/+121
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|/ / / / / / / / / | | | | |/| | | | | | | | | | | |
| | | | * | | | | | | | | | | | | Merge branch 'linus' into core/percpuIngo Molnar2009-01-2712-132/+75Star
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'x86/mm' into core/percpuIngo Molnar2009-01-2127-210/+222
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'cpus4096' into core/percpuIngo Molnar2009-01-211-10/+10
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | * | | | | | | | | | | | | | | work_on_cpu: Use our own workqueue.Rusty Russell2009-01-171-1/+7
| | | | | * | | | | | | | | | | | | | | work_on_cpu: don't try to get_online_cpus() in work_on_cpu.Rusty Russell2009-01-171-10/+4Star
| | | | | * | | | | | | | | | | | | | | Merge branch 'linus' into cpus4096Ingo Molnar2009-01-156-60/+135
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'core/percpu' into stackprotectorIngo Molnar2009-01-1885-2479/+3862
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | *-. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'cpus4096', 'x86/cleanups' and 'x86/urgent' into x86/percpuIngo Molnar2009-01-159-54/+103
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | |/ / / / / / / / / / / / / / / / | | | | | | |/| / / / / / / / / / / / / / / / | | | | | | |_|/ / / / / / / / / / / / / / / | | | | | |/| | | | | | | | | | | | | / / / | | | | | | | | |_|_|_|_|_|_|_|_|_|_|/ / / | | | | | | | |/| | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | | | | | x86: arch_probe_nr_irqsYinghai Lu2009-01-132-7/+7
| | | | | | * | | | | | | | | | | | | | | cpumask, irq: non-x86 build failuresMike Travis2009-01-111-0/+5
| | | | | | * | | | | | | | | | | | | | | kstat: modify kstat_irqs_legacy to be variable sizedMike Travis2009-01-111-3/+7
| | | | | | * | | | | | | | | | | | | | | irq: initialize nr_irqs based on nr_cpu_idsMike Travis2009-01-111-0/+3
| | | | | | * | | | | | | | | | | | | | | irq: allocate irq_desc_ptrs array based on nr_irqsMike Travis2009-01-112-2/+16
| | | | | | * | | | | | | | | | | | | | | irq: use WARN() instead of WARN_ON().Mike Travis2009-01-111-3/+2Star
| | | | | | * | | | | | | | | | | | | | | irq: change references from NR_IRQS to nr_irqsMike Travis2009-01-111-5/+9
| | | | | | * | | | | | | | | | | | | | | cpumask: reduce stack usage in find_lowest_rqMike Travis2009-01-111-14/+22
| | | | | | * | | | | | | | | | | | | | | cpumask: fix bug in use cpumask_var_t in irq_descMike Travis2009-01-112-12/+9Star
| | | | | | * | | | | | | | | | | | | | | cpumask: update irq_desc to use cpumask_var_tMike Travis2009-01-116-28/+43
| | | | | | |/ / / / / / / / / / / / / /
| | | | * | | | | | | | | | | | | | | | Merge branch 'linus' into stackprotectorIngo Molnar2008-12-31134-6099/+17467
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'linus' into stackprotectorIngo Molnar2008-10-15113-3848/+16267
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | | | | | stackprotector: remove self-testIngo Molnar2008-07-131-47/+0Star
| | | | * | | | | | | | | | | | | | | | | | x86: simplify stackprotector self-checkArjan van de Ven2008-07-131-22/+7Star
| | | | * | | | | | | | | | | | | | | | | | stackprotector: better self-testArjan van de Ven2008-07-111-8/+5Star
| | | | * | | | | | | | | | | | | | | | | | Merge branch 'linus' into stackprotectorIngo Molnar2008-06-2515-723/+475Star
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | | | | | | | | | | stackprotector: use canary at end of stack to indicate overruns at oops timeEric Sandeen2008-05-263-10/+7Star