summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* udf: Simplify calls to udf_disk_stamp_to_timeDeepa Dinamani2018-05-254-37/+21
* fs: nfs: get rid of memcpys for inode timesDeepa Dinamani2018-05-251-7/+7
* ceph: make inode time prints to be long longDeepa Dinamani2018-05-251-21/+21
* lustre: Use long long type to print inode timeDeepa Dinamani2018-05-255-16/+20
* fs: add timespec64_truncate()Deepa Dinamani2018-05-252-0/+25
* Linux 4.17-rc6v4.17-rc6Linus Torvalds2018-05-201-1/+1
* Merge branch 'parisc-4.17-5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-05-203-4/+3
|\
| * parisc: Move ccio_cujo20_fixup() into init sectionHelge Deller2018-05-181-1/+1
| * parisc: Move setup_profiling_timer() out of init sectionHelge Deller2018-05-181-2/+1
| * parisc: Move find_pa_parent_type() out of init sectionHelge Deller2018-05-181-1/+1
* | Merge tag 'for-4.17-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-05-207-48/+180
|\ \
| * | btrfs: fix crash when trying to resume balance without the resume flagAnand Jain2018-05-171-0/+9
| * | btrfs: Fix delalloc inodes invalidation during transaction abortNikolay Borisov2018-05-171-11/+15
| * | btrfs: Split btrfs_del_delalloc_inode into 2 functionsNikolay Borisov2018-05-172-3/+12
| * | btrfs: fix reading stale metadata blocks after degraded raid1 mountsLiu Bo2018-05-171-3/+3
| * | btrfs: property: Set incompat flag if lzo/zstd compression is setMisono Tomohiro2018-05-171-4/+8
| * | Btrfs: fix duplicate extents after fsync of file with prealloc extentsFilipe Manana2018-05-171-25/+112
| * | Btrfs: fix xattr loss after power failureFilipe Manana2018-05-141-0/+7
| * | Btrfs: send, fix invalid access to commit roots due to concurrent snapshottingRobbie Ko2018-05-141-2/+14
* | | Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2018-05-209-44/+64
|\ \ \
| * | | ARM: fix kill( ,SIGFPE) breakageRussell King2018-05-192-14/+1
| * | | ARM: 8772/1: kprobes: Prohibit kprobes on get_user functionsMasami Hiramatsu2018-05-192-0/+20
| * | | ARM: 8771/1: kprobes: Prohibit kprobes on do_undefinstrMasami Hiramatsu2018-05-191-1/+4
| * | | ARM: 8770/1: kprobes: Prohibit probing on optimized_callbackMasami Hiramatsu2018-05-191-0/+1
| * | | ARM: 8769/1: kprobes: Fix to use get_kprobe_ctlblk after irq-disabedMasami Hiramatsu2018-05-191-1/+2
| * | | ARM: replace unnecessary perl with sed and the shell $(( )) operatorRussell King2018-05-191-5/+3
| * | | ARM: kexec: record parent context registers for non-crash CPUsRussell King2018-05-191-1/+1
| * | | ARM: kexec: fix kdump register saving on panic()Russell King2018-05-191-12/+22
| * | | ARM: 8758/1: decompressor: restore r1 and r2 just before jumping to the kernelŁukasz Stelmach2018-05-191-2/+2
| * | | ARM: 8753/1: decompressor: add a missing parameter to the addruart macroŁukasz Stelmach2018-05-191-8/+8
* | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-05-2013-129/+585
|\ \ \ \
| * | | | x86/mm: Drop TS_COMPAT on 64-bit exec() syscallDmitry Safonov2018-05-191-0/+1
| * | | | x86/apic/x2apic: Initialize cluster ID properlyThomas Gleixner2018-05-171-0/+1
| * | | | x86/boot/compressed/64: Fix moving page table out of trampoline memoryKirill A. Shutemov2018-05-162-11/+14
| * | | | x86/boot/compressed/64: Set up GOT for paging_prepare() and cleanup_trampoline()Kirill A. Shutemov2018-05-161-13/+55
| * | | | x86/pkeys: Do not special case protection key 0Dave Hansen2018-05-142-4/+4
| * | | | x86/pkeys/selftests: Add a test for pkey 0Dave Hansen2018-05-141-0/+30
| * | | | x86/pkeys/selftests: Save off 'prot' for allocationsDave Hansen2018-05-141-5/+9
| * | | | x86/pkeys/selftests: Fix pointer mathDave Hansen2018-05-141-7/+7
| * | | | x86/pkeys: Override pkey when moving away from PROT_EXECDave Hansen2018-05-142-11/+22
| * | | | x86/pkeys/selftests: Fix pkey exhaustion test off-by-oneDave Hansen2018-05-141-5/+8
| * | | | x86/pkeys/selftests: Add PROT_EXEC testDave Hansen2018-05-141-0/+44
| * | | | x86/pkeys/selftests: Factor out "instruction page"Dave Hansen2018-05-141-4/+17
| * | | | x86/pkeys/selftests: Allow faults on unknown keysDave Hansen2018-05-141-1/+9
| * | | | x86/pkeys/selftests: Avoid printf-in-signal deadlocksDave Hansen2018-05-141-12/+8
| * | | | x86/pkeys/selftests: Remove dead debugging code, fix dprint_in_signalDave Hansen2018-05-141-16/+0
| * | | | x86/pkeys/selftests: Stop using assert()Dave Hansen2018-05-141-4/+8
| * | | | x86/pkeys/selftests: Give better unexpected fault error messagesDave Hansen2018-05-141-6/+7
| * | | | x86/selftests: Add mov_to_ss testAndy Lutomirski2018-05-142-1/+286
| * | | | x86/mpx/selftests: Adjust the self-test to fresh distros that export the MPX ABIIngo Molnar2018-05-141-2/+5