Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | | sched: convert falback_doms to cpumask_var_t. | Rusty Russell | 2008-11-24 | 1 | -6/+8 | |
| | * | | | | | | | | | | | sched: convert cpu_isolated_map to cpumask_var_t. | Rusty Russell | 2008-11-24 | 1 | -17/+14 | |
| | * | | | | | | | | | | | sched: convert sched_domain_debug to cpumask_var_t. | Rusty Russell | 2008-11-24 | 1 | -4/+3 | |
| | * | | | | | | | | | | | sched: convert struct (sys_)sched_setaffinity() to cpumask_var_t. | Rusty Russell | 2008-11-24 | 1 | -13/+27 | |
| | * | | | | | | | | | | | sched: avoid stack var in move_task_off_dead_cpu | Rusty Russell | 2008-11-24 | 1 | -42/+36 | |
| | * | | | | | | | | | | | sched: convert sys_sched_getaffinity() to cpumask_var_t. | Rusty Russell | 2008-11-24 | 1 | -8/+13 | |
| | * | | | | | | | | | | | sched: convert rebalance_domains() to cpumask_var_t. | Rusty Russell | 2008-11-24 | 1 | -2/+8 | |
| | * | | | | | | | | | | | sched: convert idle_balance() to cpumask_var_t. | Rusty Russell | 2008-11-24 | 1 | -2/+6 | |
| | * | | | | | | | | | | | sched: convert nohz struct to cpumask_var_t. | Rusty Russell | 2008-11-24 | 1 | -13/+16 | |
| | * | | | | | | | | | | | sched: convert struct root_domain to cpumask_var_t. | Rusty Russell | 2008-11-24 | 2 | -31/+64 | |
| | * | | | | | | | | | | | sched: convert nohz_cpu_mask to cpumask_var_t. | Rusty Russell | 2008-11-24 | 3 | -8/+11 | |
| | * | | | | | | | | | | | sched: convert struct sched_group/sched_domain cpumask_ts to variable bitmaps | Rusty Russell | 2008-11-24 | 1 | -24/+41 | |
| | * | | | | | | | | | | | sched: wrap sched_group and sched_domain cpumask accesses. | Rusty Russell | 2008-11-24 | 4 | -67/+63 | |
| | * | | | | | | | | | | | sched: remove any_online_cpu() | Rusty Russell | 2008-11-24 | 1 | -6/+8 | |
| | * | | | | | | | | | | | sched: get rid of boutique sched.c allocations, use cpumask_var_t. | Rusty Russell | 2008-11-24 | 1 | -84/+55 | |
| | * | | | | | | | | | | | sched: convert sched.c from for_each_cpu_mask to for_each_cpu. | Rusty Russell | 2008-11-24 | 1 | -18/+18 | |
| | * | | | | | | | | | | | sched: reduce stack size requirements in kernel/sched.c | Mike Travis | 2008-11-24 | 1 | -6/+7 | |
| | | | | | | | | | | | | | ||||||
| | | \ \ \ \ \ \ \ \ \ \ | ||||||
| | *-. \ \ \ \ \ \ \ \ \ \ | Merge branches 'sched/core', 'core/core' and 'tracing/core' into cpus4096 | Ingo Molnar | 2008-11-24 | 41 | -1022/+2938 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | cpumask: convert struct clock_event_device to cpumask pointers. | Rusty Russell | 2008-12-13 | 3 | -5/+7 | |
| * | | | | | | | | | | | | | | cpumask: make irq_set_affinity() take a const struct cpumask | Rusty Russell | 2008-12-13 | 5 | -33/+40 | |
| * | | | | | | | | | | | | | | cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu... | Rusty Russell | 2008-12-13 | 7 | -12/+12 | |
| * | | | | | | | | | | | | | | cpumask: centralize cpu_online_map and cpu_possible_map | Rusty Russell | 2008-12-13 | 1 | -5/+6 | |
* | | | | | | | | | | | | | | | Merge branch 'irq-fixes-for-linus-4' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2008-12-31 | 6 | -42/+54 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | sparseirq: move __weak symbols into separate compilation unit | Yinghai Lu | 2008-12-29 | 2 | -9/+20 | |
| * | | | | | | | | | | | | | | sparseirq: work around __weak alias bug | Ingo Molnar | 2008-12-29 | 2 | -5/+9 | |
| * | | | | | | | | | | | | | | sparseirq: fix hang with !SPARSE_IRQ | Yinghai Lu | 2008-12-27 | 1 | -0/+15 | |
| * | | | | | | | | | | | | | | sparseirq: set lock_class for legacy irq when sparse_irq is selected | Yinghai Lu | 2008-12-27 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | sparseirq: work around compiler optimizing away __weak functions | Yinghai Lu | 2008-12-27 | 1 | -3/+4 | |
| * | | | | | | | | | | | | | | sparseirq: fix desc->lock init | Ingo Molnar | 2008-12-27 | 2 | -0/+3 | |
| * | | | | | | | | | | | | | | sparseirq: do not printk when migrating IRQ descriptors | Ingo Molnar | 2008-12-27 | 1 | -5/+1 | |
| * | | | | | | | | | | | | | | sparseirq: remove duplicated arch_early_irq_init() | Yinghai Lu | 2008-12-26 | 1 | -4/+0 | |
| * | | | | | | | | | | | | | | irq: simplify for_each_irq_desc() usage | KOSAKI Motohiro | 2008-12-26 | 3 | -23/+0 | |
| * | | | | | | | | | | | | | | proc: remove ifdef CONFIG_SPARSE_IRQ from stat.c | KOSAKI Motohiro | 2008-12-26 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | irq: for_each_irq_desc() move to irqnr.h | KOSAKI Motohiro | 2008-12-26 | 1 | -2/+11 | |
| * | | | | | | | | | | | | | | hrtimer: remove #include <linux/irq.h> | KOSAKI Motohiro | 2008-12-26 | 1 | -1/+0 | |
* | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2008-12-31 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | [XFS] Fix merge failures | Lachlan McIlroy | 2008-12-29 | 59 | -1991/+6539 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | [XFS] Fix merge conflict in fs/xfs/xfs_rename.c | Lachlan McIlroy | 2008-12-22 | 13 | -32/+93 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 | Lachlan McIlroy | 2008-12-05 | 15 | -56/+101 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 | Lachlan McIlroy | 2008-11-28 | 31 | -289/+687 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of git://oss.sgi.com:8090/xfs/linux-2.6 | Niv Sardi | 2008-11-07 | 1 | -1/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | [XFS] remove restricted chown parameter from xfs linux | Tim Shimmin | 2008-10-30 | 1 | -1/+0 | |
* | | | | | | | | | | | | | | | | | | | tracing: removed duplicated #include | Huang Weiyi | 2008-12-31 | 1 | -1/+0 | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2008-12-31 | 2 | -3/+37 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | | ring_buffer: adding EXPORT_SYMBOLs | Robert Richter | 2008-12-12 | 1 | -0/+34 | |
| * | | | | | | | | | | | | | | | | | | | ftrace: remove unused function arg in trace_iterator_increment() | Robert Richter | 2008-12-10 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | | | ring_buffer: update description for ring_buffer_alloc() | Robert Richter | 2008-12-10 | 1 | -1/+1 | |
| | |_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6 | Linus Torvalds | 2008-12-31 | 1 | -0/+14 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2008-12-29 | 68 | -2023/+6632 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | | | | | | sparc64: Add tsb-ratio sysctl. | David S. Miller | 2008-12-04 | 1 | -0/+14 | |
| | |/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |