summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-19tcp: when scheduling TLP, time of RTO should account for current ACKNeal Cardwell
2017-11-19usbnet: ipheth: fix potential null pointer dereference in ipheth_carrier_setGustavo A. R. Silva
2017-11-19gre6: use log_ecn_error module parameter in ip6_tnl_rcv()Alexey Kodanev
2017-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2017-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-11-17Merge tag 'hwlock-v4.15' of git://github.com/andersson/remoteprocLinus Torvalds
2017-11-17Merge tag 'rproc-v4.15' of git://github.com/andersson/remoteprocLinus Torvalds
2017-11-17Merge tag 'rpmsg-v4.15' of git://github.com/andersson/remoteprocLinus Torvalds
2017-11-17Merge tag 'hwmon-for-linus-v4.15-take2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-11-17Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2017-11-17Merge tag 'kbuild-misc-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-11-17Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2017-11-18net: usb: hso.c: remove unneeded DRIVER_LICENSE #defineGreg Kroah-Hartman
2017-11-18ibmvnic: fix dma_mapping_error callDesnes Augusto Nunes do Rosario
2017-11-18ipvlan: NULL pointer dereference panic in ipvlan_port_destroyGirish Moodalbail
2017-11-18route: also update fnhe_genid when updating a route cacheXin Long
2017-11-18route: update fnhe_expires for redirect when the fnhe existsXin Long
2017-11-18sctp: set frag_point in sctp_setsockopt_maxseg correctlyXin Long
2017-11-18rsi: fix memory leak on buf and usb_reg_bufColin Ian King
2017-11-18net/netlabel: Add list_next_rcu() in rcu_dereference().Tim Hansen
2017-11-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-17EXPERT Kconfig menu: fix broken EXPERT menuRandy Dunlap
2017-11-17include/asm-generic/topology.h: remove unused parent_node() macroDou Liyang
2017-11-17arch/tile/include/asm/topology.h: remove unused parent_node() macroDou Liyang
2017-11-17arch/sparc/include/asm/topology_64.h: remove unused parent_node() macroDou Liyang
2017-11-17arch/sh/include/asm/topology.h: remove unused parent_node() macroDou Liyang
2017-11-17arch/ia64/include/asm/topology.h: remove unused parent_node() macroDou Liyang
2017-11-17drivers/pcmcia/sa1111_badge4.c: avoid unused function warningArnd Bergmann
2017-11-17mm: add infrastructure for get_user_pages_fast() benchmarkingKirill A. Shutemov
2017-11-17sysvipc: make get_maxid O(1) againDavidlohr Bueso
2017-11-17sysvipc: properly name ipc_addid() limit parameterDavidlohr Bueso
2017-11-17sysvipc: duplicate lock comments wrt ipc_addid()Davidlohr Bueso
2017-11-17sysvipc: unteach ids->next_id for !CHECKPOINT_RESTOREDavidlohr Bueso
2017-11-17initramfs: use time64_t timestampsArnd Bergmann
2017-11-17drivers/watchdog: make use of devm_register_reboot_notifier()Andrey Smirnov
2017-11-17kernel/reboot.c: add devm_register_reboot_notifier()Andrey Smirnov
2017-11-17kcov: update documentationVictor Chibotaru
2017-11-17Makefile: support flag -fsanitizer-coverage=trace-cmpVictor Chibotaru
2017-11-17kcov: support comparison operands collectionVictor Chibotaru
2017-11-17kcov: remove pointless current != NULL checkAndrey Ryabinin
2017-11-17kernel/panic.c: add TAINT_AUXBorislav Petkov
2017-11-17pid: remove pidhashGargi Sharma
2017-11-17pid: replace pid bitmap implementation with IDR APIGargi Sharma
2017-11-17kernel/sysctl.c: code cleanupsOla N. Kaldestad
2017-11-17Documentation/sysctl/vm.txt: fix typoKangmin Park
2017-11-17drivers/rapidio/devices/rio_mport_cdev.c: fix error handling in 'rio_dma_tran...Christophe JAILLET
2017-11-17drivers/rapidio/devices/rio_mport_cdev.c: fix resource leak in error handling...Christophe JAILLET
2017-11-17rapidio: constify rio_device_idArvind Yadav
2017-11-17kdump: print a message in case parse_crashkernel_mem resulted in zero bytesDave Young
2017-11-17kernel/signal.c: remove the no longer needed SIGNAL_UNKILLABLE check in compl...Oleg Nesterov