Age | Commit message (Expand) | Author | Files | Lines |
2009-01-27 | IA64: fix compile error on IA64_DIG_VTD | FUJITA Tomonori | 2 | -3/+3 |
2009-01-16 | Merge branch 'linus' into core/iommu | Ingo Molnar | 3 | -3/+7 |
2009-01-15 | [IA64] dump stack on kernel unaligned warnings | Doug Chapman | 1 | -1/+5 |
2009-01-14 | [CVE-2009-0029] Remove __attribute__((weak)) from sys_pipe/sys_pipe2 | Heiko Carstens | 2 | -2/+2 |
2009-01-11 | Merge branch 'linus' into core/iommu | Ingo Molnar | 4 | -14/+14 |
2009-01-10 | Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -9/+6 |
2009-01-09 | Merge branch 'linus' into release | Len Brown | 13 | -75/+80 |
2009-01-09 | ACPI : Use RSDT instead of XSDT by adding boot option of "acpi=rsdt" | Zhao Yakui | 1 | -0/+1 |
2009-01-07 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2009-01-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 1 | -1/+1 |
2009-01-06 | kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe() | Masami Hiramatsu | 1 | -3/+5 |
2009-01-06 | ia64: fix section mismatch swiotlb_dma_init -> swiotlb_init | Luck, Tony | 1 | -1/+1 |
2009-01-06 | IA64: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -1/+1 |
2009-01-06 | x86, ia64: remove duplicated swiotlb code | FUJITA Tomonori | 1 | -16/+0 |
2009-01-06 | x86, ia64: convert to use generic dma_map_ops struct | FUJITA Tomonori | 4 | -33/+60 |
2009-01-06 | add dma_get_ops to struct ia64_machine_vector | FUJITA Tomonori | 2 | -1/+7 |
2009-01-06 | set up dma_ops appropriately | FUJITA Tomonori | 4 | -4/+14 |
2009-01-06 | add dma_mapping_ops for SWIOTLB | FUJITA Tomonori | 3 | -6/+8 |
2009-01-06 | trivial: fix then -> than typos in comments and documentation | Frederik Schwarzer | 1 | -1/+1 |
2009-01-04 | ia64: cpumask fix for is_affinity_mask_valid() | Mike Travis | 1 | -9/+6 |
2009-01-03 | Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -16/+14 |
2009-01-03 | Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 1 | -8/+10 |
2009-01-03 | ia64: cpumask fix for is_affinity_mask_valid() | Ingo Molnar | 1 | -2/+2 |
2009-01-02 | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 5 | -26/+19 |
2009-01-01 | cpumask: Remove IA64 definition of total_cpus now it's in core code | Rusty Russell | 1 | -1/+0 |
2008-12-31 | take init_fs to saner place | Al Viro | 1 | -1/+0 |
2008-12-31 | [PATCH] idle cputime accounting | Martin Schwidefsky | 1 | -2/+8 |
2008-12-31 | [PATCH] fix scaled & unscaled cputime accounting | Martin Schwidefsky | 1 | -8/+4 |
2008-12-30 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Rusty Russell | 3 | -19/+30 |
2008-12-26 | cpumask: IA64: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_to... | Rusty Russell | 2 | -13/+12 |
2008-12-25 | Merge branch 'next' into for-linus | James Morris | 3 | -19/+30 |
2008-12-13 | cpumask: make irq_set_affinity() take a const struct cpumask | Rusty Russell | 4 | -19/+18 |
2008-12-13 | cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu... | Rusty Russell | 1 | -1/+1 |
2008-12-13 | cpumask: centralize cpu_online_map and cpu_possible_map | Rusty Russell | 1 | -6/+0 |
2008-12-09 | [IA64] Clear up section mismatch with arch_unregister_cpu() | Robin Holt | 1 | -1/+3 |
2008-12-04 | Merge branch 'master' into next | James Morris | 5 | -4/+4 |
2008-11-20 | [IA64] ia64/pv_ops/pv_cpu_ops: fix _IA64_REG_IP case. | Isaku Yamahata | 1 | -1/+1 |
2008-11-20 | [IA64] remove duplicate include iommu.h | Huang Weiyi | 1 | -1/+0 |
2008-11-20 | [IA64] use mprintk instead of printk, in ia64_mca_modify_original_stack | Hidetoshi Seto | 1 | -1/+1 |
2008-11-20 | [IA64] Rationalize kernel mode alignment checking | Tony Luck | 2 | -1/+2 |
2008-11-14 | Merge branch 'master' into next | James Morris | 3 | -11/+29 |
2008-11-14 | CRED: Use RCU to access another task's creds and to release a task's own creds | David Howells | 1 | -12/+20 |
2008-11-14 | CRED: Wrap task credential accesses in the IA64 arch | David Howells | 3 | -13/+16 |
2008-11-07 | [IA64] Reserve elfcorehdr memory in CONFIG_CRASH_DUMP | Jay Lan | 1 | -1/+1 |
2008-11-06 | [IA64] fix boot panic caused by offline CPUs | Doug Chapman | 2 | -8/+28 |
2008-11-04 | [IA64] remove duplicated #include from pci-dma.c | Huang Weiyi | 1 | -2/+0 |
2008-11-01 | saner FASYNC handling on file close | Al Viro | 1 | -5/+0 |
2008-10-24 | x86/PCI: build failure at x86/kernel/pci-dma.c with !CONFIG_PCI | Fenghua Yu | 1 | -7/+0 |
2008-10-23 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/... | Linus Torvalds | 16 | -71/+468 |
2008-10-20 | always reserve elfcore header memory in crash kernel | Simon Horman | 2 | -4/+2 |