Age | Commit message (Expand) | Author | Files | Lines |
2009-04-22 | KVM: ia64: fix locking order entering guest | Jes Sorensen | 1 | -6/+8 |
2009-04-22 | FRV: Fix the section attribute on UP DECLARE_PER_CPU() | David Howells | 1 | -1/+1 |
2009-04-22 | clocksource: pass clocksource to read() callback | Magnus Damm | 3 | -4/+4 |
2009-04-20 | [IA64] fix allmodconfig compilation breakage. | Isaku Yamahata | 1 | -2/+0 |
2009-04-16 | [IA64] smp_flush_tlb_mm() should only send IPI's to cpus in cpu_vm_mask | Dimitri Sivanich | 1 | -8/+5 |
2009-04-16 | [IA64] export smp_send_reschedule | Marcelo Tosatti | 1 | -0/+1 |
2009-04-14 | Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n) | Yang Hongyang | 1 | -1/+1 |
2009-04-09 | [IA64] wire up preadv/pwritev system calls | Tony Luck | 2 | -1/+5 |
2009-04-07 | dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24) | Yang Hongyang | 1 | -1/+1 |
2009-04-07 | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang | 1 | -1/+1 |
2009-04-07 | dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40) | Yang Hongyang | 1 | -1/+1 |
2009-04-07 | dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64) | Yang Hongyang | 1 | -1/+1 |
2009-04-05 | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 7 | -10/+348 |
2009-04-03 | ia64: implement interrupt-enabling rwlocks | Robin Holt | 1 | -17/+63 |
2009-04-03 | Allow rwlocks to re-enable interrupts | Robin Holt | 1 | -0/+3 |
2009-04-03 | sgi-gru: remove SGI_GRU as a valid config option for ia64 configs with SGI_UV | Robin Holt | 1 | -3/+0 |
2009-04-03 | sgi-gru: add macros for using the UV hub to send interrupts | Jack Steiner | 1 | -0/+6 |
2009-04-03 | sgi-gru: add definitions of ia64 GRU MMRs | Jack Steiner | 1 | -3/+155 |
2009-04-03 | Simplify copy_thread() | Alexey Dobriyan | 1 | -1/+1 |
2009-04-02 | Merge branch 'tracing/core-v2' into tracing-for-linus | Ingo Molnar | 7 | -10/+348 |
2009-04-02 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 61 | -290/+3188 |
2009-04-01 | [IA64] BUG to BUG_ON changes | Stoyan Gaydarov | 8 | -33/+16 |
2009-04-01 | [IA64] Fix typo/thinko in arch/ia64/sn/kernel/sn2/sn2_smp.c | Randy Dunlap | 1 | -1/+1 |
2009-04-01 | rtc: add platform driver for EFI | dann frazier | 1 | -0/+16 |
2009-04-01 | proc tty: switch ia64 simserial to ->proc_fops | Alexey Dobriyan | 1 | -25/+24 |
2009-04-01 | Pull pvops into release branch | Tony Luck | 45 | -212/+3134 |
2009-04-01 | Pull cpumask into release branch | Tony Luck | 14 | -44/+37 |
2009-03-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask | Linus Torvalds | 1 | -5/+0 |
2009-03-31 | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad... | Linus Torvalds | 2 | -9/+2 |
2009-03-31 | proc 2/2: remove struct proc_dir_entry::owner | Alexey Dobriyan | 2 | -9/+2 |
2009-03-30 | cpumask: remove node_to_first_cpu | Rusty Russell | 1 | -5/+0 |
2009-03-29 | Merge branch 'linus' into core/iommu | Ingo Molnar | 28 | -197/+507 |
2009-03-28 | Merge branch 'percpu-cpumask-x86-for-linus-2' of git://git.kernel.org/pub/scm... | Linus Torvalds | 10 | -26/+34 |
2009-03-28 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 1 | -10/+15 |
2009-03-28 | Merge branch 'linus' into percpu-cpumask-x86-for-linus-2 | Ingo Molnar | 2 | -2/+2 |
2009-03-28 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -2/+2 |
2009-03-27 | constify dentry_operations: rest | Al Viro | 1 | -1/+1 |
2009-03-27 | generic compat_sys_ustat | Christoph Hellwig | 1 | -1/+1 |
2009-03-27 | ia64: remove some warnings. | Isaku Yamahata | 7 | -14/+47 |
2009-03-27 | ia64/xen: fix the link error. | Isaku Yamahata | 1 | -1/+1 |
2009-03-27 | [IA64] Fix kstat_this_cpu build breakage | Jes Sorensen | 1 | -10/+15 |
2009-03-27 | Merge branch 'core/percpu' into percpu-cpumask-x86-for-linus-2 | Ingo Molnar | 10 | -22/+36 |
2009-03-27 | Merge branch 'header-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 5 | -5/+4 |
2009-03-27 | Merge branch 'irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
2009-03-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 1 | -0/+3 |
2009-03-27 | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 1 | -4/+3 |
2009-03-26 | ia64/pv_ops/bp/xen: implemented binary patchable pv_cpu_ops. | Isaku Yamahata | 3 | -0/+671 |
2009-03-26 | ia64/pv_ops/binary patch: define paravirt_dv_serialize_data() and suppress fa... | Isaku Yamahata | 3 | -0/+9 |
2009-03-26 | ia64/pv_ops/bp/module: support binary patching for kernel module. | Isaku Yamahata | 2 | -0/+38 |
2009-03-26 | ia64/pv_ops: implement binary patching optimization for native. | Isaku Yamahata | 7 | -25/+898 |