summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | 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
* | | | | | | | | | | cpumask fallout: Initialize irq_default_affinity earlierDavid Daney2009-01-282-8/+16
* | | | | | | | | | | Make irq_*_affinity depend on CONFIG_GENERIC_HARDIRQS too.David Daney2009-01-281-1/+1
* | | | | | | | | | | Merge branch 'hibern_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2009-01-271-0/+10
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
| * | | | | | | | | | Hibernation: Introduce system_entering_hibernationRafael J. Wysocki2009-01-271-0/+10
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds2009-01-271-6/+10
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
| * | | | | | | | | Revert "kbuild: strip generated symbols from *.ko"Sam Ravnborg2009-01-141-6/+10
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge branch 'sh/for-2.6.29' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-01-261-23/+24
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | dma-coherent: Restore dma_alloc_from_coherent() large alloc fall back policy.Paul Mundt2009-01-211-22/+23
| * | | | | | | | | dma-coherent: per-device coherent area is in pages, not bytes.Adrian McMenamin2009-01-211-2/+2
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-265-4/+15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Merge branch 'core/debugobjects' into core/urgentThomas Gleixner2009-01-2227-210/+222
| |\| | | | | | | |
| * | | | | | | | | relay: fix lock imbalance in relay_late_setup_filesJiri Slaby2009-01-181-1/+3
| * | | | | | | | | softlock: fix false panic which can occur if softlockup_thresh is reducedMandeep Singh Baines2009-01-142-1/+10
| * | | | | | | | | rcu: add __cpuinit to rcu_init_percpu_data()Lai Jiangshan2009-01-142-2/+2
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-01-265-99/+26
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | hrtimers: fix inconsistent lock state on resume in hres_timers_resumePeter Zijlstra2009-01-181-1/+3
| * | | | | | | | | time-sched.c: tick_nohz_update_jiffies should be staticJaswinder Singh Rajput2009-01-151-1/+1
| * | | | | | | | | kernel/fork.c: unused variable 'ret'Steven Noonan2009-01-111-1/+0
| * | | | | | | | | Merge commit 'v2.6.29-rc1' into timers/urgentIngo Molnar2009-01-1122-400/+1137
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | itimers: remove the per-cpu-ish-nessPeter Zijlstra2009-01-073-96/+22
* | | | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-01-261-10/+10
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | / | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | work_on_cpu: Use our own workqueue.Rusty Russell2009-01-191-1/+7
| * | | | | | | | work_on_cpu: don't try to get_online_cpus() in work_on_cpu.Rusty Russell2009-01-191-10/+4
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'misc' into releaseLen Brown2009-01-162-2/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | kprobes: check CONFIG_FREEZER instead of CONFIG_PMMasami Hiramatsu2009-01-161-1/+1
| * | | | | | | | PM: Fix freezer compilation if PM_SLEEP is unsetRafael J. Wysocki2009-01-161-1/+2
| |/ / / / / / /
* | | | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-01-162-13/+37
|\ \ \ \ \ \ \ \
| * | | | | | | | sched: sched_slice() fixletLin Ming2009-01-151-1/+4
| * | | | | | | | sched: fix update_min_vruntimePeter Zijlstra2009-01-151-1/+1
| * | | | | | | | sched: SCHED_OTHER vs SCHED_IDLE isolationPeter Zijlstra2009-01-151-8/+22
| * | | | | | | | sched: SCHED_IDLE weight changePeter Zijlstra2009-01-151-2/+2
| * | | | | | | | sched: fix bandwidth validation for UID groupingPeter Zijlstra2009-01-151-0/+7
| * | | | | | | | Revert "sched: improve preempt debugging"Ingo Molnar2009-01-121-1/+1
* | | | | | | | | resources: fix parameter name and kernel-docRandy Dunlap2009-01-161-0/+1
* | | | | | | | | cgroups: consolidate cgroup documentsLi Zefan2009-01-161-1/+1
* | | | | | | | | [IA64] dump stack on kernel unaligned warningsDoug Chapman2009-01-151-0/+9
* | | | | | | | | Merge branch 'syscalls' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-01-1521-191/+169
|\ \ \ \ \ \ \ \ \