| Commit message (Expand) | Author | Age | Files | Lines |
* | [IA64] SN specific version of dma_get_required_mask() | John Keller | 2009-01-15 | 6 | -0/+45 |
* | [IA64] generic_defconfig: Enable SATA_VITESSE | Brent Casavant | 2009-01-15 | 1 | -1/+1 |
* | [IA64] dump stack on kernel unaligned warnings | Doug Chapman | 2009-01-15 | 1 | -1/+5 |
* | [IA64] Turn on CONFIG_HAVE_UNSTABLE_CLOCK | Tony Luck | 2009-01-15 | 1 | -0/+1 |
* | [IA64] Update to use account_{steal,idle}_ticks | Isaku Yamahata | 2009-01-15 | 1 | -2/+2 |
* | Merge branch 'syscalls' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2009-01-15 | 4 | -4/+4 |
|\ |
|
| * | [CVE-2009-0029] Remove __attribute__((weak)) from sys_pipe/sys_pipe2 | Heiko Carstens | 2009-01-14 | 4 | -4/+4 |
* | | byteorder: make swab.h include asm/swab.h like a regular header | Harvey Harrison | 2009-01-15 | 2 | -2/+0 |
|/ |
|
* | Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2009-01-10 | 3 | -11/+8 |
|\ |
|
| * | [IA64] fix typo in cpumask_of_pcibus() | Ingo Molnar | 2009-01-06 | 1 | -1/+1 |
| * | ia64: cpumask fix for is_affinity_mask_valid() | Mike Travis | 2009-01-04 | 2 | -10/+7 |
* | | Merge branch 'linus' into release | Len Brown | 2009-01-09 | 45 | -1125/+1248 |
|\ \ |
|
| * \ | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2009-01-07 | 1 | -1/+1 |
| |\ \ |
|
| | * | | trivial: fix then -> than typos in comments and documentation | Frederik Schwarzer | 2009-01-06 | 1 | -1/+1 |
| | |/ |
|
| * | | ia64: introduce asm/swab.h | Harvey Harrison | 2009-01-07 | 3 | -36/+36 |
| * | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-01-07 | 1 | -38/+1 |
| |\ \ |
|
| | * \ | Merge branch 'core/iommu' into core/urgent | Ingo Molnar | 2009-01-05 | 1 | -38/+1 |
| | |\ \
| | | |/
| | |/| |
|
| | | * | swiotlb: replace architecture-specific swiotlb.h with linux/swiotlb.h | FUJITA Tomonori | 2008-12-28 | 1 | -38/+1 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2009-01-07 | 2 | -3/+2 |
| |\ \ \ |
|
| | * | | | IA64: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2009-01-06 | 2 | -3/+2 |
| | |/ / |
|
| * | | | kprobes: add kprobe_insn_mutex and cleanup arch_remove_kprobe() | Masami Hiramatsu | 2009-01-07 | 1 | -3/+5 |
| * | | | atomic_t: unify all arch definitions | Matthew Wilcox | 2009-01-07 | 1 | -6/+0 |
| * | | | mm: show node to memory section relationship with symlinks in sysfs | Gary Hade | 2009-01-07 | 1 | -1/+1 |
| |/ / |
|
| * | | Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-01-03 | 6 | -33/+35 |
| |\ \ |
|
| | * | | ia64: cpumask fix for is_affinity_mask_valid() | Ingo Molnar | 2009-01-03 | 2 | -3/+3 |
| | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/... | Mike Travis | 2009-01-03 | 9 | -63/+80 |
| | |\ \ |
|
| | | * | | cpumask: Introduce topology_core_cpumask()/topology_thread_cpumask(): ia64 | Rusty Russell | 2009-01-01 | 1 | -0/+2 |
| | | * | | cpumask: Remove IA64 definition of total_cpus now it's in core code | Rusty Russell | 2009-01-01 | 1 | -1/+0 |
| | | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Rusty Russell | 2008-12-29 | 7 | -34/+50 |
| | | |\ \ |
|
| | | * | | | cpumask: IA64: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_to... | Rusty Russell | 2008-12-26 | 4 | -29/+30 |
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jor... | Linus Torvalds | 2009-01-03 | 4 | -4/+8 |
| |\ \ \ \ \ |
|
| | * | | | | | KVM: change KVM to use IOMMU API | Joerg Roedel | 2009-01-03 | 3 | -3/+4 |
| | * | | | | | select IOMMU_API when DMAR and/or AMD_IOMMU is selected | Joerg Roedel | 2009-01-03 | 1 | -0/+3 |
| | * | | | | | KVM: rename vtd.c to iommu.c | Joerg Roedel | 2009-01-03 | 1 | -1/+1 |
| * | | | | | | Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2009-01-03 | 1 | -8/+10 |
| |\ \ \ \ \ \
| | |/ / / / /
| |/| | | | | |
|
| | * | | | | | [PATCH] idle cputime accounting | Martin Schwidefsky | 2008-12-31 | 1 | -2/+8 |
| | * | | | | | [PATCH] fix scaled & unscaled cputime accounting | Martin Schwidefsky | 2008-12-31 | 1 | -8/+4 |
| | | |_|/ /
| | |/| | | |
|
| * | | | | | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-01-02 | 10 | -36/+27 |
| |\ \ \ \ \
| | | |/ / /
| | |/| | | |
|
| | * | | | | Merge branch 'linus' into cpus4096 | Ingo Molnar | 2008-12-17 | 1 | -0/+1 |
| | |\ \ \ \ |
|
| | * \ \ \ \ | Merge ../linux-2.6-x86 | Rusty Russell | 2008-12-13 | 2 | -3/+1 |
| | |\ \ \ \ \
| | | |_|_|/ /
| | |/| | | | |
|
| | | * | | | | Merge branch 'sched/core' into cpus4096 | Ingo Molnar | 2008-12-12 | 5 | -80/+161 |
| | | |\ \ \ \ |
|
| | | * \ \ \ \ | Merge branch 'tracing/fastboot' into cpus4096 | Ingo Molnar | 2008-12-12 | 2 | -5/+8 |
| | | |\ \ \ \ \ |
|
| | | * \ \ \ \ \ | Merge branch 'linus' into cpus4096 | Ingo Molnar | 2008-12-02 | 2 | -3/+1 |
| | | |\ \ \ \ \ \ |
|
| | | * | | | | | | | sched: convert struct root_domain to cpumask_var_t, fix | Ingo Molnar | 2008-11-26 | 1 | -2/+0 |
| | * | | | | | | | | cpumask: make irq_set_affinity() take a const struct cpumask | Rusty Russell | 2008-12-13 | 7 | -26/+26 |
| | * | | | | | | | | cpumask: change cpumask_scnprintf, cpumask_parse_user, cpulist_parse, and cpu... | Rusty Russell | 2008-12-13 | 1 | -1/+1 |
| | * | | | | | | | | cpumask: centralize cpu_online_map and cpu_possible_map | Rusty Russell | 2008-12-13 | 2 | -7/+0 |
| | | |_|_|_|_|_|/
| | |/| | | | | | |
|
| * | | | | | | | | Merge branch 'kvm-updates/2.6.29' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2009-01-02 | 15 | -921/+1073 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | KVM: ia64: Fix kvm_arch_vcpu_ioctl_[gs]et_regs() | Jes Sorensen | 2008-12-31 | 2 | -32/+14 |
| | * | | | | | | | | KVM: Consolidate userspace memory capability reporting into common code | Avi Kivity | 2008-12-31 | 1 | -1/+0 |