summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'remotes/tip/x86/paravirt' into x86/untangle2Jeremy Fitzhardinge2009-02-1113-63/+119
|\
| * Merge branch 'linus' into core/percpuIngo Molnar2009-01-304-19/+45
| |\
| * \ Merge branch 'linus' into core/percpuIngo Molnar2009-01-2712-132/+75
| |\ \
| * \ \ 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-161-1/+7
| | * | | | work_on_cpu: don't try to get_online_cpus() in work_on_cpu.Rusty Russell2009-01-161-10/+4
| | * | | | 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-122-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/+2
| | | * | | | | 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/+9
| | | * | | | | 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/+0
| * | | | | | | | x86: simplify stackprotector self-checkArjan van de Ven2008-07-131-22/+7
| * | | | | | | | stackprotector: better self-testArjan van de Ven2008-07-111-8/+5
| * | | | | | | | Merge branch 'linus' into stackprotectorIngo Molnar2008-06-2515-723/+475
| |\ \ \ \ \ \ \ \
| * | | | | | | | | stackprotector: use canary at end of stack to indicate overruns at oops timeEric Sandeen2008-05-263-10/+7
| * | | | | | | | | stackprotector: turn not having the right gcc into a #warningArjan van de Ven2008-05-261-0/+3
| * | | | | | | | | panic.c: fix whitespace additionsDaniel Walker2008-05-261-2/+2
| * | | | | | | | | x86: add CONFIG_CC_STACKPROTECTOR self-testArjan van de Ven2008-05-261-0/+68
| * | | | | | | | | panic: print out stacktrace if DEBUG_BUGVERBOSEIngo Molnar2008-05-261-0/+3
| * | | | | | | | | panic: print more informative messages on stackprotect failureIngo Molnar2008-05-261-1/+2
* | | | | | | | | | async: use list_move_tailStefan Richter2009-02-081-2/+1
* | | | | | | | | | async: Rename _special -> _domain for clarity.Cornelia Huck2009-02-081-19/+22
* | | | | | | | | | async: Add some documentation.Cornelia Huck2009-02-081-0/+47
* | | | | | | | | | async: Handle kthread_run() return codes.Cornelia Huck2009-02-081-2/+9
* | | | | | | | | | async: Fix running list handling.Cornelia Huck2009-02-081-2/+2
| | | | | | | | | |
| \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \
| \ \ \ \ \ \ \ \ \
*-----. \ \ \ \ \ \ \ \ \ Merge branches 'release', 'asus', 'bugzilla-12450', 'cpuidle', 'debug', 'ec',...Len Brown2009-02-0736-243/+428
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | |
| | | * | | | | | | | | | fork.c: fix NULL pointer dereference when nr_threads == threads-maxLi Zefan2009-02-061-0/+1
| | | * | | | | | | | | | wait: prevent exclusive waiter starvationJohannes Weiner2009-02-052-9/+54
| | | * | | | | | | | | | revert "rlimit: permit setting RLIMIT_NOFILE to RLIM_INFINITY"Andrew Morton2009-02-051-12/+4
| | | * | | | | | | | | | kernel/async.c: fix printk warningsAndrew Morton2009-02-051-4/+8
| | | * | | | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-02-041-1/+6
| | | |\ \ \ \ \ \ \ \ \ \
| | | | * \ \ \ \ \ \ \ \ \ Merge branch 'core/xen' into x86/urgentIngo Molnar2009-02-0453-460/+680
| | | | |\ \ \ \ \ \ \ \ \ \ | | | | | |/ / / / / / / / /
| | | | * | | | | | | | | | irq, x86: fix lock status with numa_migrate_irq_descYinghai Lu2009-02-011-1/+6
| | | * | | | | | | | | | | ftrace: do_each_pid_task() needs rcu lockOleg Nesterov2009-02-031-0/+5
| | | | |/ / / / / / / / / | | | |/| | | | | | | | |
| | | * | | | | | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-02-024-14/+45
| | | |\ \ \ \ \ \ \ \ \ \
| | | | * | | | | | | | | | sched_rt: don't use first_cpu on cpumask created with cpumask_andRusty Russell2009-02-011-2/+2
| | | | * | | | | | | | | | sched: fix buddie group latencyPeter Zijlstra2009-02-011-2/+8
| | | | * | | | | | | | | | sched: clear buddies more aggressivelyMike Galbraith2009-02-011-1/+12
OpenPOWER on IntegriCloud