Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
792908225064b1d841a8990b9d1d1cfc4e0e5bb2
/
drivers
/
char
af69c7f
[PATCH] generic HDLC synclink config mismatch fix
by Paul Fulghum
· 18 years ago
d0ce7d0
[PATCH] remove drivers/char/riscom8.c:baud_table[]
by Adrian Bunk
· 18 years ago
652d3a3
[PATCH] char: ip2 remove broken macro
by Mariusz Kozlowski
· 18 years ago
36499dc2
[PATCH] synclink_gt: fix init error handling
by Akinobu Mita
· 18 years ago
9399575
[PATCH] dz: Fixes to make it work
by Maciej W. Rozycki
· 18 years ago
0bf9322
[PATCH] export toshiba SMM support for neofb module
by Randy Dunlap
· 18 years ago
403aac9
[PATCH] add return value checking of get_user() in set_vesa_blanking()
by Yoichi Yuasa
· 18 years ago
da015a6
[PATCH] agp-amd64: section mismatches with HOTPLUG=n
by Randy Dunlap
· 18 years ago
fed806f
[PATCH] allow hwrandom core to be a module
by Jan Beulich
· 18 years ago
c15bb29
[PATCH] HVCS char driver janitoring: move block of code
by Linas Vepstas
· 18 years ago
f6337e2
[PATCH] i2lib unused variable cleanup
by Mariusz Kozlowski
· 18 years ago
5d469ec
[PATCH] Correct misc_register return code handling in several drivers
by Neil Horman
· 18 years ago
e59e2ae
[PATCH] SysRq-X: show blocked tasks
by Ingo Molnar
· 18 years ago
aa8a8d6
[PATCH] ioremap balanced with iounmap for drivers/char/istallion.c
by Amol Lad
· 18 years ago
41bdabb
[PATCH] ioremap balanced with iounmap for drivers/char/moxa.c
by Amol Lad
· 18 years ago
8684265
[PATCH] ioremap balanced with iounmap for drivers/char/rio/rio_linux.c
by Amol Lad
· 18 years ago
7dfb710
[PATCH] Add include/linux/freezer.h and move definitions from sched.h
by Nigel Cunningham
· 18 years ago
54e6ecb
[PATCH] slab: remove SLAB_ATOMIC
by Christoph Lameter
· 18 years ago
cd54e7e
[PATCH] mm: incorrect VM_FAULT_OOM returns from drivers
by Nick Piggin
· 18 years ago
a1e8537
[PATCH] drm-sis linkage fix
by Andrew Morton
· 18 years ago
3e577a8
[PATCH] drivers/{char|isdn}: work_struct-induced breakage
by Al Viro
· 18 years ago
4796b71
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David Howells
· 18 years ago
9db7372
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David Howells
· 18 years ago
4c1ac1b
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David Howells
· 18 years ago
af2b3b5
[PATCH] pcmcia: conf.ConfigBase and conf.Present consolidation
by Dominik Brodowski
· 18 years ago
5eb5fc9
[PATCH] cm4000_cs: fix return value check
by Akinobu Mita
· 18 years ago
9b8ab9f
Merge branch 'for-linus4' of master.kernel.org:/pub/scm/linux/kernel/git/viro/bird
by Linus Torvalds
· 18 years ago
f23f6e0
[PATCH] severing poll.h -> mm.h
by Al Viro
· 18 years ago
914e263
[PATCH] severing fs.h, radix-tree.h -> sched.h
by Al Viro
· 18 years ago
d916faa
Remove long-unmaintained ftape driver subsystem.
by Jeff Garzik
· 18 years ago
b09b845c
[RANDOM]: Annotate random.h IP helpers.
by Al Viro
· 18 years ago
b6ef977
Merge master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog
by Linus Torvalds
· 18 years ago
9641219
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6
by Linus Torvalds
· 18 years ago
4549df8
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6
by Linus Torvalds
· 18 years ago
ebf644c
Driver core: change mem class_devices to be real devices
by Greg Kroah-Hartman
· 18 years ago
04880ed
Driver core: convert ppdev code to use struct device
by Greg Kroah-Hartman
· 18 years ago
38ca6c3
Driver core: convert raw device code to use struct device
by Greg Kroah-Hartman
· 18 years ago
01107d3
Driver core: convert tty core to use struct device
by Greg Kroah-Hartman
· 18 years ago
94fbcde
Driver core: change misc class_devices to be real devices
by Greg Kroah-Hartman
· 18 years ago
cd15422
Driver core: convert vc code to use struct device
by Greg Kroah-Hartman
· 18 years ago
805952a
Driver core: convert vt code to use struct device
by Greg Kroah-Hartman
· 18 years ago
6265d62
usb: pcwd_usb free urb cleanup
by Mariusz Kozlowski
· 18 years ago
bdbf77d
Merge ../linux-2.6-watchdog-mm
by Wim Van Sebroeck
· 18 years ago
0779bf2
Fix misc .c/.h comment typos
by Matt LaPlante
· 18 years ago
3cb2fcc
Fix misc Kconfig typos
by Matt LaPlante
· 18 years ago
5e66b0b
[PATCH] tlclk: fix platform_device_register_simple() error check
by Akinobu Mita
· 18 years ago
66c669b
[AGP] Allocate AGP pages with GFP_DMA32 by default
by Linus Torvalds
· 18 years ago
7d915a3
[AGP] Fix intel 965 AGP memory mapping function
by Linus Torvalds
· 18 years ago
c402895
WorkStruct: make allyesconfig
by David Howells
· 18 years ago
65f27f3
WorkStruct: Pass the work_struct pointer instead of context data
by David Howells
· 18 years ago
52bad64
WorkStruct: Separate delayable and non-delayable events.
by David Howells
· 18 years ago
f0c69c4
[PATCH] ftape: fix printk format warnings
by Randy Dunlap
· 18 years ago
d5d06ff
[WATCHDOG] MIPS RM9000 on-chip watchdog device - patch 4
by Wim Van Sebroeck
· 18 years ago
414a6759
[WATCHDOG] MIPS RM9000 on-chip watchdog device - patch 3
by Wim Van Sebroeck
· 18 years ago
97846e3
[WATCHDOG] MIPS RM9000 on-chip watchdog device - patch 2
by Wim Van Sebroeck
· 18 years ago
cd57eea
[WATCHDOG] MIPS RM9000 on-chip watchdog device - patch 1
by Wim Van Sebroeck
· 18 years ago
825d374
[WATCHDOG] MIPS RM9000 on-chip watchdog device
by Thomas Koeller
· 18 years ago
b48f545
[PATCH] ipmi: use platform_device_add() instead of platform_device_register() to register device allocated dynamically
by Zhang, Yanmin
· 18 years ago
c387fd8
[PATCH] Char: isicom, fix close bug
by Jiri Slaby
· 18 years ago
7947d2c
[PATCH] IPMI: Fix more && typos
by Corey Minyard
· 18 years ago
1a4b0fc
[PATCH] mspec driver build fix
by Jes Sorensen
· 18 years ago
e033351
[WATCHDOG] Add iTCO vendor specific support
by Wim Van Sebroeck
· 18 years ago
64d9fe6
[PATCH] ipmi_si_intf.c: fix "&& 0xff" typos
by Alexey Dobriyan
· 18 years ago
46d52b0
[PATCH] IPMI: retry messages on certain error returns
by Corey Minyard
· 18 years ago
f3ce6a0
[PATCH] IPMI: Clean up the waiting message queue properly on unload
by Corey Minyard
· 18 years ago
d13adb6
[PATCH] ipmi_si_intf.c sets bad class_mask with PCI_DEVICE_CLASS
by Yvan Seth
· 18 years ago
150ed8e
[WATCHDOG] sc1200wdt.c pnp unregister fix.
by Akinobu Mita
· 18 years ago
58c6570
[WATCHDOG] sc1200wdt.c pnp unregister fix.
by Akinobu Mita
· 18 years ago
fd0c5ec
[WATCHDOG] config.h removal
by Andrew Morton
· 18 years ago
85abb3f
drm: ioremap balanced with iounmap for drivers/char/drm
by Amol Lad
· 18 years ago
24f73c9
drm: fix error returns, sysfs error handling
by Jeff Garzik
· 18 years ago
0d960d2
fix return code in error case.
by Dave Jones
· 18 years ago
958de71
drm: mga: set dev_priv_size
by Tilman Sauerbeck
· 18 years ago
10eee0f
drm: savage: dev->agp_buffer_map is not initialized for AGP DMA on savages
by Michael Karcher
· 18 years ago
a1aa289
drm: radeon: only allow specific type-3 packetss through verifier
by Roland Scheidegger
· 18 years ago
6d03a68e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog
by Linus Torvalds
· 18 years ago
0835caa
[WATCHDOG] NS pc87413-wdt Watchdog driver - fixes
by Wim Van Sebroeck
· 18 years ago
00b3b3e
[WATCHDOG] NS pc87413-wdt Watchdog driver v1.1
by Sven Anders & Marcus Junker
· 18 years ago
946b924
Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart
by Linus Torvalds
· 18 years ago
86fbf14
[PATCH] Char: correct pci_get_device changes
by Jiri Slaby
· 18 years ago
1cd441f
[PATCH] ipmi: fix return codes in failure case
by Dave Jones
· 18 years ago
5cacb9f
[alim7101] Add pci dev table for auto module loading.
by Ben Collins
· 18 years ago
43f8221
Merge git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
by Linus Torvalds
· 18 years ago
dabad05
[PATCH] epca: prevent panic on tty_register_driver() failure
by Akinobu Mita
· 18 years ago
48d1a7e
[PATCH] sx: fix user-visible typo (devic)
by Alexey Dobriyan
· 18 years ago
a4bb2cf
[PATCH] drivers/char/specialix.c: fix the baud conversion
by Adrian Bunk
· 18 years ago
623a439
[PATCH] synclink: remove PAGE_SIZE reference
by Paul Fulghum
· 18 years ago
4d99bfa
[PATCH] CONFIG_TELCLOCK depends on X86
by Geert Uytterhoeven
· 18 years ago
9d90daf
[PATCH] rio: fix array checking
by Alan Cox
· 18 years ago
1808874
[AGPGART] uninorth: Add module param 'aperture' for aperture size
by Michel Dänzer
· 18 years ago
789fc0a
[WATCHDOG] NS pc87413-wdt Watchdog driver
by Sven Anders & Marcus Junker
· 18 years ago
e5a301e
[PATCH] serial167 __user annotations, NULL noise removal
by Al Viro
· 18 years ago
cbf40d3
[WATCHDOG] remove experimental on iTCO_wdt.c
by Wim Van Sebroeck
· 18 years ago
bdcff34
[WATCHDOG] Atmel AT91RM9200 rename.
by Andrew Victor
· 18 years ago
b8a3ad5
Include proper header file for PFN_DOWN()
by Linus Torvalds
· 18 years ago
99a10a6
[PATCH] Fix up mmap_kmem
by Franck Bui-Huu
· 18 years ago
8006036
[WATCHDOG] watchdog/iTCO_wdt: fix bug related to gcc uninit warning
by Jeff Garzik
· 18 years ago
f061c58
[PATCH] i2Output always takes kernel data now
by Al Viro
· 18 years ago
5e59393
[PATCH] ipmi: handle sysfs errors
by Jeff Garzik
· 18 years ago
f33d9bd
[PATCH] tpm: fix error handling
by Jeff Garzik
· 18 years ago
Next »