summaryrefslogtreecommitdiffstats
path: root/mm/pagewalk.c (unfollow)
Commit message (Expand)AuthorFilesLines
2008-12-29cpumask: use new cpumask API in drivers/infiniband/hw/ipathRusty Russell1-4/+4
2008-12-29cpumask: use new cpumask API in drivers/infiniband/hw/ehcaRusty Russell1-5/+5
2008-12-29cpumask: use for_each_online_cpu() in drivers/infiniband/hw/ehca/ehca_irq.cRusty Russell1-4/+3
2008-12-29cpumask: arch_send_call_function_ipi_mask: coreRusty Russell1-1/+7
2008-12-29cpumask: smp_call_function_many()Rusty Russell2-97/+57
2008-12-29cpumask: make set_cpu_*/init_cpu_* out-of-lineRusty Russell2-46/+54
2008-12-29cpumask: make cpumask.h eat its own dogfood.Rusty Russell1-37/+38
2008-12-29cpumask: switch over to cpu_online/possible/active/present_mask: coreRusty Russell2-72/+52
2008-12-29bitmap: fix seq_bitmap and seq_cpumask to take const pointerRusty Russell2-3/+5
2008-12-29bitmap: test for constant as well as small size for inline versionsRusty Russell1-16/+19
2008-12-29cpumask: make CONFIG_NR_CPUS always valid.Rusty Russell1-8/+8
2008-12-29net: ehea NAPI interface cleanup fixStephen Rothwell2-2/+2
2008-12-29cifs: update for new IP4/6 address printingStephen Rothwell1-4/+4
2008-12-28powerpc/44x: Support 16K/64K base page sizes on 44xIlya Yanok10-48/+130
2008-12-28powerpc: Force memory size to be a multiple of PAGE_SIZEHollis Blanchard1-1/+15
2008-12-28m68k: use the new byteorder headersHarvey Harrison1-11/+5
2008-12-28fbcon: Protect free_irq() by MACH_IS_ATARI checkGeert Uytterhoeven1-1/+2
2008-12-28fbcon: remove broken mac vbl handlerFinn Thain1-72/+3
2008-12-28m68k: fix trigraph ignored warning in setox.SFinn Thain1-2/+2
2008-12-28macfb annotations and compiler warning fixFinn Thain1-16/+16
2008-12-28m68k: mac baboon interrupt enable/disableFinn Thain2-15/+35
2008-12-28m68k: machw.h cleanupFinn Thain12-33/+0
2008-12-28m68k: Mac via cleanup and commentryFinn Thain1-47/+32
2008-12-28m68k: Reinstate mac rtcFinn Thain2-9/+10
2008-12-28net: Allow dependancies of FDDI & Tokenring to be modular.Dave Jones2-2/+2
2008-12-27igb: Fix build warning when DCA is disabled.David S. Miller1-2/+1
2008-12-27net: Fix warning fallout from recent NAPI interface changes.David S. Miller11-14/+0
2008-12-26gro: Fix potential use after freeHerbert Xu1-1/+4
2008-12-26sfc: If AN is enabled, always read speed/duplex from the AN advertising bitsBen Hutchings1-7/+10
2008-12-26sfc: When disabling the NIC, close the device rather than unregistering itBen Hutchings1-24/+23
2008-12-26sfc: SFT9001: Add cable diagnosticsBen Hutchings1-8/+107
2008-12-26sfc: Add support for multiple PHY self-testsBen Hutchings5-15/+44
2008-12-26sfc: Merge top-level functions for self-testsBen Hutchings3-55/+48
2008-12-26sfc: Clean up PHY mode management in loopback self-testBen Hutchings1-12/+7
2008-12-26sfc: Fix unreliable link detection in some loopback modesBen Hutchings3-13/+24
2008-12-26sfc: Generate unique names for per-NIC workqueuesBen Hutchings2-1/+6
2008-12-26802.3ad: use standard ethhdr instead of ad_headerHolger Eitzenberger2-18/+8
2008-12-26802.3ad: generalize out mac address initializerHolger Eitzenberger2-11/+14
2008-12-26802.3ad: initialize ports LACPDU from const initializerHolger Eitzenberger1-49/+12
2008-12-26802.3ad: remove typedef around ad_systemHolger Eitzenberger1-3/+3
2008-12-26802.3ad: turn ports is_individual into a boolHolger Eitzenberger2-4/+4
2008-12-26802.3ad: turn ports is_enabled into a boolHolger Eitzenberger2-4/+5
2008-12-26802.3ad: make ntt boolHolger Eitzenberger2-11/+13
2008-12-26cpumask: Replace cpu_coregroup_map with cpu_coregroup_maskRusty Russell2-5/+5
2008-12-26cpumask: cpu_coregroup_mask(): s390Rusty Russell2-0/+6
2008-12-26cpumask: cpu_coregroup_mask(): sparcRusty Russell1-0/+1
2008-12-26cpumask: cpu_coregroup_mask(): x86Rusty Russell2-3/+9
2008-12-26cpumask: alpha: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_t...Rusty Russell2-0/+22
2008-12-26cpumask: Mips: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_to...Rusty Russell1-1/+3
2008-12-26cpumask: IA64: Introduce cpumask_of_{node,pcibus} to replace {node,pcibus}_to...Rusty Russell4-29/+30