summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | arm64: remove __die()'s stack dumpMark Rutland2017-08-151-2/+0
* | | | arm64: numa: Remove the unused parent_node() macroDou Liyang2017-08-151-3/+0
* | | | arm64: compat: Remove leftover variable declarationKevin Brodsky2017-08-101-2/+0
* | | | ACPI/IORT: Fix build regression without IOMMUArnd Bergmann2017-08-101-1/+1
* | | | arm64: fix pmem interface definitionArnd Bergmann2017-08-101-2/+2
* | | | arm64: uaccess: Add the uaccess_flushcache.c fileRobin Murphy2017-08-101-0/+47
* | | | md/raid6: implement recovery using ARM NEON intrinsicsArd Biesheuvel2017-08-095-1/+234
* | | | md/raid6: use faster multiplication for ARM NEON delta syndromeArd Biesheuvel2017-08-091-3/+30
* | | | Merge tag 'arm64-iort-for-v4.14' of git://git.kernel.org/pub/scm/linux/kernel...Catalin Marinas2017-08-091-53/+87
|\ \ \ \
| * | | | ACPI/IORT: numa: Add numa node mapping for smmuv3 devicesGanapatrao Kulkarni2017-08-081-1/+28
| * | | | ACPI/IORT: Handle PCI aliases properly for IOMMUsRobin Murphy2017-08-081-52/+59
| | |/ / | |/| |
* | | | Merge branch 'arm64/exception-stack' of git://git.kernel.org/pub/scm/linux/ke...Catalin Marinas2017-08-0917-198/+176
|\ \ \ \ | | |/ / | |/| |
| * | | arm64: unwind: remove sp from struct stackframeArd Biesheuvel2017-08-097-14/+1
| * | | arm64: unwind: reference pt_regs via embedded stack frameArd Biesheuvel2017-08-098-85/+36
| * | | arm64: unwind: disregard frame.sp when validating frame pointerArd Biesheuvel2017-08-082-18/+16
| * | | arm64: unwind: avoid percpu indirection for irq stackMark Rutland2017-08-084-7/+7
| * | | arm64: move non-entry code out of .entry.textMark Rutland2017-08-082-44/+57
| * | | arm64: consistently use bl for C exception entryMark Rutland2017-08-081-4/+8
| * | | arm64: Add ASM_BUG()Mark Rutland2017-08-082-32/+57
| | |/ | |/|
* | | arm64/vdso: Support mremap() for vDSODmitry Safonov2017-08-091-0/+15
* | | arm64: uaccess: Implement *_flushcache variantsRobin Murphy2017-08-094-0/+19
* | | arm64: Implement pmem API supportRobin Murphy2017-08-097-1/+61
* | | arm64: Handle trapped DC CVAPRobin Murphy2017-08-092-1/+5
* | | arm64: Expose DC CVAP to userspaceRobin Murphy2017-08-095-0/+7
* | | arm64: Convert __inval_cache_range() to area-basedRobin Murphy2017-08-093-18/+24
* | | arm64: mm: Fix set_memory_valid() declarationRobin Murphy2017-08-091-1/+1
* | | arm64: Decode information from ESR upon mem faultsJulien Thierry2017-08-072-10/+76
* | | arm64: Abstract syscallno manipulationDave Martin2017-08-076-14/+33
* | | arm64: syscallno is secretly an int, make it officialDave Martin2017-08-077-25/+32
| |/ |/|
* | Linux 4.13-rc4v4.13-rc4Linus Torvalds2017-08-071-1/+1
* | Merge tag 'platform-drivers-x86-v4.13-4' of git://git.infradead.org/linux-pla...Linus Torvalds2017-08-071-2/+2
|\ \
| * | platform/x86: intel-vbtn: match power button on press rather than releaseMario Limonciello2017-08-051-2/+2
* | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-08-0613-196/+290
|\ \ \
| * | | ext4: fix copy paste error in ext4_swap_extents()Maninder Singh2017-08-061-1/+1
| * | | ext4: fix overflow caused by missing cast in ext4_resize_fs()Jerry Lee2017-08-061-1/+2
| * | | ext4, project: expand inode extra size if possibleMiao Xie2017-08-063-24/+85
| * | | ext4: cleanup ext4_expand_extra_isize_ea()Miao Xie2017-08-061-9/+5
| * | | ext4: restructure ext4_expand_extra_isizeMiao Xie2017-08-062-40/+36
| * | | ext4: fix forgetten xattr lock protection in ext4_expand_extra_isizeMiao Xie2017-08-062-12/+16
| * | | ext4: make xattr inode reads fasterTahsin Erdogan2017-08-064-48/+92
| * | | ext4: inplace xattr block update fails to deduplicate blocksTahsin Erdogan2017-08-061-3/+1
| * | | ext4: remove unused mode parameterTahsin Erdogan2017-08-061-5/+4
| * | | ext4: fix warning about stack corruptionArnd Bergmann2017-08-061-5/+6
| * | | ext4: fix dir_nlink behaviourAndreas Dilger2017-08-062-10/+14
| * | | ext4: silence array overflow warningDan Carpenter2017-08-061-1/+1
| * | | ext4: fix SEEK_HOLE/SEEK_DATA for blocksize < pagesizeJan Kara2017-08-051-0/+3
| * | | ext4: release discard bio after sending discard commandsDaeho Jeong2017-08-051-1/+3
| * | | ext4: convert swap_inode_data() over to use swap() on most of the fieldsJeff Layton2017-07-311-10/+8
| * | | ext4: error should be cleared if ea_inode isn't added to the cacheEmoly Liu2017-07-311-0/+1
| * | | ext4: Don't clear SGID when inheriting ACLsJan Kara2017-07-311-13/+15