index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-02
mt76: add driver code for MT76x2u based devices
Lorenzo Bianconi
12
-0
/
+1891
2018-08-02
mt76: add usb support to mt76 layer
Lorenzo Bianconi
8
-1
/
+1336
2018-08-02
mt76: move mt76x2_debugfs in mt76-common module
Lorenzo Bianconi
2
-2
/
+4
2018-08-02
mt76: add mt76x2_phy_common to mt76x2-common module
Lorenzo Bianconi
4
-329
/
+359
2018-08-02
mt76: add mt76x2_common to mt76x2-common module
Lorenzo Bianconi
5
-329
/
+372
2018-08-02
mt76: add mt76x2_init_common to mt76x2-common module
Lorenzo Bianconi
4
-239
/
+267
2018-08-02
mt76: add mt76x2_mac_common to mt76x2-common module
Lorenzo Bianconi
6
-674
/
+706
2018-08-02
mt76: add mt76x2_tx_common to mt76x2-common module
Lorenzo Bianconi
4
-124
/
+152
2018-08-02
mt76: introduce mt76x2-common module
Lorenzo Bianconi
4
-3
/
+22
2018-08-02
mt76: introduce tx_queue_skb function pointer in mt76_bus_ops
Lorenzo Bianconi
3
-4
/
+11
2018-08-02
mt76: rename mt76_tx_queue_skb in mt76_dma_tx_queue_skb
Lorenzo Bianconi
4
-83
/
+85
2018-08-02
mt76x2: add buffer len to mt76x2_mac_write_txwi signature
Lorenzo Bianconi
3
-5
/
+5
2018-08-02
mt76x2: add napi struct to mt76_rx_poll_complete/mt76_rx_complete signatures
Lorenzo Bianconi
4
-11
/
+10
2018-08-02
mt76x2: introduce mt76x2_mac_load_tx_status routine
Lorenzo Bianconi
1
-17
/
+30
2018-08-02
mt76x2: move interface_modes definition in mt76x2_init
Lorenzo Bianconi
2
-8
/
+8
2018-08-02
mt76x2: introduce mt76x2_init_device routine
Lorenzo Bianconi
2
-26
/
+33
2018-08-02
mt76x2: move utility routines in mt76x2.h
Lorenzo Bianconi
3
-37
/
+40
2018-08-02
mt76x2: move mt76x2_fw_header and mt76x2_patch_header definitions in mcu.h
Lorenzo Bianconi
2
-17
/
+17
2018-08-02
mt76: move MT_TXD_INFO, MT_MCU_MSG and MT_RX_FCE_INFO defs in dma.h
Lorenzo Bianconi
2
-38
/
+38
2018-08-02
Merge branch 'rppt' into docs-next
Jonathan Corbet
7
-188
/
+380
2018-08-02
docs/mm: add description of boot time memory management
Mike Rapoport
2
-0
/
+93
2018-08-02
Merge tag 'iwlwifi-next-for-kalle-2018-08-02' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-next
Kalle Valo
24
-631
/
+929
2018-08-02
perf trace: Use perf_evsel__sc_tp_{uint,ptr} for "id"/"args" handling syscalls:* events
Arnaldo Carvalho de Melo
1
-10
/
+3
2018-08-02
perf trace: Setup struct syscall_tp for syscalls:sys_{enter,exit}_NAME events
Arnaldo Carvalho de Melo
1
-1
/
+52
2018-08-02
md/raid5: fix data corruption of replacements after originals dropped
BingJing Chang
1
-0
/
+6
2018-08-02
media: dvb_ca_en50221: off by one in dvb_ca_en50221_io_do_ioctl()
Dan Carpenter
1
-1
/
+1
2018-08-02
docs/mm: memblock: add overview documentation
Mike Rapoport
1
-0
/
+55
2018-08-02
docs/mm: memblock: add kernel-doc description for memblock types
Mike Rapoport
1
-4
/
+33
2018-08-02
docs/mm: memblock: add kernel-doc comments for memblock_add[_node]
Mike Rapoport
1
-2
/
+25
2018-08-02
docs/mm: memblock: update kernel-doc comments
Mike Rapoport
2
-42
/
+59
2018-08-02
mm/memblock: add a name for memblock flags enumeration
Mike Rapoport
3
-28
/
+33
2018-08-02
docs/mm: bootmem: add overview documentation
Mike Rapoport
1
-0
/
+47
2018-08-02
docs/mm: bootmem: add kernel-doc description of 'struct bootmem_data'
Mike Rapoport
1
-3
/
+14
2018-08-02
docs/mm: bootmem: fix kernel-doc warnings
Mike Rapoport
1
-2
/
+8
2018-08-02
docs/mm: nobootmem: fixup kernel-doc comments
Mike Rapoport
1
-5
/
+13
2018-08-02
mm/bootmem: drop duplicated kernel-doc comments
Mike Rapoport
1
-102
/
+0
2018-08-02
media: usbtv: use irqsave() in USB's complete callback
Sebastian Andrzej Siewior
1
-2
/
+3
2018-08-02
perf trace: Allow setting up a syscall_tp struct without a format_field
Arnaldo Carvalho de Melo
1
-7
/
+15
2018-08-02
perf trace: Rename some syscall_tp methods to raw_syscall
Arnaldo Carvalho de Melo
1
-7
/
+7
2018-08-02
perf trace: Use beautifiers on syscalls:sys_enter_ handlers
Arnaldo Carvalho de Melo
1
-3
/
+44
2018-08-02
Merge tag 'pci-v4.18-fixes-5' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
10
-13
/
+28
2018-08-02
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
239
-913
/
+2002
2018-08-02
media: go7007: use irqsave() in USB's complete callback
Sebastian Andrzej Siewior
2
-9
/
+11
2018-08-02
media: cx231xx: use irqsave() in USB's complete callback
Sebastian Andrzej Siewior
3
-10
/
+15
2018-08-02
be2net: fix spelling mistake "seqence" -> "sequence"
Colin Ian King
1
-1
/
+1
2018-08-02
selftest/net: fix protocol family to work for IPv4.
Maninder Singh
1
-1
/
+1
2018-08-02
net: Fix coding style in skb_push()
Ganesh Goudar
1
-1
/
+1
2018-08-02
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
1
-2
/
+6
2018-08-02
net: fec: check DMA addressing limitations
Stefan Agner
1
-0
/
+8
2018-08-02
MIPS: generic: Remove input symbols from defconfig
Paul Burton
1
-3
/
+0
[prev]
[next]