summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | perf hists: Fixup addr snprintf width on 32 bit archesArnaldo Carvalho de Melo2010-08-051-2/+4
| | | * | | | | perf hists: Handle verbose in hists__sort_list_widthArnaldo Carvalho de Melo2010-08-051-0/+3
| | | * | | | | perf ui: Shorten ui_browser->refresh_entries to refreshArnaldo Carvalho de Melo2010-08-051-12/+12
| | | * | | | | perf ui: Add a map browserArnaldo Carvalho de Melo2010-08-051-2/+127
| | | * | | | | perf symbols: Store the symbol bindingArnaldo Carvalho de Melo2010-08-052-8/+23
| | * | | | | | oprofile: add support for Intel processor model 30Josh Hunt2010-08-051-0/+1
| | |/ / / / /
| * | | | | | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-08-132-299/+608
| |\ \ \ \ \ \
| | * | | | | | x86, UV: Initialize BAU MMRs only on hubs with cpusCliff Wickman2010-07-171-6/+10
| | * | | | | | x86, UV: Modularize BAU send and waitCliff Wickman2010-06-082-39/+44
| | * | | | | | x86, UV: BAU broadcast to the local hubCliff Wickman2010-06-082-85/+58
| | * | | | | | x86, UV: Correct BAU regular message typeCliff Wickman2010-06-081-14/+1
| | * | | | | | x86, UV: Remove BAU check for stay-busyCliff Wickman2010-06-082-24/+0
| | * | | | | | x86, UV: Correct BAU discovery of hubs and socketsCliff Wickman2010-06-081-18/+31
| | * | | | | | x86, UV: Correct BAU software acknowledgeCliff Wickman2010-06-081-9/+8
| | * | | | | | x86, UV: BAU structure rearrangingCliff Wickman2010-06-082-51/+51
| | * | | | | | x86, UV: Shorten access to BAU statistics structureCliff Wickman2010-06-082-8/+9
| | * | | | | | x86, UV: Disable BAU on network congestionCliff Wickman2010-06-082-3/+77
| | * | | | | | x86, UV: BAU tunables into a debugfs fileCliff Wickman2010-06-082-56/+278
| | * | | | | | x86, UV: Calculate BAU destination timeoutCliff Wickman2010-06-082-4/+59
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-08-1343-391/+428
| |\ \ \ \ \ \ \
| | * | | | | | | ctcm: rename READ/WRITE defines to avoid redefinitionsUrsula Braun2010-08-125-110/+118
| | * | | | | | | claw: rename READ/WRITE defines to avoid redefinitionsHeiko Carstens2010-08-122-61/+61
| | * | | | | | | phylib: available for any speed ethernetRandy Dunlap2010-08-112-2/+2
| | * | | | | | | can: add limit for nframes and clean up signed/unsigned variablesOliver Hartkopp2010-08-111-14/+27
| | * | | | | | | pkt_sched: Check .walk and .leaf class handlersJarek Poplawski2010-08-111-1/+1
| | * | | | | | | pkt_sched: Fix sch_sfq vs tc_modify_qdisc oopsJarek Poplawski2010-08-111-0/+6
| | * | | | | | | caif-spi: Bugfix SPI_DATA_POS settings were inverted.Sjur Braendeland2010-08-101-2/+2
| | * | | | | | | caif: Bugfix - Increase default headroom size for control channel.Sjur Braendeland2010-08-101-1/+1
| | * | | | | | | net: make netpoll_rx return bool for !CONFIG_NETPOLLJohn W. Linville2010-08-101-1/+1
| | * | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-08-1016-144/+102
| | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...John W. Linville2010-08-102-8/+7
| | | |\ \ \ \ \ \ \
| | | | * | | | | | | Bluetooth: Use 3-DH5 payload size for default ERTM max PDU sizeMat Martineau2010-08-101-1/+1
| | | | * | | | | | | Bluetooth: Fix incorrect setting of remote_tx_win for L2CAP ERTMMat Martineau2010-08-101-2/+0
| | | | * | | | | | | Bluetooth: Change default L2CAP ERTM retransmit timeoutMat Martineau2010-08-101-1/+1
| | | | * | | | | | | Bluetooth: Fix endianness issue with L2CAP MPS configurationMat Martineau2010-08-101-4/+5
| | | * | | | | | | | iwlagn: fix rts cts protectionJohannes Berg2010-08-0911-133/+87
| | | * | | | | | | | cfg80211: fix locking in action frame TXJohannes Berg2010-08-091-1/+7
| | | * | | | | | | | libertas: fix build break by including linux/sched.hJohn W. Linville2010-08-091-0/+1
| | | * | | | | | | | Revert "p54pci: Add PCI ID for SMC2802W"John W. Linville2010-08-091-2/+0
| | | |/ / / / / / /
| | * | | | | | | | net: Use NET_XMIT_SUCCESS where possible.Ben Greear2010-08-104-6/+6
| | * | | | | | | | isdn: mISDN: call pci_disable_device() if pci_probe() failedKulikov Vasiliy2010-08-101-1/+4
| | * | | | | | | | isdn: avm: call pci_disable_device() if pci_probe() failedKulikov Vasiliy2010-08-101-0/+1
| | * | | | | | | | isdn: avm: call pci_disable_device() if pci_probe() failedKulikov Vasiliy2010-08-101-0/+1
| | * | | | | | | | usbnet: rx_submit() should return an error code.David S. Miller2010-08-101-6/+16
| | * | | | | | | | pkt_sched: Add some basic qdisc class ops verification. Was: [PATCH] sfq: add...Jarek Poplawski2010-08-101-5/+17
| | * | | | | | | | pkt_sched: sch_sfq: Add dummy unbind_tcf and put handles. Was: [PATCH] sfq: a...Jarek Poplawski2010-08-101-0/+6
| | * | | | | | | | qlcnic: using too much stackDan Carpenter2010-08-101-6/+21
| | * | | | | | | | qlcnic: clean up qlcnic_init_pci_info()Dan Carpenter2010-08-101-22/+23
| | * | | | | | | | phy.c: fix kernel-doc warningsRandy Dunlap2010-08-101-1/+1
| | * | | | | | | | net/sock.h: add missing kernel-doc notationRandy Dunlap2010-08-101-1/+3
OpenPOWER on IntegriCloud