index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...
Linus Torvalds
2012-05-23
25
-124
/
+69
|
\
|
*
percpu: remove percpu_xxx() functions
Alex Shi
2012-05-14
2
-64
/
+6
|
*
x86: replace percpu_xxx funcs with this_cpu_xxx
Alex Shi
2012-05-14
22
-52
/
+55
|
*
net: replace percpu_xxx funcs with this_cpu_xxx or __this_cpu_xxx
Alex Shi
2012-05-14
2
-8
/
+8
*
|
Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2012-05-23
5
-306
/
+38
|
\
\
|
*
|
lockdep: fix oops in processing workqueue
Peter Zijlstra
2012-05-15
3
-2
/
+24
|
*
|
workqueue: skip nr_running sanity check in worker_enter_idle() if trustee is ...
Tejun Heo
2012-05-15
1
-2
/
+7
|
*
|
workqueue: Catch more locking problems with flush_work()
Stephen Boyd
2012-04-23
1
-0
/
+3
|
*
|
workqueue: change BUG_ON() to WARN_ON()
Dan Carpenter
2012-04-16
1
-1
/
+4
|
*
|
trace: Remove unused workqueue tracer
Stephen Boyd
2012-04-11
2
-301
/
+0
*
|
|
Merge tag 'staging-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2012-05-23
611
-25614
/
+27821
|
\
\
\
|
*
|
|
Staging: bcm: Remove two unused variables from Adapter.h
Kevin McKinney
2012-05-19
1
-2
/
+0
|
*
|
|
Staging: bcm: Removes the volatile type definition from Adapter.h
Kevin McKinney
2012-05-19
1
-2
/
+2
|
*
|
|
Staging: bcm: Rename all "INT" to "int" in Adapter.h
Kevin McKinney
2012-05-19
1
-11
/
+11
|
*
|
|
Staging: bcm: Fix warning: __packed vs. __attribute__((packed)) in Adapter.h
Kevin McKinney
2012-05-19
1
-6
/
+6
|
*
|
|
Staging: bcm: Correctly format all comments in Adapter.h
Kevin McKinney
2012-05-19
1
-62
/
+67
|
*
|
|
Staging: bcm: Fix all whitespace issues in Adapter.h
Kevin McKinney
2012-05-19
1
-374
/
+342
|
*
|
|
Staging: bcm: Properly format braces in Adapter.h
Kevin McKinney
2012-05-19
1
-52
/
+26
|
*
|
|
Staging: ipack/bridges/tpci200: remove unneeded casts
Samuel Iglesias Gonsalvez
2012-05-19
1
-20
/
+16
|
*
|
|
Staging: ipack/bridges/tpci200: remove TPCI200_SHORTNAME constant
Samuel Iglesias Gonsalvez
2012-05-19
2
-39
/
+33
|
*
|
|
Staging: ipack: remove board_name and bus_name fields from struct ipack_device
Samuel Iglesias Gonsalvez
2012-05-19
3
-24
/
+8
|
*
|
|
Staging: ipack: improve the register of a bus and a device in the bus.
Samuel Iglesias Gonsalvez
2012-05-19
5
-117
/
+131
|
*
|
|
staging: comedi: cleanup all the comedi_driver 'detach' functions
H Hartley Sweeten
2012-05-19
109
-993
/
+236
|
*
|
|
staging: comedi: remove all 'default N' in Kconfig
H Hartley Sweeten
2012-05-19
1
-135
/
+4
|
*
|
|
staging: line6/config.h: Delete unused header
Johannes Thumshirn
2012-05-19
1
-43
/
+0
|
*
|
|
staging: gdm72xx depends on NET
Randy Dunlap
2012-05-17
1
-0
/
+1
|
*
|
|
staging: gdm72xx: Set up parent link in sysfs for gdm72xx devices
Paul Stewart
2012-05-17
4
-4
/
+5
|
*
|
|
staging: drm/omap: initial dmabuf/prime import support
Rob Clark
2012-05-17
3
-0
/
+26
|
*
|
|
staging: drm/omap: dmabuf/prime mmap support
Rob Clark
2012-05-17
4
-11
/
+151
|
*
|
|
pstore/ram: Add ECC support
Anton Vorontsov
2012-05-17
3
-3
/
+19
|
*
|
|
pstore/ram: Switch to persistent_ram routines
Anton Vorontsov
2012-05-17
1
-47
/
+59
|
*
|
|
staging: android: persistent_ram: Move to fs/pstore/ram_core.c
Anton Vorontsov
2012-05-17
8
-97
/
+89
|
*
|
|
staging: iio: add support for hmc5883/hmc5883l to hmc5843 magnetometer driver
Peter Meerwald
2012-05-17
2
-45
/
+149
|
*
|
|
staging: iio: reorganize hmc5843_set_rate()
Peter Meerwald
2012-05-17
1
-1
/
+2
|
*
|
|
staging: iio: rename function/data to consistently start with hmc5843_
Peter Meerwald
2012-05-17
1
-13
/
+13
|
*
|
|
staging: iio: cleanup and move comments in hmc5843
Peter Meerwald
2012-05-17
1
-59
/
+63
|
*
|
|
staging: iio: add check for measurement configuration value passed to hmc5843
Peter Meerwald
2012-05-17
1
-1
/
+6
|
*
|
|
staging: iio: rework sampling rate setting in hmc5843
Peter Meerwald
2012-05-17
1
-27
/
+24
|
*
|
|
staging: comedi: Add helper macro for comedi usb driver boilerplate
H Hartley Sweeten
2012-05-17
2
-0
/
+46
|
*
|
|
staging: comedi: Convert struct addi_board initialization to C99 format
H Hartley Sweeten
2012-05-17
1
-2270
/
+1167
|
*
|
|
staging: iio: rename and prefix CONSTANTs to distinguish between HMC5843 and ...
Peter Meerwald
2012-05-16
1
-57
/
+71
|
*
|
|
staging: iio: change strict_strtoul() to kstrtoul() in hmc5843
Peter Meerwald
2012-05-16
1
-3
/
+3
|
*
|
|
staging: iio: fix access to hmc5843 private data
Peter Meerwald
2012-05-16
1
-5
/
+11
|
*
|
|
staging: comedi: refactor das16 driver and use module_comedi_driver
H Hartley Sweeten
2012-05-16
1
-477
/
+404
|
*
|
|
staging: comedi: refactor contec_pci_dio driver and use module_comedi_pci_driver
H Hartley Sweeten
2012-05-16
1
-104
/
+53
|
*
|
|
staging: comedi: refactor daqboard2000 driver and use module_comedi_pci_driver
H Hartley Sweeten
2012-05-16
1
-48
/
+22
|
*
|
|
staging: comedi: refactor das1800 driver and use module_comedi_driver
H Hartley Sweeten
2012-05-16
1
-37
/
+18
|
*
|
|
staging: gdm72xx: WIMAX_GDM72XX_USB_PM should depend on USB_SUSPEND
Geert Uytterhoeven
2012-05-16
2
-7
/
+1
|
*
|
|
Revert "ramster: switch over to zsmalloc and crypto interface"
Greg Kroah-Hartman
2012-05-16
7
-199
/
+735
|
*
|
|
ramoops: Move to fs/pstore/ram.c
Anton Vorontsov
2012-05-16
7
-14
/
+21
[next]