aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-03-29Linux 4.4.176-cip31-rt23v4.4.176-cip31-rt23linux-4.4.y-cip-rtDaniel Wagner1-1/+1
2019-03-29Merge tag 'v4.4.176-cip31' into linux-4.4.y-cip-rtDaniel Wagner316-2058/+3503
2019-02-15Linux 4.4.171-cip30-rt22v4.4.171-cip30-rt22Daniel Wagner1-1/+1
2019-02-15Merge tag 'v4.4.171-cip30' into linux-4.4.y-cip-rtDaniel Wagner360-1680/+3947
2019-01-31CIP: Bump version suffix to -cip30 after merge from stablev4.4.171-cip30Nobuhiro Iwamatsu1-1/+1
2019-01-17Merge tag 'v4.4.171' into linux-4.4.y-cipNobuhiro Iwamatsu359-1679/+3946
2019-01-16Linux 4.4.171v4.4.171Greg Kroah-Hartman1-1/+1
2019-01-16sunrpc: use-after-free in svc_process_common()Vasily Averin4-7/+15
2019-01-16ext4: fix a potential fiemap/page fault deadlock w/ inline_dataTheodore Ts'o1-3/+3
2019-01-16crypto: cts - fix crash on short inputsEric Biggers1-4/+4
2019-01-16i2c: dev: prevent adapter retries and timeout being set as minus valueYi Zeng1-0/+6
2019-01-16ACPI: power: Skip duplicate power resource references in _PRxHans de Goede1-0/+22
2019-01-16PCI: altera: Move retrain from fixup to altera_pcie_host_init()Ley Foon Tan1-60/+91
2019-01-16PCI: altera: Rework config accessors for use without a struct pci_busLey Foon Tan1-23/+41
2019-01-16PCI: altera: Poll for link training status after retraining the linkLey Foon Tan1-8/+37
2019-01-16PCI: altera: Poll for link up status after retraining the linkLey Foon Tan1-1/+11
2019-01-16PCI: altera: Check link status before retrain linkLey Foon Tan1-0/+4
2019-01-16PCI: altera: Reorder read/write functionsBjorn Helgaas1-16/+16
2019-01-16PCI: altera: Fix altera_pcie_link_is_up()Ley Foon Tan1-1/+2
2019-01-16slab: alien caches must not be initialized if the allocation of the alien cac...Christoph Lameter1-2/+4
2019-01-16USB: Add USB_QUIRK_DELAY_CTRL_MSG quirk for Corsair K70 RGBJack Stocker1-1/+2
2019-01-16USB: storage: add quirk for SMI SM3350Icenowy Zheng1-0/+12
2019-01-16USB: storage: don't insert sane sense for SPC3+ when bad sense specifiedIcenowy Zheng1-2/+6
2019-01-16usb: cdc-acm: send ZLP for Telit 3G Intel based modemsDaniele Palmas1-0/+7
2019-01-16cifs: Fix potential OOB access of lock element arrayRoss Lagerwall2-6/+6
2019-01-16CIFS: Do not hide EINTR after sending network packetsPavel Shilovsky1-1/+1
2019-01-16btrfs: tree-checker: Fix misleading group system informationShaokun Zhang1-1/+1
2019-01-16btrfs: tree-checker: Check level for leaves and nodesQu Wenruo1-0/+14
2019-01-16btrfs: Verify that every chunk has corresponding block group at mount timeQu Wenruo1-1/+57
2019-01-16btrfs: Check that each block group has corresponding chunk at mount timeQu Wenruo1-1/+27
2019-01-16btrfs: validate type when reading a chunkGu Jinxiang1-0/+28
2019-01-16btrfs: tree-checker: Detect invalid and empty essential treesQu Wenruo1-1/+14
2019-01-16btrfs: tree-checker: Verify block_group_itemQu Wenruo4-1/+104
2019-01-16btrfs: tree-check: reduce stack consumption in check_dir_itemDavid Sterba1-1/+2
2019-01-16btrfs: tree-checker: use %zu format string for size_tArnd Bergmann1-1/+1
2019-01-16btrfs: tree-checker: Add checker for dir itemQu Wenruo1-0/+141
2019-01-16btrfs: tree-checker: Fix false panic for sanity testQu Wenruo3-8/+43
2019-01-16btrfs: tree-checker: Enhance btrfs_check_node outputQu Wenruo1-7/+61
2019-01-16btrfs: Move leaf and node validation checker to tree-checker.cQu Wenruo4-281/+340
2019-01-16btrfs: Add checker for EXTENT_CSUMQu Wenruo1-0/+24
2019-01-16btrfs: Add sanity check for EXTENT_DATA when reading out leafQu Wenruo2-0/+104
2019-01-16btrfs: Check if item pointer overlaps with the item itselfQu Wenruo1-0/+7
2019-01-16btrfs: Refactor check_leaf function for later expansionQu Wenruo1-23/+27
2019-01-16btrfs: struct-funcs, constify readersJeff Mahoney4-89/+91
2019-01-16Btrfs: fix emptiness check for dirtied extent buffers at check_leaf()Filipe Manana1-1/+12
2019-01-16Btrfs: memset to avoid stale content in btree leafLiu Bo3-19/+28
2019-01-16Btrfs: kill BUG_ON in run_delayed_tree_refLiu Bo1-1/+7
2019-01-16Btrfs: improve check_node to avoid reading corrupted nodesLiu Bo1-4/+28
2019-01-16Btrfs: memset to avoid stale content in btree node blockLiu Bo1-0/+11
2019-01-16Btrfs: fix BUG_ON in btrfs_mark_buffer_dirtyLiu Bo1-3/+7
2019-01-16Btrfs: check btree node's nritemsLiu Bo1-0/+16
2019-01-16Btrfs: detect corruption when non-root leaf has zero itemLiu Bo1-1/+22
2019-01-16Btrfs: fix em leak in find_first_block_groupJosef Bacik1-0/+1
2019-01-16Btrfs: check inconsistence between chunk and block groupLiu Bo1-1/+16
2019-01-16Btrfs: add validadtion checks for chunk loadingLiu Bo1-15/+67
2019-01-16btrfs: Enhance chunk validation checkQu Wenruo1-1/+32
2019-01-16btrfs: cleanup, stop casting for extent_map->lookup everywhereJeff Mahoney6-17/+25
2019-01-16ALSA: hda/realtek - Disable headset Mic VREF for headset mode of ALC225Kailang Yang1-1/+15
2019-01-13Linux 4.4.170Greg Kroah-Hartman1-1/+1
2019-01-13power: supply: olpc_battery: correct the temperature unitsLubomir Rintel1-2/+2
2019-01-13intel_th: msu: Fix an off-by-one in attribute storeAlexander Shishkin1-1/+2
2019-01-13genwqe: Fix size checkChristian Borntraeger1-1/+1
2019-01-13ceph: don't update importing cap's mseq when handing cap exportYan, Zheng1-1/+0
2019-01-13iommu/vt-d: Handle domain agaw being less than iommu agawSohil Mehta1-2/+2
2019-01-139p/net: put a lower bound on msizeDominique Martinet1-0/+21
2019-01-13b43: Fix error in cordic routineLarry Finger1-1/+1
2019-01-13gfs2: Fix loop in gfs2_rbm_findAndreas Gruenbacher1-1/+1
2019-01-13dlm: memory leaks on error path in dlm_user_request()Vasily Averin1-7/+7
2019-01-13dlm: lost put_lkb on error path in receive_convert() and receive_unlock()Vasily Averin1-0/+2
2019-01-13dlm: possible memory leak on error path in create_lkb()Vasily Averin1-0/+1
2019-01-13dlm: fixed memory leaks after failed ls_remove_names allocationVasily Averin1-1/+1
2019-01-13ALSA: usb-audio: Fix an out-of-bound read in create_composite_quirksHui Peng1-0/+3
2019-01-13ALSA: usb-audio: Avoid access before bLength check in build_audio_procunit()Takashi Iwai1-2/+8
2019-01-13ALSA: cs46xx: Potential NULL dereference in probeDan Carpenter1-0/+3
2019-01-13crypto: x86/chacha20 - avoid sleeping with preemption disabledEric Biggers1-0/+1
2019-01-13sunrpc: use SVC_NET() in svcauth_gss_* functionsVasily Averin1-4/+4
2019-01-13sunrpc: fix cache_head leak due to queued requestVasily Averin1-1/+9
2019-01-13mm, devm_memremap_pages: kill mapping "System RAM" supportDan Williams1-6/+3
2019-01-13mm, devm_memremap_pages: mark devm_memremap_pages() EXPORT_SYMBOL_GPLDan Williams1-1/+1
2019-01-13hwpoison, memory_hotplug: allow hwpoisoned pages to be offlinedMichal Hocko1-0/+16
2019-01-13fork: record start_time lateDavid Herrmann1-2/+11
2019-01-13scsi: zfcp: fix posting too many status read buffers leading to adapter shutdownSteffen Maier1-3/+3
2019-01-13Input: omap-keypad - fix idle configuration to not block SoC idle statesTony Lindgren1-12/+4
2019-01-13scsi: bnx2fc: Fix NULL dereference in error handlingDan Carpenter1-1/+1
2019-01-13xfrm: Fix bucket count reported to userspaceBenjamin Poirier1-1/+1
2019-01-13checkstack.pl: fix for aarch64Qian Cai1-2/+2
2019-01-13Input: restore EV_ABS ABS_RESERVEDPeter Hutterer1-0/+9
2019-01-13ARM: imx: update the cpu power up timing setting on i.mx6sxAnson Huang1-1/+1
2019-01-13powerpc: Fix COFF zImage booting on old powermacsPaul Mackerras1-1/+3
2019-01-13spi: bcm2835: Unbreak the build of esoteric configsLukas Wunner1-1/+1
2019-01-13x86/kvm/vmx: do not use vm-exit instruction length for fast MMIO when running...Vitaly Kuznetsov2-3/+19
2019-01-13CIFS: Fix error mapping for SMB2_LOCK command which caused OFD lock problemGeorgy A Bystrenin1-2/+2
2019-01-13MIPS: Align kernel load address to 64KBHuacai Chen1-3/+4
2019-01-13MIPS: Ensure pmd_present() returns false after pmd_mknotpresent()Huacai Chen1-0/+5
2019-01-13media: vivid: free bitmap_cap when updating std/timings/etc.Hans Verkuil1-0/+2
2019-01-13cdc-acm: fix abnormal DATA RX issue for Mediatek Preloader.Macpaul Lin2-0/+11
2019-01-13spi: bcm2835: Avoid finishing transfer prematurely in IRQ modeLukas Wunner1-2/+1
2019-01-13spi: bcm2835: Fix book-keeping of DMA terminationLukas Wunner1-0/+1
2019-01-13spi: bcm2835: Fix race on DMA terminationLukas Wunner1-6/+4
2019-01-13ext4: force inode writes when nfsd calls commit_metadata()Theodore Ts'o2-0/+31
2019-01-13ext4: fix EXT4_IOC_GROUP_ADD ioctlruippan (潘睿)1-1/+1
2019-01-13ext4: missing unlock/put_page() in ext4_try_to_write_inline_data()Maurizio Lombardi1-1/+4
2019-01-13ext4: fix possible use after free in ext4_quota_enablePan Bian1-1/+1
2019-01-13perf pmu: Suppress potential format-truncation warningBen Hutchings1-4/+4
2019-01-13KVM: x86: Use jmp to invoke kvm_spurious_fault() from .fixupSean Christopherson1-1/+1
2019-01-13Input: elan_i2c - add ACPI ID for touchpad in ASUS Aspire F5-573GPatrick Dreyer1-0/+1
2019-01-13usb: r8a66597: Fix a possible concurrency use-after-free bug in r8a66597_endp...Jia-Ju Bai1-1/+4
2019-01-13USB: serial: option: add Fibocom NL678 seriesJörgen Storvist1-0/+4
2019-01-13USB: serial: pl2303: add ids for Hewlett-Packard HP POS pole displaysScott Chen2-0/+10
2019-01-13ALSA: hda/tegra: clear pending irq handlersSameer Pujar1-0/+2
2019-01-13ALSA: hda: add mute LED support for HP EliteBook 840 G4Mantas Mikulėnas1-0/+1
2019-01-13ALSA: emux: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva1-2/+5
2019-01-13ALSA: pcm: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+2
2019-01-13ALSA: emu10k1: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva1-0/+5
2019-01-13ALSA: rme9652: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva1-4/+6
2019-01-13sock: Make sock->sk_stamp thread-safeDeepa Dinamani4-9/+47
2019-01-13gro_cell: add napi_disable in gro_cells_destroyLorenzo Bianconi1-0/+1
2019-01-13xen/netfront: tolerate frags with no dataJuergen Gross1-1/+1
2019-01-13VSOCK: Send reset control packet when socket is partially boundJorgen Hansen1-17/+50
2019-01-13vhost: make sure used idx is seen before log in vhost_add_used_n()Jason Wang1-0/+2
2019-01-13sctp: initialize sin6_flowinfo for ipv6 addrs in sctp_inet6addr_eventXin Long1-0/+1
2019-01-13packet: validate address length if non-zeroWillem de Bruijn1-2/+2
2019-01-13packet: validate address lengthWillem de Bruijn1-0/+4
2019-01-13netrom: fix locking in nr_find_socket()Cong Wang1-5/+10
2019-01-13isdn: fix kernel-infoleak in capi_unlocked_ioctlEric Dumazet1-2/+2
2019-01-13ipv6: explicitly initialize udp6_addr in udp_sock_create6()Cong Wang1-1/+2
2019-01-13ieee802154: lowpan_header_create check must check daddrWillem de Bruijn1-0/+3
2019-01-13ibmveth: fix DMA unmap error in ibmveth_xmit_start error pathTyrel Datwyler1-1/+5
2019-01-13ax25: fix a use-after-free in ax25_fillin_cb()Cong Wang2-2/+11
2019-01-13ipv4: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+2
2019-01-13ip6mr: Fix potential Spectre v1 vulnerabilityGustavo A. R. Silva1-0/+4
2019-01-13drm/ioctl: Fix Spectre v1 vulnerabilitiesGustavo A. R. Silva1-2/+8
2019-01-13x86/mtrr: Don't copy uninitialized gentry fields back to userspaceColin Ian King1-0/+2
2019-01-13Drivers: hv: vmbus: Return -EINVAL for the sys files for unopened channelsDexuan Cui1-0/+20
2019-01-13gpio: max7301: fix driver for use with CONFIG_VMAP_STACKChristophe Leroy1-9/+3
2019-01-13mmc: omap_hsmmc: fix DMA API warningRussell King1-1/+11
2019-01-13mmc: core: Reset HPI enabled state during re-init and in case of errorsUlf Hansson1-1/+3
2019-01-13USB: serial: option: add Telit LN940 seriesJörgen Storvist1-0/+4
2019-01-13USB: serial: option: add Fibocom NL668 seriesJörgen Storvist1-0/+2
2019-01-13USB: serial: option: add Simcom SIM7500/SIM7600 (MBIM mode)Jörgen Storvist1-0/+1
2019-01-13USB: serial: option: add HP lt4132Tore Anderson1-1/+6
2019-01-13USB: serial: option: add GosunCn ZTE WeLink ME3630Jörgen Storvist1-0/+2
2019-01-13xhci: Don't prevent USB2 bus suspend in state check intended for USB3 onlyMathias Nyman1-1/+2
2019-01-13USB: hso: Fix OOB memory access in hso_probe/hso_get_config_dataHui Peng1-2/+16
2019-01-11Linux 4.4.166-cip29-rt21v4.4.166-cip29-rt21Daniel Wagner1-1/+1
2019-01-11Merge tag 'v4.4.166-cip29' into linux-4.4.y-cip-rtDaniel Wagner807-3080/+6604
2018-12-21Linux 4.4.169Greg Kroah-Hartman1-1/+1
2018-12-21ALSA: isa/wavefront: prevent some out of bound writesDan Carpenter1-0/+9
2018-12-21rtc: snvs: Add timeouts to avoid kernel lockupsTrent Piepho1-35/+70
2018-12-21rtc: snvs: add a missing write syncGuy Shapiro1-0/+1
2018-12-21i2c: scmi: Fix probe error on devices with an empty SMB0001 ACPI device nodeHans de Goede1-3/+7
2018-12-21i2c: axxia: properly handle master timeoutAdamski, Krzysztof (Nokia - PL/Wroclaw)1-11/+29
2018-12-21cifs: In Kconfig CONFIG_CIFS_POSIX needs depends on legacy (insecure cifs)Steve French1-1/+1
2018-12-21ARM: 8814/1: mm: improve/fix ARM v7_dma_inv_range() unaligned address handlingChris Cole1-3/+5
2018-12-21mv88e6060: disable hardware level MAC learningAnderson Luiz Alves1-7/+3
2018-12-21libata: whitelist all SAMSUNG MZ7KM* solid-state disksJuha-Matti Tilli1-0/+1
2018-12-21Input: omap-keypad - fix keyboard debounce configurationTony Lindgren1-4/+14
2018-12-21clk: mmp: Off by one in mmp_clk_add()Dan Carpenter1-1/+1
2018-12-21ide: pmac: add of_node_put()Yangtao Li1-0/+1
2018-12-21drivers/tty: add missing of_node_put()Yangtao Li1-0/+1
2018-12-21drivers/sbus/char: add of_node_put()Yangtao Li1-0/+2
2018-12-21sbus: char: add of_node_put()Yangtao Li1-0/+1
2018-12-21SUNRPC: Fix a potential race in xprt_connect()Trond Myklebust1-2/+9
2018-12-21bonding: fix 802.3ad state sent to partner when unbinding slaveToni Peltonen1-0/+3
2018-12-21ARC: io.h: Implement reads{x}()/writes{x}()Jose Abreu1-0/+72
2018-12-21drm/msm: Grab a vblank reference when waiting for commit_doneSean Paul1-0/+5
2018-12-21x86/earlyprintk/efi: Fix infinite loop on some screen widthsYiFei Zhu1-1/+1
2018-12-21scsi: vmw_pscsi: Rearrange code to avoid multiple calls to free_irq during un...Cathy Avery1-2/+2
2018-12-21scsi: libiscsi: Fix NULL pointer dereference in iscsi_eh_session_resetFred Herard1-2/+2
2018-12-21mac80211_hwsim: fix module init error paths for netlinkAlexey Khoroshilov1-5/+7
2018-12-21mac80211: Fix condition validating WMM IEIlan Peer1-1/+1
2018-12-21mac80211: don't WARN on bad WMM parameters from buggy APsEmmanuel Grumbach1-1/+2
2018-12-21f2fs: fix a panic caused by NULL flush_cmd_controlYunlei He1-1/+4
2018-12-21Revert "drm/rockchip: Allow driver to be shutdown on reboot/kexec"Brian Norris1-6/+0
2018-12-21powerpc/msi: Fix NULL pointer access in teardown codeRadu Rendec1-1/+6
2018-12-21tracing: Fix memory leak of instance function hash filtersSteven Rostedt (VMware)1-0/+1
2018-12-21tracing: Fix memory leak in set_trigger_filter()Steven Rostedt (VMware)1-2/+4
2018-12-21MMC: OMAP: fix broken MMC on OMAP15XX/OMAP5910/OMAP310Aaro Koskinen1-2/+9
2018-12-21aio: fix spectre gadget in lookup_ioctxJeff Moyer1-0/+2
2018-12-21pinctrl: sunxi: a83t: Fix IRQ offset typo for PH11Chen-Yu Tsai1-1/+1
2018-12-21powerpc/boot: Fix random libfdt related build errorsGuenter Roeck1-1/+2
2018-12-21timer/debug: Change /proc/timer_list from 0444 to 0400Ingo Molnar1-1/+1
2018-12-21lib/interval_tree_test.c: allow users to limit scope of endpointDavidlohr Bueso1-10/+13
2018-12-21lib/rbtree-test: lower default paramsDavidlohr Bueso2-3/+3
2018-12-21lib/rbtree_test.c: make input module parametersDavidlohr Bueso1-21/+34
2018-12-21lib/interval_tree_test.c: allow full tree searchDavidlohr Bueso1-5/+10
2018-12-21lib/interval_tree_test.c: make test options module parametersDavidlohr Bueso1-17/+40
2018-12-17Linux 4.4.168Greg Kroah-Hartman1-1/+1
2018-12-17selftests: Move networking/timestamping from DocumentationShuah Khan8-17/+9
2018-12-17rocker: fix rocker_tlv_put_* functions for KASANArnd Bergmann1-6/+18
2018-12-17staging: speakup: Replace strncpy with memcpyGuenter Roeck1-2/+2
2018-12-17matroxfb: fix size of memcpySudip Mukherjee1-1/+1
2018-12-17media: dvb-frontends: fix i2c access helpers for KASANArnd Bergmann11-13/+34
2018-12-17proc: do not access cmdline nor environ from file-backed areasWilly Tarreau3-5/+9
2018-12-17proc: don't use FOLL_FORCE for reading cmdline and environmentLinus Torvalds1-10/+8
2018-12-17mm: replace access_remote_vm() write parameter with gup_flagsLorenzo Stoakes4-19/+20
2018-12-17mm: replace __access_remote_vm() write parameter with gup_flagsLorenzo Stoakes2-11/+21
2018-12-17mm: replace get_user_pages() write/force parameters with gup_flagsLorenzo Stoakes26-59/+72
2018-12-17mm: replace get_vaddr_frames() write/force parameters with gup_flagsLorenzo Stoakes5-15/+11
2018-12-17mm: replace get_user_pages_locked() write/force parameters with gup_flagsLorenzo Stoakes4-13/+15