summaryrefslogtreecommitdiffstats
path: root/block/sed-opal.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-11-21nfp: flower: add missing kdocJakub Kicinski1-0/+1
2017-11-21tipc: fix access of released memoryJon Maloy1-1/+1
2017-11-21net: qmi_wwan: add Quectel BG96 2c7c:0296Sebastian Sjoholm1-0/+1
2017-11-21mlxsw: spectrum: Do not try to create non-existing ports during unsplitIdo Schimmel2-2/+8
2017-11-20mac80211: properly free requested-but-not-started TX agg sessionsJohannes Berg1-0/+5
2017-11-20mac80211_hwsim: Fix memory leak in hwsim_new_radio_nl()Ben Hutchings1-1/+4
2017-11-20cfg80211: initialize regulatory keys/database laterJohannes Berg1-15/+27
2017-11-20mac80211: aggregation: Convert timers to use timer_setup()Kees Cook4-60/+45
2017-11-20nl80211: don't expose wdev->ssid for most interfacesJohannes Berg1-2/+24
2017-11-20mac80211: Convert timers to use timer_setup()Kees Cook11-59/+50
2017-11-20net: vxge: Fix some indentation issuesChristophe JAILLET1-19/+18
2017-11-20net: ena: fix race condition between device reset and link up setupNetanel Belgazal2-3/+11
2017-11-19r8169: use same RTL8111EVL green settings as in vendor driverHeiner Kallweit1-0/+5
2017-11-19r8169: fix RTL8111EVL EEE and green settingsHeiner Kallweit1-6/+6
2017-11-19tun: fix rcu_read_lock imbalance in tun_build_skbXin Long1-1/+2
2017-11-19tcp: when scheduling TLP, time of RTO should account for current ACKNeal Cardwell3-5/+7
2017-11-19usbnet: ipheth: fix potential null pointer dereference in ipheth_carrier_setGustavo A. R. Silva1-1/+4
2017-11-19gre6: use log_ecn_error module parameter in ip6_tnl_rcv()Alexey Kodanev1-1/+1
2017-11-18net: usb: hso.c: remove unneeded DRIVER_LICENSE #defineGreg Kroah-Hartman1-2/+1
2017-11-18ibmvnic: fix dma_mapping_error callDesnes Augusto Nunes do Rosario1-2/+1
2017-11-18ipvlan: NULL pointer dereference panic in ipvlan_port_destroyGirish Moodalbail1-49/+55
2017-11-18route: also update fnhe_genid when updating a route cacheXin Long1-2/+7
2017-11-18route: update fnhe_expires for redirect when the fnhe existsXin Long1-3/+2
2017-11-18sctp: set frag_point in sctp_setsockopt_maxseg correctlyXin Long2-11/+21
2017-11-18rsi: fix memory leak on buf and usb_reg_bufColin Ian King1-6/+6
2017-11-18net/netlabel: Add list_next_rcu() in rcu_dereference().Tim Hansen1-2/+2
2017-11-18EXPERT Kconfig menu: fix broken EXPERT menuRandy Dunlap1-91/+93
2017-11-18include/asm-generic/topology.h: remove unused parent_node() macroDou Liyang1-3/+0
2017-11-18arch/tile/include/asm/topology.h: remove unused parent_node() macroDou Liyang1-6/+0
2017-11-18arch/sparc/include/asm/topology_64.h: remove unused parent_node() macroDou Liyang1-2/+0
2017-11-18arch/sh/include/asm/topology.h: remove unused parent_node() macroDou Liyang1-1/+0
2017-11-18arch/ia64/include/asm/topology.h: remove unused parent_node() macroDou Liyang1-7/+0
2017-11-18drivers/pcmcia/sa1111_badge4.c: avoid unused function warningArnd Bergmann1-0/+2
2017-11-18mm: add infrastructure for get_user_pages_fast() benchmarkingKirill A. Shutemov5-0/+202
2017-11-18sysvipc: make get_maxid O(1) againDavidlohr Bueso3-33/+32
2017-11-18sysvipc: properly name ipc_addid() limit parameterDavidlohr Bueso1-5/+5
2017-11-18sysvipc: duplicate lock comments wrt ipc_addid()Davidlohr Bueso2-0/+2
2017-11-18sysvipc: unteach ids->next_id for !CHECKPOINT_RESTOREDavidlohr Bueso3-20/+47
2017-11-18initramfs: use time64_t timestampsArnd Bergmann1-5/+5
2017-11-18drivers/watchdog: make use of devm_register_reboot_notifier()Andrey Smirnov2-35/+32
2017-11-18kernel/reboot.c: add devm_register_reboot_notifier()Andrey Smirnov2-0/+31
2017-11-18kcov: update documentationVictor Chibotaru1-4/+95
2017-11-18Makefile: support flag -fsanitizer-coverage=trace-cmpVictor Chibotaru3-2/+18
2017-11-18kcov: support comparison operands collectionVictor Chibotaru3-39/+211
2017-11-18kcov: remove pointless current != NULL checkAndrey Ryabinin1-1/+1
2017-11-18kernel/panic.c: add TAINT_AUXBorislav Petkov2-1/+4
2017-11-18pid: remove pidhashGargi Sharma8-50/+18
2017-11-18pid: replace pid bitmap implementation with IDR APIGargi Sharma6-209/+65
2017-11-18kernel/sysctl.c: code cleanupsOla N. Kaldestad1-5/+3
2017-11-18Documentation/sysctl/vm.txt: fix typoKangmin Park1-1/+1