aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-02-05squash indevel/module.loading.v2.4Konrad Rzeszutek Wilk1-2/+4
2013-02-05zcache/zbud: Fix __init mismatchKonrad Rzeszutek Wilk1-1/+1
2013-02-05ramster: Fix compile warnings due to usage of debugfs_create_size_tKonrad Rzeszutek Wilk1-17/+17
2013-02-05zcache/zbud: Provide the accessory functions for counter decrease.Konrad Rzeszutek Wilk1-14/+24
2013-02-05zcache/zbud: Add incremental accessory countersKonrad Rzeszutek Wilk1-19/+39
2013-02-05zcache/zbud: Fix compiler warnings.Konrad Rzeszutek Wilk1-16/+16
2013-02-05zcache/debug: Coalesce all debug under CONFIG_ZCACHE_DEBUGKonrad Rzeszutek Wilk3-4/+12
2013-02-05zcache: Module license is defined twice.Konrad Rzeszutek Wilk1-2/+0
2013-02-05zcache: Move the last of the debugfs counters outKonrad Rzeszutek Wilk2-64/+87
2013-02-05zcache/debug: Use an array to initialize/use debugfs attributes.Konrad Rzeszutek Wilk1-94/+47
2013-02-05zcache: Move debugfs code out of zcache-main.c file.Konrad Rzeszutek Wilk4-241/+305
2013-02-05zcache: Make the debug code use pr_debugKonrad Rzeszutek Wilk1-36/+33
2013-02-05 zcache: Fix compile warnings due to usage of debugfs_create_size_tKonrad Rzeszutek Wilk1-67/+68
2013-02-05 zcache: The last of the atomic reads has now an accessory function.Konrad Rzeszutek Wilk1-4/+9
2013-02-05 zcache: Provide accessory functions for counter decrease.Konrad Rzeszutek Wilk1-37/+51
2013-02-05zcache: Provide accessory functions for counter increaseKonrad Rzeszutek Wilk1-35/+68
2013-02-05zcache: s/int/bool/ on the various options.Konrad Rzeszutek Wilk1-23/+23
2013-02-05xen/tmem: Add missing %s in the printk statement.Konrad Rzeszutek Wilk1-1/+1
2013-02-05zcache/tmem: Better error checking on frontswap_register_ops returnKonrad Rzeszutek Wilk2-2/+8
2013-02-05frontswap: Get rid of swap_lock dependencyMinchan Kim3-19/+34
2013-02-01cleancache: Use static_key instead of cleancache_ops and cleancache_enabled.Konrad Rzeszutek Wilk3-42/+29
2013-02-01cleancache: Remove the check for cleancache_enabled.Konrad Rzeszutek Wilk1-6/+3
2013-02-01frontswap: Use static_key instead of frontswap_enabled and frontswap_opsKonrad Rzeszutek Wilk2-41/+34
2013-02-01frontswap: Remove the check for frontswap_enabled.Konrad Rzeszutek Wilk1-4/+2
2013-02-01xen/tmem: Remove the subsys call.Konrad Rzeszutek Wilk1-4/+0
2013-02-01xen: tmem: enable Xen tmem shim to be built/loaded as a moduleDan Magenheimer4-17/+46
2013-02-01staging: zcache: enable zcache to be built/loaded as a moduleKonrad Rzeszutek Wilk6-18/+60
2013-02-01staging: zcache: enable ramster to be built/loaded as a moduleDan Magenheimer6-12/+38
2013-02-01cleancache: Make cleancache_init use a pointer for the opsKonrad Rzeszutek Wilk4-38/+40
2013-02-01frontswap: Make frontswap_init use a pointer for the ops.Konrad Rzeszutek Wilk4-28/+26
2013-02-01mm: frontswap: lazy initialization to allow tmem backends to build/run as mod...Dan Magenheimer1-10/+85
2013-02-01mm: cleancache: lazy initialization to allow tmem backends to build/run as mo...Dan Magenheimer1-21/+219
2013-01-31staging: comedi: don't expose comedi_proc_{init,cleanup}H Hartley Sweeten2-13/+15
2013-01-31staging: comedi: don't expose comedi_device_{attach,detach}H Hartley Sweeten2-5/+9
2013-01-31staging: comedi: tidy up the general purpose driver functionsH Hartley Sweeten2-70/+73
2013-01-31staging: comedi: ni_daq_700: convert to auto attachH Hartley Sweeten1-74/+33
2013-01-31staging: comedi: das08_cs: convert to auto attachH Hartley Sweeten1-82/+48
2013-01-31staging: comedi: cb_das16_cs: convert to auto attachH Hartley Sweeten1-66/+49
2013-01-31staging: comedi: allow pcmcia drivers to auto attachH Hartley Sweeten2-0/+42
2013-01-31staging: comedi: conditionally build in PCMCIA driver supportH Hartley Sweeten5-58/+102
2013-01-31staging: comedi: conditionally build in PCI driver supportH Hartley Sweeten64-161/+340
2013-01-31staging: comedi: conditionally build in USB driver supportH Hartley Sweeten8-79/+151
2013-01-31staging: vt6656: Fix URB submitted while active warning.Malcolm Priestley1-8/+20
2013-01-31staging/fwserial: Fix compiler warningPeter Hurley1-1/+1
2013-01-31staging/fwserial: Annotate rcu pointers with __rcuPeter Hurley1-1/+1
2013-01-30staging: zsmalloc: remove unused pool nameSeth Jennings3-10/+4
2013-01-30staging: comedi: ISA DMA drivers should depend on ISA_DMA_APIGeert Uytterhoeven1-6/+7
2013-01-30staging: comedi: cleanup all board minors on module exitIan Abbott1-4/+4
2013-01-30staging: comedi: disallow COMEDI_DEVCONFIG on non-board minorsIan Abbott1-0/+5
2013-01-29staging/fwserial: Fix endian issue in unit directoryPeter Hurley1-6/+5
2013-01-29staging/fwserial: add diagnostic for buffer overflowPeter Hurley1-1/+4
2013-01-29staging/fwserial: Remove reference to removed constantPeter Hurley1-1/+1
2013-01-29staging/fwserial: Don't use deprecated alloc_tty_driver()Peter Hurley1-12/+9
2013-01-29staging/fwserial: Factor unstable stats/debug/status info to debugfsPeter Hurley2-0/+84
2013-01-29staging/fwserial: Cleanup /proc/tty/driver/ filePeter Hurley1-24/+15
2013-01-29staging/fwserial: Create loop device the 'tty' wayPeter Hurley2-96/+93
2013-01-29staging/fwserial: Fix sparse build warningsPeter Hurley2-2/+4
2013-01-29staging/fwserial: Release port regardless of unplug response codePeter Hurley1-3/+2
2013-01-29staging/fwserial: Only reset port status for attached peersPeter Hurley1-9/+12
2013-01-29staging/fwserial: Drop suggestion for helper fn integrationPeter Hurley1-2/+0
2013-01-29staging/fwserial: Assume firmware is OHCI-complaintPeter Hurley1-2/+7
2013-01-29staging/fwserial: Fold constant MAX_ASYNC_PAYLOADPeter Hurley1-2/+1
2013-01-29staging/fwserial: Simplify max payload calculationPeter Hurley1-2/+2
2013-01-29staging/fwserial: Refer to fw_device as "node"Peter Hurley1-1/+1
2013-01-29staging/fwserial: Remove bandwidth limit logicPeter Hurley2-12/+6
2013-01-29staging:ozwpan: Fix following warning.Rupesh Gujare1-1/+1
2013-01-29staging: nvec: cleanup the string messMarc Dietrich5-40/+89
2013-01-29staging: nvec: fix mouse suspend/resume callsMarc Dietrich1-9/+7
2013-01-29staging: nvec: move toggle global event reporting to its own functionMarc Dietrich2-8/+25
2013-01-29staging: zsmalloc: Fix TLB coherency and build problemMinchan Kim1-6/+4
2013-01-29staging/omapdrm: Use kmemdup rather than duplicating its implementationPeter Huewe1-2/+2
2013-01-29Staging: zcache: remove unnecessary braces in zcache-main.cRyo Munakata1-3/+2
2013-01-29staging/csr: Use kmemdup rather than duplicating its implementationPeter Huewe1-3/+3
2013-01-29staging: zsmalloc: make CLASS_DELTA relative to PAGE_SIZESeth Jennings1-1/+1
2013-01-29staging/comedi/adl_pci8164: Don't assign stringPeter Huewe1-14/+14
2013-01-29staging: comedi: simplify comedi_set_hw_dev()Ian Abbott1-11/+10
2013-01-29staging: comedi: don't override read/write subdevice if not supportedIan Abbott1-2/+4
2013-01-29staging: comedi: ni_labpc_cs: remove '#undef LABPC_DEBUG'H Hartley Sweeten1-2/+0
2013-01-29staging: comedi: ni_labpc_cs: cleanup the boardinfo declarationH Hartley Sweeten1-27/+21
2013-01-29staging: comedi: ni_labpc_cs: remove thisboard macroH Hartley Sweeten1-5/+1
2013-01-29staging: comedi: ni_labpc_cs: move comedi_driver declarationH Hartley Sweeten1-12/+10
2013-01-29staging: comedi: ni_labpc_cs: remove pcmcia_device private dataH Hartley Sweeten1-17/+2
2013-01-29staging: comedi: ni_labpc_cs: cleanup labpc_cs_attach()H Hartley Sweeten1-23/+11
2013-01-29staging: comedi: ni_labpc_cs: move pcmcia_driver functionsH Hartley Sweeten1-35/+28
2013-01-29staging: comedi: ni_labpc_cs: remove pcmcia_driver suspend/resumeH Hartley Sweeten1-14/+0
2013-01-29staging: comedi: ni_labpc_cs: remove 'stop' from private pcmcia dataH Hartley Sweeten1-9/+0
2013-01-29staging: comedi: ni_labpc_cs: remove labpc_release()H Hartley Sweeten1-11/+2
2013-01-29staging: comedi: ni_labpc_cs: cleanup pcmcia_driverH Hartley Sweeten1-8/+7
2013-01-29staging: comedi: ni_labpc_cs: move MODULE_* info to end of fileH Hartley Sweeten1-4/+4
2013-01-29staging: comedi: ni_mio_cs: cleanup the boardinfo declarationH Hartley Sweeten1-95/+75
2013-01-29staging: comedi: ni_mio_cs: cleanup mio_cs_attach()H Hartley Sweeten1-49/+14
2013-01-29staging: comedi: ni_mio_cs: remove last forward declarationH Hartley Sweeten1-18/+15
2013-01-29staging: comedi: ni_mio_cs: move mio_cs_detach()H Hartley Sweeten1-7/+7
2013-01-29staging: comedi: ni_mio_cs: move comedi_driver declarationH Hartley Sweeten1-10/+7
2013-01-29staging: comedi: ni_mio_cs: cleanup cs_attach()H Hartley Sweeten1-13/+5
2013-01-29staging: comedi: ni_mio_cs: remove cs_release()H Hartley Sweeten1-6/+1
2013-01-29staging: comedi: ni_mio_cs: move pcmcia_driver functionsH Hartley Sweeten1-59/+54
2013-01-29staging: comedi: ni_mio_cs: remove pcmcia_driver suspend/resumeH Hartley Sweeten1-16/+0
2013-01-29staging: comedi: ni_mio_cs: remove setting dev->driverH Hartley Sweeten1-1/+0
2013-01-29staging: comedi: ni_mio_cs: cleanup pcmcia_driverH Hartley Sweeten1-7/+7
2013-01-29staging: comedi: ni_mio_cs: move MODULE_* info to end of fileH Hartley Sweeten1-5/+4
2013-01-29staging: comedi: quatech_daqp_cs: cleanup subdevice initH Hartley Sweeten1-35/+30
2013-01-29staging: comedi: quatech_daqp_cs: fix possible memory dereference issueH Hartley Sweeten1-7/+8
2013-01-29staging: comedi: quatech_daqp_cs: cleanup the comedi_lrange tablesH Hartley Sweeten1-14/+8
2013-01-29staging: comedi: quatech_daqp_cs: remove #define pr_fmtH Hartley Sweeten1-2/+0
2013-01-29staging: comedi: quatech_daqp_cs: remove debug functionsH Hartley Sweeten1-26/+0
2013-01-29staging: comedi: quatech_daqp_cs: simplify IRQ_NONE checks in daqp_interrupt()H Hartley Sweeten1-27/+3
2013-01-29staging: comedi: quatech_daqp_cs: remove casts of void *H Hartley Sweeten1-8/+8
2013-01-29staging: comedi: quatech_daqp_cs: cleanup daqp_cs_attach()H Hartley Sweeten1-32/+21
2013-01-29staging: comedi: quatech_daqp_cs: remove daqp_cs_release()H Hartley Sweeten1-9/+2
2013-01-29staging: comedi: quatech_daqp_cs: remove forward declarationsH Hartley Sweeten1-68/+52
2013-01-29staging: comedi: quatech_daqp_cs: cleanup pcmcia_driverH Hartley Sweeten1-7/+7
2013-01-29staging: comedi: quatech_daqp_cs: move MODULE_* info to end of fileH Hartley Sweeten1-5/+4
2013-01-29Merge tag 'iio-for-3.9b-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman45-2409/+1846
2013-01-27iio:light:tsl2563 move out of stagingJonathan Cameron7-15/+14
2013-01-26staging:iio:tsl2563 drop pointless forward declarationJonathan Cameron1-2/+0
2013-01-26staging:iio:tsl2563 Simplify exit path on error in read_interrupt_config.Jonathan Cameron1-4/+2
2013-01-26staging:iio:light:tsl2563 clean comments up.Jonathan Cameron1-13/+5
2013-01-26staging:iio:light:tsl2563 drop unnecessary brackets around constants.Jonathan Cameron1-33/+33
2013-01-26staging:iio:adis16080: Move out of stagingLars-Peter Clausen5-11/+8
2013-01-26staging:iio:adis16080: Add scale and offset attributesLars-Peter Clausen1-6/+75
2013-01-26staging:iio:adis16080: Remove unnecessary lockLars-Peter Clausen1-5/+0
2013-01-26staging:iio:adis16080: be16 cleanupsLars-Peter Clausen1-4/+3
2013-01-26staging:iio:adis16080: Cleanup SPI transferLars-Peter Clausen1-36/+25
2013-01-26staging:iio:adis16080: Add device id table entry for the adis16100Lars-Peter Clausen2-3/+10
2013-01-26ARM: mxs: Add OF props for MX23 LRADCMarek Vasut1-0/+2
2013-01-26iio: mxs: Add MX23 support into the IIO driverMarek Vasut2-11/+49
2013-01-26staging/iio: Use correct argument for sizeofPeter Huewe1-1/+1
2013-01-26iio:accel:kxsd9 move out of stagingJonathan Cameron5-9/+8
2013-01-26staging:iio:accel:kxsd9Jonathan Cameron1-5/+5
2013-01-26rtc: hid-sensor-time: Add missing spin_lock_initAxel Lin1-0/+1
2013-01-26staging:iio: drop sw_ring buffer implementation.Jonathan Cameron4-411/+0
2013-01-26staging:iio:meter:ade7758 switch from sw_ring to kfifoJonathan Cameron2-7/+7
2013-01-26staging:iio:impedance-analyzer switch from sw_ring to kfifo.Jonathan Cameron2-5/+5
2013-01-26staging:iio:accel:lis3l02dq remove sw_ring support.Jonathan Cameron3-34/+4
2013-01-26iio:adis16400: Add support for the adis16448Lars-Peter Clausen2-0/+40
2013-01-26iio:adis16400: Expose some debug information in debugfsLars-Peter Clausen2-4/+113
2013-01-26iio:adis16400: Add support for the 52.85 Hz base sampling rateLars-Peter Clausen1-4/+12
2013-01-26iio:adis16400: Increase samplerate precessionLars-Peter Clausen1-14/+18
2013-01-26staging:iio: Move adis16400 out of stagingLars-Peter Clausen9-26/+14
2013-01-26staging:iio:adis16400: Code style cleanupLars-Peter Clausen1-44/+37
2013-01-26staging:iio:adis16400: Remove samplerate_available attributeLars-Peter Clausen1-3/+0
2013-01-26staging:iio:adis16400: Remove unit suffix from samplerate attributeLars-Peter Clausen1-1/+1
2013-01-26staging:iio:adis16400: Preallocate transfer messageLars-Peter Clausen3-176/+128
2013-01-26staging:iio:adis16400: Add helper macros for channel declarationLars-Peter Clausen1-417/+140
2013-01-26staging:iio:adis16400: Use triggered buffer setup helper functionLars-Peter Clausen2-52/+8
2013-01-26staging:iio:adis16400: Use adis libraryLars-Peter Clausen6-558/+225
2013-01-26staging:iio:adis16400: Remove unused default_scan_maskLars-Peter Clausen2-16/+0
2013-01-26staging:iio:adis16400: Fix and cleanup 3db filter settingLars-Peter Clausen1-21/+20
2013-01-26staging:iio:adis16400: Don't pass 0 to ilog2Lars-Peter Clausen1-1/+5
2013-01-26staging:iio:tsl2x7x: Use iio_str_to_fixedpoint instead of open-coding itLars-Peter Clausen1-66/+12
2013-01-26iio: mxs: Implement support for touchscreenMarek Vasut2-21/+451
2013-01-26staging:iio:gyro: Remove stale Makefile entryLars-Peter Clausen1-3/+0
2013-01-26iio: fix Kconfig for max1363Peter Meerwald1-3/+1
2013-01-25Merge 3.8-rc5 into staging-nextGreg Kroah-Hartman1884-10340/+18708
2013-01-25staging: comedi: addi_watchdog: all i/o registers are 32-bitH Hartley Sweeten1-3/+3
2013-01-25staging: comedi: addi_apci_1516: use addi_watchdog moduleH Hartley Sweeten2-95/+11
2013-01-25staging/comedi: Use comedi_pci_auto_unconfig directly for pci_driver.removePeter Huewe53-318/+53
2013-01-25staging/comedi: Move comedi_pci_auto_unconfig to drivers.cPeter Huewe2-4/+7
2013-01-25staging: comedi: addi_apci_3501: cleanup comments in hwdrv_apci3501.cH Hartley Sweeten1-73/+32
2013-01-25staging: comedi: addi_apci_3501: define the timer i/o registersH Hartley Sweeten2-118/+57
2013-01-25staging: comedi: addi_apci_3501: change the MODULE_DESCRIPTIONH Hartley Sweeten1-1/+1
2013-01-25staging: comedi: addi_apci_3501: move the copyright informationH Hartley Sweeten2-48/+31
2013-01-25staging: comedi: addi_apci_3501: rewrite the analog output supportH Hartley Sweeten2-116/+48
2013-01-25staging: comedi: addi_apci_3501: cleanup apci3501_reset()H Hartley Sweeten1-12/+15
2013-01-25staging: comedi: addi_apci_3501: introduce apci3501_wait_for_dac()H Hartley Sweeten2-23/+27
2013-01-25staging: comedi: addi_apci_3501: move range_apci3501_ao to driverH Hartley Sweeten2-9/+8
2013-01-25staging: comedi: addi_apci_3501: reorder code a bitH Hartley Sweeten1-9/+9
2013-01-25staging: comedi: addi_apci_3501: start defining i/o mapH Hartley Sweeten2-31/+23
2013-01-25staging: comedi: addi_apci_3501: remove dependency on addi_common.hH Hartley Sweeten2-17/+19
2013-01-25staging: comedi: addi_apci_3501: only allocate needed subdevicesH Hartley Sweeten1-19/+10
2013-01-25staging: comedi: addi_apci_3501: remove boardinfoH Hartley Sweeten1-38/+1
2013-01-25staging: comedi: addi_apci_3501: simplify reading the eepromH Hartley Sweeten1-22/+109
2013-01-25staging: comedi: addi_apci_3501: board has an eepromH Hartley Sweeten1-10/+6
2013-01-25staging: comedi: addi_apci_3501: remove analog output boardinfoH Hartley Sweeten1-6/+3
2013-01-25staging: comedi: addi_apci_3501: analog output resolution is fixedH Hartley Sweeten1-3/+1
2013-01-25staging: comedi: addi_apci_3501: don't read the unused PCI barsH Hartley Sweeten1-2/+0
2013-01-25staging: comedi: addi_apci_3501: board does not support dmaH Hartley Sweeten1-3/+0
2013-01-25staging: comedi: addi_apci_3501: remove devpriv->iobase usageH Hartley Sweeten2-56/+51
2013-01-25staging: comedi: addi_apci_3501: simplify the PCI bar readingH Hartley Sweeten1-20/+4
2013-01-25staging: comedi: addi_apci_3501: simplify eeprom readH Hartley Sweeten1-17/+1
2013-01-25staging: comedi: addi_apci_3501: absorb v_APCI3501_Interrupt()H Hartley Sweeten2-62/+34
2013-01-25staging: comedi: addi_apci_3501: absorb i_APCI3501_Reset()H Hartley Sweeten2-58/+33
2013-01-25staging: comedi: addi_apci_3501: board does not have analog inputsH Hartley Sweeten1-39/+1
2013-01-25staging: comedi: addi_apci_3501: cleanup the digital input subdeviceH Hartley Sweeten2-31/+18
2013-01-25staging: comedi: addi_apci_3501: cleanup the digital output subdeviceH Hartley Sweeten2-47/+30
2013-01-25Linux 3.8-rc5Linus Torvalds1-1/+1
2013-01-25staging: comedi: addi_apci_3501: board has a timerH Hartley Sweeten1-20/+9
2013-01-25staging: comedi: addi_apci_3501: board does not have ttl i/oH Hartley Sweeten1-20/+1
2013-01-25staging: comedi: addi_apci_3501: separate from addi_common.cH Hartley Sweeten1-8/+316
2013-01-25staging/comedi: use comedi_usb_driver_(un)register for init/deinitPeter Huewe1-21/+4
2013-01-25staging: zcache: fix ppc64 and other arches where PAGE_SIZE!=4KDan Magenheimer1-2/+5
2013-01-25staging:ozwpan: Change email address.Rupesh Gujare2-2/+2
2013-01-25staging:ozwpan: Removed myself (Chris Kelly) as maintainer.Chris Kelly2-2/+0
2013-01-25staging: cxt1e1: buffer overflow in do_del_chan()Dan Carpenter1-1/+3
2013-01-25staging: vt6656: Revert: 64bit fixes: dpc.c incorrect addressing of void stru...Malcolm Priestley1-2/+2
2013-01-25staging: vt6656: revert : 64 bit- Correctly address void structure.Malcolm Priestley1-1/+1
2013-01-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds14-98/+300
2013-01-24Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2-1/+3
2013-01-24Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+2