index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
char
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
drivers/char/rtc.c: use time_before, time_before_eq, etc
Julia Lawall
2008-04-28
1
-1
/
+3
*
|
rtc: avoid legacy drivers with generic framework
David Brownell
2008-04-28
1
-1
/
+10
|
/
*
Merge branch 'agp-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2008-04-26
2
-3
/
+4
|
\
|
*
agp: convert drivers/char/agp/frontend.c to use unlocked_ioctl
Mathieu Segaud
2008-04-26
1
-2
/
+2
|
*
agp: fix shadowed variable warning in amd-k7-agp.c
Harvey Harrison
2008-04-26
1
-1
/
+2
*
|
drm: _end is shadowing real _end, just rename it.
Dave Airlie
2008-04-26
1
-2
/
+2
*
|
drm/vbl rework: rework how the drm deals with vblank.
Jesse Barnes
2008-04-26
20
-473
/
+1372
*
|
drm: reorganise minor number handling using backported modesetting code.
Dave Airlie
2008-04-26
10
-184
/
+230
*
|
drm/i915: Handle tiled buffers in vblank tasklet
Keith Packard
2008-04-26
2
-4
/
+16
*
|
drm/i965: On I965, use correct 3DSTATE_DRAWING_RECTANGLE command in vblank
Keith Packard
2008-04-26
1
-10
/
+20
*
|
drm: Remove unneeded dma sync in ATI pcigart alloc
Benjamin Herrenschmidt
2008-04-26
1
-7
/
+0
*
|
drm: Fix mismerge of non-coherent DMA patch
Benjamin Herrenschmidt
2008-04-26
1
-1
/
+1
|
/
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...
Linus Torvalds
2008-04-25
1
-1
/
+1
|
\
|
*
[POWERPC] char/xilinx_hwicap/ section fix
Adrian Bunk
2008-04-24
1
-1
/
+1
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...
Linus Torvalds
2008-04-25
1
-32
/
+101
|
\
\
|
*
|
x86: PAT use reserve free memtype in mmap of /dev/mem
venkatesh.pallipadi@intel.com
2008-04-24
1
-1
/
+34
|
*
|
x86: PAT phys_mem_access_prot_allowed for dev/mem mmap
venkatesh.pallipadi@intel.com
2008-04-24
1
-30
/
+11
|
*
|
x86: PAT avoid aliasing in /dev/mem read/write
venkatesh.pallipadi@intel.com
2008-04-24
1
-5
/
+27
|
*
|
devmem: add range_is_allowed() check to mmap of /dev/mem
Venki Pallipadi
2008-04-24
1
-11
/
+16
|
*
|
x86: introduce /dev/mem restrictions with a config option
Arjan van de Ven
2008-04-24
1
-0
/
+28
|
|
/
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2008-04-25
1
-1
/
+5
|
\
\
|
*
|
Input: drivers/char/keyboard.c - use time_after
Julia Lawall
2008-04-24
1
-1
/
+3
|
*
|
Input: put ledstate in the keyboard notifier
Karl Dahlke
2008-04-15
1
-0
/
+2
*
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...
Linus Torvalds
2008-04-24
3
-0
/
+218
|
\
\
\
|
*
|
|
Blackfin char driver for Blackfin on-chip OTP memory (v3)
Mike Frysinger
2008-04-25
3
-0
/
+218
|
|
|
/
|
|
/
|
*
/
|
arm/mach-integrator/time.c, mwave: revert portions of recent irq cleanups
Jeff Garzik
2008-04-24
1
-10
/
+4
|
/
/
*
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/juh...
Linus Torvalds
2008-04-21
1
-1
/
+1
|
\
\
|
*
|
sonypi: Storage class should be before const qualifier
Tobias Klauser
2008-04-21
1
-1
/
+1
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2008-04-21
1
-13
/
+13
|
\
\
\
|
*
|
|
[HWRNG] omap: Minor updates
David Brownell
2008-04-21
1
-13
/
+13
|
|
/
/
*
|
|
Merge branch 'irq-cleanups-upstream' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2008-04-21
8
-52
/
+42
|
\
\
\
|
*
|
|
drivers/char: minor irq handler cleanups
Jeff Garzik
2008-04-20
8
-52
/
+42
|
|
/
/
*
|
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...
Linus Torvalds
2008-04-21
7
-58
/
+92
|
\
\
\
|
*
|
|
[POWERPC] hvcbeat: Fix buffer manipulation
Ishizaki Kou
2008-04-17
1
-2
/
+2
|
*
|
|
Merge branch 'linux-2.6'
Paul Mackerras
2008-04-14
14
-87
/
+129
|
|
\
\
\
|
*
|
|
|
[POWERPC] Xilinx: hwicap: Use fixed device major.
Stephen Neuendorffer
2008-03-26
1
-29
/
+14
|
*
|
|
|
[POWERPC] Xilinx: hwicap: Verify sync before reading idcode.
Stephen Neuendorffer
2008-03-26
1
-0
/
+18
|
*
|
|
|
[POWERPC] Xilinx: hwicap: Refactor status handling code.
Stephen Neuendorffer
2008-03-26
6
-27
/
+58
*
|
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6
Linus Torvalds
2008-04-21
3
-15
/
+9
|
\
\
\
\
\
|
*
|
|
|
|
DRM: remove unused dev_class
Greg Kroah-Hartman
2008-04-19
1
-1
/
+0
|
*
|
|
|
|
PM: Remove destroy_suspended_device()
Rafael J. Wysocki
2008-04-19
2
-14
/
+9
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hsk...
Linus Torvalds
2008-04-21
2
-3
/
+4
|
\
\
\
\
\
|
*
|
|
|
|
avr32: don't offer CONFIG_GEN_RTC
Adrian Bunk
2008-04-19
1
-1
/
+1
|
*
|
|
|
|
avr32: don't offer CONFIG_RTC
Adrian Bunk
2008-04-19
1
-1
/
+1
|
*
|
|
|
|
Generate raw keyboard codes for AVR32 architecture
Hans-Christian Egtvedt
2008-04-19
1
-1
/
+2
|
|
/
/
/
/
*
|
|
|
|
Convert asm/semaphore.h users to linux/semaphore.h
Matthew Wilcox
2008-04-18
1
-1
/
+1
*
|
|
|
|
drivers: Remove unnecessary inclusions of asm/semaphore.h
Matthew Wilcox
2008-04-18
10
-10
/
+0
|
/
/
/
/
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mingo/linux-2.6-kgdb
Linus Torvalds
2008-04-18
1
-0
/
+47
|
\
\
\
\
|
*
|
|
|
consoles: polling support, kgdboc
Jason Wessel
2008-04-17
1
-0
/
+47
|
|
|
/
/
|
|
/
|
|
*
/
|
|
[S390] hw_random: allow rng_dev_read() to return hardware errors.
Ralph Wuerthner
2008-04-17
1
-0
/
+4
|
/
/
/
[prev]
[next]