summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* NVMe: Free cmdid on nvme_submit_bio errorKeith Busch2012-11-131-2/+5
* Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-11-122-0/+6
|\
| * KVM: x86: invalid opcode oops on SET_SREGS with OSXSAVE bit set (CVE-2012-4461)Petr Matousek2012-11-122-0/+6
* | Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mturquette/linuxLinus Torvalds2012-11-121-4/+46
|\ \
| * | clk: ux500: Register slimbus clock lookups for u8500Ulf Hansson2012-11-121-2/+3
| * | clk: ux500: Update rtc clock lookup for u8500Ulf Hansson2012-11-121-1/+1
| * | clk: ux500: Register msp clock lookups for u8500Ulf Hansson2012-11-121-0/+18
| * | clk: ux500: Register ssp clock lookups for u8500Ulf Hansson2012-11-121-0/+6
| * | clk: ux500: Register i2c clock lookups for u8500Ulf Hansson2012-11-121-1/+18
* | | Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds2012-11-125-14/+106
|\ \ \
| * | | menuconfig: Replace CIRCLEQ by list_head-style lists.Benjamin Poirier2012-10-255-14/+106
* | | | Merge branch 'fixes-for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-11-121-21/+0
|\ \ \ \
| * | | | ledtrig-cpu: kill useless mutex to fix sleep in atomic contextNathan Lynch2012-11-111-21/+0
| | |/ / | |/| |
* | | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-11-121-19/+22
|\ \ \ \ | |/ / / |/| | |
| * | | futex: Handle futex_pi OWNER_DIED take over correctlyThomas Gleixner2012-11-011-19/+22
* | | | Linux 3.7-rc5v3.7-rc5Linus Torvalds2012-11-111-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-11-1025-66/+131
|\ \ \ \
| * | | | gre6: fix rtnl dump messagesNicolas Dichtel2012-11-091-4/+4
| * | | | gianfar: ethernet vanishes after restoring from hibernationWang Dongsheng2012-11-091-1/+4
| * | | | usbnet: ratelimit kevent may have been dropped warningsSteve Glendinning2012-11-091-3/+5
| * | | | ipv6: send unsolicited neighbour advertisements to all-nodesHannes Frederic Sowa2012-11-091-2/+1
| * | | | net: usb: cdc_eem: Fix rx skb allocation for 802.1Q VLANsIan Coolidge2012-11-071-1/+2
| * | | | usb: gadget: g_ether: fix frame size check for 802.1QIan Coolidge2012-11-071-1/+2
| * | | | cxgb4: Fix initialization of SGE_CONTROL registerVipul Pandya2012-11-071-1/+1
| * | | | isdn: Make CONFIG_ISDN depend on CONFIG_NETDEVICESLee Jones2012-11-073-6/+2
| * | | | cxgb4: Initialize data structures before using.Vipul Pandya2012-11-071-0/+4
| * | | | af-packet: fix oops when socket is not presentEric Leblond2012-11-071-1/+1
| * | | | pkt_sched: enable QFQ to support TSO/GSOPaolo Valente2012-11-071-30/+79
| * | | | net: inet_diag -- Return error code if protocol handler is missedCyrill Gorcunov2012-11-041-1/+4
| * | | | net: bnx2x: Fix typo in bnx2x driverMasanari Iida2012-11-032-3/+3
| * | | | smsc95xx: fix tx checksum offload for big endianSteve Glendinning2012-11-031-0/+1
| * | | | rtnetlink: Use nlmsg type RTM_NEWNEIGH from dflt fdb dumpJohn Fastabend2012-11-031-1/+2
| * | | | ptp: update adjfreq callback descriptionJacob Keller2012-11-031-1/+2
| * | | | r8169: allow multicast packets on sub-8168f chipset.Nathan Walp2012-11-031-0/+3
| * | | | r8169: Fix WoL on RTL8168d/8111d.Cyril Brulebois2012-11-031-0/+2
| * | | | drivers/net: use tasklet_kill in device remove/close processXiaotian Feng2012-11-035-9/+9
| * | | | tipc: do not use tasklet_disable before tasklet_killXiaotian Feng2012-11-031-1/+0
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2012-11-1038-97/+291
|\ \ \ \ \
| * | | | | sparc64: Fix build with mix of modular vs. non-modular crypto drivers.David S. Miller2012-11-099-8/+24
| * | | | | sparc: Support atomic64_dec_if_positive properly.David S. Miller2012-11-094-2/+20
| * | | | | of/address: sparc: Declare of_address_to_resource() as an extern function for...Andreas Larsson2012-11-092-0/+7
| * | | | | sparc32, leon: Check for existent irq_map entry in leon_handle_ext_irqAndreas Larsson2012-11-091-2/+4
| * | | | | sparc: Add sparc support for platform_get_irq()Andreas Larsson2012-11-091-0/+7
| * | | | | sparc: Allow OF_GPIO on sparc.David S. Miller2012-11-061-1/+1
| * | | | | qlogicpti: Fix build warning.David S. Miller2012-10-281-12/+1
| * | | | | sparc: Wire up sys_kcmp.David S. Miller2012-10-283-3/+5
| * | | | | sparc64: Improvde documentation and readability of atomic backoff code.David S. Miller2012-10-285-10/+55
| * | | | | sparc64: Use pause instruction when available.David S. Miller2012-10-275-16/+62
| * | | | | sparc64: Fix cpu strand yielding.David S. Miller2012-10-272-2/+8
| * | | | | sparc64: Make montmul/montsqr/mpmul usable in 32-bit threads.David S. Miller2012-10-2613-61/+117
OpenPOWER on IntegriCloud