summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * trivial: add __init/__exit macros to DAC960.cPeter Huewe2009-09-211-2/+2
| * trivial: OHCI: Fix typo in a commentAnand Gadiyar2009-09-211-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-09-223-20/+17
|\ \
| * | HID: Remove duplicate Kconfig entryAlessandro Guido2009-09-171-7/+0
| * | HID: consolidate connect and disconnect into core codeJiri Kosina2009-09-172-11/+16
| * | HID: fix non-atomic allocation in hid_input_reportJiri Kosina2009-09-151-2/+1
* | | input: add a driver for the Winbond WPCD376I Consumer IR hardwareDavid Härdeman2009-09-223-0/+1631
* | | pnp: add a shutdown method to pnp driversDavid Härdeman2009-09-221-0/+10
* | | hwmon: applesmc: restore accelerometer and keyboard backlight on resumeHenrik Rydberg2009-09-221-12/+26
* | | hwmon: fix freeing of gpio_data and irqRoel Kluin2009-09-221-2/+4
* | | drivers/hwmon/adm1021.c: add low_power support for adm1021 driverMichael Abbott2009-09-221-0/+32
* | | drivers/hwmon/adm1021.c: support high precision ADM1023 remote sensorMichael Abbott2009-09-221-24/+23
* | | lis3_spi: code cleanupsDaniel Mack2009-09-221-9/+8
* | | lis3: add power management functionsDaniel Mack2009-09-221-0/+28
* | | lis3: add free-fall/wakeup function via platform_dataDaniel Mack2009-09-222-6/+27
* | | drivers/hwmon/coretemp.c: enable the Intel AtomMichael Riepe2009-09-221-2/+2
* | | cpuidle: menu governor: reduce latency on exitCorrado Zoccolo2009-09-221-1/+19
* | | cpuidle: fix the menu governor to boost IO performanceArjan van de Ven2009-09-221-39/+212
* | | pcmcia: cleanup/fixup patch for sa1100_jornada_pcmcia driverKristoffer Ericson2009-09-221-71/+85
* | | pcmcia: switch /proc/bus/pccard/drivers to seq_fileAlexey Dobriyan2009-09-221-16/+20
* | | pcmcia: fix read buffer overflowRoel Kluin2009-09-221-1/+1
* | | pcmcia: yenta: add missing __devexit markingMike Frysinger2009-09-221-1/+1
* | | mm: don't use alloc_bootmem_low() where not strictly neededJan Beulich2009-09-221-1/+1
* | | mm: replace various uses of num_physpages by totalram_pagesJan Beulich2009-09-224-10/+6
* | | md: avoid use of broken kzalloc mempoolSage Weil2009-09-221-1/+2
* | | mm: oom analysis: add shmem vmstatKOSAKI Motohiro2009-09-221-0/+2
* | | mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log outputKOSAKI Motohiro2009-09-221-0/+3
* | | const: make block_device_operations constAlexey Dobriyan2009-09-2250-55/+53
* | | const: mark remaining super_operations constAlexey Dobriyan2009-09-225-6/+5
* | | drivers/mfd/ab3100-core.c: fix powerpc build errorAndrew Morton2009-09-221-1/+1
* | | drivers/media/dvb/pt1/pt1.c needs vmalloc.hAndrew Morton2009-09-221-0/+1
* | | Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/...Linus Torvalds2009-09-211-2/+2
|\ \ \
| * | | perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-211-2/+2
| | |/ | |/|
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-09-211-1/+0
|\ \ \
| * \ \ Merge branch 'linus' into x86/urgentIngo Molnar2009-09-2087-1288/+13502
| |\ \ \
| * | | | x86: Trivial whitespace cleanupsFelipe Contreras2009-09-201-1/+0
* | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2009-09-21208-3870/+48553
|\ \ \ \ \
| * | | | | V4L/DVB (13033): pt1: Don't use a deprecated DMA_BIT_MASK macroMauro Carvalho Chehab2009-09-191-1/+1
| * | | | | V4L/DVB (13029): radio-si4713: remove #include <linux/version.h>Huang Weiyi2009-09-191-1/+0
| * | | | | V4L/DVB (13027): go7007: convert printks to v4l2_infoPete Eberlein2009-09-191-12/+11
| * | | | | V4L/DVB (13026): s2250-board: Implement brightness and contrast controlsPete Eberlein2009-09-191-5/+72
| * | | | | V4L/DVB (13025): s2250-board: Fix memory leaksPete Eberlein2009-09-191-2/+8
| * | | | | V4L/DVB (13024): go7007: Implement vidioc_g_std and vidioc_querystdPete Eberlein2009-09-191-17/+35
| * | | | | V4L/DVB (13023): go7007: Merge struct gofh and go declarationsPete Eberlein2009-09-191-42/+21
| * | | | | V4L/DVB (13022): go7007: Fix mpeg controlsPete Eberlein2009-09-191-28/+16
| * | | | | V4L/DVB (13021): go7007: Fix whitespace and line lengthsPete Eberlein2009-09-191-23/+25
| * | | | | V4L/DVB (13020): go7007: Updates to Kconfig and MakefilePete Eberlein2009-09-192-10/+94
| * | | | | V4L/DVB (13019): video: initial support for ADV7180Richard Röjfors2009-09-193-0/+212
| * | | | | V4L/DVB (13018): kzalloc failure ignored in au8522_probe()Roel Kluin2009-09-191-0/+5
| * | | | | V4L/DVB (13017): gspca: kmalloc failure ignored in sd_start()Roel Kluin2009-09-191-0/+2
OpenPOWER on IntegriCloud