index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
rc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'usb-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2022-06-03
4
-5
/
+5
|
\
|
*
media: remove third argument of usb_maxpacket()
Vincent Mailhol
2022-04-23
4
-5
/
+5
*
|
Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2022-05-25
1
-2
/
+6
|
\
\
|
*
|
bpf: Move rcu lock management out of BPF_PROG_RUN routines
Stanislav Fomichev
2022-04-19
1
-2
/
+6
|
|
/
*
|
media: imon: reorganize serialization
Tetsuo Handa
2022-05-13
1
-52
/
+47
*
|
media: imon: drop references only after device is no longer used
Oliver Neukum
2022-05-13
1
-2
/
+2
*
|
media: imon: fix timer racing disconnect
Oliver Neukum
2022-05-13
1
-1
/
+1
*
|
media: imon: avoid needless atomic allocations in resume
Oliver Neukum
2022-05-13
1
-2
/
+2
*
|
media: gpio-ir-tx: simplify wait logic
Sean Young
2022-05-08
1
-1
/
+6
*
|
media: meson-ir-tx: remove superfluous dev_err()
Yihao Han
2022-04-24
1
-3
/
+1
|
/
*
media: media/*/Kconfig: sort entries
Mauro Carvalho Chehab
2022-03-18
1
-187
/
+189
*
media: Makefiles: sort entries where it fits
Mauro Carvalho Chehab
2022-03-14
2
-36
/
+45
*
media: gpio-ir-tx: fix transmit with long spaces on Orange Pi PC
Sean Young
2022-03-07
1
-7
/
+21
*
media: meson-ir-tx: remove incorrect doc comment
Sean Young
2022-02-22
1
-1
/
+1
*
media: lirc: report ir receiver overflow
Sean Young
2022-01-28
2
-8
/
+11
*
media: rc-core: rename ir_raw_event_reset to ir_raw_event_overflow
Sean Young
2022-01-28
23
-28
/
+26
*
media: mtk-cir: simplify code
Sean Young
2022-01-24
1
-3
/
+4
*
media: mtk-cir: remove superfluous ir_raw_event_reset()
Sean Young
2022-01-24
1
-12
/
+11
*
media: mtk-cir: reduce message end to fix nec repeats
Sean Young
2022-01-24
1
-4
/
+5
*
media: lirc: simplify gap calculation
Sean Young
2022-01-24
1
-13
/
+6
*
media: ir_toy: free before error exiting
Peiwei Hu
2022-01-24
1
-1
/
+1
*
media: streamzap: remove redundant gap calculations
Sean Young
2021-12-14
1
-47
/
+8
*
media: streamzap: remove unused struct members
Sean Young
2021-12-14
1
-23
/
+14
*
media: streamzap: less chatter
Sean Young
2021-12-14
1
-19
/
+1
*
media: streamzap: no need for usb pid/vid in device name
Sean Young
2021-12-14
1
-5
/
+1
*
media: streamzap: remove unnecessary ir_raw_event_reset and handle
Sean Young
2021-12-14
1
-2
/
+0
*
media: igorplugusb: receiver overflow should be reported
Sean Young
2021-12-14
1
-1
/
+3
*
media: winbond-cir: no need for reset after resume
Sean Young
2021-12-14
1
-1
/
+0
*
media: iguanair: no need for reset after IR receiver enable
Sean Young
2021-12-14
1
-3
/
+0
*
media: lirc: always send timeout reports
Sean Young
2021-12-14
1
-5
/
+0
*
media: redrat3: fix control-message timeouts
Johan Hovold
2021-11-19
1
-11
/
+11
*
media: mceusb: fix control-message timeouts
Johan Hovold
2021-11-19
1
-4
/
+4
*
media: rc: ir-hix5hd2: Add the dependency on HAS_IOMEM
Cai Huoqing
2021-11-15
1
-1
/
+1
*
media: ir-rx51: Switch to atomic PWM API
Maíra Canal
2021-11-15
1
-8
/
+8
*
media: rc: pwm-ir-tx: Switch to atomic PWM API
Maíra Canal
2021-11-15
1
-9
/
+9
*
media: rc: ir-spi: Drop empty spi_driver remove callback
Uwe Kleine-König
2021-11-15
1
-6
/
+0
*
media: ite-cir: IR receiver stop working after receive overflow
Sean Young
2021-10-19
1
-1
/
+1
*
media: sir_ir: remove broken driver
Sean Young
2021-10-19
3
-447
/
+0
*
media: ir_toy: assignment to be16 should be of correct type
Sean Young
2021-10-19
1
-1
/
+1
*
media: ir_toy: prevent device from hanging during transmit
Sean Young
2021-09-30
1
-1
/
+20
*
media: mceusb: return without resubmitting URB in case of -EPROTO error.
Rajat Asthana
2021-09-30
1
-0
/
+1
*
media: meson-ir-tx: fix platform_no_drv_owner.cocci warnings
jing yangyang
2021-09-30
1
-1
/
+0
*
media: ir_toy: do not resubmit broken urb
Sean Young
2021-09-30
1
-2
/
+12
*
media: ir_toy: deal with residual irdata before expected response
Sean Young
2021-09-30
1
-6
/
+2
*
media: ir_toy: print firmware version in correct format
Sean Young
2021-09-30
1
-2
/
+3
*
media: rc: sunxi-cir: Make use of the helper function devm_platform_ioremap_r...
Cai Huoqing
2021-09-30
1
-3
/
+1
*
media: rc: st_rc: Make use of the helper function devm_platform_ioremap_resou...
Cai Huoqing
2021-09-30
1
-4
/
+1
*
media: rc: mtk-cir: Make use of the helper function devm_platform_ioremap_res...
Cai Huoqing
2021-09-30
1
-3
/
+1
*
media: rc: meson-ir: Make use of the helper function devm_platform_ioremap_re...
Cai Huoqing
2021-09-30
1
-3
/
+1
*
media: rc: ir-hix5hd2: Make use of the helper function devm_platform_ioremap_...
Cai Huoqing
2021-09-30
1
-3
/
+1
[next]