summaryrefslogtreecommitdiffstats
path: root/lib/syscall.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-06brcmutil: print invalid chanspec when WARN-ingRafał Miłecki1-7/+7
2018-11-06wireless: airo: potential buffer overflow in sprintf()Dan Carpenter1-1/+1
2018-11-06rtlwifi: Remove same duplicated includeszhong jiang2-2/+0
2018-11-06rtlwifi: rtl8723ae: Remove set but not used variables and #defineszhong jiang3-10/+1
2018-11-06brcmsmac: never log "tid x is not agg'able" by defaultAli MJ Al-Nasrawy1-2/+2
2018-11-06zd1201: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-11-06rtlwifi: rtl8821ae: phy: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-11-06ray_cs: mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2018-11-06rt2x00: rt61pci: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2018-11-06rt2x00: rt2800lib: mark expected switch fall-throughsGustavo A. R. Silva1-0/+4
2018-11-06rt2x00: rt2500pci: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2018-11-06rt2x00: rt2400pci: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2018-11-06mwifiex: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-11-06prism54: islpci_dev: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-11-06prism54: isl_ioctl: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-11-06prism54: isl_38xx: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-11-06orinoco_usb: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-11-06iwlegacy: common: mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2018-11-06iwlegacy: 4965-mac: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2018-11-06rtl8xxxu: Fix missing break in switchGustavo A. R. Silva1-0/+1
2018-11-06rtl8xxxu: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+4
2018-11-06rtlwifi: btcoex: remove set but not used variable 'ppsc'YueHaibing1-4/+0
2018-11-06qtnfmac: fix error handling in control pathSergey Matyukevich1-8/+13
2018-11-06brcmfmac: fix spelling mistake "Retreiving" -> "Retrieving"Colin Ian King1-2/+2
2018-11-06qtnfmac: add support for Topaz chipsetsSergey Matyukevich9-5/+1373
2018-11-06qtnfmac_pcie: use single PCIe driver for all platformsIgor Mitsyanko7-251/+292
2018-11-06wlcore: Fix the return value in case of error in 'wlcore_vendor_cmd_smart_con...Christophe JAILLET1-1/+1
2018-11-06libertas: remove set but not used variable 'int_type'YueHaibing1-3/+1
2018-11-06rsi: fix spelling mistake "Initialzing" -> "Initializing"Colin Ian King1-2/+2
2018-11-06brcmfmac: Fix ccode from EFI nvram when necessaryHans de Goede1-0/+24
2018-11-06brcmfmac: Add support for getting nvram contents from EFI variablesHans de Goede1-6/+57
2018-11-06brcmfmac: Cleanup brcmf_fw_request_done()Hans de Goede1-7/+1
2018-11-06brcmfmac: Set board_type from DMI on x86 based machinesHans de Goede4-1/+127
2018-11-06brcmfmac: Set board_type used for nvram file selection to machine-compatibleHans de Goede4-1/+13
2018-11-06brcmfmac: Add support for first trying to get a board specific nvram fileHans de Goede2-1/+27
2018-11-06brcmfmac: Remove recursion from firmware load error handlingHans de Goede1-46/+19
2018-11-06brcmfmac: Remove firmware-loading code duplicationHans de Goede1-31/+31
2018-11-05Linux 4.20-rc1v4.20-rc1Linus Torvalds1-2/+2
2018-11-04sched/topology: Fix off by one bugPeter Zijlstra1-1/+1
2018-11-03memory_hotplug: cond_resched in __remove_pagesMichal Hocko1-0/+1
2018-11-03bfs: add sanity check at bfs_fill_super()Tetsuo Handa1-3/+6
2018-11-03kernel/sysctl.c: remove duplicated includeMichael Schupikov1-1/+0
2018-11-03kernel/kexec_file.c: remove some duplicated includeszhong jiang1-2/+0
2018-11-03mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmaskMichal Hocko5-77/+40
2018-11-03ocfs2: fix clusters leak in ocfs2_defrag_extent()Larry Chen1-0/+17
2018-11-03ocfs2: dlmglue: clean up timestamp handlingArnd Bergmann1-17/+9
2018-11-03ocfs2: don't put and assigning null to bh allocated outsideChangwei Ge1-18/+59
2018-11-03ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entryChangwei Ge1-2/+1
2018-11-03ocfs2: don't use iocb when EIOCBQUEUED returnsChangwei Ge1-2/+2
2018-11-03ocfs2: without quota support, avoid calling quota recoveryGuozhonghua1-17/+34