aboutsummaryrefslogtreecommitdiffstats
path: root/COPYING (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-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-08modpost: work correctly with tile coldtext sectionsChris Metcalf2-3/+4
2015-07-09module: Fix load_module() error pathPeter Zijlstra1-0/+1
2015-07-08Fix broken audit tests for exec arg lenLinus Torvalds1-2/+1
2015-07-07mei: nfc: fix deadlock on shutdown/suspend pathTomas Winkler3-19/+2
2015-07-07PM / wakeirq: Avoid setting power.wakeirq too hastilyRafael J. Wysocki2-28/+15
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-06ACPI / 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-05tools: Copy rbtree_augmented.h from the kernelArnaldo Carvalho de Melo3-3/+246
2015-07-05tools: Move rbtree.h from tools/perf/Arnaldo Carvalho de Melo2-0/+1
2015-07-05tools: Copy lib/rbtree.c to tools/lib/Arnaldo Carvalho de Melo4-12/+550
2015-07-05perf tools: Copy rbtree.h from the kernelArnaldo Carvalho de Melo2-3/+90
2015-07-05tools: Adopt {READ,WRITE_ONCE} from the kernelArnaldo Carvalho de Melo1-0/+58
2015-07-05Linux 4.2-rc1Linus Torvalds1-2/+2
2015-07-05ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko1-11/+5
2015-07-04bluetooth: fix list handlingLinus Torvalds2-2/+3
2015-07-049p: cope with bogus responses from server in p9_client_{read,write}Al Viro1-0/+8
2015-07-04p9_client_write(): avoid double p9_free_req()Al Viro1-0/+1
2015-07-049p: forgetting to cancel request on interrupted zero-copy RPCAl Viro1-1/+2
2015-07-04dax: bdev_direct_access() may sleepMatthew Wilcox1-0/+6
2015-07-04block: Add support for DAX reads/writes to block devicesMatthew Wilcox2-2/+8
2015-07-04dax: Use copy_from_iter_nocacheMatthew Wilcox1-1/+1
2015-07-04dax: Add block size note to documentationMatthew Wilcox1-2/+4
2015-07-04NTB: Add split BAR output for debugfs statsDave Jiang1-15/+68
2015-07-04NTB: Change WARN_ON_ONCE to pr_warn_once on unsafeDave Jiang1-8/+16
2015-07-04NTB: Print driver name and version in module initDave Jiang2-0/+6
2015-07-04NTB: Increase transport MTU to 64k from 16kDave Jiang1-1/+1
2015-07-04NTB: Rename Intel code names to platform namesDave Jiang3-465/+465
2015-07-04NTB: Default to CPU memcpy for performanceDave Jiang1-4/+13
2015-07-04NTB: Improve performance with write combiningDave Jiang1-1/+10
2015-07-04NTB: Use NUMA memory in Intel driverAllen Hubbe1-6/+12
2015-07-04NTB: Use NUMA memory and DMA chan in transportAllen Hubbe1-14/+32
2015-07-04NTB: Rate limit ntb_qp_link_workAllen Hubbe1-1/+1
2015-07-04NTB: Add tool test clientAllen Hubbe4-0/+600