aboutsummaryrefslogtreecommitdiffstats
path: root/virt (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-13memstick: remove mspro_block_mutexAlex Dubov1-8/+1
2011-01-13memstick: avert possible race condition between idr_pre_get and idr_get_newAlex Dubov2-9/+15
2011-01-13memstick: add support for JMicron JMB 385 and 390 controllersTakashi Iwai2-2/+17
2011-01-13memstick: set PMOS values propery for JMicron 38x controllersTakashi Iwai1-4/+33
2011-01-13memstick: fix setup for JMicron 38x controllersTakashi Iwai1-30/+36
2011-01-13memstick: core: fix device_register() error handlingVasiliy Kulikov1-0/+1
2011-01-13pps: add parallel port PPS signal generatorAlexander Gordeev2-7/+10
2011-01-13pps: add parallel port PPS signal generatorAlexander Gordeev6-1/+350
2011-01-13pps: add parallel port PPS clientAlexander Gordeev3-0/+266
2011-01-13pps: add kernel consumer supportAlexander Gordeev7-2/+220
2011-01-13pps: capture MONOTONIC_RAW timestamps as wellAlexander Gordeev3-0/+59
2011-01-13ntp: add hardpps implementationAlexander Gordeev3-15/+420
2011-01-13pps: timestamp is always passed to dcd_change()Alexander Gordeev3-10/+2
2011-01-13pps: simplify conditions a bitAlexander Gordeev1-4/+2
2011-01-13pps: use BUG_ON for kernel API safety checksAlexander Gordeev1-4/+2
2011-01-13pps: make idr lock a mutex and protect idr_pre_getAlexander Gordeev1-8/+11
2011-01-13pps: move idr stuff to pps.cAlexander Gordeev2-54/+52
2011-01-13pps: convert printk/pr_* to dev_*Alexander Gordeev4-21/+26
2011-01-13pps: access pps device by direct pointerAlexander Gordeev5-158/+82
2011-01-13pps: unify timestamp gatheringAlexander Gordeev6-31/+45
2011-01-13pps: fix race in PPS_FETCH handlerAlexander Gordeev3-6/+10
2011-01-13pps: declare variables where they are used in switchAlexander Gordeev1-4/+6
2011-01-13pps: trivial fixesAlexander Gordeev2-2/+6
2011-01-13taskstats: use better ifdef for alignmentJeff Mahoney1-1/+1
2011-01-13NFC: Driver for NXP Semiconductors PN544 NFC chip.Matti J. Aaltonen7-1/+1140
2011-01-13user_ns: improve the user_ns on-the-slab packagingPavel Emelyanov2-4/+13
2011-01-13sysctl: remove obsolete commentsJovi Zhang2-19/+0
2011-01-13sysctl: fix #ifdef guard commentJovi Zhang1-2/+2
2011-01-13rapidio: fix hang on RapidIO doorbell queue full conditionThomas Taranowski1-1/+0
2011-01-13rapidio: add new idt sRIO switchesAlexandre Bounine2-0/+4
2011-01-13rapidio: use Component Tag for unified switch identificationAlexandre Bounine1-5/+5
2011-01-13rapidio: add device object linking into discoveryAlexandre Bounine1-4/+7
2011-01-13rapidio: add definitions of Component Tag fieldsAlexandre Bounine2-1/+11
2011-01-13rapidio: integrate rio_switch into rio_devAlexandre Bounine3-70/+75
2011-01-13rapidio: use common destid storage for endpoints and switchesAlexandre Bounine8-265/+141
2011-01-13fs/char_dev.c: remove unused cdev_index()Namhyung Kim2-15/+0
2011-01-13/proc/kcore: fix seekingDave Anderson1-1/+1
2011-01-13proc: move proc_console.c to fs/proc/consoles.cAlexey Dobriyan2-3/+3
2011-01-13proc: less LOCK/UNLOCK in remove_proc_entry()Alexey Dobriyan1-4/+1
2011-01-13kpagecount: add slab page checking because _mapcount is in a unionPetr Holasek1-1/+1
2011-01-13proc: use single_open() correctlyJovi Zhang1-26/+3
2011-01-13proc: ->low_ino cleanupAlexey Dobriyan3-15/+6
2011-01-13proc: use seq_puts()/seq_putc() where possibleAlexey Dobriyan6-31/+31
2011-01-13proc: use unsigned long inside /proc/*/statmAlexey Dobriyan4-9/+12
2011-01-13fs/proc/base.c, kernel/latencytop.c: convert sprintf_symbol() to %psJoe Perches2-28/+17
2011-01-13cgroups: remove deprecated subsystem from examples.Trevor Woerner1-4/+4
2011-01-13Documentation/email-clients.txt: update Thunderbird docs with wordwrap pluginRob Landley1-20/+23
2011-01-13Documentation/email-clients.txt: warn about word wrap bug in KMailLasse Collin1-0/+7
2011-01-13reiserfs: make sure va_end() is always called after va_start().Jesper Juhl1-2/+2
2011-01-13befs: don't pass huge structs by valueJesper Juhl2-9/+9