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-06-20
wifi: mac80211: split bss_info_changed method
Johannes Berg
48
-58
/
+58
2022-06-20
wifi: mac80211: move interface config to new struct
Johannes Berg
65
-273
/
+288
2022-06-20
wifi: mac80211: move some future per-link data to bss_conf
Johannes Berg
24
-60
/
+64
2022-06-20
wifi: cfg80211: do some rework towards MLO link APIs
Johannes Berg
11
-36
/
+51
2022-06-20
brcmfmac: Switch to appropriate helper to load EFI variable contents
Ard Biesheuvel
1
-17
/
+8
2022-06-20
iwlwifi: Switch to proper EFI variable store interface
Ard Biesheuvel
1
-64
/
+32
2022-06-20
media: atomisp_gmin_platform: stop abusing efivar API
Ard Biesheuvel
1
-21
/
+6
2022-06-20
efi: efibc: avoid efivar API for setting variables
Ard Biesheuvel
2
-47
/
+30
2022-06-20
efi: avoid efivars layer when loading SSDTs from variables
Ard Biesheuvel
1
-62
/
+41
2022-06-20
spi: rockchip: Unmask IRQ at the final to avoid preemption
Jon Lin
1
-4
/
+7
2022-06-20
regmap: Wire up regmap_config provided bulk write in missed functions
Javier Martinez Canillas
1
-6
/
+4
2022-06-20
regmap: Make regmap_noinc_read() return -ENOTSUPP if map->read isn't set
Javier Martinez Canillas
1
-0
/
+3
2022-06-20
regmap: Re-introduce bulk read support check in regmap_bulk_read()
Javier Martinez Canillas
1
-1
/
+1
2022-06-20
USB: serial: option: add Telit LE910Cx 0x1250 composition
Carlo Lobrano
1
-0
/
+1
2022-06-20
fbcon: Fix boundary checks for fbcon=vc:n1-n2 parameters
Helge Deller
1
-3
/
+5
2022-06-20
fbcon: Fix accelerated fbdev scrolling while logo is still shown
Helge Deller
1
-4
/
+0
2022-06-20
drm/i915/fdinfo: Don't show engine classes not present
Tvrtko Ursulin
1
-2
/
+3
2022-06-20
drm/i915: Implement w/a 22010492432 for adl-s
Ville Syrjälä
1
-2
/
+2
2022-06-20
wcn36xx: Fix typo in comment
Xiang wangx
1
-2
/
+2
2022-06-20
ath6kl: avoid flush_scheduled_work() usage
Tetsuo Handa
1
-4
/
+12
2022-06-20
ath9k: htc: clean up statistics macros
Pavel Skripkin
3
-31
/
+35
2022-06-20
ath9k: fix use-after-free in ath9k_hif_usb_rx_cb
Pavel Skripkin
2
-6
/
+7
2022-06-20
media: pvrusb2: fix memory leak in pvr_probe
Dongliang Mu
1
-0
/
+1
2022-06-20
media: rcar-vin: Fix channel routing for Ebisu
Niklas Söderlund
1
-1
/
+1
2022-06-20
media: mediatek/vcodec: Enable incoherent buffer allocation
Justin Green
1
-0
/
+2
2022-06-20
media: amphion: delete unnecessary NULL check
Ziyang Xuan
3
-6
/
+3
2022-06-20
media: imx-jpeg: Implement drain using v4l2-mem2mem helpers
Ming Qian
2
-84
/
+73
2022-06-20
media: imx-jpeg: Align upwards buffer size
Ming Qian
1
-51
/
+37
2022-06-20
media: imx-jpeg: Leave a blank space before the configuration data
Ming Qian
1
-1
/
+8
2022-06-20
media: imx-jpeg: Correct some definition according specification
Ming Qian
1
-4
/
+4
2022-06-20
media: platform: fix missing/incorrect resource cleanup in error case
Chengguang Xu
1
-2
/
+1
2022-06-20
media: amphion: Replace zero-length array with flexible-array member
Kees Cook
1
-1
/
+1
2022-06-20
media: Hantro: Correct G2 init qp field
Benjamin Gaignard
1
-1
/
+1
2022-06-20
media: mediatek: vcodec: Use kmemdup rather than kmalloc/memcpy
Haowen Bai
1
-2
/
+1
2022-06-20
media: atmel: atmel-isc-base: move cropping settings outside start_dma
Eugen Hristev
1
-4
/
+10
2022-06-20
media: camss: Move and unexport functions specific to ISPIF
Vladimir Zapolskiy
3
-39
/
+37
2022-06-20
media: amphion: return error if format is unsupported by vpu
Ming Qian
2
-2
/
+6
2022-06-20
media: staging: atomisp: fix typo in comment
Julia Lawall
1
-1
/
+1
2022-06-20
media: platform: exynos4-is: fix typos in comments
Julia Lawall
2
-2
/
+2
2022-06-20
media: mediatek: vcodec: fix typo in comment
Julia Lawall
1
-1
/
+1
2022-06-20
media: platform: exynos-gsc: fix typo in comment
Julia Lawall
1
-1
/
+1
2022-06-20
media: tw686x: Register the irq at the end of probe
Zheyu Ma
1
-10
/
+8
2022-06-20
media: tw5864: Convert to use managed functions pcim* and devm*
Zheyu Ma
1
-23
/
+7
2022-06-20
media: platform: cros-ec: Add moli to the match table
Scott Chao
1
-0
/
+2
2022-06-20
media: platform: omap: Pass a pointer to virt_to_page()
Linus Walleij
1
-2
/
+2
2022-06-20
media: amphion: vdec check format in enum_fmt
Ming Qian
3
-1
/
+18
2022-06-20
media: camss: Allocate camss struct as a managed device resource
Vladimir Zapolskiy
1
-23
/
+10
2022-06-20
media: hantro: Be more accurate on pixel formats step_width constraints
Benjamin Gaignard
8
-83
/
+223
2022-06-20
media: airspy: respect the DMA coherency rules
Oliver Neukum
1
-2
/
+15
2022-06-20
media: media: jpegenc: set bit mask for jpegenc
kyrie wu
1
-0
/
+3
[prev]
[next]