summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tpm: remove use of __devinitBill Pemberton2012-11-284-5/+5
* lib: kobject_uevent is no longer dependant on CONFIG_HOTPLUGBill Pemberton2012-11-281-2/+1Star
* kernel/ksysfs.c: remove CONFIG_HOTPLUG ifdefsBill Pemberton2012-11-281-4/+1Star
* sysctl: remove CONFIG_HOTPLUG ifdefsBill Pemberton2012-11-281-2/+2
* kobject: remove CONFIG_HOTPLUG ifdefsBill Pemberton2012-11-281-18/+0Star
* driver core: remove CONFIG_HOTPLUG ifdefsBill Pemberton2012-11-281-14/+0Star
* pnpbios: remove CONFIG_HOTPLUG ifdefsBill Pemberton2012-11-281-13/+7Star
* Documentation:Update Documentation/zh_CN/arm64/memory.txtFu Wei2012-11-271-6/+6
* sysfs: Mark sysfs_attr_ns staticJosh Triplett2012-11-271-2/+2
* drivers/base/core.c: Mark to_root_device staticJosh Triplett2012-11-271-1/+1
* driver core: use initcall_debug to control shutdown infoShuoX Liu2012-11-271-2/+4
* Documentation: Chinese translation of Documentation/arm/kernel_user_helpers.txtFu Wei2012-11-161-0/+284
* fs/debugsfs: remove unnecessary inode->i_private initializationYan Hong2012-11-161-1/+0Star
* driver: platform: fix documentation for platform_get_irq_bynameWolfram Sang2012-11-161-1/+1
* firmware loader: document firmware cache mechanismMing Lei2012-11-152-0/+10
* firmware loader: introduce module parameter to customize(v4) fw search pathMing Lei2012-11-152-1/+21
* firmware: use noinline_for_stackCesar Eduardo Barros2012-11-151-1/+1
* firmware loader: Fix the concurrent request_firmware() race for kref_get/putChuansheng Liu2012-11-151-2/+4
* firmware loader: Fix the race FW_STATUS_DONE is followed by class_timeoutChuansheng Liu2012-11-151-8/+16
* Merge 3.7-rc5 into driver-core-nextGreg Kroah-Hartman2012-11-15388-2313/+3861
|\
| * Linux 3.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/+1Star
| | * net: usb: cdc_eem: Fix rx skb allocation for 802.1Q VLANsIan Coolidge2012-11-081-1/+2
| | * usb: gadget: g_ether: fix frame size check for 802.1QIan Coolidge2012-11-081-1/+2
| | * cxgb4: Fix initialization of SGE_CONTROL registerVipul Pandya2012-11-081-1/+1
| | * isdn: Make CONFIG_ISDN depend on CONFIG_NETDEVICESLee Jones2012-11-083-6/+2Star
| | * 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/+0Star
| * | 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-109-8/+24
| | * | sparc: Support atomic64_dec_if_positive properly.David S. Miller2012-11-104-2/+20
| | * | of/address: sparc: Declare of_address_to_resource() as an extern function for...Andreas Larsson2012-11-102-0/+7
| | * | sparc32, leon: Check for existent irq_map entry in leon_handle_ext_irqAndreas Larsson2012-11-101-2/+4
| | * | sparc: Add sparc support for platform_get_irq()Andreas Larsson2012-11-101-0/+7
| | * | sparc: Allow OF_GPIO on sparc.David S. Miller2012-11-071-1/+1
| | * | qlogicpti: Fix build warning.David S. Miller2012-10-281-12/+1Star