| Commit message (Expand) | Author | Age | Files | Lines |
* | svcrpc: don't set then immediately clear XPT_DEFERRED | J. Bruce Fields | 2010-11-19 | 1 | -3/+2 |
* | nfsd: fix NULL dereference in setattr() | Dan Carpenter | 2010-11-19 | 1 | -2/+3 |
* | Linux 2.6.37-rc2v2.6.37-rc2 | Linus Torvalds | 2010-11-15 | 1 | -1/+1 |
* | capabilities/syslog: open code cap_syslog logic to fix build failure | Eric Paris | 2010-11-15 | 7 | -40/+28 |
* | Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-11-15 | 4 | -6/+6 |
|\ |
|
| * | arm: omap1: devices: need to return with a value | Felipe Balbi | 2010-11-08 | 1 | -3/+2 |
| * | OMAP1: camera.h: add missing include | Janusz Krzysztofik | 2010-11-05 | 1 | -0/+2 |
| * | omap: dma: Add read-back to DMA interrupt handler to avoid spuriousinterrupts | Mathias Nyman | 2010-11-05 | 1 | -0/+2 |
| * | OMAP2: Devkit8000: Fix mmc regulator failure | Thomas Weber | 2010-11-05 | 1 | -3/+0 |
* | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2010-11-15 | 5 | -42/+192 |
|\ \ |
|
| * | | hwmon: (w83795) Check for BEEP pin availability | Jean Delvare | 2010-11-15 | 1 | -7/+51 |
| * | | hwmon: (w83795) Clear intrusion alarm immediately | Jean Delvare | 2010-11-15 | 1 | -0/+4 |
| * | | hwmon: (w83795) Read the intrusion state properly | Jean Delvare | 2010-11-15 | 1 | -3/+20 |
| * | | hwmon: (w83795) Print the actual temperature channels as sources | Jean Delvare | 2010-11-15 | 1 | -10/+20 |
| * | | hwmon: (w83795) List all usable temperature sources | Jean Delvare | 2010-11-15 | 1 | -3/+54 |
| * | | hwmon: (w83795) Expose fan control method | Jean Delvare | 2010-11-15 | 1 | -1/+18 |
| * | | hwmon: (w83795) Fix fan control mode attributes | Jean Delvare | 2010-11-15 | 1 | -10/+8 |
| * | | hwmon: (lm95241) Check validity of input values | Jean Delvare | 2010-11-15 | 1 | -5/+14 |
| * | | hwmon: Change mail address of Hans J. Koch | Hans J. Koch | 2010-11-15 | 3 | -4/+4 |
* | | | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2010-11-15 | 12 | -36/+23 |
|\ \ \ |
|
| * | | | i2c: Sanity checks on adapter registration | Jean Delvare | 2010-11-15 | 1 | -0/+12 |
| * | | | i2c: Mark i2c_adapter.id as deprecated | Jean Delvare | 2010-11-15 | 3 | -2/+11 |
| * | | | i2c: Drivers shouldn't include <linux/i2c-id.h> | Jean Delvare | 2010-11-15 | 3 | -3/+0 |
| * | | | i2c: Delete unused adapter IDs | Jean Delvare | 2010-11-15 | 2 | -23/+0 |
| * | | | i2c: Remove obsolete cleanup for clientdata | Wolfram Sang | 2010-11-15 | 4 | -8/+0 |
| |/ / |
|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 2010-11-15 | 7 | -49/+174 |
|\ \ \ |
|
| * | | | PCI: sysfs: fix printk warnings | Randy Dunlap | 2010-11-15 | 1 | -1/+2 |
| * | | | PCI: fix pci_bus_alloc_resource() hang, prefer positive decode | Bjorn Helgaas | 2010-11-12 | 1 | -21/+49 |
| * | | | PCI: read current power state at enable time | Jesse Barnes | 2010-11-11 | 1 | -0/+12 |
| * | | | PCI: fix size checks for mmap() on /proc/bus/pci files | Martin Wilck | 2010-11-11 | 3 | -8/+23 |
| * | | | x86/PCI: coalesce overlapping host bridge windows | Bjorn Helgaas | 2010-11-11 | 1 | -20/+83 |
| * | | | PCI hotplug: ibmphp: Add check to prevent reading beyond mapped area | Steven Rostedt | 2010-11-11 | 1 | -0/+6 |
* | | | | include/linux/kernel.h: Move logging bits to include/linux/printk.h | Linus Torvalds | 2010-11-15 | 2 | -244/+249 |
* | | | | Fix gcc 4.5.1 miscompiling drivers/char/i8k.c (again) | Jim Bos | 2010-11-15 | 1 | -4/+4 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes | Linus Torvalds | 2010-11-15 | 5 | -216/+98 |
|\ \ \ \ |
|
| * | | | | GFS2: Fix inode deallocation race | Steven Whitehouse | 2010-11-15 | 5 | -216/+98 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-11-15 | 2 | -17/+17 |
|\ \ \ \ |
|
| * | | | | ARM: SAMSUNG: Fix HAVE_S3C_RTC warnings | Kukjin Kim | 2010-11-13 | 1 | -4/+4 |
| * | | | | ARM: SAMSUNG: Fix HAVE_S3C2410_I2C warnings | Kukjin Kim | 2010-11-13 | 1 | -6/+6 |
| * | | | | ARM: SAMSUNG: Fix HAVE_S3C2410_WATCHDOG warnings | Kyungmin Park | 2010-11-13 | 2 | -7/+7 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'fbdev-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2010-11-15 | 7 | -20/+40 |
|\ \ \ \ |
|
| * | | | | fsl-diu-fb: drop dead ioctl define | Mike Frysinger | 2010-11-15 | 1 | -1/+0 |
| * | | | | MAINTAINERS: Add an fbdev git tree entry. | Paul Mundt | 2010-11-15 | 1 | -0/+1 |
| * | | | | OMAP: DSS: Fix documentation regarding 'vram' kernel parameter | Tomi Valkeinen | 2010-11-10 | 1 | -3/+4 |
| * | | | | OMAP: VRAM: Fix boot-time memory allocation | Tomi Valkeinen | 2010-11-10 | 1 | -1/+4 |
| * | | | | OMAP: VRAM: improve VRAM error prints | Tomi Valkeinen | 2010-11-10 | 1 | -3/+9 |
| * | | | | sisfb: limit POST memory test according to PCI resource length | Aaro Koskinen | 2010-11-10 | 1 | -2/+6 |
| * | | | | Merge branch 'fbdev-driver-fixes' of master.kernel.org:/pub/scm/linux/kernel/... | Paul Mundt | 2010-11-10 | 2 | -10/+16 |
| |\ \ \ \ |
|
| | * \ \ \ | Merge branch 'common/fbdev' into fbdev-driver-fixes | Paul Mundt | 2010-11-10 | 2 | -10/+16 |
| | |\ \ \ \
| |/ / / / / |
|
| | * | | | | fbdev: sh_mobile_lcdc: use correct number of modes, when using the default | Guennadi Liakhovetski | 2010-11-10 | 1 | -6/+8 |