summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-06-21Linux 4.16.17v4.16.17Greg Kroah-Hartman1-1/+1
2018-06-21ARM: fix kill( ,SIGFPE) breakageRussell King2-14/+1
2018-06-21ARM: replace unnecessary perl with sed and the shell $(( )) operatorRussell King1-5/+3
2018-06-21ARM: kexec: fix kdump register saving on panic()Russell King1-12/+22
2018-06-21ARM: 8758/1: decompressor: restore r1 and r2 just before jumping to the kernelŁukasz Stelmach1-2/+2
2018-06-21ARM: 8753/1: decompressor: add a missing parameter to the addruart macroŁukasz Stelmach1-8/+8
2018-06-21efi/libstub/arm64: Handle randomized TEXT_OFFSETMark Rutland1-0/+10
2018-06-21platform/x86: DELL_WMI use depends on instead of select for DELL_SMBIOSDarren Hart1-1/+1
2018-06-21parisc: Move setup_profiling_timer() out of init sectionHelge Deller1-2/+1
2018-06-21sched/deadline: Make the grub_reclaim() function staticMathieu Malaterre1-1/+1
2018-06-21sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to kernel/...Mathieu Malaterre3-6/+3
2018-06-21drm/dumb-buffers: Integer overflow in drm_mode_create_ioctl()Dan Carpenter1-3/+4
2018-06-21locking/percpu-rwsem: Annotate rwsem ownership transfer by setting RWSEM_OWNE...Waiman Long3-1/+13
2018-06-21locking/rwsem: Add a new RWSEM_ANONYMOUSLY_OWNED flagWaiman Long3-21/+28
2018-06-21clk: imx6ull: use OSC clock during AXI rate changeStefan Agner1-1/+1
2018-06-21mtd: rawnand: Fix return type of __DIVIDE() when called with 32-bitGeert Uytterhoeven1-5/+11
2018-06-21KVM: X86: Lower the default timer frequency limit to 200usWanpeng Li1-1/+1
2018-06-21ARM: davinci: board-dm646x-evm: set VPIF capture card nameSekhar Nori1-1/+2
2018-06-21ARM: davinci: board-dm646x-evm: pass correct I2C adapter id for VPIFSekhar Nori1-0/+2
2018-06-21ARM: davinci: dm646x: fix timer interrupt generationSekhar Nori1-1/+2
2018-06-21i2c: viperboard: return message count on master_xfer successPeter Rosin1-1/+1
2018-06-21i2c: pmcmsp: fix error return from master_xferPeter Rosin1-1/+1
2018-06-21i2c: pmcmsp: return message count on master_xfer successPeter Rosin1-1/+1
2018-06-21ARM: keystone: fix platform_domain_notifier array overrunRussell King1-0/+1
2018-06-21usb: musb: fix remote wakeup racing with suspendDaniel Glöckner3-13/+24
2018-06-21afs: Fix the non-encryption of callsDavid Howells1-0/+7
2018-06-21afs: Fix afs_find_server search loopMarc Dionne1-13/+0
2018-06-21afs: Fix the handling of CB.InitCallBackState3 to find the server by UUIDDavid Howells1-3/+3
2018-06-21afs: Fix VNOVOL handling in address rotationDavid Howells1-2/+2
2018-06-21mtd: Fix comparison in map_word_andequal()Ben Hutchings1-1/+1
2018-06-21afs: Fix server rotation's handling of fileserver probe failureDavid Howells1-2/+10
2018-06-21afs: Fix refcounting in callback registrationDavid Howells4-22/+52
2018-06-21afs: Fix address list parsingDavid Howells1-10/+15
2018-06-21x86/pkeys/selftests: Add a test for pkey 0Dave Hansen1-0/+30
2018-06-21x86/pkeys/selftests: Save off 'prot' for allocationsDave Hansen1-5/+9
2018-06-21x86/pkeys/selftests: Fix pointer mathDave Hansen1-7/+7
2018-06-21x86/pkeys/selftests: Fix pkey exhaustion test off-by-oneDave Hansen1-5/+8
2018-06-21x86/pkeys/selftests: Add PROT_EXEC testDave Hansen1-0/+44
2018-06-21x86/pkeys/selftests: Factor out "instruction page"Dave Hansen1-4/+17
2018-06-21x86/pkeys/selftests: Allow faults on unknown keysDave Hansen1-1/+9
2018-06-21x86/pkeys/selftests: Avoid printf-in-signal deadlocksDave Hansen1-12/+8
2018-06-21x86/pkeys/selftests: Remove dead debugging code, fix dprint_in_signalDave Hansen1-16/+0
2018-06-21x86/pkeys/selftests: Stop using assert()Dave Hansen1-4/+8
2018-06-21x86/pkeys/selftests: Give better unexpected fault error messagesDave Hansen1-6/+7
2018-06-21x86/selftests: Add mov_to_ss testAndy Lutomirski2-1/+286
2018-06-21x86/mpx/selftests: Adjust the self-test to fresh distros that export the MPX ABIIngo Molnar1-2/+5
2018-06-21x86/pkeys/selftests: Adjust the self-test to fresh distros that export the pk...Ingo Molnar1-26/+41
2018-06-21objtool, kprobes/x86: Sync the latest <asm/insn.h> header with tools/objtool/...Ingo Molnar1-0/+18
2018-06-21uprobes/x86: Prohibit probing on MOV SS instructionMasami Hiramatsu1-0/+4
2018-06-21kprobes/x86: Prohibit probing on exception masking instructionsMasami Hiramatsu2-0/+22