summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* hpfs: Remove unessary castFiro Yang2015-07-091-1/+1
* hpfs: add fstrim supportMikulas Patocka2015-07-095-0/+128
* ioctl_compat: handle FITRIMMikulas Patocka2015-07-096-7/+1
* Fix firmware loader uevent buffer NULL pointer dereferenceLinus Torvalds2015-07-091-3/+13
* mm: avoid setting up anonymous pages into file mappingKirill A. Shutemov2015-07-091-7/+13
* Merge tag 'pm+acpi-4.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-07-0915-240/+148
|\
| * Merge branch 'acpi-scan'Rafael J. Wysocki2015-07-077-5/+88
| |\
| | * ata: ahci_platform: Add ACPI _CLS matchingSuthikulpanit, Suravee2015-07-072-1/+10
| | * ACPI / scan: Add support for ACPI _CLS device matchingSuthikulpanit, Suravee2015-07-075-4/+78
| | |
| | \
| | \
| | \
| | \
| | \
| *-----. \ Merge branches 'acpi-pnp', 'acpi-soc', 'pm-domains' and 'pm-sleep'Rafael J. Wysocki2015-07-077-207/+45
| |\ \ \ \ \
| | | | | * | PM / hibernate: clarify resume documentationUwe Geuder2015-07-071-2/+11
| | | | | |/
| | | | * / PM / Domains: Avoid infinite loops in attach/detach codeGeert Uytterhoeven2015-07-071-2/+11
| | | | |/
| | | * / ACPI / LPSS: Fix up acpi_lpss_create_device()Rafael J. Wysocki2015-07-071-2/+5
| | | |/
| | * / ACPI / PNP: Reserve ACPI resources at the fs_initcall_sync stageRafael J. Wysocki2015-07-064-201/+18
| | |/
| * | Merge branch 'pm-wakeirq'Rafael J. Wysocki2015-07-072-28/+15
| |\ \ | | |/ | |/|
| | * PM / wakeirq: Avoid setting power.wakeirq too hastilyRafael J. Wysocki2015-07-072-28/+15
* | | Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2015-07-092-3/+4
|\ \ \
| * | | modpost: work correctly with tile coldtext sectionsChris Metcalf2015-07-092-3/+4
| |/ /
* | | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-07-091-0/+1
|\ \ \
| * | | module: Fix load_module() error pathPeter Zijlstra2015-07-081-0/+1
|/ / /
* | | Fix broken audit tests for exec arg lenLinus Torvalds2015-07-081-2/+1
* | | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2015-07-0814-69/+198
|\ \ \
| * \ \ Merge branches 'fixes' and 'ioremap' into for-linusRussell King2015-07-079205-213075/+970375
| |\ \ \
| | * | | ARM: avoid unwanted GCC memset()/memcpy() optimisations for IO variantsRussell King2015-07-034-3/+16
| | * | | ARM: pgtable: document mapping typesRussell King2015-07-031-1/+30
| | * | | ARM: io: convert ioremap*() to functionsRussell King2015-07-033-34/+62
| | * | | ARM: io: fix ioremap_wt() implementationRussell King2015-07-031-1/+1
| | * | | ARM: io: document ARM specific behaviour of ioremap*() implementationsRussell King2015-07-031-3/+39
| * | | | ARM: fix lockdep unannotated irqs-off warningRussell King2015-07-031-1/+1
| * | | | ARM: 8397/1: fix vdsomunge not to depend on glibc specific error.hSzabolcs Nagy2015-07-031-23/+33
| * | | | ARM: add helpful message when truncating physical memoryRussell King2015-06-291-0/+6
| * | | | ARM: add help text for HIGHPTE configuration entryRussell King2015-06-291-0/+6
| * | | | ARM: fix DEBUG_SET_MODULE_RONX build dependenciesRussell King2015-06-291-1/+1
| * | | | ARM: 8396/1: use phys_addr_t in pfn_to_kaddr()Vitaly Andrianov2015-06-291-1/+1
| * | | | ARM: 8394/1: update memblock limit after mapping lowmemLaura Abbott2015-06-291-0/+1
| * | | | ARM: 8393/1: smp: Fix suspicious RCU usage with ipi tracepointsStephen Boyd2015-06-291-2/+2
* | | | | mei: nfc: fix deadlock on shutdown/suspend pathTomas Winkler2015-07-083-19/+2
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-07-0713-43/+995
|\ \ \ \ \
| * | | | | perf/x86: Fix copy_from_user_nmi() return if range is not okYann Droneaud2015-07-061-1/+1
| * | | | | perf: Fix AUX buffer refcountingPeter Zijlstra2015-07-063-10/+35
| * | | | | Merge branch 'perf/rbtree_copy' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2015-07-069-32/+959
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | tools: Copy rbtree_augmented.h from the kernelArnaldo Carvalho de Melo2015-07-063-3/+246
| | * | | | tools: Move rbtree.h from tools/perf/Arnaldo Carvalho de Melo2015-07-062-0/+1
| | * | | | tools: Copy lib/rbtree.c to tools/lib/Arnaldo Carvalho de Melo2015-07-064-12/+550
| | * | | | perf tools: Copy rbtree.h from the kernelArnaldo Carvalho de Melo2015-07-052-3/+90
| | * | | | tools: Adopt {READ,WRITE_ONCE} from the kernelArnaldo Carvalho de Melo2015-07-051-0/+58
* | | | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-07-065-21/+47
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko2015-07-051-11/+5
| * | | | | ext4: correctly migrate a file with a hole at the beginningEryu Guan2015-07-041-4/+5
| * | | | | ext4: be more strict when migrating to non-extent based fileEryu Guan2015-07-041-1/+11