summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | locking/mutex: Fix mutex debug call and ww_mutex documentationThomas Hellstrom2018-09-101-2/+1
| | |_|/ | |/| |
* | | | Merge tag '4.19-rc3-smb3-cifs' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2018-09-145-17/+43
|\ \ \ \
| * | | | cifs: read overflow in is_valid_oplock_break()Dan Carpenter2018-09-121-0/+8
| * | | | cifs: integer overflow in in SMB2_ioctl()Dan Carpenter2018-09-121-2/+2
| * | | | CIFS: fix wrapping bugs in num_entries()Dan Carpenter2018-09-121-10/+15
| * | | | cifs: prevent integer overflow in nxt_dir_entry()Dan Carpenter2018-09-121-2/+9
| * | | | fs/cifs: require sha512Stefan Metzmacher2018-09-091-0/+1
| * | | | fs/cifs: suppress a string overflow warningStephen Rothwell2018-09-091-3/+8
* | | | | Merge tag 'nfs-for-4.19-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2018-09-144-24/+39
|\ \ \ \ \
| * | | | | NFS: Don't open code clearing of delegation stateTrond Myklebust2018-09-141-9/+12
| * | | | | NFSv4.1 fix infinite loop on I/O.Trond Myklebust2018-09-142-3/+9
| * | | | | NFSv4: Fix a tracepoint Oops in initiate_file_draining()Trond Myklebust2018-09-141-1/+1
| * | | | | pNFS: Ensure we return the error if someone kills a waiting layoutgetTrond Myklebust2018-09-141-10/+16
| * | | | | NFSv4: Fix a tracepoint Oops in initiate_file_draining()Trond Myklebust2018-09-141-1/+1
* | | | | | Merge tag 'trace-v4.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-09-141-3/+5
|\ \ \ \ \ \
| * | | | | | tracing/Makefile: Fix handling redefinition of CC_FLAGS_FTRACEPaulo Zanoni2018-09-121-3/+5
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'devicetree-fixes-for-4.19-2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-09-141-0/+3
|\ \ \ \ \ \
| * | | | | | of: fix phandle cache creation for DTs with no phandlesRob Herring2018-09-111-0/+3
* | | | | | | Merge tag 'for-linus-4.19c-rc4-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-09-1410-27/+61
|\ \ \ \ \ \ \
| * | | | | | | xen/gntdev: fix up blockable calls to mn_invl_range_startMichal Hocko2018-09-141-11/+15
| * | | | | | | xen: fix GCC warning and remove duplicate EVTCHN_ROW/EVTCHN_COL usageJosh Abraham2018-09-141-1/+1
| * | | | | | | xen: avoid crash in disable_hotplug_cpuOlaf Hering2018-09-141-7/+8
| * | | | | | | xen/balloon: add runtime control for scrubbing ballooned out pagesMarek Marczykowski-Górecki2018-09-146-6/+33
| * | | | | | | xen/manage: don't complain about an empty value in control/sysrq nodeVitaly Kuznetsov2018-09-141-2/+4
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'xtensa-20180914' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2018-09-143-14/+16
|\ \ \ \ \ \ \
| * | | | | | | xtensa: enable SG chaining in KconfigMax Filippov2018-09-111-0/+1
| * | | | | | | xtensa: remove unnecessary KBUILD_SRC ifeq conditionalMasahiro Yamada2018-09-111-4/+0
| * | | | | | | xtensa: ISS: don't allocate memory in platform_setupMax Filippov2018-09-061-10/+15
* | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2018-09-145-14/+24
|\ \ \ \ \ \ \ \
| * | | | | | | | asm-generic: io: Fix ioport_map() for !CONFIG_GENERIC_IOMAP && CONFIG_INDIREC...Andrew Murray2018-09-141-1/+2
| * | | | | | | | arm64: kernel: arch_crash_save_vmcoreinfo() should depend on CONFIG_CRASH_COREJames Morse2018-09-113-11/+20
| * | | | | | | | arm64: jump_label.h: use asm_volatile_goto macro instead of "asm goto"Miguel Ojeda2018-09-111-2/+2
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge tag 'dmaengine-fix-4.19-rc4' of git://git.infradead.org/users/vkoul/sla...Linus Torvalds2018-09-141-3/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | dmaengine: mic_x100_dma: use devm_kzalloc to fix an issueHuang Shijie2018-08-271-3/+1
* | | | | | | | | Merge tag 'usb-4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-09-1431-145/+189
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Revert "cdc-acm: implement put_char() and flush_chars()"Oliver Neukum2018-09-102-74/+0
| * | | | | | | | | usb: Change usb_of_get_companion_dev() place to usb/commonYoshihiro Shimoda2018-09-102-26/+25
| * | | | | | | | | usb: xhci: fix interrupt transfer error happened on MTK platformsChunfeng Yun2018-09-101-0/+4
| * | | | | | | | | Merge tag 'fixes-for-v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2018-09-066-18/+36
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | usb: dwc2: Fix call location of dwc2_check_core_endiannessBruno Meirelles Herrera2018-09-051-2/+2
| | * | | | | | | | | usb: dwc3: pci: Fix return value check in dwc3_byt_enable_ulpi_refclock()Wei Yongjun2018-08-291-2/+2
| | * | | | | | | | | usb: gadget: udc: renesas_usb3: fix maxpacket size of ep0Yoshihiro Shimoda2018-08-291-1/+4
| | * | | | | | | | | usb: gadget: fotg210-udc: Fix memory leak of fotg210->ep[i]Anton Vasilyev2018-08-291-5/+10
| | * | | | | | | | | USB: net2280: Fix erroneous synchronization changeAlan Stern2018-08-291-2/+14
| | * | | | | | | | | usb: dwc3: of-simple: avoid unused function warningsArnd Bergmann2018-08-291-6/+4
| | |/ / / / / / / /
| * | | | | | | | | Merge tag 'usb-serial-4.19-rc3' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2018-09-052-2/+2
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | USB: serial: ti_usb_3410_5052: fix array underflow in completion handlerJohan Hovold2018-08-271-1/+1
| | * | | | | | | | | USB: serial: io_ti: fix array underflow in completion handlerJohan Hovold2018-08-271-1/+1
| | |/ / / / / / / /
| * | | | | | | | | usb: cdc-wdm: Fix a sleep-in-atomic-context bug in service_outstanding_interr...Jia-Ju Bai2018-09-051-1/+1
| * | | | | | | | | usb: misc: uss720: Fix two sleep-in-atomic-context bugsJia-Ju Bai2018-09-051-2/+2