summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | net: ucc_geth: make probe consistently acquire a reference to the phy nodeUwe Kleine-König2014-08-071-1/+1
| * | net: ucc_geth: drop acquired references in probe error path and removeUwe Kleine-König2014-08-071-1/+8
| * | net: fs_enet: fix reference counting for phy_nodeUwe Kleine-König2014-08-071-1/+1
| * | net: bcmgenet: fix reference counting for phy nodeUwe Kleine-König2014-08-071-2/+4
| * | drivers/net: Remove typedef axnet_dev_tHimangi Saraogi2014-08-071-13/+13
| * | drivers/net: Remove typedefs pcnet_dev_t and hw_info_tHimangi Saraogi2014-08-071-34/+34
| * | drivers/net: ethernet: Remove typedef for struct and enumHimangi Saraogi2014-08-071-17/+17
| * | netlink: reset network header before passing to tapsDaniel Borkmann2014-08-071-1/+1
| * | net: gianfar: fix reference counting for phy_nodeUwe Kleine-König2014-08-071-2/+2
| * | net: mvneta: Fix reference counting for phy_nodeUwe Kleine-König2014-08-071-3/+6
| * | net: gianfar: no need to check parameter being != NULL for of_node_putUwe Kleine-König2014-08-071-8/+4
| * | drivers/atm/atmtcp.c: fix error return codeJulia Lawall2014-08-071-0/+1
| * | batman: fix duplicate #include of multicast.hJean Sacren2014-08-071-1/+0
| * | openvswitch: fix duplicate #include headersJean Sacren2014-08-071-2/+0
| * | amd: xgbe: fix duplicate #include of linux/phy.hJean Sacren2014-08-071-1/+0
| * | solos-pci: fix error return codeJulia Lawall2014-08-071-0/+1
| * | xen-netback: Fix vif->disable handlingZoltan Kiss2014-08-071-2/+8
| * | cxgb4: Update FW version string to match FW binary versionHariprasad Shenai2014-08-071-4/+4
| * | 6lowpan: Allow 6LoWPAN to be modularGeert Uytterhoeven2014-08-071-1/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2014-08-138-9/+15
|\ \
| * | sparc64: Fix pcr_ops initialization and usage bugs.David S. Miller2014-08-113-3/+8
| * | sparc64: Do not disable interrupts in nmi_cpu_busy()David S. Miller2014-08-111-1/+0
| * | sparc: Hook up seccomp and getrandom system calls.David S. Miller2014-08-063-4/+6
| * | sparc: fix decimal printf format specifiers prefixed with 0xHans Wennborg2014-08-061-1/+1
* | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-08-1333-1077/+918
|\ \ \
| * | | x86, irq, PCI: Keep IRQ assignment for PCI devices during suspend/hibernationJiang Liu2014-08-083-2/+7
| * | | x86/apic/vsmp: Make is_vsmp_box() staticH. Peter Anvin2014-08-011-2/+2
| * | | x86, apic: Remove enable_apic_mode callbackDavid Rientjes2014-07-3110-12/+0
| * | | x86, apic: Remove setup_portio_remap callbackDavid Rientjes2014-07-3110-14/+0
| * | | x86, apic: Remove multi_timer_check callbackDavid Rientjes2014-07-3110-26/+0
| * | | x86, apic: Replace noop_check_apicid_usedDavid Rientjes2014-07-311-6/+1
| * | | x86, apic: Remove check_apicid_present callbackDavid Rientjes2014-07-319-25/+0
| * | | x86, apic: Remove mps_oem_check callbackDavid Rientjes2014-07-3111-45/+1
| * | | x86, apic: Remove smp_callin_clear_local_apic callbackDavid Rientjes2014-07-3110-14/+0
| * | | x86, apic: Replace trampoline physical addresses with defaultsDavid Rientjes2014-07-3110-33/+8
| * | | x86, apic: Remove x86_32_numa_cpu_node callbackDavid Rientjes2014-07-312-19/+0
| * | | x86: intel-mid: Use the new io_apic interfacesJiang Liu2014-07-141-16/+6
| * | | x86, vsmp: Remove is_vsmp_box() from apic_is_clustered_box()Oren Twaig2014-07-132-67/+1
| * | | x86, irq: Clean up irqdomain transition codeJiang Liu2014-06-211-17/+11
| * | | x86, irq, devicetree: Release IOAPIC pin when PCI device is disabledJiang Liu2014-06-211-0/+1
| * | | x86, irq, SFI: Release IOAPIC pin when PCI device is disabledJiang Liu2014-06-211-0/+7
| * | | x86, irq, mpparse: Release IOAPIC pin when PCI device is disabledJiang Liu2014-06-212-2/+12
| * | | x86, irq, ACPI: Release IOAPIC pin when PCI device is disabledJiang Liu2014-06-212-1/+29
| * | | x86, irq: Introduce helper functions to release IOAPIC pinJiang Liu2014-06-212-0/+64
| * | | x86, irq: Simplify the way to handle ISA IRQJiang Liu2014-06-212-73/+40
| * | | x86, irq: Clean up unused IOAPIC interfaceJiang Liu2014-06-212-79/+0
| * | | x86, irq, devicetree: Use common irqdomain map interface to program IOAPIC pinsJiang Liu2014-06-211-9/+5
| * | | x86, irq, SFI: Use common irqdomain map interface to program IOAPIC pinsJiang Liu2014-06-213-46/+35
| * | | x86, irq, mpparse: Use common irqdomain map interface to program IOAPIC pinsJiang Liu2014-06-212-3/+3
| * | | x86, irq, ACPI: Use common irqdomain map interface to program IOAPIC pinsJiang Liu2014-06-211-32/+12