aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | netxen: fix rx dropped statsDhananjay Phadke2008-03-254-45/+3
| * | | | | | | | netxen: remove low level tx lockDhananjay Phadke2008-03-254-157/+43
| * | | | | | | | netxen: napi and irq cleanupDhananjay Phadke2008-03-254-163/+48
| * | | | | | | | netxen: improve msi supportDhananjay Phadke2008-03-256-33/+43
| * | | | | | | | smc91x: fix build breakage from the SMC_GET_MAC_ADDR API upgradeBryan Wu2008-03-251-4/+4
| * | | | | | | | ixgb: remove unused variableJulia Lawall2008-03-251-2/+0
| * | | | | | | | e100: endianness annotationsAl Viro2008-03-251-1/+1
| * | | | | | | | igb trivial annotationsAl Viro2008-03-253-69/+72
| * | | | | | | | igb: endianness fixAl Viro2008-03-251-2/+2
| * | | | | | | | bonding: update versionJay Vosburgh2008-03-251-2/+2
| * | | | | | | | bonding: Fix sysfs attribute handlingLibor Pechacek2008-03-251-2/+1
| * | | | | | | | bonding: fix two compiler warningsJay Vosburgh2008-03-252-6/+2
| * | | | | | | | bonding: Fix locking in 802.3ad modeJay Vosburgh2008-03-251-2/+2
| * | | | | | | | smctr.c: fix logical-bitwise-or confusionJay Schulist2008-03-251-1/+1
| * | | | | | | | [IPSEC]: Fix inter address family IPsec tunnel handling.Kazunori MIYAZAWA2008-03-2410-21/+113
| * | | | | | | | [NEIGH]: Fix race between pneigh deletion and ipv6's ndisc_recv_ns (v3).Pavel Emelyanov2008-03-243-4/+45
| |/ / / / / / /
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-03-2624-149/+427
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | [SPARC64]: Define TASK_SIZE_OF()David S. Miller2008-03-261-0/+3
| * | | | | | | [SPARC64]: flush_ptrace_access() needs preemption disable.David S. Miller2008-03-261-0/+4
| * | | | | | | [SPARC64]: Update defconfig.David S. Miller2008-03-261-4/+8
| * | | | | | | [SPARC64]: Fix allnoconfig build, ptrace.c missing CONFIG_COMPAT checks.David S. Miller2008-03-261-0/+6
| * | | | | | | [SPARC64]: Fix __get_cpu_var in preemption-enabled area.David S. Miller2008-03-261-1/+2
| * | | | | | | [SPARC64]: Fix sparse warnings in arch/sparc64/kernel/signal.cDavid S. Miller2008-03-263-0/+16
| * | | | | | | [SPARC64]: Fix most sparse warnings in arch/sparc64/kernel/sys_sparc.cDavid S. Miller2008-03-263-5/+56
| * | | | | | | [SPARC64]: Fix sparse warnings in arch/sparc64/kernel/time.cDavid S. Miller2008-03-264-31/+49
| * | | | | | | [SPARC64]: Fix sparse warnings in arch/sparc64/kernel/ptrace.cDavid S. Miller2008-03-262-3/+13
| * | | | | | | [SPARC64]: Fix sparse warnings in arch/sparc64/kernel/irq.cDavid S. Miller2008-03-263-19/+30
| * | | | | | | [SPARC64]: Fix sparse warnings in arch/sparc64/kernel/iommu.cDavid S. Miller2008-03-261-4/+4
| * | | | | | | [SPARC64]: Fix sparse errors in arch/sparc64/kernel/traps.cDavid S. Miller2008-03-265-70/+167
| * | | | | | | [SPARC64]: Fix sparse warnings in arch/sparc64/kernel/{cpu,setup}.cDavid S. Miller2008-03-255-7/+26
| * | | | | | | [SPARC64]: Adjust {TLBTEMP,TSBMAP}_BASE.David S. Miller2008-03-251-5/+5
| * | | | | | | [SPARC64]: Make save_stack_trace() more efficient.David S. Miller2008-03-243-1/+39
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-03-2611-44/+70
|\ \ \ \ \ \ \ \
| * | | | | | | | x86: fix performance drop for glxSuresh Siddha2008-03-263-2/+8
| * | | | | | | | x86: fix trim mtrr not to setup_memory two timesYinghai Lu2008-03-262-6/+4
| * | | | | | | | x86: GEODE: add missing module.h includeAndres Salomon2008-03-261-0/+1
| * | | | | | | | x86, cpufreq: fix Speedfreq-SMI call that clobbers ECXStephan Diestelhorst2008-03-261-15/+24
| * | | | | | | | x86: fix memoryless node oops during bootYinghai Lu2008-03-261-1/+1
| * | | | | | | | x86: add dmi quirk for io_delayIngo Molnar2008-03-261-0/+8
| * | | | | | | | x86: convert mtrr/generic.c to kernel-docRandy Dunlap2008-03-261-19/+23
| * | | | | | | | x86: Documentation/i386/IO-APIC.txt: fix descriptionNick Andrew2008-03-261-1/+1
* | | | | | | | | hugetlb: fix potential livelock in return_unused_surplus_hugepages()Nishanth Aravamudan2008-03-261-1/+10
* | | | | | | | | hugetlb: indicate surplus huge page counts in per-node meminfoNishanth Aravamudan2008-03-261-2/+4
* | | | | | | | | kprobes: MAINTAINERS updateMasami Hiramatsu2008-03-261-0/+2
|/ / / / / / / /
* | | | | | | | Merge branch 'slab-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2008-03-262-2/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | slab: fix cache_cache bootstrap in kmem_cache_init()Daniel Yeisley2008-03-261-2/+2
| * | | | | | | | count_partial() is not used if !SLUB_DEBUG and !CONFIG_SLABINFOChristoph Lameter2008-03-261-0/+2
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/tglx/l...Linus Torvalds2008-03-264-2/+59
|\ \ \ \ \ \ \ \
| * | | | | | | | NOHZ: reevaluate idle sleep length after add_timer_on()Thomas Gleixner2008-03-263-1/+58
| * | | | | | | | clocksource: revert: use init_timer_deferrable for clocksource_watchdogThomas Gleixner2008-03-251-1/+1
| | |_|_|/ / / / | |/| | | | | |