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
2022-09-26
sunhme: Combine continued messages
Sean Anderson
1
-173
/
+105
2022-09-26
sunhme: Use (net)dev_foo wherever possible
Sean Anderson
1
-89
/
+85
2022-09-26
sunhme: Convert printk(KERN_FOO ...) to pr_foo(...)
Sean Anderson
1
-74
/
+78
2022-09-26
sunhme: Clean up debug infrastructure
Sean Anderson
1
-40
/
+32
2022-09-26
sunhme: Convert FOO((...)) to FOO(...)
Sean Anderson
1
-136
/
+136
2022-09-26
sunhme: switch to devres
Rolf Eike Beer
1
-41
/
+14
2022-09-26
sunhme: Regularize probe errors
Sean Anderson
1
-8
/
+13
2022-09-26
sunhme: Return an ERR_PTR from quattro_pci_find
Sean Anderson
1
-22
/
+27
2022-09-26
sunhme: forward the error code from pci_enable_device()
Rolf Eike Beer
1
-3
/
+3
2022-09-26
sunhme: Remove version
Sean Anderson
1
-15
/
+2
2022-09-26
sunhme: remove unused tx_dump_ring()
Rolf Eike Beer
1
-16
/
+0
2022-09-26
Merge branch 'net-dsa-remove-unnecessary-i2c_set_clientdata'
Jakub Kicinski
3
-6
/
+0
2022-09-26
net: dsa: xrs700x: remove unnecessary i2c_set_clientdata()
Yang Yingliang
1
-2
/
+0
2022-09-26
net: dsa: microchip: ksz9477: remove unnecessary i2c_set_clientdata()
Yang Yingliang
1
-2
/
+0
2022-09-26
net: dsa: lan9303: remove unnecessary i2c_set_clientdata()
Yang Yingliang
1
-2
/
+0
2022-09-26
io_uring/rw: don't lose short results on io_setup_async_rw()
Pavel Begunkov
1
-3
/
+5
2022-09-26
io_uring/rw: fix unexpected link breakage
Pavel Begunkov
1
-0
/
+1
2022-09-27
libata: add ATA_HORKAGE_NOLPM for Pioneer BDR-207M and BDR-205
Niklas Cassel
1
-0
/
+4
2022-09-26
hwmon: w83627hf: Reorder symbols to get rid of a few forward declarations
Uwe Kleine-König
1
-798
/
+802
2022-09-26
rv/monitor: Add __init/__exit annotations to module init/exit funcs
Xiu Jianfeng
5
-10
/
+10
2022-09-26
Merge tag 'x86_urgent_for_v6.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-10
/
+36
2022-09-26
leds: pca963: fix misleading indentation
Pavel Machek
1
-1
/
+1
2022-09-26
ARM: dts: integrator: Fix DMA ranges
Linus Walleij
2
-4
/
+5
2022-09-26
efi: libstub: remove pointless goto kludge
Ard Biesheuvel
1
-15
/
+7
2022-09-26
efi: libstub: simplify efi_get_memory_map() and struct efi_boot_memmap
Ard Biesheuvel
9
-157
/
+85
2022-09-26
efi: libstub: avoid efi_get_memory_map() for allocating the virt map
Ard Biesheuvel
3
-22
/
+47
2022-09-26
xdp: Adjust xdp_frame layout to avoid using bitfields
Jesper Dangaard Brouer
1
-2
/
+2
2022-09-26
Merge tag 'mm-hotfixes-stable-2022-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
23
-106
/
+192
2022-09-26
net: hippi: Add missing pci_disable_device() in rr_init_one()
ruanjinjie
1
-0
/
+1
2022-09-26
Merge branch 'improve-tsn_lib-selftests-for-future-distributed-tasks'
Jakub Kicinski
2
-20
/
+34
2022-09-26
selftests: net: tsn_lib: run phc2sys in automatic mode
Vladimir Oltean
2
-6
/
+3
2022-09-26
selftests: net: tsn_lib: allow multiple isochron receivers
Vladimir Oltean
1
-5
/
+11
2022-09-26
selftests: net: tsn_lib: allow running ptp4l on multiple interfaces
Vladimir Oltean
1
-8
/
+19
2022-09-26
selftests: net: tsn_lib: don't overwrite isochron receiver extra args with UDS
Vladimir Oltean
1
-1
/
+1
2022-09-26
net/mlxbf_gige: Fix an IS_ERR() vs NULL bug in mlxbf_gige_mdio_probe
Peng Wu
1
-2
/
+2
2022-09-26
cxgb4: fix missing unlock on ETHOFLD desc collect fail path
Rafael Mendonca
1
-9
/
+19
2022-09-26
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
23
-106
/
+192
2022-09-26
Merge tag 'ext4_for_linus_fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
1
-2
/
+1
2022-09-26
tracing/osnoise: Fix possible recursive locking in stop_per_cpu_kthreads
Nico Pache
1
-1
/
+2
2022-09-26
tracing: kprobe: Make gen test module work in arm and riscv
Yipeng Zou
1
-4
/
+43
2022-09-26
tracing: kprobe: Fix kprobe event gen test module on exit
Yipeng Zou
1
-1
/
+1
2022-09-26
net: ethernet: adin1110: Add missing MODULE_DEVICE_TABLE
Yang Yingliang
1
-0
/
+1
2022-09-26
net: vertexcom: mse102x: Silence no spi_device_id warnings
Wei Yongjun
1
-0
/
+8
2022-09-26
net: ethernet: adi: Fix return value check in adin1110_probe_netdevs()
Wei Yongjun
1
-2
/
+2
2022-09-26
Merge branch 'net-dsa-microchip-ksz9477-enable-interrupt-for-internal-phy-link-detection'
Jakub Kicinski
4
-428
/
+336
2022-09-26
net: phy: micrel: enable interrupt for ksz9477 phy
Arun Ramadoss
1
-0
/
+2
2022-09-26
net: dsa: microchip: use common irq routines for girq and pirq
Arun Ramadoss
2
-192
/
+81
2022-09-26
net: dsa: microchip: move interrupt handling logic from lan937x to ksz_common
Arun Ramadoss
3
-426
/
+433
2022-09-26
net: dsa: microchip: lan937x: return zero if mdio node not present
Arun Ramadoss
1
-4
/
+2
2022-09-26
net: dsa: microchip: enable phy interrupts only if interrupt enabled in dts
Arun Ramadoss
1
-5
/
+8
[prev]
[next]