index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
/
commoncap.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-01-08
staging: tidspbridge: Fix build breakage due to splitting CM functions.
Enric Balletbo i Serra
1
-1
/
+1
2013-01-07
staging: android: Add some Kconfig help entries
Cruz Julian Bishop
1
-3
/
+26
2013-01-07
staging: android: Fix two checkpatch issues in binder.c
Cruz Julian Bishop
1
-3
/
+3
2013-01-07
staging: android: Avoid using camelcase in binder.h
Cruz Julian Bishop
1
-2
/
+2
2013-01-07
staging/csr: Fix dereference before check
Peter Huewe
1
-15
/
+26
2013-01-07
staging: Add angle bracket before and after the URL
Masanari Iida
4
-4
/
+4
2013-01-07
staging: vme: Fix URL in Kconfig
Masanari Iida
1
-1
/
+1
2013-01-07
staging: rtl8712: avoid a useless call to memset().
Cyril Roelandt
1
-4
/
+4
2013-01-07
staging: omap-thermal: fix error check in omap_thermal_expose_sensor() and in...
Cyril Roelandt
1
-2
/
+2
2013-01-07
staging: comedi: Makefile: conditionally compile multi-file core module
H Hartley Sweeten
3
-15
/
+6
2013-01-07
staging: comedi: comedi_test: fix race when cancelling command
Ian Abbott
1
-1
/
+1
2013-01-07
staging: comedi: Kconfig: COMEDI_NI_AT_A2150 should select COMEDI_FC
Ian Abbott
1
-0
/
+1
2013-01-07
Staging: comedi: addi_common.c: checkpatch.pl fixes
Lijo Antony
1
-9
/
+17
2013-01-07
staging: comedi: comedi_test: whitespace fixes
Ian Abbott
1
-4
/
+4
2013-01-07
staging: comedi: comedi_test: tidy up waveform_ai_interrupt()
Ian Abbott
1
-13
/
+7
2013-01-07
staging: comedi: comedi_test: make samples unsigned
Ian Abbott
1
-9
/
+12
2013-01-07
staging: comedi: comedi_test: change end-of-acquisition test
Ian Abbott
1
-10
/
+14
2013-01-07
staging: comedi: comedi_test: remove unnecessary del_timer() call
Ian Abbott
1
-2
/
+0
2013-01-07
staging: comedi: comedi_test: fix race when cancelling command
Ian Abbott
1
-1
/
+1
2013-01-07
Staging: comedi: comedidev.h: fixed a camel case
Lijo Antony
1
-4
/
+4
2013-01-07
staging: comedi: store the 'index' for each subdevice
H Hartley Sweeten
7
-8
/
+7
2013-01-07
staging: comedi: comedi_fops: use kzalloc in comedi_alloc_subdevice_minor()
H Hartley Sweeten
1
-2
/
+2
2013-01-07
staging: comedi: comedi_fops: cleanup comedi_mmap()
H Hartley Sweeten
1
-15
/
+14
2013-01-07
staging: comedi: comedi_fops: cleanup comedi_{read, write}_subdevice()
H Hartley Sweeten
1
-6
/
+6
2013-01-07
staging: comedi: comedi_fops: introduce comedi_is_subdevice_idle()
H Hartley Sweeten
1
-4
/
+10
2013-01-07
staging: comedi: comedi_fops: introduce comedi_is_subdevice_in_error()
H Hartley Sweeten
1
-8
/
+11
2013-01-07
staging: comedi: comedi_fops: don't export comedi_get_subdevice_runflags()
H Hartley Sweeten
2
-3
/
+1
2013-01-07
staging: comedi: use comedi_is_subdevice_running()
H Hartley Sweeten
2
-8
/
+8
2013-01-07
staging: comedi: comedi_fops: introduce comedi_is_subdevice_running()
H Hartley Sweeten
2
-0
/
+10
2013-01-07
staging: comedi: comedi_fops: move comedi_get_subdevice_runflags()
H Hartley Sweeten
1
-12
/
+12
2013-01-07
staging: comedi: comedi_fops: fix a number of sizeof(struct foo) forms
H Hartley Sweeten
1
-24
/
+20
2013-01-07
staging: comedi: comedi_fops: move comedi_cleanup_legacy_minors()
H Hartley Sweeten
1
-8
/
+8
2013-01-07
staging: comedi: comedi_fops: move the module_{init, exit} functions to EOF
H Hartley Sweeten
1
-85
/
+84
2013-01-07
staging: comedi: comedi_fops: move the MODULE_* information to EOF
H Hartley Sweeten
1
-4
/
+4
2013-01-07
staging: comedi: comedi_fops: remove the goto's in comedi_write()
H Hartley Sweeten
1
-24
/
+11
2013-01-07
staging: comedi: comedi_fops: remove the goto's in comedi_read()
H Hartley Sweeten
1
-24
/
+10
2013-01-07
staging: comedi: comedi_fops: cleanup comedi_poll()
H Hartley Sweeten
1
-29
/
+20
2013-01-07
staging: comedi: comedi_fops: cleanup do_devinfo_ioctl()
H Hartley Sweeten
1
-7
/
+8
2013-01-07
staging: comedi: comedi_fops: rename comedi_{read,write}_subdevice()
H Hartley Sweeten
1
-20
/
+18
2013-01-07
staging: comedi: comedi_fops: rename comedi_get_device_file_info()
H Hartley Sweeten
1
-7
/
+7
2013-01-07
staging: comedi: comedi_fops: rename struct comedi_device_file_info
H Hartley Sweeten
1
-51
/
+44
2013-01-07
staging: comedi: don't expose struct comedi_device_file_info
H Hartley Sweeten
2
-7
/
+7
2013-01-07
staging: comedi: comedi_fops: don't export comedi_get_device_file_info()
H Hartley Sweeten
2
-14
/
+12
2013-01-07
staging: comedi: use comedi_dev_from_minor()
H Hartley Sweeten
4
-43
/
+15
2013-01-07
staging: comedi: comedi_fops: introduce comedi_dev_from_minor()
H Hartley Sweeten
2
-0
/
+12
2013-01-07
staging: comedi: don't expose comedi_get_{read, write}_subdevice
H Hartley Sweeten
2
-20
/
+20
2013-01-07
staging: comedi: comedi_fops: remove forward declarations
H Hartley Sweeten
1
-89
/
+80
2013-01-07
staging: comedi: prevent auto-unconfig of manually configured devices
Ian Abbott
1
-0
/
+3
2013-01-07
staging: comedi: fix minimum AO period for NI 625x and NI 628x
Éric Piel
1
-8
/
+8
2013-01-07
staging: comedi: pcm_common: remove module
H Hartley Sweeten
5
-85
/
+110
[next]