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
/
staging
/
vme
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix common misspellings
Lucas De Marchi
2011-03-31
4
-12
/
+12
*
staging: vme: Remove NULL check before kfree
Ilia Mirkin
2011-03-14
2
-4
/
+2
*
staging: vme: remove unreachable code
Manohar Vanga
2011-02-28
2
-5
/
+0
*
staging: vme: remove unreachable code
Manohar Vanga
2011-02-28
1
-4
/
+0
*
staging: vme: fix loop condition
Manohar Vanga
2011-02-23
1
-1
/
+1
*
staging: vme: remove unreachable code
Manohar Vanga
2011-02-23
1
-1
/
+0
*
Delete zero-length drivers/staging/vme/bridges/Module.symvers
Jeff Garzik
2011-01-28
1
-0
/
+0
*
Staging: vme_tsi148: use DEFINE_PCI_DEVICE_TABLE
Namhyung Kim
2010-12-09
1
-1
/
+1
*
Staging: vme_ca91cx42: use DEFINE_PCI_DEVICE_TABLE
Namhyung Kim
2010-12-09
1
-1
/
+1
*
staging/vme_user: add missing calls to vme_master_free calls in .remove
Emilio G. Cota
2010-12-03
1
-1
/
+3
*
staging/vme/vme_user: use __dev{init, exit} for .probe and .remove
Emilio G. Cota
2010-12-03
1
-5
/
+7
*
staging/vme_user: fix usage of the slave resources after they've been freed
Emilio G. Cota
2010-12-03
1
-2
/
+2
*
staging: vme: ca91cx42: mark the registers' base address pointer as __iomem
Emilio G. Cota
2010-11-16
1
-1
/
+1
*
staging: vme: tsi148: mark the registers' base address pointer as __iomem
Emilio G. Cota
2010-11-16
1
-1
/
+1
*
staging: vme: mark struct vme_master_resource's base address pointer as __iomem
Emilio G. Cota
2010-11-16
1
-1
/
+1
*
staging: vme_user: mark user-space buffers with __user
Emilio G. Cota
2010-11-16
1
-13
/
+13
*
staging: vme_user: remove __iomem marking from kern_buf and derivates
Emilio G. Cota
2010-11-16
1
-3
/
+3
*
staging: vme_user: use an unsigned int for counting the number of kparams
Emilio G. Cota
2010-11-16
1
-1
/
+1
*
staging: vme_user: declare private variables as static
Emilio G. Cota
2010-11-16
1
-3
/
+3
*
staging: vme: ca91cx42: declare static functions as such
Emilio G. Cota
2010-11-16
1
-26
/
+26
*
staging: vme: tsi148: declare static functions as such
Emilio G. Cota
2010-11-16
1
-21
/
+22
*
staging: vme: tsi148: remove unreachable line
Emilio G. Cota
2010-11-16
1
-1
/
+0
*
staging: vme: tsi148: fix warning in free_irq
Emilio G. Cota
2010-11-16
2
-4
/
+7
*
staging: vme: tsi148: remove double freeing of the IRQ in .remove
Emilio G. Cota
2010-11-16
1
-2
/
+0
*
staging: vme: tsi148: use list_for_each_safe when deleting resources in .remove
Emilio G. Cota
2010-11-16
1
-3
/
+4
*
staging: vme: fix bogus clearing of the bus number in vme_free_bus_num
Emilio G. Cota
2010-11-16
1
-1
/
+1
*
staging: vme_user: remove unreachable line
Emilio G. Cota
2010-11-16
1
-1
/
+0
*
staging: vme_user: return the appropriate error code when module_init fails
Emilio G. Cota
2010-11-16
1
-0
/
+2
*
staging: vme: style: convert '&(foo)' to '&foo'
Emilio G. Cota
2010-11-16
4
-257
/
+258
*
Staging: vme: Assure D16 cycle if required in master_read and master_write
Arthur Benilov
2010-09-30
1
-5
/
+89
*
staging: Bulk convert the semaphore mess
Thomas Gleixner
2010-09-07
1
-1
/
+1
*
Staging: autoconvert trivial BKL users to private mutex
Arnd Bergmann
2010-07-22
1
-3
/
+4
*
Staging: vme: vme_ca91cx42: remove casts from void*
Kulikov Vasiliy
2010-07-08
1
-4
/
+4
*
Staging: vme: vme_tsi148: remove casts from void*
Kulikov Vasiliy
2010-07-08
1
-5
/
+5
*
Staging: vme: bridges: Add missing unlocks
Julia Lawall
2010-06-18
1
-1
/
+3
*
Staging: vme: devices: vme_user.c: Fix checkpatch.pl issues.
Nanakos Chrysostomos
2010-06-18
1
-47
/
+45
*
staging: Use GFP_ATOMIC when a lock is held
Julia Lawall
2010-06-04
2
-2
/
+2
*
Merge staging-next tree into Linus's latest version
Greg Kroah-Hartman
2010-05-21
6
-265
/
+295
|
\
|
*
Staging: Use kcalloc or kzalloc
Julia Lawall
2010-05-14
2
-12
/
+4
|
*
Staging: Drop memory allocation cast
Julia Lawall
2010-05-11
2
-3
/
+2
|
*
Staging: vme: declare vme_calc_slot() as static
Bill Pemberton
2010-05-11
1
-1
/
+1
|
*
Staging: vme: declare vme_bus_num_mtx static
Bill Pemberton
2010-05-11
1
-1
/
+1
|
*
Staging: vme: Correct checkpatch errors
Martyn Welch
2010-05-11
3
-119
/
+102
|
*
Staging: vme: Use dev_err rather than printk
Martyn Welch
2010-05-11
2
-126
/
+171
|
*
Staging: push down BKL into ioctl functions
Arnd Bergmann
2010-05-11
1
-3
/
+15
|
*
Staging: remove unused #include <linux/version.h>
Huang Weiyi
2010-05-11
1
-1
/
+0
*
|
Staging: vme: Re-introduce necessary brackets
Martyn Welch
2010-04-30
1
-1
/
+2
|
/
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
4
-0
/
+4
*
Staging: vme: VMIVME-7805 board support
Arthur Benilov
2010-03-03
6
-0
/
+178
*
Staging: vme: Allocate memory buffers for master windows
Arthur Benilov
2010-03-03
1
-0
/
+14
[next]