aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-01iommu/amd: Introduce protection_domain_init() functionJoerg Roedel1-10/+16
2015-06-30sock_diag: don't broadcast kernel socketsCraig Gallek1-1/+1
2015-06-30net: mvneta: disable IP checksum with jumbo frames for Armada 370Simon Guinot1-1/+25
2015-06-30ARM: mvebu: update Ethernet compatible string for Armada XPSimon Guinot5-5/+19
2015-06-30net: mvneta: introduce compatible string "marvell, armada-xp-neta"Simon Guinot2-1/+2
2015-06-29api: fix compatibility of linux/in.h with netinet/in.hStephen Hemminger2-3/+35
2015-06-29net: icplus: fix typo in constant nameNik Nyby2-2/+2
2015-06-29iommu/arm-smmu: Delete an unnecessary check before the function call "free_io_pgtable_ops"Markus Elfring1-2/+1
2015-06-29iommu/arm-smmu: Fix broken ATOS checkWill Deacon1-1/+1
2015-06-29iommu: Ignore -ENODEV errors from add_device call-backJoerg Roedel1-1/+12
2015-06-29sis900: Trivial: Fix typos in enumsNik Nyby1-2/+2
2015-06-29cifs: Unset CIFS_MOUNT_POSIX_PATHS flag when following dfs mountsSachin Prabhu1-0/+2
2015-06-29stmmac: Trivial: fix typo in constant nameNik Nyby1-2/+2
2015-06-29Fix kmalloc slab creation sequenceChristoph Lameter2-38/+16
2015-06-29ALSA: Fix uninintialized error returnColin Ian King1-2/+1
2015-06-29sctp: Fix race between OOTB responce and route removalAlexander Sverdlin1-1/+3
2015-06-29net-Liquidio: Delete unnecessary checks before the function call "vfree"Markus Elfring3-13/+5
2015-06-29vmxnet3: Bump up driver version numberShreyas Bhatewara1-2/+2
2015-06-29amd-xgbe: Add the __GFP_NOWARN flag to Rx buffer allocationTom Lendacky1-1/+1
2015-06-29ALSA: hda: Delete an unnecessary check before the function call "snd_info_free_entry"Markus Elfring1-1/+1
2015-06-29ALSA: hda - Add a fixup for Dell E7450Takashi Iwai1-0/+1
2015-06-29s390/kdump: fix compile for !SMPHeiko Carstens2-23/+22
2015-06-29ALSA: hda - Fix the dock headphone output on Fujitsu Lifebook E780Takashi Iwai1-0/+6
2015-06-28net: phy: mdio-bcm-unimac: workaround initial read failures for integrated PHYsFlorian Fainelli1-0/+43
2015-06-28net: bcmgenet: workaround initial read failures for integrated PHYsFlorian Fainelli2-4/+51
2015-06-28net: phy: bcm7xxx: workaround MDIO management controller initial readFlorian Fainelli1-0/+7
2015-06-28bnx2x: fix DMA API usageMichal Schmidt3-24/+12
2015-06-28net: via: VIA_RHINE and VIA_VELOCITY should depend on HAS_DMAGeert Uytterhoeven1-0/+2
2015-06-28Update negotiate protocol for SMB3.11 dialectSteve French2-5/+60
2015-06-28Add ioctl to set integritySteve French4-0/+38
2015-06-28Add Get/Set Integrity Information structure definitionsSteve French2-0/+24
2015-06-28Add reflink copy over SMB3.11 with new FSCTL_DUPLICATE_EXTENTSSteve French6-3/+75
2015-06-28net/phy: tune get_phy_c45_ids to support more c45 phyShengzhou Liu1-6/+14
2015-06-28bnx2x: fix lockdep splatEric Dumazet1-1/+2
2015-06-28net: fec: don't access RACC register when not availableGreg Ungerer2-13/+19
2015-06-28net: phy: fix phy link up when limiting speed via device treeMugunthan V N1-2/+3
2015-06-28dsa: fix promiscuity leak on slave dev open errorGilad Ben-Yossef1-1/+1
2015-06-28net: Kill sock->sk_protinfoDavid Miller3-9/+0
2015-06-28ax25: Stop using sock->sk_protinfo.David Miller3-17/+31
2015-06-28drivers: net: xgene: Pre-initialize ret in xgene_enet_get_resources()Geert Uytterhoeven1-1/+1
2015-06-28flow_dissector: Pre-initialize ip_proto in __skb_flow_dissect()Geert Uytterhoeven1-1/+1
2015-06-28xen-netfront: Remove the meaningless codeLi, Liang Z1-7/+0
2015-06-28ipv4: fix RCU lockdep warning from linkdown changesAndy Gospodarek1-2/+2
2015-06-28tipc: purge backlog queue counters when broadcast link is resetJon Paul Maloy3-1/+7
2015-06-28ARC: Fix build failures for ARCompact in linux-next after ARCv2 supportVineet Gupta2-9/+3
2015-06-28ARCv2: Allow older gcc to cope with new regime of ARCv2/ARCompact supportVineet Gupta1-1/+1
2015-06-28modules: only use mod->param_lock if CONFIG_MODULESStephen Rothwell1-0/+4
2015-06-28param: fix module param locks when !CONFIG_SYSFS.Rusty Russell3-5/+24
2015-06-27Add SMB3.11 mount option synonym for new dialectSteve French3-2/+90
2015-06-27add struct FILE_STANDARD_INFOSteve French1-0/+10