aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-27staging: vt6655: Fix typoMarcos Antonio de Jesus Filho1-1/+1
2020-10-27staging: rtl8723bs: cleanup NULL check before vfreeAmarjargal Gundjalam4-15/+8
2020-10-26staging: r8188eu: inline rtw_init_netdev_name()Ivan Safonov3-11/+5
2020-10-26staging: greybus: audio: code indentation and formatting changesDeepak R Varma2-72/+40
2020-10-26staging: gdm724x: Clarify naming of packet_type<->tty index symbolsMisha Gusarov1-5/+5
2020-10-26staging: kpc2000: Use BIT macro instead of bit maskingDeepak R Varma1-7/+7
2020-10-26staging: kpc2000: re-indent code for better readabilityDeepak R Varma2-3/+3
2020-10-26staging: kpc2000: rearrange lines exceeding 100 columnsDeepak R Varma1-16/+55
2020-10-26staging: vt6655: rearrange lines exceeding 100 columnsDeepak R Varma1-4/+7
2020-10-26staging/rtl8723bs: replace "foo * bar" with "foo *bar"Elena Afanasova1-1/+1
2020-10-26staging/qlge: fix typoElena Afanasova1-1/+1
2020-10-26staging/qlge: add blank line after declarationElena Afanasova1-0/+1
2020-10-26staging: wfx: make a const array static, makes object smallerColin Ian King1-1/+1
2020-10-26staging/rtl8192u/ieee80211: remove debugging lineElena Afanasova1-2/+0
2020-10-26staging/rtl8192u/ieee80211: use __func__ macroElena Afanasova1-6/+6
2020-10-26staging: rtl8188eu: rearrange lines exceeding 100 columnsDeepak R Varma1-6/+12
2020-10-26staging: comedi: tests: Simplify conditional evaluationDeepak R Varma1-4/+4
2020-10-26staging: qlge: remove extra blank linesDeepak R Varma1-9/+0
2020-10-26staging: r8188eu: use native wireless IE codes from linux/ieee80211.hIvan Safonov14-184/+147
2020-10-26staging: rtl8723bs: remove unnecessary type cast of rtw_netdev_priv() resultIvan Safonov5-93/+93
2020-10-26staging: comedi: ni_mio_common: Fix newline after dereference operatorVasily Utkin1-2/+1
2020-10-26staging: iio: adis16240: add blank line before struct definitionDeepak R Varma1-0/+1
2020-10-26staging: ion: remove from the treeGreg Kroah-Hartman29-3362/+1
2020-10-25Linux 5.10-rc1Linus Torvalds1-2/+2
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches117-196/+196
2020-10-25kernel/sys.c: fix prototype of prctl_get_tid_address()Rasmus Villemoes1-3/+3
2020-10-25mm: remove kzfree() compatibility definitionEric Biggers6-8/+6
2020-10-25checkpatch: enable GIT_DIR environment use to set git repository locationJoe Perches1-5/+7
2020-10-25i2c: core: Restore acpi_walk_dep_device_list() getting called after registering the ACPI i2c devsHans de Goede1-1/+10
2020-10-24random32: add a selftest for the prandom32 codeWilly Tarreau1-0/+56
2020-10-24random32: add noise from network and scheduling activityWilly Tarreau4-0/+30
2020-10-24random32: make prandom_u32() output unpredictableGeorge Spelvin4-190/+318
2020-10-24KVM: ioapic: break infinite recursion on lazy EOIVitaly Kuznetsov1-4/+1
2020-10-24KVM: vmx: rename pi_init to avoid conflict with paridePaolo Bonzini3-4/+4
2020-10-24KVM: x86/mmu: Avoid modulo operator on 64-bit value to fix i386 buildSean Christopherson1-1/+1
2020-10-23cifs: update internal module version numberSteve French1-1/+1
2020-10-23x86/uaccess: fix code generation in put_user()Rasmus Villemoes1-1/+9
2020-10-23smb3: add some missing definitions from MS-FSCCSteve French2-0/+28
2020-10-23smb3: remove two unused variablesSteve French1-5/+0
2020-10-23smb3: add support for stat of WSL reparse points for special file typesSteve French6-14/+189
2020-10-23ata: pata_ns87415.c: Document support on parisc with superio chipHelge Deller1-2/+1
2020-10-23ata: fix some kernel-doc markupsMauro Carvalho Chehab3-3/+3
2020-10-23block: blk-mq: fix a kernel-doc markupMauro Carvalho Chehab1-1/+1
2020-10-23parisc: Add wrapper syscalls to fix O_NONBLOCK flag usageHelge Deller2-7/+78
2020-10-23gfs2: Recover statfs info in journal headAbhi Das3-1/+106
2020-10-23gfs2: lookup local statfs inodes prior to journal recoveryAbhi Das4-36/+139
2020-10-23nvme-fc: shorten reconnect delay if possible for FCJames Smart1-1/+18
2020-10-23nvme-fc: wait for queues to freeze before calling update_hr_hw_queuesJames Smart1-2/+5
2020-10-23nvme-fc: fix error loop in create_hw_io_queuesJames Smart1-2/+2
2020-10-23nvme-fc: fix io timeout to abort I/OJames Smart1-39/+69