aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-12-316-42/+54
|\
| * sparseirq: move __weak symbols into separate compilation unitYinghai Lu2008-12-292-9/+20
| * sparseirq: work around __weak alias bugIngo Molnar2008-12-292-5/+9
| * sparseirq: fix hang with !SPARSE_IRQYinghai Lu2008-12-271-0/+15
| * sparseirq: set lock_class for legacy irq when sparse_irq is selectedYinghai Lu2008-12-271-0/+1
| * sparseirq: work around compiler optimizing away __weak functionsYinghai Lu2008-12-271-3/+4
| * sparseirq: fix desc->lock initIngo Molnar2008-12-272-0/+3
| * sparseirq: do not printk when migrating IRQ descriptorsIngo Molnar2008-12-271-5/+1
| * sparseirq: remove duplicated arch_early_irq_init()Yinghai Lu2008-12-261-4/+0
| * irq: simplify for_each_irq_desc() usageKOSAKI Motohiro2008-12-263-23/+0
| * proc: remove ifdef CONFIG_SPARSE_IRQ from stat.cKOSAKI Motohiro2008-12-261-1/+1
| * irq: for_each_irq_desc() move to irqnr.hKOSAKI Motohiro2008-12-261-2/+11
| * hrtimer: remove #include <linux/irq.h>KOSAKI Motohiro2008-12-261-1/+0
* | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2008-12-301-1/+0
|\ \
| * \ [XFS] Fix merge failuresLachlan McIlroy2008-12-2959-1991/+6539
| |\ \
| * \ \ [XFS] Fix merge conflict in fs/xfs/xfs_rename.cLachlan McIlroy2008-12-2213-32/+93
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Lachlan McIlroy2008-12-0515-56/+101
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6Lachlan McIlroy2008-11-2831-289/+687
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of git://oss.sgi.com:8090/xfs/linux-2.6Niv Sardi2008-11-071-1/+0
| |\ \ \ \ \ \
| | * | | | | | [XFS] remove restricted chown parameter from xfs linuxTim Shimmin2008-10-301-1/+0
* | | | | | | | tracing: removed duplicated #includeHuang Weiyi2008-12-301-1/+0
* | | | | | | | Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-12-302-3/+37
|\ \ \ \ \ \ \ \
| * | | | | | | | ring_buffer: adding EXPORT_SYMBOLsRobert Richter2008-12-121-0/+34
| * | | | | | | | ftrace: remove unused function arg in trace_iterator_increment()Robert Richter2008-12-101-2/+2
| * | | | | | | | ring_buffer: update description for ring_buffer_alloc()Robert Richter2008-12-101-1/+1
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6Linus Torvalds2008-12-301-0/+14
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-12-2868-2023/+6632
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / | | |/| | | | | |
| * | | | | | | | sparc64: Add tsb-ratio sysctl.David S. Miller2008-12-041-0/+14
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'for-2.6.29' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-12-302-4/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | aio: make the lookup_ioctx() locklessJens Axboe2008-12-291-2/+2
| * | | | | | | | Do not free io context when taking recursive faults in do_exitNikanth Karthikesan2008-12-291-2/+0
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-12-309-20/+354
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | | | | | | |
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *---. \ \ \ \ \ \ Merge branches 'irq/sparseirq', 'irq/genirq' and 'irq/urgent'; commit 'v2.6.2...Ingo Molnar2008-12-2533-113/+551
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| | | * | | | | | | genirq: record IRQ_LEVEL in irq_desc[]David Brownell2008-12-022-6/+10
| | | | |_|/ / / / | | | |/| | | | |
| | * | | | | | | sparseirq: fix numa_migrate_irq_desc dependency and commentsYinghai Lu2008-12-191-8/+3
| | * | | | | | | locking, irq: enclose irq_desc_lock_class in CONFIG_LOCKDEPKOSAKI Motohiro2008-12-181-5/+0
| | * | | | | | | x86, sparseirq: move irq_desc according to smp_affinity, v7Yinghai Lu2008-12-175-7/+153
| | * | | | | | | x86: use NR_IRQS_LEGACYYinghai Lu2008-12-081-3/+3
| | * | | | | | | sparse irq_desc[] array: core kernel and x86 changesYinghai Lu2008-12-085-8/+202
* | | | | | | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-12-306-315/+107
|\ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \
| *---------. \ \ \ \ \ \ \ \ Merge branches 'timers/clocksource', 'timers/hpet', 'timers/hrtimers', 'timer...Ingo Molnar2008-12-256-315/+107
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|/ / / / / / / / | | | |/| | | | | | / / / / / | | |_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | |
| | | | | | * | | | | | | | posix-timers: check ->it_signal instead of ->it_pid to validate the timerOleg Nesterov2008-12-121-10/+7
| | | | | | * | | | | | | | posix-timers: use "struct pid*" instead of "struct task_struct*"Oleg Nesterov2008-12-121-20/+23
| | | |_|_|/ / / / / / / / | | |/| | | | | | | | | |
| | | | | * | | | | | | | nohz: suppress needless timer reprogrammingWoodruff, Richard2008-12-121-17/+24
| | | | | * | | | | | | | nohz: no softirq pending warnings for offline cpusHeiko Carstens2008-12-121-1/+1
| | | |_|/ / / / / / / / | | |/| | | | | | | | |
| | | | * | | | | | | | hrtimers: fix warning in kernel/hrtimer.cIngo Molnar2008-12-191-1/+5
| | | | * | | | | | | | hrtimer: removing all ur callback modes, fixPeter Zijlstra2008-12-081-7/+1
| | | | * | | | | | | | hrtimer: removing all ur callback modes, fix hotplugPeter Zijlstra2008-12-041-28/+37
| | | | * | | | | | | | hrtimer: removing all ur callback modesPeter Zijlstra2008-11-255-255/+33
| | | |/ / / / / / / /
* | | | | | | | | | | Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-12-3025-345/+2159
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |