Age | Commit message (Expand) | Author | Files | Lines |
2011-05-02 | x86, NUMA: Enable CONFIG_AMD_NUMA on 32bit too | Tejun Heo | 2 | -11/+12 |
2011-05-02 | x86, NUMA: Rename amdtopology_64.c to amdtopology.c | Tejun Heo | 2 | -1/+1 |
2011-05-02 | x86, NUMA: Make numa_init_array() static | Tejun Heo | 2 | -3/+1 |
2011-05-02 | x86, NUMA: Make 32bit use common NUMA init path | Tejun Heo | 3 | -241/+7 |
2011-05-02 | x86, NUMA: Initialize and use remap allocator from setup_node_bootmem() | Tejun Heo | 3 | -15/+34 |
2011-05-02 | x86-32, NUMA: Add @start and @end to init_alloc_remap() | Tejun Heo | 1 | -15/+14 |
2011-05-02 | x86, NUMA: Remove long 64bit assumption from numa.c | Tejun Heo | 1 | -23/+22 |
2011-05-02 | x86, NUMA: Enable build of generic NUMA init code on 32bit | Tejun Heo | 3 | -12/+7 |
2011-05-02 | x86, NUMA: Move NUMA init logic from numa_64.c to numa.c | Tejun Heo | 6 | -526/+539 |
2011-05-02 | x86-32, NUMA: Update numaq to use new NUMA init protocol | Tejun Heo | 3 | -24/+34 |
2011-05-02 | x86-32, NUMA: Replace srat_32.c with srat.c | Tejun Heo | 5 | -326/+24 |
2011-05-02 | x86-32, NUMA: implement temporary NUMA init shims | Tejun Heo | 3 | -3/+37 |
2011-05-02 | x86, NUMA: Move numa_nodes_parsed to numa.[hc] | Tejun Heo | 4 | -6/+2 |
2011-05-02 | x86-32, NUMA: Move get_memcfg_numa() into numa_32.c | Tejun Heo | 2 | -19/+10 |
2011-05-02 | x86, NUMA: make srat.c 32bit safe | Tejun Heo | 1 | -2/+2 |
2011-05-02 | x86, NUMA: rename srat_64.c to srat.c | Tejun Heo | 2 | -1/+4 |
2011-05-02 | x86, NUMA: trivial cleanups | Tejun Heo | 5 | -13/+1 |
2011-05-02 | x86-32, NUMA: use sparse_memory_present_with_active_regions() | Tejun Heo | 4 | -10/+2 |
2011-05-02 | x86-32, NUMA: Make apic->x86_32_numa_cpu_node() optional | Tejun Heo | 7 | -39/+9 |
2011-05-02 | x86, NUMA: Unify 32/64bit numa_cpu_node() implementation | Tejun Heo | 6 | -23/+19 |
2011-05-02 | x86-32, NUMA: Automatically set apicid -> node in setup_local_APIC() | Tejun Heo | 1 | -0/+10 |
2011-05-02 | x86-64, NUMA: simplify nodedata allocation | Tejun Heo | 1 | -36/+17 |
2011-05-02 | x86-64, NUMA: trivial cleanups for setup_node_bootmem() | Tejun Heo | 1 | -29/+23 |
2011-05-02 | x86-64, NUMA: Simplify hotadd memory handling | Tejun Heo | 3 | -86/+22 |
2011-05-02 | Merge branch 'x86/urgent' into x86-mm | Tejun Heo | 3115 | -11500/+12714 |
2011-05-02 | Merge branch 'x86/numa' into x86-mm | Tejun Heo | 192 | -1018/+1381 |
2011-05-01 | x86, NUMA: Fix empty memblk detection in numa_cleanup_meminfo() | Yinghai Lu | 1 | -1/+1 |
2011-05-01 | x86, AMD: Fix APIC timer erratum 400 affecting K8 Rev.A-E processors | Boris Ostrovsky | 1 | -1/+1 |
2011-04-30 | Merge branch 'fixes-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -1/+47 |
2011-04-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 | Linus Torvalds | 4 | -13/+38 |
2011-04-29 | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 4 | -11/+53 |
2011-04-29 | Merge branch 'timer-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -6/+7 |
2011-04-29 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 5 | -11/+11 |
2011-04-29 | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 5 | -41/+63 |
2011-04-29 | workqueue: fix deadlock in worker_maybe_bind_and_lock() | Tejun Heo | 1 | -1/+7 |
2011-04-29 | Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 12 | -18/+56 |
2011-04-29 | hwmon: (lm85) Fix error paths in probe function | Jean Delvare | 1 | -2/+2 |
2011-04-29 | hwmon: (lm85) Add missing list terminators | Jean Delvare | 1 | -0/+2 |
2011-04-29 | hwmon: (adm1021) Clarify documentation regarding Xeon processors | Jean Delvare | 2 | -19/+20 |
2011-04-29 | hwmon: (lm90) Fix update interval information in driver documentation | Guenter Roeck | 1 | -3/+3 |
2011-04-29 | hwmon: (lm90) Add support for ADT7461A and NCT1008 | Guenter Roeck | 3 | -17/+36 |
2011-04-29 | hrtimer: Initialize CLOCK_ID to HRTIMER_BASE table statically | Thomas Gleixner | 1 | -5/+5 |
2011-04-29 | ioremap: Delay sanity check until after a successful mapping | Tim Gardner | 1 | -7/+7 |
2011-04-28 | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds | 9 | -8/+49 |
2011-04-28 | Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/ge... | Linus Torvalds | 1 | -0/+2 |
2011-04-28 | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 15 | -120/+163 |
2011-04-28 | mm: check if PTE is already allocated during page fault | Mel Gorman | 1 | -1/+1 |
2011-04-28 | kernel/watchdog.c: disable nmi perf event in the error path of enabling watchdog | Hillf Danton | 1 | -1/+4 |
2011-04-28 | um: adjust current_thread_info() for newer gcc versions | Richard Weinberger | 1 | -1/+4 |
2011-04-28 | uml: fix hppfs build | Randy Dunlap | 1 | -1/+1 |