summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | hwmon: (fam15h_power) Add support for two more processorsAravind Gopalakrishnan2014-09-171-0/+2
| | * | | | | | hwmon: (fam15h_power) Make actual power reporting conditionalAravind Gopalakrishnan2014-09-171-1/+17
| * | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-09-231-1/+1
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge tag 'kvm-arm-for-v3.17-rc7-or-final' of git://git.kernel.org/pub/scm/li...Paolo Bonzini2014-09-231-1/+1
| | |\ \ \ \ \ \ \ | | | |_|/ / / / / | | |/| | | | | |
| | | * | | | | | arm/arm64: KVM: Fix unaligned access bug on gicv2 accessChristoffer Dall2014-09-221-1/+1
| * | | | | | | | Merge branch 'for-3.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-09-231-1/+0
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | cgroup: fix unbalanced lockingZefan Li2014-09-181-1/+0
| * | | | | | | | Revert "x86/efi: Fixup GOT in all boot code paths"Linus Torvalds2014-09-232-81/+29
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-09-2385-355/+828
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'bcmgenet'David S. Miller2014-09-231-54/+56
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | net: bcmgenet: call bcmgenet_dma_teardown in bcmgenet_fini_dmaFlorian Fainelli2014-09-231-53/+52
| | | * | | | | | | | net: bcmgenet: fix TX reclaim accounting for fragmentsFlorian Fainelli2014-09-231-1/+4
| | |/ / / / / / / /
| | * | | | | | | | ipv4: do not use this_cpu_ptr() in preemptible contextEric Dumazet2014-09-231-3/+3
| | * | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-09-224-14/+60
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | xfrm: Generate queueing routes only from route lookup functionsSteffen Klassert2014-09-162-8/+25
| | | * | | | | | | | xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert2014-09-164-7/+36
| | * | | | | | | | | dm9000: Return an ERR_PTR() in all error conditions of dm9000_parse_dt()Tobias Klauser2014-09-221-1/+1
| | * | | | | | | | | r8169: fix an if conditionDan Carpenter2014-09-221-1/+1
| | * | | | | | | | | r8152: disable ALDPShayeswang2014-09-221-17/+45
| | * | | | | | | | | ipoib: validate struct ipoib_cb sizeEric Dumazet2014-09-222-2/+8
| | * | | | | | | | | net: sched: shrink struct qdisc_skb_cb to 28 bytesEric Dumazet2014-09-222-5/+16
| | * | | | | | | | | tg3: Work around HW/FW limitations with vlan encapsulated framesVlad Yasevich2014-09-221-2/+18
| | * | | | | | | | | macvlan: allow to enqueue broadcast pkt on virtual deviceNicolas Dichtel2014-09-221-1/+2
| | * | | | | | | | | pch_gbe: 'select' NET_PTP_CLASSIFY.David S. Miller2014-09-221-0/+1
| | * | | | | | | | | scsi: Use 'depends' with LIBFC instead of 'select'.David S. Miller2014-09-223-6/+6
| | * | | | | | | | | Merge tag 'linux-can-fixes-for-3.17-20140918' of git://gitorious.org/linux-ca...David S. Miller2014-09-194-10/+51
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | can: at91_can: add missing prepare and unprepare of the clockDavid Dueck2014-09-181-3/+5
| | | * | | | | | | | | can: flexcan: increase FLEXCAN_MCR_MAXMB() macro to 7 bitsMarc Kleine-Budde2014-09-181-1/+1
| | | * | | | | | | | | can: flexcan: put TX mailbox into TX_INACTIVE mode after tx-completeMarc Kleine-Budde2014-09-181-0/+3
| | | * | | | | | | | | can: flexcan: implement workaround for errata ERR005829David Jander2014-09-181-1/+15
| | | * | | | | | | | | can: flexcan: correctly initialize mailboxesDavid Jander2014-09-181-0/+7
| | | * | | | | | | | | can: flexcan: mark TX mailbox as TX_INACTIVEMarc Kleine-Budde2014-09-181-2/+13
| | | * | | | | | | | | can: peak_pci: add PCI ID definition pcie card variantOliver Hartkopp2014-09-181-1/+5
| | | * | | | | | | | | can: c_can_platform: fix parameters of c_can_hw_raminit_ti()Roger Quadros2014-09-181-2/+2
| | * | | | | | | | | | openvswitch: restore OVS_FLOW_CMD_NEW notificationsSamuel Gauthier2014-09-191-4/+5
| | * | | | | | | | | | genetlink: add function genl_has_listeners()Nicolas Dichtel2014-09-191-0/+8
| | * | | | | | | | | | lib: rhashtable: remove second linux/log2.h inclusionFabian Frederick2014-09-191-1/+0
| | * | | | | | | | | | net: allow macvlans to move to net namespaceFrancesco Ruggeri2014-09-191-0/+1
| | * | | | | | | | | | Merge tag 'master-2014-09-16' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2014-09-199-14/+50
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | net: rfkill: gpio: Enable module auto-loading for ACPI based switchesMarcel Holtmann2014-09-161-0/+1
| | | * | | | | | | | | | ath9k_htc: fix random decryption failureJohannes Stezenbach2014-09-151-1/+1
| | | * | | | | | | | | | brcmfmac: handle IF event for P2P_DEVICE interfaceArend van Spriel2014-09-152-3/+11
| | | * | | | | | | | | | brcmfmac: obtain ifp through wdev structureArend van Spriel2014-09-151-2/+5
| | | * | | | | | | | | | brcmfmac: conditionally compile firmware protocol source codeArend van Spriel2014-09-154-8/+30
| | | * | | | | | | | | | brcmfmac: Fix memory leak and missing assignment.Hante Meuleman2014-09-151-0/+2
| | * | | | | | | | | | | 3c59x: Fix bad offset spec in skb_frag_dma_mapNeil Horman2014-09-191-1/+1
| | * | | | | | | | | | | 3c59x: Add dma error checking and recoveryNeil Horman2014-09-191-9/+41
| | * | | | | | | | | | | sparc: bpf_jit: fix support for ldx/stx mem and SKF_AD_VLAN_TAGAlexei Starovoitov2014-09-191-7/+18
| | | |/ / / / / / / / / | | |/| | | | | | | | |
| | * | | | | | | | | | scsi: use 'depends' instead of 'select' for SCSI_FC_ATTRSRandy Dunlap2014-09-164-8/+8
| | * | | | | | | | | | sfc: fix addr_list_lock spinlock use before initEdward Cree2014-09-161-0/+3