aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-09-03apparmor: fix bad debug check in apparmor_secid_to_secctx()apparmor-pr-2018-09-064.18-syzbot-secidJohn Johansen1-1/+0
2018-09-02Linux 4.19-rc2Linus Torvalds1-1/+1
2018-09-02Merge tag 'devicetree-fixes-for-4.19' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-0/+80
2018-09-02Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds12-188/+213
2018-09-02Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds21-50/+167
2018-09-02Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-22/+4
2018-09-02Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds11-13/+4
2018-09-02x86/pti: Fix section mismatch warning/errorRandy Dunlap1-1/+1
2018-09-01Merge tag 'omap-for-v4.19/fixes-v2-signed' of git://git.kernel.org/pub/scm/li...Olof Johansson5-31/+66
2018-09-01x86/vdso: Fix lsl operand orderSamuel Neves1-1/+1
2018-09-01Merge tag 'linux-watchdog-4.19-rc2' of git://www.linux-watchdog.org/linux-wat...Linus Torvalds1-2/+3
2018-09-01Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+3
2018-09-01x86/mce: Fix set_mce_nospec() to avoid #GP faultLuckTony1-1/+24
2018-08-31Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds3-17/+26
2018-08-31x86/efi: Load fixmap GDT in efi_call_phys_epilog()Joerg Roedel1-6/+2
2018-08-31Merge tag 'for-linus-4.19b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-10/+24
2018-08-31Merge tag 'm68k-for-v4.19-tag2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-6/+4
2018-08-31Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-44/+66
2018-08-31x86/nmi: Fix NMI uaccess race against CR3 switchingAndy Lutomirski4-1/+53
2018-08-31x86: Allow generating user-space headers without a compilerBen Hutchings1-4/+7
2018-08-31x86/dumpstack: Don't dump kernel memory based on usermode RIPJann Horn3-5/+15
2018-08-31of: Add device_type access helper functionsRob Herring1-0/+12
2018-08-31cpu/hotplug: Remove skip_onerr field from cpuhp_step structureMukesh Ojha1-22/+4
2018-08-31arm64: mm: always enable CONFIG_HOLES_IN_ZONEJames Morse1-1/+0
2018-08-31m68k/mac: Use correct PMU response formatFinn Thain1-6/+4
2018-08-30Merge tag 'drm-fixes-2018-08-31' of git://anongit.freedesktop.org/drm/drmLinus Torvalds26-161/+303
2018-08-30disable stringop truncation warnings for nowStephen Rothwell1-0/+3
2018-08-30Merge tag 'pm-4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-2/+13
2018-08-31Merge branch 'pm-core'Rafael J. Wysocki1-1/+1
2018-08-30clk: x86: Set default parent to 48MhzAkshu Agrawal1-1/+1
2018-08-30i2c: sh_mobile: fix leak when using DMA bounce bufferWolfram Sang1-2/+4
2018-08-30i2c: sh_mobile: define start_ch() void as it only returns 0 anyhowWolfram Sang1-6/+3
2018-08-30i2c: refactor function to release a DMA safe bufferWolfram Sang4-10/+15
2018-08-30i2c: algos: bit: make the error messages grepableJan Kundrát1-24/+31
2018-08-30i2c: designware: Re-init controllers with pm_disabled set on resumeHans de Goede2-2/+6
2018-08-30i2c: i801: Allow ACPI AML access I/O ports not reserved for SMBusMika Westerberg1-1/+8
2018-08-30Merge tag 'for-linus-20180830' of git://git.kernel.dk/linux-blockLinus Torvalds12-108/+269
2018-08-30of: add node name compare helper functionsRob Herring2-0/+35
2018-08-30Merge tag 'mtd/for-4.19-rc2' of git://git.infradead.org/linux-mtdLinus Torvalds2-2/+7
2018-08-30Merge tag 'mmc-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh...Linus Torvalds5-14/+25
2018-08-30arm/arm64: smccc-1.1: Handle function result as parametersMarc Zyngier1-10/+20
2018-08-30x86/asm: Use CC_SET()/CC_OUT() in __gen_sigismember()Uros Bizjak1-3/+4
2018-08-30x86/alternatives: Lockdep-enforce text_mutex in text_poke*()Jiri Kosina1-4/+5
2018-08-30objtool: Remove workaround for unreachable warnings from old GCCMasahiro Yamada1-2/+0
2018-08-30notifier: Remove notifier header file wherever not usedMukesh Ojha7-7/+0
2018-08-30watchdog: Mark watchdog touch functions as notraceVincent Whitchurch3-4/+4
2018-08-30x86/entry/64: Wipe KASAN stack shadow before rewind_stack_do_exit()Jann Horn1-0/+4
2018-08-30x86/irqflags: Mark native_restore_fl extern inlineNick Desaulniers1-1/+2
2018-08-30x86/build: Remove jump label quirk for GCC older than 4.5.2Masahiro Yamada2-16/+0
2018-08-29Merge tag 'riscv-for-linus-4.19-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-17/+16
2018-08-30Merge tag 'drm-intel-fixes-2018-08-29' of git://anongit.freedesktop.org/drm/d...Dave Airlie5-13/+11
2018-08-30Merge branch 'drm-fixes-4.19' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie14-109/+124
2018-08-30Merge branch 'mediatek-drm-fixes-4.19' of https://github.com/ckhu-mediatek/li...Dave Airlie7-39/+168
2018-08-29powerpc: disable support for relative ksymtab referencesArd Biesheuvel1-1/+0
2018-08-29Merge tag 'hwmon-for-linus-v4.19-rc2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-12/+32
2018-08-29Merge tag 'for_v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds5-90/+38
2018-08-29Merge tag 'nios2-v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-9/+0
2018-08-29drm/i915/audio: Hook up component bindings even if displays are disabledChris Wilson1-3/+0
2018-08-29drm/i915: Increase LSPCON timeoutFredrik Schön1-1/+1
2018-08-29drm/i915: Stop holding a ref to the ppgtt from each vmaChris Wilson1-4/+0
2018-08-29Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds13-106/+144
2018-08-29arm64: defconfig: Enable TI's AM6 SoC platformNishanth Menon1-0/+3
2018-08-29ARM: defconfig: Update the ARM Versatile defconfigLinus Walleij1-6/+8
2018-08-29Merge tag 'imx-fixes-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Olof Johansson5-151/+136
2018-08-29dt-bindings: watchdog: renesas-wdt: Document r8a774a1 supportFabrizio Castro1-2/+3
2018-08-29Merge branch 'nvme-4.19' of git://git.infradead.org/nvme into for-linusJens Axboe3-2/+13
2018-08-29cdrom: Fix info leak/OOB read in cdrom_ioctl_drive_statusScott Bauer1-1/+1
2018-08-29of: add helper to lookup compatible child nodeJohan Hovold2-0/+33
2018-08-29arm/arm64: smccc-1.1: Make return values unsigned longMarc Zyngier1-10/+10
2018-08-29Documentation/arm64/sve: Couple of improvements and typosJulien Grall1-2/+2
2018-08-28Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds4-45/+16
2018-08-28clk: npcm7xx: fix memory allocationGustavo A. R. Silva1-2/+2
2018-08-28x86/xen: remove redundant variable save_pudColin Ian King1-2/+0
2018-08-28xen: export device state to sysfsJoe Jin2-0/+18
2018-08-28RISC-V: Use a less ugly workaround for unused variable warningsPalmer Dabbelt1-14/+1
2018-08-28riscv: tlb: Provide definition of tlb_flush() before including tlb.hWill Deacon1-0/+4
2018-08-28dt-bindings: riscv,cpu-intc: Cleanups from a missed reviewPalmer Dabbelt1-3/+11
2018-08-28drm/i915: Free write_buf that we allocated with kzalloc.Rodrigo Vivi1-2/+6
2018-08-28drm/i915: Fix glk/cnl display w/a #1175Ville Syrjälä1-3/+4
2018-08-28drm/amdgpu: Need to set moved to true when evict boEmily Deng1-0/+1
2018-08-28ARM: dts: omap4-droid4: Fix emmc errors seen on some devicesTony Lindgren1-1/+1
2018-08-28Merge branch 'perm-fix' into omap-for-v4.19/fixes-v2Tony Lindgren10929-208895/+509947
2018-08-28ARM: dts: Fix file permission for am335x-osd3358-sm-red.dtsNeeraj Dantu1-0/+0
2018-08-28nvmet: free workqueue object if module init failsChaitanya Kulkarni1-1/+3
2018-08-28nvme-fcloop: Fix dropped LS's to removed target portJames Smart1-1/+2
2018-08-28nvme-pci: add a memory barrier to nvme_dbbuf_update_and_check_eventMichal Wnukowski1-0/+8
2018-08-27block: bsg: move atomic_t ref_count variable to refcount APIJohn Pittman1-4/+4
2018-08-27block: remove unnecessary condition checkChengguang Xu1-2/+1
2018-08-27ata: ftide010: Add a quirk for SQ201Linus Walleij1-10/+17
2018-08-27drm/amdgpu: Remove duplicated power source updateRex Zhu1-8/+0
2018-08-27drm/amd/display: Fix memory leak caused by missed dc_sink_releaseSivapiriyanKumarasamy1-1/+5
2018-08-27drm/amdgpu: fix holding mn_lock while allocating memoryChristian König1-12/+19
2018-08-27drm/amdgpu: Power on uvd block when hw_finiRex Zhu1-2/+2
2018-08-27drm/amdgpu: Update power state at the end of smu hw_init.Rex Zhu2-5/+2
2018-08-27drm/amdgpu: Fix vce initialize failed on Kaveri/MullinsRex Zhu1-15/+26
2018-08-27drm/amdgpu: Enable/disable gfx PG feature in rlc safe modeRex Zhu1-1/+10
2018-08-27drm/amdgpu: Adjust the VM size based on system memory size v2Felix Kuehling2-5/+29
2018-08-27blk-wbt: remove dead codeJens Axboe1-5/+0
2018-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds92-711/+754
2018-08-27mtd: rawnand: denali: do not pass zero maxchips to nand_scan()Masahiro Yamada1-0/+5
2018-08-27x86/pae: use 64 bit atomic xchg function in native_ptep_get_and_clearJuergen Gross1-4/+3
2018-08-27Merge branch 'stable/for-jens-4.19' of git://git.kernel.org/pub/scm/linux/ker...Jens Axboe4-70/+163
2018-08-27blk-wbt: improve waking of tasksJens Axboe1-7/+56
2018-08-27blk-wbt: abstract out end IO completion handlerJens Axboe1-7/+14
2018-08-27xen/blkback: remove unused pers_gnts_lock from struct xen_blkif_ringJuergen Gross1-1/+0
2018-08-27xen/blkback: move persistent grants flags to boolJuergen Gross2-13/+7
2018-08-27xen/blkfront: reorder tests in xlblk_init()Juergen Gross1-9/+9
2018-08-27xen/blkfront: cleanup stale persistent grantsJuergen Gross1-4/+90
2018-08-27xen/blkback: don't keep persistent grants too longJuergen Gross3-46/+60
2018-08-27Fix up libata MAINTAINERS entryJens Axboe1-4/+4
2018-08-27x86/xen: don't write ptes directly in 32-bit PV guestsJuergen Gross1-4/+3
2018-08-27x86/Kconfig: Fix trivial typoNikolas Nyby1-1/+1
2018-08-27x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+Andi Kleen3-6/+45
2018-08-27x86/spectre: Add missing family 6 check to microcode checkAndi Kleen1-0/+3
2018-08-27mtd: rawnand: docg4: Remove wrong __init annotationsGeert Uytterhoeven1-2/+2
2018-08-27ARM: imx_v6_v7_defconfig: Select CONFIG_DRM_PANEL_SEIKO_43WVF1GFabio Estevam1-0/+1
2018-08-27ARM: mxs_defconfig: Select CONFIG_DRM_PANEL_SEIKO_43WVF1GFabio Estevam1-0/+1
2018-08-27ARM: dts: imx23-evk: Convert to the new display bindingsFabio Estevam1-24/+24
2018-08-27ARM: dts: imx23-evk: Move regulators outside simple-busFabio Estevam1-25/+17
2018-08-27ARM: dts: imx28-evk: Convert to the new display bindingsFabio Estevam1-24/+24
2018-08-27ARM: dts: imx28-evk: Move regulators outside simple-busFabio Estevam1-74/+61
2018-08-27Revert "ARM: dts: imx7d: Invert legacy PCI irq mapping"Leonard Crestez1-4/+8
2018-08-27drm/mediatek: fix connection from RDMA2 to DSI1Stu Hsieh1-1/+1
2018-08-27drm/mediatek: update some variable name from ovl to compStu Hsieh2-14/+14
2018-08-27drm/mediatek: use layer_nr function to get layer number to init planeStu Hsieh2-8/+14
2018-08-27drm/mediatek: add function to return RDMA layer numberStu Hsieh1-0/+6
2018-08-27drm/mediatek: add function to return OVL layer numberStu Hsieh1-0/+6
2018-08-27drm/mediatek: add function to get layer number for componentStu Hsieh1-0/+9
2018-08-27drm/mediatek: add YUYV/UYVY color format support for RDMAStu Hsieh1-0/+20
2018-08-27drm/mediatek: add the comment about color format setting for OVLStu Hsieh1-0/+5
2018-08-27drm/mediatek: add RGB color format support for RDMAStu Hsieh1-0/+45
2018-08-27drm/mediatek: add memory mode and layer_config for RDMAStu Hsieh1-0/+21
2018-08-27drm/mediatek: add connection from RDMA2 to DSI0Stu Hsieh1-0/+4
2018-08-27drm/mediatek: add connection from RDMA1 to DSI0Stu Hsieh1-0/+4
2018-08-27drm/mediatek: add connection from RDMA0 to DSI1Stu Hsieh1-0/+4
2018-08-27drm/mediatek: add connection from RDMA0 to DPI1Stu Hsieh1-0/+4
2018-08-27drm/mediatek: Replace drm_dev_unref with drm_dev_putThomas Zimmermann1-3/+3
2018-08-27drm/mediatek: Convert drm_atomic_helper_suspend/resume()Souptick Joarder1-13/+8
2018-08-27nios2: kconfig: remove duplicate DEBUG_STACK_USAGE symbol defintionsTobias Klauser1-9/+0
2018-08-26hwmon: (nct6775) Fix potential Spectre v1Gustavo A. R. Silva1-0/+2
2018-08-26hwmon: (adt7475) Make adt7475_read_word() return errorsDan Carpenter1-5/+9
2018-08-26hwmon: (adt7475) Potential error pointer dereferencesDan Carpenter1-3/+8
2018-08-26hwmon: (ina2xx) fix sysfs shunt resistor read accessLothar Felten3-4/+13
2018-08-26net: sched: Fix memory exposure from short TCA_U32_SELKees Cook1-2/+8
2018-08-26Linux 4.19-rc1Linus Torvalds1-2/+2
2018-08-26Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+15
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds28-679/+485
2018-08-26Merge tag 'gcc-plugins-v4.19-rc1-fix' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+1
2018-08-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds93-1628/+3259
2018-08-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds9-10/+19
2018-08-26Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-17/+26
2018-08-26Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-0/+2
2018-08-25Merge tag 'libnvdimm-for-4.19_dax-memory-failure' of gitolite.kernel.org:pub/...Linus Torvalds17-135/+481
2018-08-25Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds19-90/+270
2018-08-25qed: fix spelling mistake "comparsion" -> "comparison"Colin Ian King1-1/+1
2018-08-25vhost: correctly check the iova range when waking virtqueueJason Wang1-1/+1
2018-08-25qlge: Fix netdev features configuration.Manish Chopra1-15/+8
2018-08-25net: macb: do not disable MDIO bus at open/close timeAnssi Hannula1-3/+6
2018-08-25Revert "net: stmmac: fix build failure due to missing COMMON_CLK dependency"Geert Uytterhoeven1-5/+5
2018-08-25net: macb: Fix regression breaking non-MDIO fixed-link PHYsAhmad Fatoum1-10/+17
2018-08-25mlxsw: spectrum_switchdev: Do not leak RIFs when removing bridgeIdo Schimmel3-0/+33
2018-08-25Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds20-30/+257
2018-08-25Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds52-209/+188
2018-08-25Merge tag 'for-linus-20180825' of git://git.kernel.dk/linux-blockLinus Torvalds3-22/+38
2018-08-25Merge tag 'upstream-4.19-rc1-fix' of git://git.infradead.org/linux-ubifsLinus Torvalds1-0/+0
2018-08-25Merge tag '4.19-rc-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds6-5/+30
2018-08-25mm/cow: don't bother write protecting already write-protected pagesLinus Torvalds1-1/+1
2018-08-25hpfs: remove unnecessary checks on the value of r when assigning error codeColin Ian King1-1/+1
2018-08-25libata: maintainership updateJens Axboe1-3/+3
2018-08-25crypto: cavium/nitrox - fix for command corruption in queue full case with ba...Srikanth Jampala3-26/+35
2018-08-25crypto: vmx - Fix sleep-in-atomic bugsOndrej Mosnacek2-23/+28
2018-08-25crypto: arm64/aes-gcm-ce - fix scatterwalk API violationArd Biesheuvel1-6/+23
2018-08-25crypto: aesni - Use unaligned loads from gcm_context_dataDave Watson1-33/+33
2018-08-25crypto: chtls - fix null dereference chtls_free_uld()Ganesh Goudar2-2/+10
2018-08-25crypto: arm64/sm4-ce - check for the right CPU feature bitArd Biesheuvel1-1/+1
2018-08-25crypto: caam - fix DMA mapping direction for RSA forms 2 & 3Horia Geantă1-10/+10
2018-08-25crypto: caam/qi - fix error path in xts setkeyHoria Geantă1-4/+2
2018-08-25crypto: caam/jr - fix descriptor DMA unmappingHoria Geantă1-1/+2
2018-08-25cpuidle: menu: Retain tick when shallow state is selectedRafael J. Wysocki1-1/+12
2018-08-24Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller10-23/+81
2018-08-24Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds35-126/+166
2018-08-24Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds4-31/+58
2018-08-24Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-15/+30
2018-08-24Merge tag 'iommu-updates-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds36-277/+839
2018-08-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds4-12/+28
2018-08-24Merge tag 'apparmor-pr-2018-08-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-44/+20
2018-08-24Merge tag 'powerpc-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds16-75/+170
2018-08-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds27-300/+706
2018-08-24Merge tag 'acpi-4.19-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+3
2018-08-24Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-126/+131
2018-08-24Merge tag 'drm-next-2018-08-24' of git://anongit.freedesktop.org/drm/drmLinus Torvalds35-142/+161
2018-08-24drm/amd/display: Fix bug use wrong pp interfaceRex Zhu1-2/+10
2018-08-24Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds13-54/+34
2018-08-24i40e: fix condition of WARN_ONCE for stat stringsJacob Keller1-1/+1
2018-08-24i40e: Fix for Tx timeouts when interface is brought up if DCB is enabledMartyna Szapar1-7/+8
2018-08-24ixgbe: fix driver behaviour after issuing VFLRSebastian Basierski2-0/+27
2018-08-24ixgbe: Prevent unsupported configurations with XDPTony Nguyen2-2/+31
2018-08-24ixgbe: Replace GFP_ATOMIC with GFP_KERNELJia-Ju Bai2-3/+3
2018-08-24igb: Replace mdelay() with msleep() in igb_integrated_phy_loopback()Jia-Ju Bai1-1/+1
2018-08-24igb: Replace GFP_ATOMIC with GFP_KERNEL in igb_sw_init()Jia-Ju Bai1-2/+2