aboutsummaryrefslogtreecommitdiffstats
path: root/.mailmap (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-13cpumask: convert node_to_cpumask_map[] to cpumask_var_tRusty Russell1-1/+1
2009-03-13cpumask: remove x86 cpumask_t uses.Rusty Russell6-13/+13
2009-03-13cpumask: use cpumask_var_t in uv_flush_tlb_others.Rusty Russell1-2/+7
2009-03-13cpumask: remove cpumask_t assignment from vector_allocation_domain()Rusty Russell4-4/+8
2009-03-13cpumask: make Xen use the new operators.Rusty Russell1-2/+2
2009-03-13cpumask: clean up summit's send_IPI functionsRusty Russell1-7/+3
2009-03-13cpumask: use new cpumask functions throughout x86Rusty Russell9-27/+26
2009-03-13x86: unify cpu_callin_mask/cpu_callout_mask/cpu_initialized_mask/cpu_sibling_setup_maskRusty Russell2-30/+0
2009-03-13cpumask: convert struct cpuinfo_x86's llc_shared_map to cpumask_var_tRusty Russell2-8/+27
2009-03-13cpumask: convert node_to_cpumask_map[] to cpumask_var_tRusty Russell4-28/+24
2009-03-13x86: unify 32 and 64-bit node_to_cpumask_mapRusty Russell5-94/+83
2009-03-13cpumask: remove x86's node_to_cpumask now everyone uses cpumask_of_nodeRusty Russell2-67/+0
2009-03-13x86: arch_send_call_function_ipi_maskRusty Russell1-2/+3
2009-03-13cpumask: convert arch/x86/kernel/cpu/mcheck/mce_64.cRusty Russell1-4/+6
2009-03-13cpumask: x86: convert cpu_sibling_map/cpu_core_map to cpumask_var_tRusty Russell9-21/+32
2009-03-13cpumask: convert arch/x86/kernel/nmi.c's backtrace_mask to a cpumask_var_tRusty Russell1-5/+6
2009-03-13cpumask: convert c1e_mask in arch/x86/kernel/process.c to cpumask_var_t.Rusty Russell1-4/+6
2009-03-13cpumask: remove obsolete topology_core_siblings and topology_thread_siblings: x86Rusty Russell1-2/+0
2009-03-13cpumask: remove cpu_coregroup_map: x86Rusty Russell2-6/+0
2009-03-13cpumask: remove the now-obsoleted pcibus_to_cpumask(): x86Rusty Russell2-6/+0
2009-03-13cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALL.: x86Rusty Russell2-2/+2
2009-03-13cpumask: replace node_to_cpumask with cpumask_of_node.Rusty Russell8-17/+13
2009-03-13cpumask: use topology_core_cpumask/topology_thread_cpumask instead of cpu_core_map/cpu_sibling_mapRusty Russell2-5/+5
2009-03-12Linus 2.6.29-rc8Linus Torvalds1-1/+1
2009-03-12bitmap: fix end condition in bitmap_find_free_regionLinus Torvalds1-8/+8
2009-03-12trivial: fix bad links in the ext2 and ext3 documentationJody McIntyre2-7/+7
2009-03-12RDMA/nes: Don't allow userspace QPs to use STag zeroFaisal Latif3-5/+37
2009-03-12fs: new inode i_state corruption fixNick Piggin2-1/+15
2009-03-12memcg: use correct scan number at reclaimKOSAKI Motohiro1-1/+1
2009-03-12mfd: add support for WM8351 revision BMark Brown1-0/+5
2009-03-12acer-wmi: fix regression in backlight detectionMichael Spang1-1/+1
2009-03-12mmc: s3cmci: fix s3c2410_dma_config() arguments.Ben Dooks1-2/+1
2009-03-12MAINTAINERS: downgrade support for man-pagesMichael Kerrisk1-3/+1
2009-03-12ds2760_battery.c: fix division by zeroDaniel Mack1-4/+7
2009-03-12vfs: add missing unlock in sget()Li Zefan1-1/+4
2009-03-12pipe_rdwr_fasync: fix the error handling to prevent the leak/crashOleg Nesterov1-4/+4
2009-03-12drivers/w1/masters/w1-gpio.c: fix read_bit()Daniel Mack1-1/+1
2009-03-12uml: fix WARNING: vmlinux: 'memcpy' exported twiceakpm@linux-foundation.org1-1/+4
2009-03-12UML on UML fixed: it did not startRenzo Davoli1-0/+5
2009-03-12PCIe: portdrv: call pci_disable_device during removeAlex Chiang1-0/+1
2009-03-12pci: Fix typo in message while disabling HT MSI mappingPrakash Punnoor1-1/+1
2009-03-12pci: don't disable too many HT MSI mappingPrakash Punnoor1-0/+4
2009-03-12powerpc/pseries: The RPA PCI hotplug driver depends on EEHMichael Ellerman1-1/+1
2009-03-12PCIe: AER: during disable, check subordinate before walkingAlex Chiang1-0/+3
2009-03-12PCI: Add PCI quirk to disable L0s ASPM state for 82575 and 82598Alexander Duyck1-0/+25
2009-03-12hwmon: (f75375s) Remove unnecessary and confusing initializationAndrew Klossner1-1/+1
2009-03-12hwmon: (it87) Properly decode -128 degrees C temperatureJean Delvare1-4/+4
2009-03-12hwmon: (lm90) Document support for the MAX6648/6692 chipsDarrick J. Wong3-6/+16
2009-03-12hwmon: (abituguru3) Fix I/O error handlingJean Delvare1-2/+5
2009-03-12cpumask: mm_cpumask for accessing the struct mm_struct's cpu_vm_mask.Rusty Russell1-0/+3