summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* ia64: cpumask fix for is_affinity_mask_valid()Ingo Molnar2009-01-031-1/+1
* cpumask: convert RCU implementations, fixIngo Molnar2009-01-031-1/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Mike Travis2009-01-0381-2040/+4636
|\
| * cpumask: replace for_each_cpu_mask_nr with for_each_cpu in kernel/time/Rusty Russell2009-01-012-2/+3
| * cpumask: convert rest of files in kernel/Rusty Russell2009-01-014-24/+31
| * cpumask: convert kernel/cpu.cRusty Russell2009-01-011-19/+29
| * cpumask: convert kernel/profile.cRusty Russell2009-01-011-13/+25
| * cpumask: convert RCU implementationsRusty Russell2009-01-013-36/+42
| * cpumask: convert kernel/irqRusty Russell2009-01-012-13/+30
| * cpumask: convert kernel time functionsRusty Russell2009-01-013-61/+64
| * cpumask: convert kernel/workqueue.cRusty Russell2009-01-011-12/+14
| * cpumask: convert kernel/compat.cRusty Russell2009-01-011-19/+30
| * cpumask: remove any_online_cpu() users: kernel/Rusty Russell2009-01-012-4/+4
| * cpumask: convert kernel trace functions furtherRusty Russell2009-01-016-10/+16
| * cpumask: convert kernel trace functionsRusty Russell2009-01-013-51/+64
| * cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: coreRusty Russell2009-01-012-2/+2
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Rusty Russell2008-12-3143-689/+2673
| |\
| | * 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
| | * | | | | | | | | 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
| | | | | |/ / / / / / / /
OpenPOWER on IntegriCloud