summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-08-048-250/+215
|\ \ \ \
| * | | | [PATCH] myri10ge - Fix spurious invokations of the watchdog reset handlerBrice Goglin2006-08-031-1/+4
| * | | | [PATCH] myri10ge - Write the firmware in 256-bytes chunksBrice Goglin2006-08-031-12/+7
| * | | | [PATCH] Stop calling phy_stop_interrupts() twiceSergei Shtylylov2006-08-031-6/+2
| * | | | [PATCH] s2io driver bug fixes #2Ananda Raju2006-08-032-135/+98
| * | | | [PATCH] s2io driver bug fixes #1Ananda Raju2006-08-032-78/+85
| * | | | Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik2006-08-034-18/+19
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | [PATCH] zd1211rw: Packet filter fix for managed (STA) modeUlrich Kunitz2006-08-023-9/+6
| | * | | [PATCH] zd1211rw: Fixed endianess issue with length info tag detectionUlrich Kunitz2006-08-021-3/+3
| | * | | [PATCH] zd1211rw: Remove bogus assertDaniel Drake2006-08-021-1/+0
| | * | | [PATCH] zd1211rw: Fix software encryption/decryptionDaniel Drake2006-08-021-2/+3
| | * | | [PATCH] zd1211rw: Pass more management frame types up to hostDaniel Drake2006-08-022-3/+7
| | * | | [PATCH] zd1211rw: Fixes radiotap headerUlrich Kunitz2006-08-021-4/+4
| | |/ /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2006-08-0411-41/+49
|\ \ \ \
| * | | | PNP: Add missing casts in printk() argumentsPierre Ossman2006-08-031-6/+6
| * | | | PCI: docking station: remove dock ueventsKristen Carlson Accardi2006-08-033-13/+6
| * | | | PCI: Unhide the SMBus on Asus PU-DLSJean Delvare2006-08-032-0/+8
| * | | | PCI Hotplug: add acpiphp to MAINTAINERSKristen Carlson Accardi2006-08-033-3/+8
| * | | | PCI: pci/search: EXPORTs cannot be __devinitRandy Dunlap2006-08-031-1/+1
| * | | | PCIE: cleanup on probe errorRandy Dunlap2006-08-031-1/+3
| * | | | pcie: fix warnings when CONFIG_PM=nHenrik Kretzschmar2006-08-031-17/+17
| |/ / /
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2006-08-0318-120/+128
|\ \ \ \ | |/ / / |/| | |
| * | | [IA64] fix show_mem for VIRTUAL_MEM_MAP+FLATMEMBob Picco2006-08-034-68/+72
| * | | [IA64] align high endpoint of VIRTUAL_MEM_MAPBob Picco2006-08-032-2/+4
| * | | [PATCH] Fix RAID5 + IA64 compilePrarit Bhargava2006-08-032-2/+2
| * | | [IA64] Don't alloc empty frame in ia64_switch_mode_physZou Nan hai2006-08-031-2/+0
| * | | [IA64] Do not assume output registers be reservered.Zou Nan hai2006-08-031-9/+9
| * | | [IA64] add platform check to snsc driver initGreg Edwards2006-08-031-1/+6
| * | | [IA64] sparse cleanupsKeith Owens2006-08-036-13/+13
| * | | [IA64] Fix breakage in simscsi.cTony Luck2006-07-311-2/+2
| * | | [IA64] Format /proc/pal/*/version_info correctlyMatthew Wilcox2006-07-312-21/+20
* | | | IB/uverbs: Avoid a crash on device hot removeJack Morgenstein2006-08-032-1/+9
* | | | IB/ipoib: Remove broken link from Kconfig and documentationOr Gerlitz2006-08-032-4/+1
* | | | IB/srp: Work around data corruption bug on Mellanox targetsIshai Rabinovitz2006-08-031-2/+15
* | | | IB/srp: Fix crash in srp_reconnect_targetIshai Rabinovitz2006-08-031-0/+2
* | | | IB/cm: Fix error handling in ib_send_cm_reqSean Hefty2006-08-031-1/+3
* | | | IB/mthca: Clean up mthca array index maskRoland Dreier2006-08-031-8/+7
* | | | IB/mthca: Fix mthca_array_clear() thinkoMichael S. Tsirkin2006-08-031-1/+3
| |_|/ |/| |
* | | [PATCH] take filling ->pid, etc. out of audit_get_context()Al Viro2006-08-031-11/+12
* | | [PATCH] don't bother with aux entires for dummy contextAl Viro2006-08-033-16/+16
* | | [PATCH] mark context of syscall entered with no rules as dummyAl Viro2006-08-032-2/+10
* | | [PATCH] introduce audit rules counterAl Viro2006-08-033-0/+29
* | | [PATCH] fix audit oops with invalid operatorAmy Griffis2006-08-031-0/+2
* | | [PATCH] fix oops with CONFIG_AUDIT and !CONFIG_AUDITSYSCALLAmy Griffis2006-08-031-3/+1
* | | [PATCH] fix missed create event for directory auditAmy Griffis2006-08-034-11/+21
* | | [PATCH] fix faulty inode data collection for open() with O_CREATAmy Griffis2006-08-033-22/+50
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-08-0343-187/+632
|\ \ \
| * | | [NET]: Fix more per-cpu typosAlexey Dobriyan2006-08-033-4/+4
| * | | [SECURITY]: Fix build with CONFIG_SECURITY disabled.David S. Miller2006-08-021-1/+0
| * | | [I/OAT]: Remove CPU hotplug lock from net_dma_rebalanceChris Leech2006-08-021-5/+0