summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-14stm class: Lose the protocol driver when dropping its referenceAlexander Shishkin
2019-11-14firmware: Fix incompatible function behavior for RSU driverRichard Gong
2019-11-14misc: rtsx: Add support for RTS5261Rui Feng
2019-11-14w1: new driver. DS2430 chipAngelo Dureghello
2019-11-14pcmcia: include cs_internal.h for missing declarationsBen Dooks (Codethink)
2019-11-14pcmcia: include <pcmcia/ds.h> for pcmcia_parse_tupleBen Dooks (Codethink)
2019-11-14w1: Fix documentation warning.Dhanuka Warusadura
2019-11-14uio: fix irq init with dt support & irq not definedAlexandru Ardelean
2019-11-14binder: Handle start==NULL in binder_update_page_range()Jann Horn
2019-11-14binder: Prevent repeated use of ->mmap() via NULL mappingJann Horn
2019-11-14binder: Fix race between mmap() and binder_alloc_print_pages()Jann Horn
2019-11-13parport: daisy: use new parport device modelSudip Mukherjee
2019-11-13parport: load lowlevel driver if ports not foundSudip Mukherjee
2019-11-13parport: do not check portlist when using device-modelSudip Mukherjee
2019-11-13parport: daisy: avoid hardcoded nameSudip Mukherjee
2019-11-13lp: fix sparc64 LPSETTIMEOUT ioctlArnd Bergmann
2019-11-13ppdev: fix PPGETTIME/PPSETTIME ioctlsArnd Bergmann
2019-11-11Merge 5.4-rc7 into char-misc-nextGreg Kroah-Hartman
2019-11-10Linux 5.4-rc7Linus Torvalds
2019-11-10Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds
2019-11-10Merge tag 'staging-5.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-11-10Merge tag 'char-misc-5.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-11-10Merge tag 'configfs-for-5.4-2' of git://git.infradead.org/users/hch/configfsLinus Torvalds
2019-11-10Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-11-10Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2019-11-10Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-11-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-11-10Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-11-10Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-11-10Merge tag '5.4-rc7-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2019-11-10lib: Remove select of inexistant GENERIC_IOCorentin Labbe
2019-11-09Merge tag 'pinctrl-v5.4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2019-11-09Merge tag 'for-5.4-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-11-09Merge tag 'linux-watchdog-5.4-rc7' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds
2019-11-09Merge tag 'soundwire-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman
2019-11-09soundwire: ignore uniqueID when irrelevantPierre-Louis Bossart
2019-11-09soundwire: slave: add helper to extract slave IDPierre-Louis Bossart
2019-11-09soundwire: remove bitfield for unique_id, use u8Pierre-Louis Bossart
2019-11-09soundwire: intel: fix PDI/stream mapping for BulkPierre-Louis Bossart
2019-11-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-11-08Merge tag 'for-linus-2019-11-08' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-11-08Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller
2019-11-08ixgbe: need_wakeup flag might not be set for TxMagnus Karlsson
2019-11-08i40e: need_wakeup flag might not be set for TxMagnus Karlsson
2019-11-08igb/igc: use ktime accessors for skb->tstampJacob Keller
2019-11-08i40e: Fix for ethtool -m issue on X722 NICArkadiusz Kubalewski
2019-11-08iavf: initialize ITRN registers with correct valuesNicholas Nunley
2019-11-08ice: fix potential infinite loop because loop counter being too smallColin Ian King
2019-11-08qede: fix NULL pointer deref in __qede_remove()Manish Chopra
2019-11-08net: fix data-race in neigh_event_send()Eric Dumazet