| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'v3.3-rc2' into depends/rmk/for-armsoc | Olof Johansson | 2012-02-08 | 586 | -8322/+5493 |
|\ |
|
| * | Linux 3.3-rc2v3.3-rc2 | Linus Torvalds | 2012-01-31 | 1 | -1/+1 |
| * | Merge tag 'for-linus' of git://github.com/prasad-joshi/logfs_upstream | Linus Torvalds | 2012-01-31 | 11 | -37/+89 |
| |\ |
|
| | * | Logfs: Allow NULL block_isbad() methods | Joern Engel | 2012-01-28 | 1 | -14/+12 |
| | * | logfs: Grow inode in delete path | Joern Engel | 2012-01-28 | 1 | -0/+4 |
| | * | logfs: Free areas before calling generic_shutdown_super() | Joern Engel | 2012-01-28 | 3 | -4/+12 |
| | * | logfs: remove useless BUG_ON | Joern Engel | 2012-01-28 | 1 | -1/+0 |
| | * | MAINTAINERS: Add Prasad Joshi in LogFS maintiners | Prasad Joshi | 2012-01-28 | 1 | -0/+1 |
| | * | logfs: Propagate page parameter to __logfs_write_inode | Prasad Joshi | 2012-01-28 | 4 | -9/+9 |
| | * | logfs: set superblock shutdown flag after generic sb shutdown | Prasad Joshi | 2012-01-28 | 1 | -1/+1 |
| | * | logfs: take write mutex lock during fsync and sync | Prasad Joshi | 2012-01-28 | 4 | -4/+8 |
| | * | logfs: Prevent memory corruption | Joern Engel | 2012-01-28 | 1 | -1/+1 |
| | * | logfs: update page reference count for pined pages | Prasad Joshi | 2012-01-28 | 2 | -15/+51 |
| * | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2012-01-31 | 4 | -13/+14 |
| |\ \ |
|
| | * | | hwmon: (w83627ehf) Disable setting DC mode for pwm2, pwm3 on NCT6776F | Guenter Roeck | 2012-01-29 | 1 | -0/+6 |
| | * | | hwmon: (sht15) fix bad error code | Vivien Didelot | 2012-01-29 | 1 | -1/+2 |
| | * | | MAINTAINERS: Drop maintainer for MAX1668 hwmon driver | Guenter Roeck | 2012-01-27 | 1 | -7/+0 |
| | * | | MAINTAINERS: Add hwmon entries for Wolfson | Mark Brown | 2012-01-27 | 1 | -0/+1 |
| | * | | hwmon: (f71805f) Fix clamping of temperature limits | Jean Delvare | 2012-01-20 | 1 | -5/+5 |
| * | | | Merge branch 'for-torvalds' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2012-01-31 | 7 | -72/+93 |
| |\ \ \ |
|
| | * | | | pinctrl: add checks for empty function names | Tony Lindgren | 2012-01-26 | 5 | -24/+41 |
| | * | | | pinctrl: fix pinmux_hog_maps when ctrl_dev_name is not set | Tony Lindgren | 2012-01-26 | 1 | -3/+6 |
| | * | | | pinctrl: fix some pinmux typos | Tony Lindgren | 2012-01-26 | 2 | -8/+3 |
| | * | | | pinctrl: free debugfs entries when unloading a pinmux driver | Tony Lindgren | 2012-01-24 | 2 | -1/+16 |
| | * | | | pinctrl: unbreak error messages | Uwe Kleine-König | 2012-01-24 | 1 | -27/+19 |
| | * | | | Documentation/pinctrl: fix a few syntax errors in code examples | Uwe Kleine-König | 2012-01-24 | 1 | -8/+7 |
| | * | | | pinctrl: fix pinconf_pins_show iteration | Stephen Warren | 2012-01-20 | 1 | -1/+1 |
| | |/ / |
|
| * | | | Merge tag 'tty-3.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2012-01-31 | 31 | -656/+346 |
| |\ \ \ |
|
| | * | | | serial: Kill off Moorestown code | Alan Cox | 2012-01-26 | 3 | -354/+0 |
| | * | | | Revert "tty: serial: OMAP: ensure FIFO levels are set correctly in non-DMA mode" | Greg Kroah-Hartman | 2012-01-26 | 1 | -31/+4 |
| | * | | | Revert "tty: serial: OMAP: transmit FIFO threshold interrupts don't wake the ... | Greg Kroah-Hartman | 2012-01-26 | 2 | -51/+1 |
| | * | | | serial: Fix wakeup init logic to speed up startup | Simon Glass | 2012-01-25 | 1 | -3/+3 |
| | * | | | docbook: don't use serial_core.h in device-drivers book | Randy Dunlap | 2012-01-25 | 1 | -1/+0 |
| | * | | | serial: amba-pl011: lock console writes against interrupts | Rabin Vincent | 2012-01-25 | 1 | -0/+14 |
| | * | | | amba-pl011: do not disable RTS during shutdown | Shreshtha Kumar Sahu | 2012-01-25 | 1 | -2/+14 |
| | * | | | tty: serial: OMAP: transmit FIFO threshold interrupts don't wake the chip | Paul Walmsley | 2012-01-24 | 2 | -1/+51 |
| | * | | | tty: serial: OMAP: ensure FIFO levels are set correctly in non-DMA mode | Paul Walmsley | 2012-01-24 | 1 | -4/+31 |
| | * | | | omap-serial: make serial_omap_restore_context depend on CONFIG_PM_RUNTIME | Shubhrajyoti D | 2012-01-24 | 1 | -1/+1 |
| | * | | | omap-serial :Make the suspend/resume functions depend on CONFIG_PM_SLEEP. | Shubhrajyoti D | 2012-01-24 | 1 | -1/+1 |
| | * | | | TTY: fix UV serial console regression | Jiri Slaby | 2012-01-24 | 1 | -5/+7 |
| | * | | | jsm: Fixed EEH recovery error | Lucas Kannebley Tavares | 2012-01-24 | 1 | -0/+1 |
| | * | | | Updated TTY MAINTAINERS info | Lucas Kannebley Tavares | 2012-01-24 | 1 | -1/+1 |
| | * | | | serial: group all the 8250 related code together | Paul Gortmaker | 2012-01-24 | 24 | -289/+304 |
| | |/ / |
|
| * | | | Merge tag 'usb-3.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2012-01-30 | 37 | -2732/+224 |
| |\ \ \ |
|
| | * | | | uwb & wusb: fix kconfig error | Randy Dunlap | 2012-01-26 | 1 | -1/+1 |
| | * | | | USB: Realtek cr: fix autopm scheduling while atomic | Stanislaw Gruszka | 2012-01-26 | 1 | -1/+1 |
| | * | | | USB: ftdi_sio: Add more identifiers | Alan Cox | 2012-01-26 | 2 | -0/+7 |
| | * | | | xHCI: Cleanup isoc transfer ring when TD length mismatch found | Andiry Xu | 2012-01-25 | 1 | -1/+2 |
| | * | | | Merge branch 'for-greg' of git://git.kernel.org/pub/scm/linux/kernel/git/balb... | Greg Kroah-Hartman | 2012-01-25 | 17 | -2636/+37 |
| | |\ \ \ |
|
| | | * | | | usb: musb: omap2430: minor cleanups. | NeilBrown | 2012-01-25 | 1 | -2/+2 |