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
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-29
iavf: Fix max_rate limiting
Przemyslaw Patynowski
2
-2
/
+24
2022-07-29
Merge back cpuidle material for 5.20.
Rafael J. Wysocki
2
-23
/
+4
2022-07-29
drm/mgag200: Remove type field from struct mga_device
Thomas Zimmermann
10
-48
/
+35
2022-07-29
drm/mgag200: Move CRTC atomic_enable to model-specific code
Thomas Zimmermann
5
-85
/
+172
2022-07-29
drm/mgag200: Move mode-config to model-specific code
Thomas Zimmermann
10
-174
/
+977
2022-07-29
drm/mgag200: Provide per-device callbacks for PIXPLLC
Thomas Zimmermann
12
-1029
/
+1026
2022-07-29
drm/mgag200: Provide per-device callbacks for BMC synchronization
Thomas Zimmermann
6
-97
/
+129
2022-07-29
drm/mgag200: Add per-device callbacks
Thomas Zimmermann
10
-10
/
+48
2022-07-29
drm/mgag200: Set SCROFF in primary-plane code
Thomas Zimmermann
1
-15
/
+20
2022-07-29
drm/mgag200: Replace simple-KMS with regular atomic helpers
Thomas Zimmermann
2
-157
/
+233
2022-07-29
drm/mgag200: Reorganize before dropping simple-KMS helpers
Thomas Zimmermann
1
-48
/
+47
2022-07-29
drm/mgag200: Store primary plane's color format in CRTC state
Thomas Zimmermann
2
-10
/
+15
2022-07-29
drm/mgag200: Acquire I/O-register lock in atomic_commit_tail function
Thomas Zimmermann
1
-14
/
+21
2022-07-29
drm/mgag200: Move ER/EW3 register initialization to per-model code
Thomas Zimmermann
3
-7
/
+10
2022-07-29
drm/mgag200: Move DAC-register setup into model-specific code
Thomas Zimmermann
10
-79
/
+192
2022-07-29
drm/mgag200: Split mgag200_modeset_init()
Thomas Zimmermann
1
-9
/
+32
2022-07-29
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo
21
-477
/
+396
2022-07-29
drm/tests: Split up test cases in igt_check_drm_format_min_pitch
Maíra Canal
1
-2
/
+14
2022-07-29
wifi: rtw88: check the return value of alloc_workqueue()
William Dean
1
-0
/
+4
2022-07-29
wifi: rtw89: 8852a: adjust IMR for SER L1
Zong-Zhe Yang
1
-1
/
+1
2022-07-29
wifi: rtw89: 8852a: update RF radio A/B R56
Ping-Ke Shih
1
-450
/
+446
2022-07-29
wifi: wcn36xx: Add debugfs entry to read firmware feature strings
Bryan O'Donoghue
2
-0
/
+40
2022-07-29
wifi: wcn36xx: Move capability bitmap to string translation function to firmware.c
Bryan O'Donoghue
3
-77
/
+81
2022-07-29
wifi: wcn36xx: Move firmware feature bit storage to dedicated firmware.c file
Bryan O'Donoghue
7
-124
/
+146
2022-07-29
wifi: wcn36xx: Rename clunky firmware feature bit enum
Bryan O'Donoghue
4
-8
/
+8
2022-07-29
drm/dp_mst: fix drm_dp_dpcd_read return value checks
Simon Ser
1
-3
/
+3
2022-07-29
pwm: lpc18xx: Fix period handling
Uwe Kleine-König
1
-16
/
+31
2022-07-29
pwm: lpc18xx: Convert to use dev_err_probe()
Uwe Kleine-König
1
-11
/
+9
2022-07-29
pwm: twl-led: Document some limitations and link to the reference manual
Uwe Kleine-König
1
-0
/
+16
2022-07-29
pwm: Add clock based PWM output driver
Nikita Travkin
3
-0
/
+159
2022-07-29
pwm: sifive: Shut down hardware only after pwmchip_remove() completed
Uwe Kleine-König
1
-2
/
+3
2022-07-29
pwm: sifive: Ensure the clk is enabled exactly once per running PWM
Uwe Kleine-König
1
-9
/
+37
2022-07-29
pwm: sifive: Simplify clk handling
Uwe Kleine-König
1
-13
/
+13
2022-07-29
pwm: sifive: Enable clk only after period check in .apply()
Uwe Kleine-König
1
-10
/
+8
2022-07-29
pwm: sifive: Reduce time the controller lock is held
Uwe Kleine-König
1
-3
/
+5
2022-07-29
pwm: sifive: Fold pwm_sifive_enable() into its only caller
Uwe Kleine-König
1
-20
/
+8
2022-07-29
pwm: sifive: Simplify offset calculation for PWMCMP registers
Uwe Kleine-König
1
-7
/
+3
2022-07-29
netdevsim: fib: Add debugfs knob to simulate route deletion failure
Ido Schimmel
1
-0
/
+14
2022-07-29
netdevsim: fib: Fix reference count leak on route deletion failure
Ido Schimmel
1
-1
/
+26
2022-07-29
net: ethernet: mtk_eth_soc: add xdp tx return bulking support
Lorenzo Bianconi
1
-6
/
+14
2022-07-29
net: ethernet: mtk_eth_soc: introduce xdp multi-frag support
Lorenzo Bianconi
1
-43
/
+82
2022-07-29
net: ethernet: mtk_eth_soc: introduce mtk_xdp_frame_map utility routine
Lorenzo Bianconi
1
-26
/
+42
2022-07-29
vmxnet3: do not reschedule napi for rx processing
Ronak Doshi
1
-9
/
+0
2022-07-29
crypto: hisilicon/zip - Use the bitmap API to allocate bitmaps
Christophe JAILLET
1
-5
/
+5
2022-07-29
crypto: hisilicon/sec - fix auth key size error
Kai Ye
2
-3
/
+4
2022-07-29
crypto: ccree - Remove a useless dma_supported() call
Christophe JAILLET
1
-10
/
+3
2022-07-29
crypto: ccp - Add support for new CCP/PSP device ID
Mario Limonciello
1
-0
/
+7
2022-07-29
crypto: inside-secure - Add missing MODULE_DEVICE_TABLE for of
Pali Rohár
1
-0
/
+2
2022-07-29
crypto: hisilicon/hpre - don't use GFP_KERNEL to alloc mem during softirq
Zhengchao Shao
1
-1
/
+1
2022-07-29
Merge branches 'arm/exynos', 'arm/mediatek', 'arm/msm', 'arm/smmu', 'virtio', 'x86/vt-d', 'x86/amd' and 'core' into next
Joerg Roedel
47
-1410
/
+3339
[prev]
[next]