aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-10-16kthread: make __kthread_queue_delayed_work staticHEADmasterBen Dooks1-3/+3
2019-10-15Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds4-0/+10
2019-10-15Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds6-7/+20
2019-10-15sparc64: disable fast-GUP due to unexplained oopsesLinus Torvalds1-1/+0
2019-10-15Merge branch 'parisc-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-17/+14
2019-10-15Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2019-10-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds16-86/+152
2019-10-14mm/memory-failure: poison read receives SIGKILL instead of SIGBUS if mmaped m...Jane Chu1-9/+13
2019-10-14mm/slab.c: fix kernel-doc warning for __ksize()Randy Dunlap1-0/+3
2019-10-14xarray.h: fix kernel-doc warningRandy Dunlap1-2/+2
2019-10-14bitmap.h: fix kernel-doc warning and typoRandy Dunlap1-1/+2
2019-10-14fs/fs-writeback.c: fix kernel-doc warningRandy Dunlap1-1/+1
2019-10-14fs/libfs.c: fix kernel-doc warningRandy Dunlap1-2/+1
2019-10-14fs/direct-io.c: fix kernel-doc warningRandy Dunlap1-2/+1
2019-10-14mm, compaction: fix wrong pfn handling in __reset_isolation_pfn()Vlastimil Babka1-3/+4
2019-10-14mm, hugetlb: allow hugepage allocations to reclaim as neededDavid Rientjes1-2/+4
2019-10-14lib/test_meminit: add a kmem_cache_alloc_bulk() testAlexander Potapenko1-0/+27
2019-10-14mm/slub.c: init_on_free=1 should wipe freelist ptr for bulk allocationsAlexander Potapenko1-6/+16
2019-10-14lib/generic-radix-tree.c: add kmemleak annotationsEric Biggers1-6/+26
2019-10-14mm/slub: fix a deadlock in show_slab_objects()Qian Cai1-2/+11
2019-10-14mm, page_owner: rename flag indicating that page is allocatedVlastimil Babka2-7/+7
2019-10-14mm, page_owner: decouple freeing stack trace from debug_pageallocVlastimil Babka2-21/+10
2019-10-14mm, page_owner: fix off-by-one error in __set_page_owner_handle()Vlastimil Babka3-22/+24
2019-10-14parisc: Remove 32-bit DMA enforcement from sba_iommuSven Schnelle1-8/+0
2019-10-14parisc: Fix vmap memory leak in ioremap()/iounmap()Helge Deller1-5/+7
2019-10-14parisc: prefer __section from compiler_attributes.hNick Desaulniers2-2/+2
2019-10-14parisc: sysctl.c: Use CONFIG_PARISC instead of __hppa_ defineHelge Deller1-2/+2
2019-10-14firmware: dmi: Fix unlikely out-of-bounds read in save_mem_devicesJean Delvare1-1/+1
2019-10-14kmemleak: Do not corrupt the object_list during clean-upCatalin Marinas1-9/+21
2019-10-13Linux 5.4-rc3Linus Torvalds1-1/+1
2019-10-13Merge tag 'trace-v5.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds15-132/+223
2019-10-13Merge tag 'hwmon-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-9/+47
2019-10-13Merge tag 'fixes-for-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-4/+3
2019-10-13Merge tag 'for-linus-20191012' of git://git.kernel.dk/linux-blockLinus Torvalds1-17/+20
2019-10-13vhost/test: stop device before resetMichael S. Tsirkin1-0/+2
2019-10-13tools/virtio: xen stubMichael S. Tsirkin1-0/+6
2019-10-12tracing: Initialize iter->seq after zeroing in tracing_read_pipe()Petr Mladek1-0/+1
2019-10-12tracing/hwlat: Don't ignore outer-loop duration when calculating max_latencySrivatsa S. Bhat (VMware)1-0/+2
2019-10-12tracing/hwlat: Report total time spent in all NMIs during the sampleSrivatsa S. Bhat (VMware)1-1/+1
2019-10-12recordmcount: Fix nop_mcount() functionSteven Rostedt (VMware)1-4/+1
2019-10-12tracing: Do not create tracefs files if tracefs lockdown is in effectSteven Rostedt (VMware)1-0/+4
2019-10-12tracing: Add locked_down checks to the open calls of files created for tracefsSteven Rostedt (VMware)10-4/+98
2019-10-12tracing: Add tracing_check_open_get_tr()Steven Rostedt (VMware)6-60/+81
2019-10-12tracing: Have trace events system open call tracing_open_generic_tr()Steven Rostedt (VMware)3-15/+5
2019-10-12tracing: Get trace_array reference for available_tracers filesSteven Rostedt (VMware)1-2/+15
2019-10-12ftrace: Get a reference counter for the trace_array on filter filesSteven Rostedt (VMware)1-9/+18
2019-10-12tracefs: Revert ccbd54ff54e8 ("tracefs: Restrict tracefs when the kernel is l...Steven Rostedt (VMware)1-41/+1
2019-10-12Merge tag 'char-misc-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds13-18/+60
2019-10-12Merge tag 'staging-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds38-2333/+695
2019-10-12Merge tag 'tty-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds15-19/+51
2019-10-12Merge tag 'usb-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds74-961/+431
2019-10-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-17/+25
2019-10-12Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds43-131/+411
2019-10-12Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-16/+36
2019-10-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-26/+27
2019-10-12Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-3/+3
2019-10-12Merge tag 'riscv/for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-9/+8
2019-10-12Merge tag 'mips_fixes_5.4_2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-5/+55
2019-10-12Merge tag 'powerpc-5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds5-1/+10
2019-10-12Merge tag 'for-linus-5.4-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-26/+34
2019-10-12Merge tag 's390-5.4-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds4-4/+10
2019-10-12perf/x86/cstate: Add Tiger Lake CPU supportKan Liang1-9/+11
2019-10-12perf/x86/msr: Add Tiger Lake CPU supportKan Liang1-0/+2
2019-10-12perf/x86/intel: Add Tiger Lake CPU supportKan Liang1-0/+2
2019-10-12perf/x86/cstate: Update C-state counters for Ice LakeKan Liang1-11/+25
2019-10-12perf/x86/msr: Add new CPU model numbers for Ice LakeKan Liang1-0/+3
2019-10-12perf/x86/cstate: Add Comet Lake CPU supportKan Liang1-10/+14
2019-10-12perf/x86/msr: Add Comet Lake CPU supportKan Liang1-0/+2
2019-10-12perf/x86/intel: Add Comet Lake CPU supportKan Liang1-0/+2
2019-10-12Merge branch 'x86/urgent' into perf/urgent, to pick up new CPU model definitionsIngo Molnar6-26/+27
2019-10-11Merge tag 'nfs-for-5.4-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds5-81/+49
2019-10-11Merge tag '5.4-rc2-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds9-40/+57
2019-10-11Merge tag 'modules-for-v5.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds8-22/+27
2019-10-11Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-46/+16
2019-10-11Documentation/process: Add fallthrough pseudo-keywordJoe Perches2-11/+24
2019-10-11compiler_attributes.h: Add 'fallthrough' pseudo keyword for switch/case useJoe Perches1-0/+17
2019-10-11net: sctp: Rename fallthrough label to unhandledJoe Perches1-6/+6
2019-10-11Merge tag 'drm-fixes-2019-10-11' of git://anongit.freedesktop.org/drm/drmLinus Torvalds24-96/+234
2019-10-11Merge tag 'for-linus-20191010' of git://git.kernel.dk/linux-blockLinus Torvalds9-55/+29
2019-10-11tools/virtio: more stubsMichael S. Tsirkin2-0/+2
2019-10-11s390/uaccess: avoid (false positive) compiler warningsChristian Borntraeger1-2/+2
2019-10-11firmware: google: increment VPD key_len properlyBrian Norris1-1/+1
2019-10-11MAINTAINERS: kgdb: Add myself as a reviewer for kgdb/kdbDouglas Anderson1-0/+1
2019-10-11spufs: fix a crash in spufs_create_root()Emmanuel Nicolet1-0/+1
2019-10-10io_uring: fix sequence logic for timeout requestsJens Axboe1-17/+20
2019-10-11Merge tag 'drm-intel-fixes-2019-10-10' of git://anongit.freedesktop.org/drm/d...Dave Airlie17-82/+188
2019-10-11Merge tag 'drm-fixes-5.4-2019-10-09' of git://people.freedesktop.org/~agd5f/l...Dave Airlie1-7/+7
2019-10-11Merge tag 'drm-misc-fixes-2019-10-10' of git://anongit.freedesktop.org/drm/dr...Dave Airlie6-7/+39
2019-10-10SUNRPC: fix race to sk_err after xs_error_reportBenjamin Coddington2-9/+9
2019-10-10NFSv4: Fix leak of clp->cl_acceptor stringChuck Lever1-0/+1
2019-10-10MIPS: Disable Loongson MMI instructions for kernel buildPaul Burton2-0/+5
2019-10-10MIPS: elf_hwcap: Export userspace ASEsJiaxun Yang2-0/+44
2019-10-10Merge tag 'xfs-5.4-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds10-31/+29
2019-10-10nbd: fix possible sysfs duplicate warningXiubo Li1-1/+1
2019-10-10xen: Stop abusing DT of_dma_configure APIRob Herring2-21/+4
2019-10-10Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-0/+2
2019-10-10Merge tag 'for-5.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-13/+49
2019-10-10Merge branch 'work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-66/+71
2019-10-10Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-1/+10
2019-10-10MAINTAINERS: Remove Simon as Renesas SoC Co-MaintainerGeert Uytterhoeven2-4/+4
2019-10-10xen/grant-table: remove unnecessary printingFuqian Huang1-2/+1
2019-10-10w1: ds250x: Fix build error without CRC16YueHaibing1-0/+1
2019-10-10virt: vbox: fix memory leak in hgcm_call_preprocess_linaddrNavid Emamdoost1-1/+2
2019-10-10binder: Fix comment headers on binder_alloc_prepare_to_free()Joel Fernandes (Google)1-1/+1
2019-10-10binder: prevent UAF read in print_binder_transaction_log_entry()Christian Brauner2-2/+4
2019-10-10USB: yurex: fix NULL-derefs on disconnectJohan Hovold1-4/+7
2019-10-10tty: serial: imx: Use platform_get_irq_optional() for optional IRQsAnson Huang1-2/+2
2019-10-10serial: fix kernel-doc warning in commentsRandy Dunlap1-0/+2
2019-10-10USB: iowarrior: use pr_err()Johan Hovold1-1/+1
2019-10-10USB: iowarrior: drop redundant iowarrior mutexJohan Hovold1-12/+1
2019-10-10USB: iowarrior: drop redundant disconnect mutexJohan Hovold1-15/+2
2019-10-10USB: iowarrior: fix use-after-free after driver unbindJohan Hovold1-0/+6
2019-10-10USB: iowarrior: fix use-after-free on releaseJohan Hovold1-1/+2
2019-10-10USB: iowarrior: fix use-after-free on disconnectJohan Hovold1-4/+3
2019-10-10USB: chaoskey: fix use-after-free on releaseJohan Hovold1-2/+3
2019-10-10USB: adutux: fix use-after-free on releaseJohan Hovold1-1/+2
2019-10-10USB: ldusb: fix NULL-derefs on driver unbindJohan Hovold1-12/+12
2019-10-10USB: legousbtower: fix use-after-free on releaseJohan Hovold1-1/+2
2019-10-10usb: cdns3: Fix for incorrect DMA mask.Pawel Laszczak1-0/+7
2019-10-10usb: cdns3: fix cdns3_core_init_role()Roger Quadros1-1/+19
2019-10-10usb: cdns3: gadget: Fix full-speed modeRoger Quadros1-0/+1
2019-10-10USB: usb-skeleton: drop redundant in-urb checkJohan Hovold1-2/+1
2019-10-10USB: usb-skeleton: fix use-after-free after driver unbindJohan Hovold1-0/+1
2019-10-10USB: usb-skeleton: fix NULL-deref on disconnectJohan Hovold1-3/+4
2019-10-10Merge tag 'iio-fixes-for-5.4a' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman16-182/+290
2019-10-10drm/bridge: tc358767: fix max_tu_symbol valueTomi Valkeinen1-1/+6
2019-10-10s390/cio: fix virtio-ccw DMA without PVHalil Pasic3-2/+8
2019-10-09null_blk: Fix zoned command return codeKeith Busch1-2/+1
2019-10-09libfs: take cursors out of list when moving past the end of directoryAl Viro1-24/+25
2019-10-09vfs: add missing blkdev_put() in get_tree_bdev()Ian Kent1-1/+4
2019-10-09shmem: fix LSM options parsingAl Viro1-0/+6
2019-10-09RISC-V: entry: Remove unneeded need_resched() loopValentin Schneider1-2/+1
2019-10-09drm/i915/gt: execlists->active is serialised by the taskletChris Wilson3-9/+27
2019-10-09drm/i915/execlists: Protect peeking at execlists->activeChris Wilson1-2/+5
2019-10-09drm/i915: Fixup preempt-to-busy vs reset of a virtual requestChris Wilson2-4/+6
2019-10-09io_uring: only flush workqueues on fileset removalJens Axboe1-1/+5
2019-10-09drm/i915: Only enqueue already completed requestsChris Wilson3-38/+74
2019-10-09drm/i915/execlists: Drop redundant list_del_init(&rq->sched.link)Chris Wilson1-1/+0
2019-10-09drm/i915/cml: Add second PCH ID for CMPMatt Roper2-0/+2
2019-10-09MIPS: fw: sni: Fix out of bounds init of o32 stackThomas Bogendoerfer1-1/+1
2019-10-09MIPS: include: Mark __xchg as __always_inlineThomas Bogendoerfer1-2/+2
2019-10-09iio: Fix an undefied reference error in noa1305_probezhong jiang1-0/+1
2019-10-09iio: light: opt3001: fix mutex unlock raceDavid Frey1-1/+5
2019-10-09iio: adc: ad799x: fix probe error handlingMarco Felsch1-2/+2
2019-10-09iio: light: add missing vcnl4040 of_compatibleMarco Felsch1-0/+4
2019-10-09iio: light: fix vcnl4000 devicetree hooksMarco Felsch1-5/+5
2019-10-09iio: imu: st_lsm6dsx: fix waitime for st_lsm6dsx i2c controllerLorenzo Bianconi1-1/+3
2019-10-09iio: adc: axp288: Override TS pin bias current for some modelsHans de Goede1-0/+32
2019-10-09iio: imu: adis16400: fix memory leakNavid Emamdoost1-1/+4
2019-10-09iio: imu: adis16400: release allocated memory on failureNavid Emamdoost1-1/+4
2019-10-09iio: adc: stm32-adc: fix a race when using several adcs with dma and irqFabrice Gasnier2-3/+41
2019-10-09iio: adc: stm32-adc: move registers definitionsFabrice Gasnier3-136/+136
2019-10-09iio: accel: adxl372: Perform a reset at start upStefan Popa1-0/+8
2019-10-09iio: accel: adxl372: Fix push to buffers lost samplesStefan Popa1-2/+1
2019-10-09iio: accel: adxl372: Fix/remove limitation for FIFO samplesStefan Popa1-3/+8
2019-10-09iio: adc: hx711: fix bug in sampling of dataAndreas Klinger1-5/+5
2019-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds18-147/+154
2019-10-09drm/amdgpu: fix memory leakNirmoy Das1-7/+7
2019-10-09Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds16-104/+98
2019-10-09xfs: move local to extent inode logging into bmap helperBrian Foster4-7/+8
2019-10-09xfs: remove broken error handling on failed attr sf to leaf changeBrian Foster1-17/+2
2019-10-09xfs: log the inode on directory sf to block format changeBrian Foster2-0/+2
2019-10-09NFS: Remove redundant mirror tracking in O_DIRECTTrond Myklebust1-42/+0
2019-10-09NFS: Fix O_DIRECT accounting of number of bytes read/writtenTrond Myklebust1-35/+43
2019-10-09perf/x86/amd: Change/fix NMI latency mitigation to use a timestampTom Lendacky1-13/+17
2019-10-09perf/core: Fix corner case in perf_rotate_context()Song Liu1-5/+17
2019-10-09perf/core: Rework memory accounting in perf_mmap()Song Liu1-2/+15
2019-10-09sched/vtime: Fix guest/system mis-accounting on task switchFrederic Weisbecker1-3/+3
2019-10-09sched/fair: Scale bandwidth quota and period without losing quota/period rati...Xuewei Zhang1-14/+22
2019-10-09powerpc/kvm: Fix kvmppc_vcore->in_guest value in kvmhv_switch_to_hostJordan Niethe1-0/+1
2019-10-09selftests/powerpc: Fix compile error on tlbie_test due to newer gccDesnes A. Nunes do Rosario1-1/+1
2019-10-09powerpc/pseries: Remove confusing warning message.Laurent Dufour1-0/+3
2019-10-09powerpc/64s/radix: Fix build failure with RADIX_MMU=nStephen Rothwell1-0/+4
2019-10-09CIFS: Force reval dentry if LOOKUP_REVAL flag is setPavel Shilovsky1-1/+7
2019-10-09CIFS: Force revalidate inode when dentry is stalePavel Shilovsky1-0/+4
2019-10-09smb3: Fix regression in time handlingSteve French1-8/+16
2019-10-08smb3: remove noisy debug message and minor cleanupSteve French3-9/+6
2019-10-08Merge tag 'led-fixes-for-5.4-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-3/+3
2019-10-08Add my linux-leds branch to MAINTAINERSPavel Machek1-0/+1
2019-10-08leds: core: Fix leds.h structure documentationDan Murphy1-3/+2
2019-10-08Merge tag 'gpio-v5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds4-15/+27
2019-10-08Merge tag 'selinux-pr-20191007' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+8
2019-10-08Merge tag 'linux-kselftest-5.4-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-11/+97
2019-10-08x86/cpu: Add Comet Lake to the Intel CPU models headerKan Liang1-0/+3
2019-10-08doc: move namespaces.rst from kbuild/ to core-api/Masahiro Yamada3-0/+2
2019-10-08arm64: armv8_deprecated: Checking return value for memory allocationYunfeng Ye1-0/+5
2019-10-08lib/string: Make memzero_explicit() inline instead of externalArvind Sankar2-22/+20
2019-10-08x86/cpu/vmware: Use the full form of INL in VMWARE_PORTSami Tolvanen1-1/+1
2019-10-08x86/asm: Fix MWAITX C-state hint valueJanakarajan Natarajan2-3/+3
2019-10-08btrfs: silence maybe-uninitialized warning in clone_rangeAustin Kim1-1/+1
2019-10-08efi/tpm: Fix sanity check of unsigned tbl_size being less than zeroColin Ian King1-1/+1
2019-10-08drm/panel: tpo-td043mtea1: Fix SPI aliasLaurent Pinchart1-1/+8
2019-10-08drm/panel: tpo-td028ttec1: Fix SPI aliasLaurent Pinchart1-2/+1
2019-10-08drm/panel: sony-acx565akm: Fix SPI aliasLaurent Pinchart1-1/+8
2019-10-08drm/panel: nec-nl8048hl11: Fix SPI aliasLaurent Pinchart1-1/+8
2019-10-08drm/panel: lg-lb035q02: Fix SPI aliasLaurent Pinchart1-1/+8
2019-10-07io_uring: remove wait loop spurious wakeupsPavel Begunkov1-12/+4
2019-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds21-89/+281
2019-10-07mm, sl[aou]b: guarantee natural alignment for kmalloc(power-of-two)Vlastimil Babka4-12/+49
2019-10-07mm, sl[ou]b: improve memory accountingVlastimil Babka3-9/+33