summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | tty/serial/omap: console can only be built-inArnd Bergmann2012-04-091-1/+1
| * | | | serial: samsung: fix omission initialize ulcon in reset port fn()Kukjin Kim2012-04-091-0/+1
| * | | | printk(): add KERN_CONT where needed in hpet and vt codeKay Sievers2012-04-092-4/+3
| * | | | tty/serial: atmel_serial: fix RS485 half-duplex problemSiftar, Gabe2012-04-091-0/+4
| * | | | tty: serial: altera_uart: Check for NULL platform_data in probe.Yuriy Kozlov2012-04-091-2/+2
| * | | | isdn/gigaset: use gig_dbg() for debugging outputTilman Schmidt2012-04-091-1/+1
| * | | | omap-serial: Fix the error handling in the omap_serial probeShubhrajyoti D2012-04-091-23/+20
| * | | | serial: PL011: move interrupt clearingLinus Walleij2012-04-061-4/+4
| | |/ / | |/| |
* | | | Merge tag 'staging-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-04-1223-57/+105
|\ \ \ \
| * | | | staging: android: fix mem leaks in __persistent_ram_init()Jesper Juhl2012-04-121-4/+7
| * | | | staging: vt6656: Don't leak memory in drivers/staging/vt6656/ioctl.c::private...Jesper Juhl2012-04-121-1/+2
| * | | | staging: iio: hmc5843: Fix crash in probe function.Marek Belisko2012-04-121-1/+3
| * | | | staging/xgifb: fix display on XGI Volari Z11m cardsDmitry Eremin-Solenikov2012-04-103-2/+18
| * | | | Staging: android: timed_gpio: Fix resource leak in timed_gpio_probe error pathsAxel Lin2012-04-101-12/+15
| * | | | android: make persistent_ram based drivers depend on HAVE_MEMBLOCKColin Cross2012-04-101-1/+2
| * | | | staging: iio: ak8975: Remove i2c client data corruptionPreetham Chandru2012-04-101-3/+5
| * | | | staging: drm/omap: move where DMM driver is registeredRob Clark2012-04-101-3/+4
| * | | | staging: zsmalloc: fix memory leakNitin Gupta2012-04-101-12/+18
| * | | | Staging: rts_pstor: off by one in for loopDan Carpenter2012-04-101-1/+2
| * | | | staging: ozwpan: Added new maintainer for ozwpanChris Kelly2012-04-102-1/+4
| * | | | staging:rts_pstor:Avoid "Bad target number" message when probing driverwwang2012-04-101-0/+5
| * | | | staging:rts_pstor:Fix possible panic by NULL pointer dereferencewwang2012-04-101-5/+6
| * | | | Staging: vt6655-6: check keysize before memcpy()Dan Carpenter2012-04-102-0/+6
| * | | | staging/media/as102: Don't call release_firmware() on uninitialized variableJesper Juhl2012-04-101-1/+1
| * | | | staging:iio:core add missing increment of loop index in iio_map_array_unregis...Lothar Waßmann2012-04-101-0/+1
| * | | | staging: ramster: unbreak my heartDan Magenheimer2012-04-101-5/+1
| * | | | staging/vme: Fix module parametersGerard Snitselaar2012-04-101-2/+2
| * | | | staging: sep: Fix sign of errorAlan Cox2012-04-101-3/+3
| | |/ / | |/| |
* | | | Merge tag 'driver-core-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-04-124-12/+17
|\ \ \ \
| * | | | kobject: provide more diagnostic info for kobject_add_internal() failuresDan Williams2012-04-101-7/+7
| * | | | sysfs: handle 'parent deleted before child added'Dan Williams2012-04-101-0/+3
| * | | | sysfs: Prevent crash on unset sysfs group attributesBruno Prémont2012-04-101-1/+5
| * | | | sysfs: Update the name hash for an entry after changing the namespaceTom Goff2012-04-091-1/+1
| * | | | drivers/base: fix compiler warning in SoC export driver - idr should be idaLee Jones2012-04-091-1/+1
| * | | | drivers/base: Remove unneeded spin_lock_init call for soc_lockAxel Lin2012-04-091-2/+0
| |/ / /
* | | | Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-04-121-1/+2
|\ \ \ \
| * | | | irq_domain: fix type mismatch in debugfs output formatGrant Likely2012-04-121-1/+2
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-04-121-0/+1
|\ \ \ \ \
| * | | | | perf tools: Fix getrusage() related build failure on glibc trunkMarkus Trippelsdorf2012-04-041-0/+1
* | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2012-04-127-27/+59
|\ \ \ \ \ \
| * | | | | | Revert "clocksource: Load the ACPI PM clocksource asynchronously"Thomas Gleixner2012-04-121-16/+8
| * | | | | | clockevents: tTack broadcast device mode change in tick_broadcast_switch_to_o...Suresh Siddha2012-04-101-1/+3
| * | | | | | itimer: Use printk_once instead of WARN_ONCEThomas Gleixner2012-04-101-3/+4
| * | | | | | nohz: Fix stale jiffies update in tick_nohz_restart()Neal Cardwell2012-04-061-2/+2
| * | | | | | tick: Document TICK_ONESHOT config optionThomas Gleixner2012-03-311-0/+4
| * | | | | | proc: stats: Use arch_idle_time for idle and iowait times if availableMartin Schwidefsky2012-03-301-6/+28
| * | | | | | itimer: Schedule silent NULL pointer fixup in setitimer() for removalSasikantha babu2012-03-302-1/+12
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-04-122-5/+5
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | x86: Use correct byte-sized register constraint in __add()H. Peter Anvin2012-04-061-1/+1
| * | | | | x86: Use correct byte-sized register constraint in __xchg_op()Jeremy Fitzhardinge2012-04-061-1/+1
OpenPOWER on IntegriCloud