| Commit message (Expand) | Author | Age | Files | Lines |
* | xtensa: only build platform or variant if they contain a Makefile | Chris Zankel | 2009-04-03 | 3 | -10/+8 |
* | xtensa: make startup code discardable | Daniel Glöckner | 2009-04-02 | 1 | -1/+1 |
* | xtensa: ccount clocksource | Johannes Weiner | 2009-04-02 | 2 | -73/+33 |
* | xtensa: remove platform rtc hooks | Johannes Weiner | 2009-04-02 | 3 | -41/+1 |
* | xtensa: use generic sched_clock() | Johannes Weiner | 2009-04-02 | 1 | -9/+0 |
* | xtensa: platform: s6105 | Johannes Weiner | 2009-04-02 | 9 | -0/+712 |
* | xtensa: let platform override KERNELOFFSET | Johannes Weiner | 2009-04-02 | 1 | -0/+3 |
* | xtensa: s6000 variant | Johannes Weiner | 2009-04-02 | 8 | -0/+481 |
* | xtensa: s6000 variant core definitions | Johannes Weiner | 2009-04-02 | 3 | -0/+926 |
* | xtensa: variant irq set callbacks | Johannes Weiner | 2009-04-02 | 3 | -0/+24 |
* | xtensa: variant-specific code | Johannes Weiner | 2009-04-02 | 3 | -0/+5 |
* | xtensa: nommu support | Johannes Weiner | 2009-04-02 | 19 | -75/+169 |
* | xtensa: add flat support | Oskar Schirmer | 2009-04-02 | 1 | -0/+12 |
* | xtensa: enforce slab alignment to maximum register width | Oskar Schirmer | 2009-04-02 | 1 | -0/+2 |
* | xtensa: cope with ram beginning at higher addresses | Johannes Weiner | 2009-04-02 | 2 | -6/+9 |
* | xtensa: don't make bootmem bitmap larger than required | Johannes Weiner | 2009-04-02 | 1 | -1/+2 |
* | xtensa: fix init_bootmem_node() argument order | Johannes Weiner | 2009-04-02 | 1 | -1/+2 |
* | xtensa: use correct stack pointer for stack traces | Johannes Weiner | 2009-04-02 | 1 | -8/+6 |
* | xtensa: beat Kconfig into shape | Johannes Weiner | 2009-04-02 | 1 | -88/+78 |
* | xtensa: remove redefinition of XCHAL_MMU_ASID_BITS | Johannes Weiner | 2009-04-02 | 1 | -2/+2 |
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 2009-04-01 | 61 | -290/+3188 |
|\ |
|
| * | [IA64] BUG to BUG_ON changes | Stoyan Gaydarov | 2009-04-01 | 8 | -33/+16 |
| * | [IA64] Fix typo/thinko in arch/ia64/sn/kernel/sn2/sn2_smp.c | Randy Dunlap | 2009-04-01 | 1 | -1/+1 |
| * | Pull pvops into release branch | Tony Luck | 2009-03-31 | 45 | -212/+3134 |
| |\ |
|
| | * | ia64: remove some warnings. | Isaku Yamahata | 2009-03-27 | 7 | -14/+47 |
| | * | ia64/xen: fix the link error. | Isaku Yamahata | 2009-03-27 | 1 | -1/+1 |
| | * | ia64/pv_ops/bp/xen: implemented binary patchable pv_cpu_ops. | Isaku Yamahata | 2009-03-26 | 3 | -0/+671 |
| | * | ia64/pv_ops/binary patch: define paravirt_dv_serialize_data() and suppress fa... | Isaku Yamahata | 2009-03-26 | 3 | -0/+9 |
| | * | ia64/pv_ops/bp/module: support binary patching for kernel module. | Isaku Yamahata | 2009-03-26 | 2 | -0/+38 |
| | * | ia64/pv_ops: implement binary patching optimization for native. | Isaku Yamahata | 2009-03-26 | 7 | -25/+898 |
| | * | ia64/pv_op/binarypatch: add helper functions to support binary patching for p... | Isaku Yamahata | 2009-03-26 | 4 | -0/+737 |
| | * | ia64/pv_ops/xen/gate.S: xen gate page paravirtualization | Isaku Yamahata | 2009-03-26 | 2 | -0/+5 |
| | * | ia64/pv_ops: paravirtualize gate.S. | Isaku Yamahata | 2009-03-26 | 3 | -4/+21 |
| | * | ia64/pv_ops: move down __kernel_syscall_via_epc. | Isaku Yamahata | 2009-03-26 | 1 | -81/+81 |
| | * | ia64/pv_ops/xen: define xen specific gate page. | Isaku Yamahata | 2009-03-26 | 5 | -1/+94 |
| | * | ia64/pv_ops: gate page paravirtualization. | Isaku Yamahata | 2009-03-26 | 9 | -43/+231 |
| | * | ia64/pv_ops/xen/pv_time_ops: implement sched_clock. | Isaku Yamahata | 2009-03-26 | 1 | -0/+48 |
| | * | ia64/pv_ops/pv_time_ops: add sched_clock hook. | Isaku Yamahata | 2009-03-26 | 5 | -2/+26 |
| | * | ia64/pv_ops/xen: paravirtualize read/write ar.itc and ar.itm | Isaku Yamahata | 2009-03-26 | 6 | -2/+123 |
| | * | ia64/pv_ops: paravirtualize mov = ar.itc. | Isaku Yamahata | 2009-03-26 | 4 | -5/+10 |
| | * | ia64/pv_ops/pvchecker: support mov = ar.itc paravirtualization | Isaku Yamahata | 2009-03-26 | 2 | -0/+6 |
| | * | ia64/pv_ops: paravirtualize fsys.S. | Isaku Yamahata | 2009-03-26 | 1 | -7/+7 |
| | * | ia64/pv_ops/xen: preliminary to paravirtualizing fsys.S for xen. | Isaku Yamahata | 2009-03-26 | 3 | -1/+18 |
| | * | ia64/pv_ops: add hooks to paravirtualize fsyscall implementation. | Isaku Yamahata | 2009-03-26 | 6 | -14/+54 |
| | * | ia64/xen: short-circuit tests for dom0 | Isaku Yamahata | 2009-03-26 | 1 | -21/+18 |
| | * | ia64/pv_ops/xen: use __initconst instead of __initdata for const data | Isaku Yamahata | 2009-03-26 | 1 | -1/+1 |
| * | | Pull cpumask into release branch | Tony Luck | 2009-03-31 | 14 | -44/+37 |
| |\ \ |
|
| | * | | cpumask: use mm_cpumask() wrapper: ia64 | Rusty Russell | 2009-03-16 | 3 | -6/+6 |
| | * | | cpumask: Use accessors code.: ia64 | Rusty Russell | 2009-03-16 | 2 | -11/+8 |
| | * | | cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: ia64 | Rusty Russell | 2009-03-16 | 8 | -18/+18 |