aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-06-26Merge tag 'v4.16.18' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/...linux-4.16.18linux-4.16-stableRalf Baechle71-209/+497
2018-06-26Linux 4.16.18Greg Kroah-Hartman1-1/+1
2018-06-26mm, page_alloc: do not break __GFP_THISNODE by zonelist resetVlastimil Babka1-1/+0
2018-06-26fs/binfmt_misc.c: do not allow offset overflowThadeu Lima de Souza Cascardo1-3/+9
2018-06-26vhost: fix info leak due to uninitialized memoryMichael S. Tsirkin1-0/+3
2018-06-26HID: wacom: Correct logical maximum Y for 2nd-gen Intuos Pro largeJason Gerecke1-0/+8
2018-06-26HID: intel_ish-hid: ipc: register more pm callbacks to support hibernationEven Xu1-15/+7
2018-06-26orangefs: report attributes_mask and attributes for statxMartin Brandenburg1-0/+7
2018-06-26orangefs: set i_size on new symlinkMartin Brandenburg1-0/+7
2018-06-26iwlwifi: fw: harden page loading codeLuca Coelho1-8/+41
2018-06-26x86/intel_rdt: Enable CMT and MBM on new Skylake steppingTony Luck1-0/+2
2018-06-26genirq/migration: Avoid out of line call if pending is not setThomas Gleixner2-5/+7
2018-06-26genirq/affinity: Defer affinity setting if irq chip is busyThomas Gleixner1-2/+35
2018-06-26genirq/generic_pending: Do not lose pending affinity updateThomas Gleixner1-7/+19
2018-06-26irq_remapping: Use apic_ack_irq()Thomas Gleixner4-9/+2
2018-06-26x86/platform/uv: Use apic_ack_irq()Thomas Gleixner1-6/+1
2018-06-26x86/ioapic: Use apic_ack_irq()Thomas Gleixner1-1/+1
2018-06-26x86/apic: Provide apic_ack_irq()Thomas Gleixner2-2/+9
2018-06-26x86/apic/vector: Prevent hlist corruption and leaksThomas Gleixner1-0/+9
2018-06-26x86/vector: Fix the args of vector_alloc tracepointDou Liyang1-1/+1
2018-06-26w1: mxc_w1: Enable clock before calling clk_get_rate() on itStefan Potyra1-7/+13
2018-06-26nvme/pci: Sync controller reset for AER slot_resetKeith Busch1-2/+9
2018-06-26libata: Drop SanDisk SD7UB3Q*G1001 NOLPM quirkHans de Goede1-3/+0
2018-06-26libata: zpodd: small read overflow in eject_tray()Dan Carpenter1-1/+1
2018-06-26cpufreq: governors: Fix long idle detection logic in load calculationChen Yu1-7/+5
2018-06-26cpufreq: ti-cpufreq: Fix an incorrect error return valueSuman Anna1-1/+1
2018-06-26cpufreq: Fix new policy initialization during limits updates via sysfsTao Wang1-0/+2
2018-06-26bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueueTejun Heo1-1/+17
2018-06-26blk-mq: reinit q->tag_set_list entry only after grace periodRoman Pen1-2/+1
2018-06-26nbd: use bd_set_size when updating disk sizeJosef Bacik1-1/+9
2018-06-26nbd: update size when connectedJosef Bacik1-0/+2
2018-06-26nbd: fix nbd device deletionJosef Bacik1-1/+4
2018-06-26cifs: For SMB2 security informaion query, check for minimum sized security de...Shirish Pargaonkar2-2/+15
2018-06-26CIFS: 511c54a2f69195b28afb9dd119f03787b1625bb4 adds a check for session expiryMark Syms1-2/+3
2018-06-26smb3: on reconnect set PreviousSessionId fieldSteve French1-0/+1
2018-06-26smb3: fix various xid leaksSteve French1-19/+44
2018-06-26x86/MCE: Fix stack out-of-bounds write in mce-inject.c: Flags_read()Tony Luck1-1/+1
2018-06-26ALSA: hda: add dock and led support for HP ProBook 640 G4Dennis Wassenberg1-0/+1
2018-06-26ALSA: hda: add dock and led support for HP EliteBook 830 G5Dennis Wassenberg1-0/+1
2018-06-26ALSA: hda - Handle kzalloc() failure in snd_hda_attach_pcm_stream()Bo Chen1-1/+3
2018-06-26ALSA: hda/conexant - Add fixup for HP Z2 G4 workstationTakashi Iwai1-0/+1
2018-06-26ALSA: hda/realtek - Enable mic-mute hotkey for several Lenovo AIOsHui Wang1-1/+5
2018-06-26ALSA: usb-audio: Disable the quirk for Nura headsetTakashi Iwai1-0/+5
2018-06-26btrfs: scrub: Don't use inode pages for device replaceQu Wenruo1-1/+1
2018-06-26btrfs: return error value if create_io_em failed in cow_file_rangeSu Yue1-1/+3
2018-06-26Btrfs: fix memory and mount leak in btrfs_ioctl_rm_dev_v2()Omar Sandoval1-2/+4
2018-06-26Btrfs: fix clone vs chattr NODATASUM raceOmar Sandoval1-5/+7
2018-06-26driver core: Don't ignore class_dir_create_and_add() failure.Tetsuo Handa1-2/+12
2018-06-26ext4: fix fencepost error in check for inode count overflow during resizeJan Kara1-1/+1
2018-06-26ext4: correctly handle a zero-length xattr with a non-zero e_value_offsTheodore Ts'o1-1/+1
2018-06-26ext4: bubble errors from ext4_find_inline_data_nolock() up to ext4_iget()Theodore Ts'o1-3/+7
2018-06-26ext4: do not allow external inodes for inline dataTheodore Ts'o1-0/+6
2018-06-26ext4: update mtime in ext4_punch_hole even if no blocks are releasedLukas Czerner1-18/+18
2018-06-26ext4: fix hole length detection in ext4_ind_map_blocks()Jan Kara1-4/+10
2018-06-26tls: fix use-after-free in tls_push_recordDaniel Borkmann1-13/+13
2018-06-26hv_netvsc: Fix a network regression after ifdown/ifupDexuan Cui1-1/+3
2018-06-26net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlanWillem de Bruijn5-12/+14
2018-06-26udp: fix rx queue len reported by diag and proc interfacePaolo Abeni6-8/+21
2018-06-26socket: close race condition between sock_close() and sockfs_setattr()Cong Wang1-3/+15
2018-06-26tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden2-0/+8
2018-06-26net/sched: act_simple: fix parsing of TCA_DEF_DATADavide Caratti1-9/+6
2018-06-26net: phy: dp83822: use BMCR_ANENABLE instead of BMSR_ANEGCAPABLE for DP83620Alvaro Gamez Machado1-6/+29
2018-06-26net: dsa: add error handling for pskb_trim_rcsumZhouyang Jia1-1/+2
2018-06-26ipv6: allow PMTU exceptions to local routesJulian Anastasov1-3/+0
2018-06-26cdc_ncm: avoid padding beyond end of skbBjørn Mork1-2/+2
2018-06-26bonding: re-evaluate force_primary when the primary slave name changesXiangning Yu1-0/+1
2018-06-21Merge tag 'v4.16.17' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/...linux-4.16.17Ralf Baechle302-1621/+2996
2018-06-21Linux 4.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
2018-06-21ocfs2: take inode cluster lock before moving reflinked inode from orphan dirAshish Samant1-2/+12
2018-06-21proc/kcore: don't bounds check against address 0Laura Abbott1-7/+16
2018-06-21init: fix false positives in W+X checkingJeffrey Hugo2-0/+12
2018-06-21lib/find_bit_benchmark.c: avoid soft lockup in test_find_first_bit()Yury Norov1-1/+6
2018-06-21net sched actions: fix invalid pointer dereferencing if skbedit flags missingRoman Mashak1-1/+2
2018-06-21ixgbe: fix memory leak on ipsec allocationColin Ian King1-1/+1
2018-06-21ixgbe: return error on unsupported SFP module when resettingEmil Tantilov1-0/+3
2018-06-21sh: switch to NO_BOOTMEMRob Herring4-82/+7
2018-06-21perf cs-etm: Support unknown_thread in cs_etm_auxtraceLeo Yan1-2/+22
2018-06-21x86: Delay skip of emulated hypercall instructionMarian Rotariu2-9/+12
2018-06-21KVM: Extend MAX_IRQ_ROUTES to 4096 for all archsWanpeng Li1-7/+1
2018-06-21ARM: dts: imx51-zii-rdu1: fix touchscreen bindingsNikita Yushchenko1-3/+3
2018-06-21rxrpc: Fix the min security level for kernel callsDavid Howells1-1/+1
2018-06-21rxrpc: Fix error reception on AF_INET6 socketsDavid Howells1-15/+42
2018-06-21rxrpc: Fix missing start of call timeoutDavid Howells4-1/+23
2018-06-21cxgb4: copy mbox log size to PF0-3 adap instancesGanesh Goudar1-2/+1
2018-06-21qede: Fix gfp flags sent to rdma event node allocationMichal Kalderon1-1/+1
2018-06-21qed: Fix l2 initializations over iWARP personalityMichal Kalderon1-4/+2
2018-06-21tipc: eliminate KMSAN uninit-value in strcmp complaintYing Xue1-2/+13
2018-06-21agp: uninorth: make two functions staticMathieu Malaterre1-2/+2
2018-06-21drm/amdgpu: Switch to interruptable wait to recover from ring hang.Andrey Grodzovsky1-2/+4
2018-06-21cifs: smb2ops: Fix listxattr() when there are no EAsPaulo Alcantara1-0/+6
2018-06-21cifs: Allocate validate negotiation request through kmallocLong Li1-30/+38
2018-06-21arm64: Add MIDR encoding for NVIDIA CPUsDavid Gilhooley1-0/+6
2018-06-21HID: i2c-hid: Add RESEND_REPORT_DESCR quirk for Toshiba Click Mini L9W-BHans de Goede2-0/+3
2018-06-21can: dev: increase bus-off message severityJakob Unterwurzacher1-1/+1
2018-06-21powerpc/pseries: Fix CONFIG_NUMA=n buildMichael Ellerman1-8/+5
2018-06-21net: aquantia: fix unsigned numvecs comparison with less than zeroColin Ian King1-6/+5
2018-06-21net: aquantia: Limit number of vectors to actually allocated irqsIgor Russkikh3-10/+12
2018-06-21net: aquantia: driver should correctly declare vlan_features bitsIgor Russkikh1-0/+2
2018-06-21x86/xen: Reset VCPU0 info pointer after shared_info remapvan der Linden, Frank1-0/+13
2018-06-21mac80211: use timeout from the AddBA response instead of the requestSara Sharon2-1/+6
2018-06-21ARM: dts: cygnus: fix irq type for arm global timerClément Péron1-1/+1
2018-06-21driver core: add __printf verification to __ata_ehi_pushv_descMathieu Malaterre1-2/+2
2018-06-21nvme: fix use-after-free in nvme_free_ns_headJianchao Wang1-0/+5
2018-06-21drm/omap: handle alloc failures in omap_connectorTomi Valkeinen1-0/+10
2018-06-21drm/omap: check return value from soc_device_matchTomi Valkeinen1-1/+6
2018-06-21drm/omap: fix possible NULL ref issue in tiler_reserve_2dTomi Valkeinen1-1/+5
2018-06-21drm/omap: fix uninitialized ret variableTomi Valkeinen2-2/+2
2018-06-21drm/omap: silence unititialized variable warningDan Carpenter1-1/+1
2018-06-21drm/vc4: Fix oops dereferencing DPI's connector since panel_bridge.Eric Anholt1-3/+22
2018-06-21mac80211: Adjust SAE authentication timeoutIlan Peer1-7/+18
2018-06-21tee: check shm references are consistent in offset/sizeEtienne Carriere1-0/+11
2018-06-21sh: fix build failure for J2 cpu with SMP disabledRich Felker1-0/+4
2018-06-21gcc-plugins: fix build condition of SANCOV pluginMasahiro Yamada1-1/+1
2018-06-21net: phy: broadcom: add support for BCM89610 PHYBhadram Varka2-0/+11
2018-06-21sched/core: Introduce set_special_state()Peter Zijlstra4-24/+62
2018-06-21bpf: use array_index_nospec in find_prog_typeDaniel Borkmann1-2/+8
2018-06-21drm/exynos: mixer: avoid Oops in vp_video_buffer()Tobias Jakobi1-5/+7
2018-06-21drm/exynos/mixer: fix synchronization check in interlaced modeAndrzej Hajda2-0/+11
2018-06-21bpf: fix possible spectre-v1 in find_and_alloc_map()Mark Rutland1-3/+6
2018-06-21spi: bcm2835aux: ensure interrupts are enabled for shared handlerRob Herring1-0/+5
2018-06-21RDMA/cma: Do not query GID during QP state transition to RTRParav Pandit1-7/+0
2018-06-21IB/mlx4: Fix integer overflow when calculating optimal MTT sizeJack Morgenstein1-1/+1
2018-06-21IB/hfi1: Fix memory leak in exception path in get_irq_affinity()Sebastian Sanchez1-6/+5
2018-06-21IB/{hfi1, rdmavt}: Fix memory leak in hfi1_alloc_devdata() upon failureSebastian Sanchez3-10/+30
2018-06-21IB/hfi1 Use correct type for num_user_contextMichael J. Ruhl1-2/+2
2018-06-21smc: fix sendpage() callStefan Raspl1-2/+4
2018-06-21usb: typec: tps6598x: handle block reads separately with plain-I2C adaptersHeikki Krogerus1-8/+39
2018-06-21ARM: dts: correct missing "compatible" entry for ti81xx SoCsGraeme Smecher4-4/+4
2018-06-21ARM: OMAP1: ams-delta: fix deferred_fiq handlerJanusz Krzysztofik1-13/+15
2018-06-21nvme/multipath: Fix multipath disabled naming collisionsKeith Busch3-25/+35
2018-06-21nvme/multipath: Disable runtime writable enabling parameterKeith Busch1-1/+1
2018-06-21nvme: Set integrity flag for user passthrough commandsKeith Busch1-0/+1
2018-06-21nvme: fix potential memory leak in option parsingChengguang Xu1-0/+6
2018-06-21iommu/vt-d: fix shift-out-of-bounds in bug checkingChangbin Du1-1/+1
2018-06-21iommu/vt-d: Fix usage of force parameter in intel_ir_reconfigure_irte()Jagannathan Raman1-1/+1
2018-06-21arm64: tegra: Make BCM89610 PHY interrupt as active lowBhadram Varka1-1/+1
2018-06-21kthread, sched/wait: Fix kthread_parkme() completion issuePeter Zijlstra3-35/+41
2018-06-21kthread, sched/wait: Fix kthread_parkme() wait-loopPeter Zijlstra1-3/+4
2018-06-21stop_machine, sched: Fix migrate_swap() vs. active_balance() deadlockPeter Zijlstra1-5/+14
2018-06-21parisc: drivers.c: Fix section mismatchesHelge Deller1-3/+4
2018-06-21bpf, x64: fix memleak when not converging on callsDaniel Borkmann1-1/+1
2018-06-21bpf, x64: fix memleak when not converging after imageDaniel Borkmann1-2/+2
2018-06-21mtd: onenand: omap2: Disable DMA for HIGHMEM buffersLadislav Michl1-67/+38
2018-06-21pinctrl: cherryview: Associate IRQ descriptors to irqdomainMika Westerberg1-4/+12
2018-06-21pinctrl: meson-axg: fix the range of aobus bankYixun Lan1-1/+1
2018-06-21ARM: davinci: fix GPIO lookup for I2CSekhar Nori2-6/+13
2018-06-21scsi: vmw-pvscsi: return DID_BUS_BUSY for adapter-initated abortsJim Gill1-1/+1
2018-06-21hexagon: export csum_partial_copy_nocheckArnd Bergmann1-0/+1
2018-06-21hexagon: add memset_io() helperArnd Bergmann1-0/+6
2018-06-21Input: atmel_mxt_ts - fix the firmware updateNick Dyer1-76/+110
2018-06-21xprtrdma: Fix list corruption / DMAR errors during MR recoveryChuck Lever4-11/+10