index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2013-09-26
hv: move "class_id" bus attribute to dev_groups
Greg Kroah-Hartman
2
-9
/
+15
2013-09-26
hv: move "modalias" bus attribute to dev_groups
Greg Kroah-Hartman
1
-5
/
+12
2013-09-26
hv: move "monitor_id" bus attribute to dev_groups
Greg Kroah-Hartman
2
-8
/
+12
2013-09-26
hv: move "state" bus attribute to dev_groups
Greg Kroah-Hartman
2
-6
/
+12
2013-09-26
hv: use dev_groups for device attributes
Greg Kroah-Hartman
2
-6
/
+18
2013-09-26
drivers/pcmcia/yenta_socket.c: convert to module_pci_driver
Libo Chen
1
-15
/
+1
2013-09-26
drivers/pcmcia/pd6729.c: convert to module_pci_driver
Libo Chen
1
-12
/
+1
2013-09-26
hv: Change variable type to bool
Peter Senna Tschudin
1
-1
/
+1
2013-09-26
Drivers: char: misc: 'misc_deregister()' changed the 'mutex_unlock' logic upo...
Elad Wexler
1
-4
/
+4
2013-09-26
misc: ibmasm: Remove casting the return value which is a void pointer
Jingoo Han
1
-1
/
+1
2013-09-26
char: xilinx_hwicap: Remove casting the return value which is a void pointer
Jingoo Han
1
-1
/
+1
2013-09-26
uio: uio_sercos3: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-09-26
uio: uio_netx: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-09-26
uio: uio_mf624: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-09-26
uio: uio_cif: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-09-26
uio: uio_aec: remove unnecessary pci_set_drvdata()
Jingoo Han
1
-1
/
+0
2013-09-26
uio: Simplify uio error path by using devres functions
Michal Simek
2
-36
/
+14
2013-09-26
drivers: uio: mf624_disable_interrupt() can be static
Fengguang Wu
1
-2
/
+2
2013-09-26
hpet: remove useless check if fixmem32 is NULL
Tomas Winkler
1
-2
/
+0
2013-09-26
drivers: misc: bmp085: remove '__init' from mp085_get_of_properties()
Chen Gang
1
-1
/
+1
2013-09-26
mei: mei_cl_unlink: no need to loop over dev list
Tomas Winkler
1
-9
/
+4
2013-09-26
mei: push credentials inside the irq write handler
Tomas Winkler
3
-10
/
+34
2013-09-26
mei: propagate error from write routines instead of ENODEV
Tomas Winkler
4
-27
/
+36
2013-09-26
mei: fix function names in debug prints
Alexander Usyskin
1
-3
/
+3
2013-09-26
mei: prefix client log messages with client me and host ids
Alexander Usyskin
3
-32
/
+38
2013-09-26
mei: mei_release: drop redundant check if cb is NULL
Tomas Winkler
1
-4
/
+1
2013-09-26
mei: revamp read and write length checks
Tomas Winkler
1
-2
/
+14
2013-09-26
mei: fix format compilation warrning on 32 bit architecture
Tomas Winkler
1
-1
/
+1
2013-09-26
mei: mei_write correct checks for copy_from_user
Alexander Usyskin
1
-2
/
+5
2013-09-26
mei: make sure that me_clients_map big enough before copying
Tomas Winkler
1
-1
/
+4
2013-09-26
mei: mei_cl_link protect open_handle_count from overflow
Tomas Winkler
1
-0
/
+6
2013-09-23
Merge tag 'staging-3.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
35
-97
/
+160
2013-09-23
Merge tag 'usb-3.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
31
-72
/
+81
2013-09-22
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
22
-193
/
+273
2013-09-21
iio:buffer_cb: Add missing iio_buffer_init()
Lars-Peter Clausen
1
-0
/
+2
2013-09-21
iio: Prevent race between IIO chardev opening and IIO device free
Lars-Peter Clausen
1
-9
/
+12
2013-09-21
iio: fix: Keep a reference to the IIO device for open file descriptors
Lars-Peter Clausen
2
-5
/
+17
2013-09-21
iio: Stop sampling when the device is removed
Lars-Peter Clausen
3
-1
/
+28
2013-09-21
iio: Fix crash when scan_bytes is computed with active_scan_mask == NULL
Peter Meerwald
1
-2
/
+9
2013-09-21
iio: Fix mcp4725 dev-to-indio_dev conversion in suspend/resume
Peter Meerwald
1
-6
/
+6
2013-09-21
iio: Fix bma180 dev-to-indio_dev conversion in suspend/resume
Peter Meerwald
1
-2
/
+2
2013-09-21
iio: Fix tmp006 dev-to-indio_dev conversion in suspend/resume
Peter Meerwald
1
-2
/
+4
2013-09-20
Merge tag 'pm+acpi-3.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-16
/
+35
2013-09-20
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
Linus Torvalds
2
-16
/
+31
2013-09-20
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
3
-13
/
+32
2013-09-19
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-8
/
+0
2013-09-20
Merge branch 'msm-fixes-3.12' of git://people.freedesktop.org/~robclark/linux...
Dave Airlie
7
-45
/
+107
2013-09-20
Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...
Dave Airlie
3
-6
/
+8
2013-09-20
Merge tag 'drm-intel-fixes-2013-09-19' of git://people.freedesktop.org/~danve...
Dave Airlie
9
-74
/
+122
2013-09-20
cpufreq: return EEXIST instead of EBUSY for second registering
Yinghai Lu
1
-1
/
+1
[next]