aboutsummaryrefslogtreecommitdiffstats
path: root/init/do_mounts.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-30relayfs: replace BUG() with WARN_ON() in relay_late_setup_files()Ingo Molnar1-3/+1
2008-12-30kmemtrace: move #include linesIngo Molnar2-2/+2
2008-12-29kmemtrace: add missing newlineVegard Nossum1-1/+1
2008-12-29kmemtrace: remove config option for enabling tracing at bootPekka Enberg3-14/+4
2008-12-29kmemtrace: allow kmemtrace to be enabled after bootPekka Enberg1-13/+13
2008-12-29kmemtrace: remove unnecessary castsPekka Enberg1-4/+3
2008-12-29kmemtrace: SLUB hooks for caller-tracking functions.Eduard - Gabriel Munteanu1-2/+17
2008-12-29kmemtrace: Better alternative to "kmemtrace: fix printk format warnings".Eduard - Gabriel Munteanu1-1/+2
2008-12-29kmemtrace: Fix typos in documentation.Eduard - Gabriel Munteanu2-2/+2
2008-12-29kmemtrace: SLUB hooks.Eduard - Gabriel Munteanu2-9/+109
2008-12-29kmemtrace: SLOB hooks.Eduard - Gabriel Munteanu2-10/+36
2008-12-29kmemtrace: SLAB hooks.Eduard - Gabriel Munteanu2-16/+123
2008-12-29kmemtrace: Additional documentation.Eduard - Gabriel Munteanu2-0/+197
2008-12-29kmemtrace: Core implementation.Eduard - Gabriel Munteanu7-0/+467
2008-12-29SLUB: Replace __builtin_return_address(0) with _RET_IP_.Eduard - Gabriel Munteanu3-32/+32
2008-12-28net: ehea NAPI interface cleanup fixStephen Rothwell2-2/+2
2008-12-28cifs: update for new IP4/6 address printingStephen Rothwell1-4/+4
2008-12-29powerpc/44x: Support 16K/64K base page sizes on 44xIlya Yanok10-48/+130
2008-12-29powerpc: 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-27net: Allow dependancies of FDDI & Tokenring to be modular.Dave Jones2-2/+2
2008-12-26igb: Fix build warning when DCA is disabled.David S. Miller1-2/+1
2008-12-26net: 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-26tracing/function-graph-tracer: strip ending newlines on commentsFrederic Weisbecker1-0/+6
2008-12-26ixgbe: Fix set_ringparam in ixgbe to use the same memory pools.Peter P Waskiewicz Jr1-34/+30
2008-12-26ixgbe: Fix NAPI enable/disable path when using DCBPeter P Waskiewicz Jr2-5/+10