summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-02x86, NUMA: Make numa_init_array() staticTejun Heo
2011-05-02x86, NUMA: Make 32bit use common NUMA init pathTejun Heo
2011-05-02x86, NUMA: Initialize and use remap allocator from setup_node_bootmem()Tejun Heo
2011-05-02x86-32, NUMA: Add @start and @end to init_alloc_remap()Tejun Heo
2011-05-02x86, NUMA: Remove long 64bit assumption from numa.cTejun Heo
2011-05-02x86, NUMA: Enable build of generic NUMA init code on 32bitTejun Heo
2011-05-02x86, NUMA: Move NUMA init logic from numa_64.c to numa.cTejun Heo
2011-05-02x86-32, NUMA: Update numaq to use new NUMA init protocolTejun Heo
2011-05-02x86-32, NUMA: Replace srat_32.c with srat.cTejun Heo
2011-05-02x86-32, NUMA: implement temporary NUMA init shimsTejun Heo
2011-05-02x86, NUMA: Move numa_nodes_parsed to numa.[hc]Tejun Heo
2011-05-02x86-32, NUMA: Move get_memcfg_numa() into numa_32.cTejun Heo
2011-05-02x86, NUMA: make srat.c 32bit safeTejun Heo
2011-05-02x86, NUMA: rename srat_64.c to srat.cTejun Heo
2011-05-02x86, NUMA: trivial cleanupsTejun Heo
2011-05-02x86-32, NUMA: use sparse_memory_present_with_active_regions()Tejun Heo
2011-05-02x86-32, NUMA: Make apic->x86_32_numa_cpu_node() optionalTejun Heo
2011-05-02x86, NUMA: Unify 32/64bit numa_cpu_node() implementationTejun Heo
2011-05-02x86-32, NUMA: Automatically set apicid -> node in setup_local_APIC()Tejun Heo
2011-05-02x86-64, NUMA: simplify nodedata allocationTejun Heo
2011-05-02x86-64, NUMA: trivial cleanups for setup_node_bootmem()Tejun Heo
2011-05-02x86-64, NUMA: Simplify hotadd memory handlingTejun Heo
2011-05-02Merge branch 'x86/urgent' into x86-mmTejun Heo
2011-05-02Merge branch 'x86/numa' into x86-mmTejun Heo
2011-05-01x86, NUMA: Fix empty memblk detection in numa_cleanup_meminfo()Yinghai Lu
2011-05-01x86, AMD: Fix APIC timer erratum 400 affecting K8 Rev.A-E processorsBoris Ostrovsky
2011-04-30Merge branch 'fixes-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-04-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds
2011-04-29Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-04-29Merge branch 'timer-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-04-29Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-04-29Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2011-04-29workqueue: fix deadlock in worker_maybe_bind_and_lock()Tejun Heo
2011-04-29Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-04-29hwmon: (lm85) Fix error paths in probe functionJean Delvare
2011-04-29hwmon: (lm85) Add missing list terminatorsJean Delvare
2011-04-29hwmon: (adm1021) Clarify documentation regarding Xeon processorsJean Delvare
2011-04-29hwmon: (lm90) Fix update interval information in driver documentationGuenter Roeck
2011-04-29hwmon: (lm90) Add support for ADT7461A and NCT1008Guenter Roeck
2011-04-29hrtimer: Initialize CLOCK_ID to HRTIMER_BASE table staticallyThomas Gleixner
2011-04-29ioremap: Delay sanity check until after a successful mappingTim Gardner
2011-04-28Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds
2011-04-28Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/ge...Linus Torvalds
2011-04-28Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds
2011-04-28mm: check if PTE is already allocated during page faultMel Gorman
2011-04-28kernel/watchdog.c: disable nmi perf event in the error path of enabling watchdogHillf Danton
2011-04-28um: adjust current_thread_info() for newer gcc versionsRichard Weinberger
2011-04-28uml: fix hppfs buildRandy Dunlap
2011-04-28um: mdd support for 64 bit atomic operationsRichard Weinberger
2011-04-28oom: use pte pages in OOM scoreKOSAKI Motohiro