aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-06-18uapi: fix System V buf header includesheadersMike Frysinger4-0/+9
2018-06-18netlink: drop (int) cast on length arg in NLMSG_OKMike Frysinger1-1/+1
2018-06-18x86: do not build relocs tool when installing headersMike Frysinger1-0/+2
2018-06-18unifdef: drop unused errno.h includeMike Frysinger1-1/+0
2018-06-18asm-generic/fcntl.h: namespace kernel file structsMike Frysinger1-3/+3
2018-06-18convert PAGE_SIZE usageMike Frysinger2-2/+4
2018-06-18netfilter: pull in limits.hMike Frysinger1-0/+1
2018-06-18linux/stat.h: remove __GLIBC__ checksMike Frysinger1-1/+1
2018-06-03Linux 4.17v4.17Linus Torvalds1-1/+1
2018-06-03Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-21/+34
2018-06-03Revert "fs: fold open_check_o_direct into do_dentry_open"Al Viro3-19/+33
2018-06-03Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-18/+35
2018-06-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-21/+185
2018-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds38-115/+192
2018-06-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-2/+20
2018-06-02Merge tag 'drm-fixes-for-v4.17-rc8' of git://people.freedesktop.org/~airlied/...Linus Torvalds8-44/+91
2018-06-03Merge branch 'drm-fixes-4.17' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie1-9/+22
2018-06-02Merge tag 'mips_fixes_4.17_3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-38/+6
2018-06-02Merge tag 'vfio-v4.17' of git://github.com/awilliam/linux-vfioLinus Torvalds1-15/+10
2018-06-02Merge tag 'char-misc-4.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-7/+8
2018-06-02Merge tag 'staging-4.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-68/+93
2018-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds14-62/+172
2018-06-02Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-2/+10
2018-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-2/+2
2018-06-02mm: fix the NULL mapping case in __isolate_lru_page()Hugh Dickins1-1/+1
2018-06-02mm/huge_memory.c: __split_huge_page() use atomic ClearPageDirty()Hugh Dickins1-1/+1
2018-06-02Revert "vfio/type1: Improve memory pinning process for raw PFN mapping"Alex Williamson1-15/+10
2018-06-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-0/+4
2018-06-01bpf: fix uapi hole for 32 bit compat applicationsDaniel Borkmann2-0/+4
2018-06-01net: usb: cdc_mbim: add flag FLAG_SEND_ZLPDaniele Palmas1-1/+1
2018-06-01Merge branch 'tunnel-mtus'David S. Miller3-9/+15
2018-06-01ip6_tunnel: remove magic mtu value 0xFFF8Nicolas Dichtel2-5/+11
2018-06-01ip_tunnel: restore binding to ifaces with a large mtuNicolas Dichtel1-4/+4
2018-06-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-4/+3
2018-06-01net: dsa: b53: Add BCM5389 supportDamien Thébault4-1/+19
2018-06-01kcm: Fix use-after-free caused by clonned socketsKirill Tkhai1-1/+1
2018-05-31net-sysfs: Fix memory leak in XPS configurationAlexander Duyck1-3/+3
2018-05-31ixgbe: fix parsing of TC actions for HW offloadOndřej Hlavatý1-5/+4
2018-05-31Merge tag 'xfs-4.17-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+1
2018-05-31net: ethernet: davinci_emac: fix error handling in probe()Dan Carpenter1-10/+12
2018-05-31net/ncsi: Fix array size in dumpit handlerSamuel Mendoza-Jonas1-1/+1
2018-05-31Merge tag 'wireless-drivers-for-davem-2018-05-30' of git://git.kernel.org/pub...David S. Miller2-9/+8
2018-05-31cls_flower: Fix incorrect idr release when failing to modify rulePaul Blakey1-1/+1
2018-05-31net/sonic: Use dma_mapping_error()Finn Thain1-1/+1
2018-05-31drm/amd/display: Update color props when modeset is requiredLeo (Sunpeng) Li1-2/+6
2018-05-31drm/amd/display: Make atomic-check validate underscan changesDavid Francis1-7/+16
2018-05-31Merge tag 'platform-drivers-x86-v4.17-4' of git://git.infradead.org/linux-pla...Linus Torvalds1-10/+13
2018-05-31platform/x86: asus-wmi: Fix NULL pointer dereferenceJoão Paulo Rechi Vita1-10/+13
2018-05-31Merge tag 'perf-urgent-for-mingo-4.17-20180531' of git://git.kernel.org/pub/s...Ingo Molnar9-21/+185
2018-05-31sched/headers: Fix typoDavidlohr Bueso1-1/+1
2018-05-31sched/deadline: Fix missing clock updateJuri Lelli1-3/+3
2018-05-31sched/core: Require cpu_active() in select_task_rq(), for user tasksPaul Burton1-2/+1
2018-05-31sched/core: Fix rules for running on online && !active CPUsPeter Zijlstra1-12/+30
2018-05-31xfrm Fix potential error pointer dereference in xfrm_bundle_create.Steffen Klassert1-3/+2
2018-05-30fs: clear writeback errors in inode_init_alwaysDarrick J. Wong1-0/+1
2018-05-31Merge tag 'drm-misc-fixes-2018-05-30' of git://anongit.freedesktop.org/drm/dr...Dave Airlie3-13/+6
2018-05-30Merge tag 'for-linus-20180530' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2018-05-30Merge tag 'selinux-pr-20180530' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2018-05-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-2/+2
2018-05-30perf tools: Fix perf.data format description of NRCPUS headerArnaldo Carvalho de Melo1-1/+1
2018-05-30perf script python: Add addr into perf sample dictLeo Yan1-0/+2
2018-05-30perf data: Update documentation section on cpu topologyThomas Richter1-0/+8
2018-05-30perf cs-etm: Fix indexing for decoder packet queueMathieu Poirier1-2/+10
2018-05-30perf bpf: Fix NULL return handling in bpf__prepare_load()YueHaibing1-3/+3
2018-05-30drm/bridge/synopsys: dw-hdmi: fix dw_hdmi_setup_rx_senseNeil Armstrong3-13/+6
2018-05-30vhost_net: flush batched heads before trying to busy pollingJason Wang1-13/+24
2018-05-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2-3/+6
2018-05-30perf test: "Session topology" dumps core on s390Thomas Richter1-6/+24
2018-05-30perf parse-events: Handle uncore event aliases in small groups properlyKan Liang4-9/+137
2018-05-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-11/+17
2018-05-30Merge branch 'drm-fixes-4.17' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie1-6/+7
2018-05-30Merge tag 'drm-misc-fixes-2018-05-29' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2-1/+5
2018-05-29selinux: KASAN: slab-out-of-bounds in xattr_getsecuritySachin Grover1-1/+1
2018-05-30Merge tag 'drm-intel-fixes-2018-05-29' of git://anongit.freedesktop.org/drm/d...Dave Airlie2-15/+51
2018-05-29Merge tag 'afs-fixes-20180529' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-16/+13
2018-05-29drm/amd/display: Fix BUG_ON during CRTC atomic check updateLeo (Sunpeng) Li1-6/+7
2018-05-29Merge branch 'nvme-4.17' of git://git.infradead.org/nvme into for-linusJens Axboe1-1/+1
2018-05-29nvme: fix extended data LBA supported settingMax Gurtovoy1-1/+1
2018-05-29i2c: ocores: update HDL sources URLFederico Vaga2-2/+2
2018-05-29IB/core: Fix error code for invalid GID entryParav Pandit1-1/+1
2018-05-29tun: Fix NULL pointer dereference in XDP redirectToshiaki Makita1-6/+9
2018-05-29be2net: Fix error detection logic for BE3Suresh Reddy1-1/+3
2018-05-29net: qmi_wwan: Add Netgear Aircard 779SJosh Hill1-0/+1
2018-05-29mlxsw: spectrum: Forbid creation of VLAN 1 over port/LAGPetr Machata1-0/+5
2018-05-29atm: zatm: fix memcmp castingIvan Bornyakov1-2/+2
2018-05-29Merge tag 'trace-v4.17-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-10/+28
2018-05-29drm/i915/query: nospec expects no more than an unsigned longChris Wilson1-1/+4
2018-05-29iwlwifi: pcie: compare with number of IRQs requested for, not number of CPUsHao Wei Tee1-5/+5
2018-05-29Revert "rt2800: use TXOP_BACKOFF for probe frames"Stanislaw Gruszka1-4/+3
2018-05-28net: netsec: reduce DMA mask to 40 bitsArd Biesheuvel1-2/+2
2018-05-28ipv6: sr: fix memory OOB access in seg6_do_srh_encap/inlineMathieu Xhonneux1-2/+2
2018-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller9-43/+71
2018-05-28scsi: scsi_transport_srp: Fix shost to rport translationBart Van Assche1-2/+20
2018-05-29netfilter: nf_tables: increase nft_counters_enabled in nft_chain_stats_replace()Taehee Yoo1-1/+3
2018-05-29netfilter: nf_tables: fix NULL-ptr in nf_tables_dump_obj()Taehee Yoo1-2/+2
2018-05-29netfilter: nf_tables: disable preemption in nft_update_chain_stats()Pablo Neira Ayuso1-2/+2
2018-05-28tracing: Make the snapshot trigger work with instancesSteven Rostedt (VMware)3-8/+25
2018-05-28IB: Revert "remove redundant INFINIBAND kconfig dependencies"Arnd Bergmann8-8/+8
2018-05-28Merge tag 'nds32-for-linus-4.17-fixes' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds18-34/+130
2018-05-28drm/i915/query: Protect tainted function pointer lookupChris Wilson1-3/+7
2018-05-28drm/i915/lvds: Move acpi lid notification registration to registration phaseChris Wilson1-11/+32
2018-05-28drm/i915: Disable LVDS on Radiant P845Ondrej Zary1-0/+8
2018-05-27tracing: Fix crash when freeing instances with event triggersSteven Rostedt (VMware)1-2/+3
2018-05-27Linux 4.17-rc7v4.17-rc7Linus Torvalds1-1/+1
2018-05-27Merge tag 'kbuild-fixes-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+6
2018-05-26Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds15-20/+20
2018-05-26Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-17/+9
2018-05-26Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-6/+6
2018-05-26Merge tag 'hisi-fixes-for-4.17v2' of git://github.com/hisilicon/linux-hisi in...Olof Johansson1-1/+0
2018-05-26ARM: Fix i2c-gpio GPIO descriptor tablesLinus Walleij10-11/+11
2018-05-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds11-75/+198
2018-05-26arm64: dts: hikey: Fix eMMC corruption regressionJohn Stultz1-1/+0
2018-05-26crypto: inside-secure - do not use memset on MMIOAntoine Tenart1-2/+2
2018-05-26hwtracing: stm: fix build error on some archesGreg Kroah-Hartman1-0/+1
2018-05-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds16-43/+125
2018-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds49-193/+372
2018-05-25kasan: fix memory hotplug during bootDavid Hildenbrand1-1/+1
2018-05-25kasan: free allocated shadow memory on MEM_CANCEL_ONLINEDavid Hildenbrand1-0/+1
2018-05-25checkpatch: fix macro argument precedence testJoe Perches1-1/+1
2018-05-25init/main.c: include <linux/mem_encrypt.h>Mathieu Malaterre1-0/+1
2018-05-25kernel/sys.c: fix potential Spectre v1 issueGustavo A. R. Silva1-0/+5
2018-05-25mm/memory_hotplug: fix leftover use of struct page during hotplugJonathan Cameron3-6/+9
2018-05-25proc: fix smaps and meminfo alignmentHugh Dickins1-5/+0
2018-05-25mm: do not warn on offline nodes unless the specific node is explicitly reque...Michal Hocko1-1/+1
2018-05-25mm, memory_hotplug: make has_unmovable_pages more robustMichal Hocko1-6/+10
2018-05-25mm/kasan: don't vfree() nonexistent vm_areaAndrey Ryabinin1-2/+61
2018-05-25MAINTAINERS: change hugetlbfs maintainer and update filesMike Kravetz1-1/+7
2018-05-25ipc/shm: fix shmat() nil address after round-down when remappingDavidlohr Bueso1-2/+10
2018-05-25Revert "ipc/shm: Fix shmat mmap nil-page protection"Davidlohr Bueso1-7/+2
2018-05-25idr: fix invalid ptr dereference on item deleteMatthew Wilcox2-1/+10
2018-05-25ocfs2: revert "ocfs2/o2hb: check len for bio_add_page() to avoid getting inco...Changwei Ge1-10/+1
2018-05-25mm: fix nr_rotate_swap leak in swapon() error caseOmar Sandoval1-1/+6
2018-05-25Merge tag 'qcom-fixes-for-4.17-rc7' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson1-4/+4
2018-05-25Merge tag 'sunxi-fixes-for-4.17' of https://git.kernel.org/pub/scm/linux/kern...Olof Johansson3-4/+5
2018-05-25ibmvnic: Fix partial success login retriesThomas Falcon1-1/+6
2018-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller4-24/+70
2018-05-25KVM: x86: fix #UD address of failed Hyper-V hypercallsRadim Krčmář2-16/+15
2018-05-25selftests/net: Add missing config options for PMTU testsStefano Brivio1-0/+5
2018-05-25Merge tag 'batadv-net-for-davem-20180524' of git://git.open-mesh.org/linux-mergeDavid S. Miller2-18/+68
2018-05-25RDMA/bnxt_re: Fix broken RoCE driver due to recent L2 driver changesDevesh Sharma5-53/+163
2018-05-25Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds5-31/+83
2018-05-25Merge tag 'powerpc-4.17-7' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-0/+7
2018-05-25Merge tag 'mmc-v4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds2-8/+27
2018-05-25Merge tag 'drm-fixes-for-v4.17-rc7' of git://people.freedesktop.org/~airlied/...Linus Torvalds6-46/+58
2018-05-25Merge tag 'sound-4.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-4/+6
2018-05-25intel_th: Use correct device when freeing buffersAlexander Shishkin1-3/+3
2018-05-25stm class: Use vmalloc for the master mapAlexander Shishkin1-3/+3
2018-05-25mlx4_core: allocate ICM memory in page size chunksQing Huang1-7/+9
2018-05-25sched, tracing: Fix trace_sched_pi_setprio() for deboostingSebastian Andrzej Siewior1-1/+3
2018-05-25kthread: Allow kthread_park() on a parked kthreadPeter Zijlstra1-4/+2
2018-05-25sched/topology: Clarify root domain(s) debug stringJuri Lelli1-1/+1
2018-05-24firmware: qcom: scm: Fix crash in qcom_scm_call_atomic1()Niklas Cassel1-4/+4
2018-05-24enic: set DMA mask to 47 bitGovindarajulu Varadarajan1-4/+4
2018-05-24ppp: remove the PPPIOCDETACH ioctlEric Biggers3-29/+6
2018-05-24ipv4: remove warning in ip_recv_errorWillem de Bruijn1-2/+0
2018-05-24net : sched: cls_api: deal with egdev path only if neededOr Gerlitz1-1/+1
2018-05-24vhost: synchronize IOTLB message with dev cleanupJason Wang1-0/+3
2018-05-24Merge tag 'mlx5-fixes-2018-05-24' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2-7/+47
2018-05-24packet: fix reserve calculationWillem de Bruijn1-1/+1
2018-05-25Merge branch 'vmwgfx-fixes-4.17' of git://people.freedesktop.org/~thomash/lin...Dave Airlie5-46/+55
2018-05-24Merge branch 'stable/for-linus-4.17' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2018-05-24net/mlx5: IPSec, Fix a race between concurrent sandbox QP commandsYossi Kuperman1-7/+5
2018-05-24net/mlx5e: When RXFCS is set, add FCS data into checksum calculationEran Ben Elisha1-0/+42
2018-05-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds29-98/+116
2018-05-24Merge tag 'for-4.17-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+2
2018-05-24ALSA: hda - Fix runtime PMLukas Wunner1-2/+4
2018-05-24Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE"Joonsoo Kim7-145/+49
2018-05-24kvm: x86: IA32_ARCH_CAPABILITIES is always supportedJim Mattson1-0/+5
2018-05-24Merge branch 'for-4.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-1/+9
2018-05-24drm/omap: fix NULL deref crash with SDI displaysTomi Valkeinen1-1/+4
2018-05-24KVM: x86: Update cpuid properly when CR4.OSXAVE or CR4.PKE is changedWei Huang1-1/+4
2018-05-24Merge tag 'for-linus-20180524' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+9
2018-05-24Merge tag 'pm-4.17-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-4/+3
2018-05-24bpf: properly enforce index mask to prevent out-of-bounds speculationDaniel Borkmann2-23/+65
2018-05-24x86/kvm: fix LAPIC timer drift when guest uses periodic modeDavid Vrabel1-2/+14
2018-05-24Merge tag 'kvm-ppc-fixes-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel...Radim Krčmář6-55/+159
2018-05-24ahci: Add PCI ID for Cannon Lake PCH-LP AHCIMika Westerberg1-0/+1
2018-05-24drm/psr: Fix missed entry in PSR setup time table.Dhinakaran Pandiyan1-0/+1
2018-05-24MIPS: ptrace: Fix PTRACE_PEEKUSR requests for 64-bit FGRsMaciej W. Rozycki2-2/+2
2018-05-24MIPS: prctl: Disallow FRE without FR with PR_SET_FP_MODE requestsMaciej W. Rozycki1-0/+4
2018-05-24MIPS: lantiq: gphy: Drop reboot/remove reset assertsMathias Kresin1-36/+0
2018-05-24arm64: Make sure permission updates happen for pmd/pudLaura Abbott1-6/+10
2018-05-24Btrfs: fix error handling in btrfs_truncate()Omar Sandoval1-1/+2
2018-05-23fix io_destroy()/aio_complete() raceAl Viro1-2/+1
2018-05-24netfilter: provide correct argument to nla_strlcpy()Eric Dumazet2-3/+3
2018-05-23RDMA/hns: Move the location for initializing tmp_lenoulijun1-1/+2
2018-05-23RDMA/hns: Bugfix for cq record db for kerneloulijun1-0/+1
2018-05-23IB/uverbs: Fix uverbs_attr_get_objJason Gunthorpe1-5/+5
2018-05-23RDMA/qedr: Fix doorbell bar mapping for dpi > 1Kalderon, Michal1-31/+29
2018-05-23net/mlx4: Fix irq-unsafe spinlock usageJack Morgenstein1-2/+2
2018-05-23net: phy: broadcom: Fix bcm_write_exp()Florian Fainelli3-5/+12
2018-05-23net: phy: broadcom: Fix auxiliary control register readsFlorian Fainelli1-1/+1
2018-05-23net: ipv4: add missing RTA_TABLE to rtm_ipv4_policyRoopa Prabhu1-0/+1
2018-05-23net/mlx4: fix spelling mistake: "Inrerface" -> "Interface" and rephrase messageColin Ian King1-1/+1
2018-05-23ibmvnic: Only do H_EOI for mobility eventsNathan Fontenot1-6/+9
2018-05-23Input: elan_i2c_smbus - fix corrupted stackBenjamin Tissoires1-11/+11
2018-05-23Input: synaptics - add Lenovo 80 series ids to SMBusBenjamin Tissoires1-0/+2
2018-05-23Input: synaptics - add Intertouch support on X1 Carbon 6th and X280Aaron Ma1-0/+2
2018-05-23Input: synaptics - Lenovo Thinkpad X1 Carbon G5 (2017) with Elantech trackpoi...Edvard Holst1-0/+1
2018-05-23Merge tag 'wireless-drivers-for-davem-2018-05-22' of git://git.kernel.org/pub...David S. Miller3-7/+7