summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-03Signed-off-by: Lasse Collin <lasse.collin@tukaani.org>Lasse Collin
2010-12-03This header uses things like __be32, so pull in linux/types.h.Mike Frysinger
2010-12-03Currently, 3 kernel function prototypes are present in a headerAlexander Shishkin
2010-12-03Fix w1_ds2423 build: needs to select CRC16.Randy Dunlap
2010-12-03This is a 1-wire/w1 DS2423 slave driver for reading the values from all 4Mika Laitio
2010-12-03If device_register() fails then call put_device(). See comment toVasiliy Kulikov
2010-12-03powerpc:Andrew Morton
2010-12-03Signed-off-by: Maxim Levitsky <maximlevitsky@gmail.com>Maxim Levitsky
2010-12-03Huge thanks for Alex Dubov for code that this is based on and for lot,Maxim Levitsky
2010-12-03I add here few helpers that should make memstick block driver a bitMaxim Levitsky
2010-12-03Add PPS signal generator which utilizes STROBE pin of a parallel port toAlexander Gordeev
2010-12-03Add parallel port PPS client. It uses a standard method for capturingAlexander Gordeev
2010-12-03Add an optional feature of PPSAPI, kernel consumer support, which usesAlexander Gordeev
2010-12-03MONOTONIC_RAW clock timestamps are ideally suited for frequencyAlexander Gordeev
2010-12-03This commit adds hardpps() implementation based upon the original one fromAlexander Gordeev
2010-12-03Bitwise conjunction is distributive so we can simplify some conditions.Alexander Gordeev
2010-12-03This way less overhead is involved when running production kernel. If youAlexander Gordeev
2010-12-03Now all PPS spin locks are never used in interrupt context so we canAlexander Gordeev
2010-12-03create_rt_workqueue() got nuked.Andrew Morton
2010-12-03This handler should be called from an IRQ handler. It uses per-deviceAlexander Gordeev
2010-12-03Since now idr is only used to manage char device id's and not used inAlexander Gordeev
2010-12-03Since we now have direct pointers to struct pps_device everywhere it'sAlexander Gordeev
2010-12-03Using device index as a pointer needs some unnecessary work to be doneAlexander Gordeev
2010-12-03Add a helper function to gather timestamps. This way clients don't haveAlexander Gordeev
2010-12-03There was a race in PPS_FETCH ioctl handler when several processes want toAlexander Gordeev
2010-12-03Move variable definitions where they are used in pps_cdev_ioctl.Alexander Gordeev
2010-12-03Here are some very trivial fixes combined:Alexander Gordeev
2010-12-03There is no user now.FUJITA Tomonori
2010-12-03updates from review, documentation fix.Matti J. Aaltonen
2010-12-03Creates a new "Near Field Communication" subsystem in drivers/nfc. Matti J. Aaltonen
2010-12-03format_corename() uses task_tgid_vnr to provide the numeric pid of aWill Drewry
2010-12-03Convert RIO switches device structures (rio_dev + rio_switch) into aAlexandre Bounine
2010-12-03Change code to use one storage location common for switches and endpoints.Alexandre Bounine
2010-12-03If PER_LINUX32 is set calling sys_personality, we will try to find theDavid Daney
2010-12-03For string without format specifiers, use seq_puts().Alexey Dobriyan
2010-12-03/proc/*/statm code needlessly truncates data from unsigned long to int.Alexey Dobriyan
2010-12-03ERROR: trailing whitespaceAndrew Morton
2010-12-03Use temporary lr for struct latency_record for improved readability andJoe Perches
2010-12-03In mem_cgroup_alloc() we currently do either kmalloc() or vmalloc() thenJesper Juhl
2010-12-03Adding the number of swap pages to the byte limit of a memory controlJohannes Weiner
2010-12-03Introduce a new bit spin lock, PCG_MOVE_LOCK, to synchronize the pageKAMEZAWA Hiroyuki
2010-12-03Replace usage of the mem_cgroup_update_file_mapped() memcgGreg Thelen
2010-12-03fix use_hierarchy descriptionAndrew Morton
2010-12-03Document cgroup dirty memory interfaces and statistics.Greg Thelen
2010-12-03This patchset provides the ability for each cgroup to have independentGreg Thelen
2010-12-03The kzalloc() in start_this_handle() is failable, so remove __GFP_NOFAILDavid Rientjes
2010-12-03When 1280x1024@75Hz mode is set, console palette is not set properly -Ondrej Zary
2010-12-03Drop the old geode_gpio crud, as well as the raw outl() calls; instead,Andres Salomon
2010-12-03This adds (well, re-adds actually) handling for events/IRQs through cs5535Andres Salomon
2010-12-03This is a platform driver that supports the built-in real-time clock onAndrew Chew