Age | Commit message (Expand) | Author | Files | Lines |
2010-08-15 | Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -56/+8 |
2010-08-14 | intel_idle: recognize Lincroft Atom Processor | Arjan van de Ven | 1 | -0/+1 |
2010-08-14 | fusion: add function parameter names to kernel-doc | Randy Dunlap | 1 | -0/+2 |
2010-08-14 | fusion: fix non-kernel-doc comment block | Randy Dunlap | 1 | -1/+1 |
2010-08-14 | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 14 | -119/+1936 |
2010-08-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 41 | -365/+1516 |
2010-08-14 | hwmon: (via-cputemp) Remove bogus "SHOW" global variable | H. Peter Anvin | 1 | -1/+1 |
2010-08-14 | hwmon: jc42 depends on I2C | Randy Dunlap | 1 | -0/+1 |
2010-08-14 | hwmon: (pc87427) Move sysfs file removal to a separate function | Jean Delvare | 1 | -32/+26 |
2010-08-14 | hwmon: (pc87427) Add temperature monitoring support | Jean Delvare | 2 | -6/+366 |
2010-08-14 | hwmon: (pc87427) Add support for the second logical device | Jean Delvare | 1 | -42/+87 |
2010-08-14 | hwmon: (pc87427) Add support for manual fan speed control | Jean Delvare | 2 | -3/+271 |
2010-08-14 | hwmon: (pc87427) Minor style cleanups | Jean Delvare | 1 | -15/+16 |
2010-08-14 | hwmon: (pc87427) Handle disabled fan inputs properly | Jean Delvare | 1 | -9/+58 |
2010-08-14 | hwmon: (w83627ehf) Add support for W83667HG-B | Guenter Roeck | 1 | -9/+33 |
2010-08-14 | hwmon: (w83627ehf) Driver cleanup | Guenter Roeck | 1 | -3/+56 |
2010-08-14 | hwmon: Add driver for SMSC EMC2103 temperature monitor and fan controller | Steve Glendinning | 3 | -0/+751 |
2010-08-14 | hwmon: (asc7621) Clean up and improve detect function | Jean Delvare | 1 | -7/+2 |
2010-08-14 | hwmon: (it87) Export labels for internal sensors | Jean Delvare | 1 | -2/+44 |
2010-08-14 | hwmon: (lm75) Add suspend/resume feature | Shubhrajyoti Datta | 2 | -0/+40 |
2010-08-14 | hwmon: (emc1403) Add power support | Alan Cox | 1 | -0/+33 |
2010-08-14 | hwmon: (ltc4245) Expose all GPIO pins as analog voltages | Ira W. Snyder | 1 | -10/+167 |
2010-08-14 | hwmon: (pc87360) Fix device resource declaration | Jean Delvare | 1 | -14/+17 |
2010-08-14 | hwmon: (k8temp) Adjust confusing if indentation | Julia Lawall | 1 | -1/+2 |
2010-08-14 | Merge branch 'for-linus/i2c-2636' of git://git.fluff.org/bjdooks/linux | Linus Torvalds | 5 | -66/+971 |
2010-08-14 | Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 12 | -147/+336 |
2010-08-14 | intel_idle: no longer EXPERIMENTAL | Len Brown | 1 | -1/+0 |
2010-08-14 | intel_idle: disable module support | Len Brown | 1 | -1/+1 |
2010-08-13 | Merge branch 'msm-mmc_sdcc' of git://codeaurora.org/quic/kernel/dwalker/linux... | Linus Torvalds | 3 | -17/+29 |
2010-08-13 | Merge branch 'stable/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -3/+5 |
2010-08-13 | Merge git://git.infradead.org/~dwmw2/ideapad-2.6 | Linus Torvalds | 4 | -0/+315 |
2010-08-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog | Linus Torvalds | 2 | -139/+186 |
2010-08-13 | Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/fre... | Linus Torvalds | 1 | -6/+1 |
2010-08-13 | pcmcia: xirc2ps_cs bugfix | Dominik Brodowski | 1 | -1/+1 |
2010-08-14 | v4l: Remove reference to bkl ioctl in compat ioctl handling | Frederic Weisbecker | 1 | -6/+1 |
2010-08-13 | watchdog: hpwdt (12/12): Make NMI decoding a compile-time option | dann frazier | 2 | -7/+37 |
2010-08-13 | watchdog: hpwdt (11/12): move NMI-decoding init and exit to seperate functions | dann frazier | 1 | -55/+69 |
2010-08-13 | watchdog: hpwdt (10/12): Use "decoding" instead of "sourcing" | dann frazier | 1 | -10/+10 |
2010-08-13 | watchdog: hpwdt (9/12): hpwdt_pretimeout reorganization | dann frazier | 1 | -17/+19 |
2010-08-13 | watchdog: hpwdt (8/12): implement WDIOC_GETTIMELEFT | dann frazier | 1 | -0/+9 |
2010-08-13 | watchdog: hpwdt (7/12): allow full range of timer values supported by hardware | dann frazier | 1 | -2/+3 |
2010-08-13 | watchdog: hpwdt (6/12): Introduce SECS_TO_TICKS() macro | dann frazier | 1 | -2/+3 |
2010-08-13 | watchdog: hpwdt (5/12): Make x86 assembly ifdef guard more strict | dann frazier | 1 | -6/+5 |
2010-08-13 | watchdog: hpwdt (4/12): Despecificate driver from iLO2 | dann frazier | 2 | -8/+8 |
2010-08-13 | watchdog: hpwdt (3/12): Group NMI sourcing specific items together | dann frazier | 1 | -25/+24 |
2010-08-13 | watchdog: hpwdt (2/12): Group options that affect watchdog behavior together | dann frazier | 1 | -3/+3 |
2010-08-13 | watchdog: hpwdt (1/12): clean-up include-files. | dann frazier | 1 | -10/+2 |
2010-08-13 | Input: fix faulty XXinput_* calls | Daniel Mack | 2 | -3/+3 |
2010-08-13 | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2 | -3/+3 |
2010-08-13 | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 15 | -14/+22 |