Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| | * | | | | | | | | | ftrace, ia64: IA64 static ftrace support | Shaohua Li | 2009-01-14 | |
* | | | | | | | | | | | ia64: implement interrupt-enabling rwlocks | Robin Holt | 2009-04-02 | |
* | | | | | | | | | | | Allow rwlocks to re-enable interrupts | Robin Holt | 2009-04-02 | |
* | | | | | | | | | | | sgi-gru: remove SGI_GRU as a valid config option for ia64 configs with SGI_UV | Robin Holt | 2009-04-02 | |
* | | | | | | | | | | | sgi-gru: add macros for using the UV hub to send interrupts | Jack Steiner | 2009-04-02 | |
* | | | | | | | | | | | sgi-gru: add definitions of ia64 GRU MMRs | Jack Steiner | 2009-04-02 | |
* | | | | | | | | | | | Simplify copy_thread() | Alexey Dobriyan | 2009-04-02 | |
* | | | | | | | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 2009-04-01 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||
| * | | | | | | | | | | [IA64] BUG to BUG_ON changes | Stoyan Gaydarov | 2009-04-01 | |
| * | | | | | | | | | | [IA64] Fix typo/thinko in arch/ia64/sn/kernel/sn2/sn2_smp.c | Randy Dunlap | 2009-04-01 | |
| * | | | | | | | | | | Pull pvops into release branch | Tony Luck | 2009-03-31 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | ia64: remove some warnings. | Isaku Yamahata | 2009-03-27 | |
| | * | | | | | | | | | | ia64/xen: fix the link error. | Isaku Yamahata | 2009-03-27 | |
| | * | | | | | | | | | | ia64/pv_ops/bp/xen: implemented binary patchable pv_cpu_ops. | Isaku Yamahata | 2009-03-26 | |
| | * | | | | | | | | | | ia64/pv_ops/binary patch: define paravirt_dv_serialize_data() and suppress fa... | Isaku Yamahata | 2009-03-26 | |
| | * | | | | | | | | | | ia64/pv_ops/bp/module: support binary patching for kernel module. | Isaku Yamahata | 2009-03-26 | |
| | * | | | | | | | | | | ia64/pv_ops: implement binary patching optimization for native. | Isaku Yamahata | 2009-03-26 | |
| | * | | | | | | | | | | ia64/pv_op/binarypatch: add helper functions to support binary patching for p... | Isaku Yamahata | 2009-03-26 | |
| | * | | | | | | | | | | ia64/pv_ops/xen/gate.S: xen gate page paravirtualization | Isaku Yamahata | 2009-03-26 | |
| | * | | | | | | | | | | ia64/pv_ops: paravirtualize gate.S. | Isaku Yamahata | 2009-03-26 | |
| | * | | | | | | | | | | ia64/pv_ops: move down __kernel_syscall_via_epc. | Isaku Yamahata | 2009-03-26 | |
| | * | | | | | | | | | | ia64/pv_ops/xen: define xen specific gate page. | Isaku Yamahata | 2009-03-26 | |
| | * | | | | | | | | | | ia64/pv_ops: gate page paravirtualization. | Isaku Yamahata | 2009-03-26 | |
| | * | | | | | | | | | | ia64/pv_ops/xen/pv_time_ops: implement sched_clock. | Isaku Yamahata | 2009-03-26 | |
| | * | | | | | | | | | | ia64/pv_ops/pv_time_ops: add sched_clock hook. | Isaku Yamahata | 2009-03-26 | |
| | * | | | | | | | | | | ia64/pv_ops/xen: paravirtualize read/write ar.itc and ar.itm | Isaku Yamahata | 2009-03-26 | |
| | * | | | | | | | | | | ia64/pv_ops: paravirtualize mov = ar.itc. | Isaku Yamahata | 2009-03-26 | |
| | * | | | | | | | | | | ia64/pv_ops/pvchecker: support mov = ar.itc paravirtualization | Isaku Yamahata | 2009-03-26 | |
| | * | | | | | | | | | | ia64/pv_ops: paravirtualize fsys.S. | Isaku Yamahata | 2009-03-26 | |
| | * | | | | | | | | | | ia64/pv_ops/xen: preliminary to paravirtualizing fsys.S for xen. | Isaku Yamahata | 2009-03-26 | |
| | * | | | | | | | | | | ia64/pv_ops: add hooks to paravirtualize fsyscall implementation. | Isaku Yamahata | 2009-03-26 | |
| | * | | | | | | | | | | ia64/xen: short-circuit tests for dom0 | Isaku Yamahata | 2009-03-26 | |
| | * | | | | | | | | | | ia64/pv_ops/xen: use __initconst instead of __initdata for const data | Isaku Yamahata | 2009-03-26 | |
| | | |_|_|_|_|_|_|_|/ | | |/| | | | | | | | | ||||
| * | | | | | | | | | | Pull cpumask into release branch | Tony Luck | 2009-03-31 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | cpumask: use mm_cpumask() wrapper: ia64 | Rusty Russell | 2009-03-15 | |
| | * | | | | | | | | | | cpumask: Use accessors code.: ia64 | Rusty Russell | 2009-03-15 | |
| | * | | | | | | | | | | cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: ia64 | Rusty Russell | 2009-03-15 | |
| | * | | | | | | | | | | cpumask: arch_send_call_function_ipi_mask: ia64 | Rusty Russell | 2009-03-15 | |
| | * | | | | | | | | | | cpumask: remove the now-obsoleted pcibus_to_cpumask(): ia64 | Rusty Russell | 2009-03-15 | |
| | |/ / / / / / / / / | ||||
* | | | | | | | | | | | rtc: add platform driver for EFI | dann frazier | 2009-04-01 | |
* | | | | | | | | | | | proc tty: switch ia64 simserial to ->proc_fops | Alexey Dobriyan | 2009-04-01 | |
|/ / / / / / / / / / | ||||
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask | Linus Torvalds | 2009-03-30 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | cpumask: remove node_to_first_cpu | Rusty Russell | 2009-03-30 | |
* | | | | | | | | | | | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad... | Linus Torvalds | 2009-03-30 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | proc 2/2: remove struct proc_dir_entry::owner | Alexey Dobriyan | 2009-03-30 | |
| |/ / / / / / / / / / | ||||
* | | | | | | | | | | | Merge branch 'linus' into core/iommu | Ingo Molnar | 2009-03-28 | |
|\| | | | | | | | | | | ||||
| * | | | | | | | | | | Merge branch 'percpu-cpumask-x86-for-linus-2' of git://git.kernel.org/pub/scm... | Linus Torvalds | 2009-03-28 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||
| | * \ \ \ \ \ \ \ \ \ | Merge branch 'linus' into percpu-cpumask-x86-for-linus-2 | Ingo Molnar | 2009-03-27 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||
| | * \ \ \ \ \ \ \ \ \ \ | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 | Ingo Molnar | 2009-03-27 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||
| | | * | | | | | | | | | | | linker script: define __per_cpu_load on all SMP capable archs | Tejun Heo | 2009-03-10 | |
| | | | |_|_|_|_|_|_|_|_|/ | | | |/| | | | | | | | | |