summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-07-15Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar3-2/+5
2015-07-13perf hists browser: Take the --comm, --dsos, etc filters into accountArnaldo Carvalho de Melo1-1/+1
2015-07-13perf symbols: Store if there is a filter in placeArnaldo Carvalho de Melo2-1/+4
2015-07-10x86, perf: Fix static_key bug in load_mm_cr4()Peter Zijlstra1-1/+1
2015-07-10Merge tag 'perf-urgent-for-mingo-2' of git://git.kernel.org/pub/scm/linux/ker...Ingo Molnar9-15/+74
2015-07-09Merge branch 'hpfs-patches' (patches from Mikulas Patocka)Linus Torvalds5-7/+141
2015-07-09hpfs: hpfs_error: Remove static buffer, use vsprintf extension %pV insteadJoe Perches1-4/+7
2015-07-09hpfs: kstrdup() out of memory handlingSanidhya Kashyap1-2/+5
2015-07-09hpfs: Remove unessary castFiro Yang1-1/+1
2015-07-09hpfs: add fstrim supportMikulas Patocka5-0/+128
2015-07-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds4-18/+47
2015-07-09tools: Copy lib/hweight.c from the kernel sourcesArnaldo Carvalho de Melo4-3/+65
2015-07-09perf tools: Fix the detached tarball wrt rbtree copyArnaldo Carvalho de Melo1-1/+1
2015-07-09ioctl_compat: handle FITRIMMikulas Patocka6-7/+1
2015-07-09Fix firmware loader uevent buffer NULL pointer dereferenceLinus Torvalds1-3/+13
2015-07-09mm: avoid setting up anonymous pages into file mappingKirill A. Shutemov1-7/+13
2015-07-09MAINTAINERS: add secondary tree for ceph modulesSage Weil1-0/+3
2015-07-09MAINTAINERS: update ceph entriesSage Weil1-4/+15
2015-07-09libceph: treat sockaddr_storage with uninitialized family as blankIlya Dryomov1-7/+7
2015-07-09libceph: enable ceph in a non-default network namespaceIlya Dryomov3-7/+22
2015-07-09perf thread_map: Fix the sizeof() calculation for map entriesArnaldo Carvalho de Melo1-2/+1
2015-07-09Merge tag 'pm+acpi-4.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds15-240/+148
2015-07-09Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2-3/+4
2015-07-09Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2015-07-09modpost: work correctly with tile coldtext sectionsChris Metcalf2-3/+4
2015-07-09module: Fix load_module() error pathPeter Zijlstra1-0/+1
2015-07-08tools lib: Improve clean targetRiku Voipio2-2/+2
2015-07-08Fix broken audit tests for exec arg lenLinus Torvalds1-2/+1
2015-07-08perf stat: Fix shadow declaration of closeJiri Olsa1-2/+2
2015-07-08Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds14-69/+198
2015-07-08mei: nfc: fix deadlock on shutdown/suspend pathTomas Winkler3-19/+2
2015-07-07Merge branch 'acpi-scan'Rafael J. Wysocki7-5/+88
2015-07-07Merge branches 'acpi-pnp', 'acpi-soc', 'pm-domains' and 'pm-sleep'Rafael J. Wysocki7-207/+45
2015-07-07Merge branch 'pm-wakeirq'Rafael J. Wysocki2-28/+15
2015-07-07perf tools: Fix lockup using 32-bit compat vdsoAdrian Hunter1-5/+3
2015-07-07Merge branches 'fixes' and 'ioremap' into for-linusRussell King9205-213075/+970375
2015-07-07PM / wakeirq: Avoid setting power.wakeirq too hastilyRafael J. Wysocki2-28/+15
2015-07-07Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds13-43/+995
2015-07-07ata: ahci_platform: Add ACPI _CLS matchingSuthikulpanit, Suravee2-1/+10
2015-07-07ACPI / scan: Add support for ACPI _CLS device matchingSuthikulpanit, Suravee5-4/+78
2015-07-07PM / hibernate: clarify resume documentationUwe Geuder1-2/+11
2015-07-07PM / Domains: Avoid infinite loops in attach/detach codeGeert Uytterhoeven1-2/+11
2015-07-07ACPI / LPSS: Fix up acpi_lpss_create_device()Rafael J. Wysocki1-2/+5
2015-07-07ACPI / PNP: Reserve ACPI resources at the fs_initcall_sync stageRafael J. Wysocki4-201/+18
2015-07-06perf/x86: Fix copy_from_user_nmi() return if range is not okYann Droneaud1-1/+1
2015-07-06perf: Fix AUX buffer refcountingPeter Zijlstra3-10/+35
2015-07-06Merge branch 'perf/rbtree_copy' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar9-32/+959
2015-07-06tools: Copy rbtree_augmented.h from the kernelArnaldo Carvalho de Melo3-3/+246
2015-07-06tools: Move rbtree.h from tools/perf/Arnaldo Carvalho de Melo2-0/+1
2015-07-06tools: Copy lib/rbtree.c to tools/lib/Arnaldo Carvalho de Melo4-12/+550