Age | Commit message (Expand) | Author | Files | Lines |
2011-05-20 | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -2/+26 |
2011-05-20 | Merge branch 'x86-smep-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -0/+2 |
2011-05-20 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 3 | -7/+12 |
2011-05-20 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 14 | -162/+77 |
2011-05-20 | Merge branches 'x86-efi-for-linus', 'x86-gart-for-linus', 'x86-irq-for-linus'... | Linus Torvalds | 2 | -2/+1 |
2011-05-20 | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 4 | -72/+86 |
2011-05-20 | Merge branches 'x86-apic-for-linus', 'x86-asm-for-linus' and 'x86-cleanups-fo... | Linus Torvalds | 1 | -14/+71 |
2011-05-20 | Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 1 | -0/+2 |
2011-05-20 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 8 | -22/+32 |
2011-05-20 | Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -7/+34 |
2011-05-20 | Merge branches 'stable/backend.base.v3' and 'stable/gntalloc.v7' of git://git... | Linus Torvalds | 2 | -2/+19 |
2011-05-18 | Merge branch 'x86/mem' into perf/core | Ingo Molnar | 3 | -1/+11 |
2011-05-18 | x86, 64-bit: Fix copy_[to/from]_user() checks for the userspace address limit | Jiri Olsa | 1 | -1/+1 |
2011-05-18 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 4 | -5/+31 |
2011-05-18 | x86, cpu: Add SMEP CPU feature in CR4 | Fenghua Yu | 1 | -0/+1 |
2011-05-18 | x86, cpufeature: Add cpufeature flag for SMEP | Fenghua Yu | 1 | -0/+1 |
2011-05-18 | x86, alternative: Add altinstruction_entry macro | Fenghua Yu | 1 | -0/+9 |
2011-05-18 | x86, cpufeature: Add CPU feature bit for enhanced REP MOVSB/STOSB | Fenghua Yu | 1 | -0/+1 |
2011-05-16 | ftrace/x86: mcount offset calculation | Martin Schwidefsky | 1 | -4/+3 |
2011-05-16 | ftrace/x86: Do not trace .discard.text section | Steven Rostedt | 1 | -1/+1 |
2011-05-16 | x86, apic: Fix spurious error interrupts triggering on all non-boot APs | Youquan Song | 1 | -0/+1 |
2011-05-14 | clocksource: convert x86 to generic i8253 clocksource | Russell King | 1 | -0/+2 |
2011-05-13 | x86: Fix UV BAU for non-consecutive nasids | Cliff Wickman | 1 | -4/+13 |
2011-05-12 | x86,xen: introduce x86_init.mapping.pagetable_reserve | Stefano Stabellini | 2 | -0/+13 |
2011-05-12 | x86: Remove warning and warning_symbol from struct stacktrace_ops | Richard Weinberger | 1 | -3/+0 |
2011-05-10 | Merge commit 'v2.6.39-rc7' into perf/core | Ingo Molnar | 1 | -1/+1 |
2011-05-10 | x86/amd-iommu: Use threaded interupt handler | Joerg Roedel | 1 | -0/+1 |
2011-05-10 | Merge branches 'dma-debug/next', 'amd-iommu/command-cleanups', 'amd-iommu/ats... | Joerg Roedel | 2 | -7/+33 |
2011-05-10 | x86, UV: Fix NMI handler for UV platforms | Jack Steiner | 2 | -1/+17 |
2011-05-09 | x86, efi: Consolidate EFI nx control | Matthew Garrett | 1 | -0/+1 |
2011-05-02 | x86, NUMA: Enable emulation on 32bit too | Tejun Heo | 1 | -7/+3 |
2011-05-02 | x86, NUMA: Make numa_init_array() static | Tejun Heo | 1 | -2/+0 |
2011-05-02 | x86, NUMA: Make 32bit use common NUMA init path | Tejun Heo | 1 | -7/+0 |
2011-05-02 | x86, NUMA: Enable build of generic NUMA init code on 32bit | Tejun Heo | 1 | -3/+3 |
2011-05-02 | x86, NUMA: Move NUMA init logic from numa_64.c to numa.c | Tejun Heo | 3 | -21/+16 |
2011-05-02 | x86-32, NUMA: Update numaq to use new NUMA init protocol | Tejun Heo | 1 | -6/+1 |
2011-05-02 | x86-32, NUMA: Replace srat_32.c with srat.c | Tejun Heo | 2 | -41/+0 |
2011-05-02 | x86-32, NUMA: implement temporary NUMA init shims | Tejun Heo | 2 | -3/+3 |
2011-05-02 | x86, NUMA: Move numa_nodes_parsed to numa.[hc] | Tejun Heo | 2 | -4/+1 |
2011-05-02 | x86-32, NUMA: Move get_memcfg_numa() into numa_32.c | Tejun Heo | 1 | -18/+0 |
2011-05-02 | x86, NUMA: trivial cleanups | Tejun Heo | 4 | -12/+0 |
2011-05-02 | x86-32, NUMA: Make apic->x86_32_numa_cpu_node() optional | Tejun Heo | 1 | -3/+6 |
2011-05-02 | x86, NUMA: Unify 32/64bit numa_cpu_node() implementation | Tejun Heo | 3 | -9/+10 |
2011-05-02 | Merge branch 'x86/urgent' into x86-mm | Tejun Heo | 5 | -15/+19 |
2011-05-02 | Merge branch 'x86/numa' into x86-mm | Tejun Heo | 3 | -3/+0 |
2011-04-30 | x86: Better comments for get_bios_ebda() | Mike Waychison | 1 | -2/+5 |
2011-04-30 | x86: get_bios_ebda_length() | Mike Waychison | 1 | -0/+21 |
2011-04-28 | x86: devicetree: Configure IOAPIC pin only once | Sebastian Andrzej Siewior | 1 | -1/+1 |
2011-04-27 | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2 | -13/+17 |
2011-04-24 | x86: Demacro CONFIG_PARAVIRT cpu accessors | Avi Kivity | 1 | -14/+71 |