summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ACPI: add newline in power.c messageRandy Dunlap2012-11-151-1/+1
* ACPI: Make seemingly useless check in osl.c more understandableRafael J. Wysocki2012-11-151-8/+13
* ACPI: Add ACPI CPU hot-remove supportToshi Kani2012-11-151-10/+17
* ACPI: Export functions for hot-removeToshi Kani2012-11-152-0/+2
* ACPI: Add user space interface for identification objectsLv Zheng2012-11-151-0/+28
* ACPI: Add _UID support for ACPI devices.Lv Zheng2012-11-151-0/+4
* ACPI: move acpi_no_s4_hw_signature() declaration into #ifdef CONFIG_HIBERNATIONYuanhan Liu2012-11-151-1/+4
* ACPI / Sleep: add acpi_sleep=nonvs_s3 parameterKristen Carlson Accardi2012-11-153-1/+19
* ACPI: Remove unused lockable in acpi_device_flagsToshi Kani2012-11-152-7/+1
* ACPI: Fix stale pointer access to flags.lockableToshi Kani2012-11-151-1/+5
* ACPI: Fix a hard coding style when determining if a device is a container, v3Tang Chen2012-11-151-3/+14
* ACPI / x86: Add quirk for "CheckPoint P-20-00" to not use bridge _CRS_ infoFeng Tang2012-11-151-0/+10
* ACPI / processor: prevent cpu from becoming onlineYasuaki Ishimatsu2012-11-152-3/+19
* ACPI: strict_strtoul() and printk() cleanup in acpi_padJosh2012-11-151-4/+4
* ACPI: dock: Remove redundant ACPI NS walkToshi Kani2012-11-151-19/+7
* ACPI / EC: Don't count a SCI interrupt as a false oneFeng Tang2012-11-151-2/+6
* ACPI / EC: Add more debug info and trivial code cleanupFeng Tang2012-11-151-16/+21
* ACPI / EC: Cleanup the member name for spinlock/mutex in structFeng Tang2012-11-152-28/+28
* 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-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/+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-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/+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