| Commit message (Expand) | Author | Age | Files | Lines |
* | kill mm argument of vm_munmap() | Al Viro | 2012-04-21 | 8 | -11/+12 |
* | perfmon: kill some helpers and arguments | Al Viro | 2012-04-21 | 1 | -9/+4 |
* | aio: don't bother with unmapping when aio_free_ring() is coming from exit_aio() | Al Viro | 2012-04-21 | 1 | -1/+14 |
* | VM: add "vm_mmap()" helper function | Linus Torvalds | 2012-04-20 | 15 | -97/+87 |
* | VM: add "vm_munmap()" helper function | Linus Torvalds | 2012-04-20 | 8 | -33/+25 |
* | VM: add "vm_brk()" helper function | Linus Torvalds | 2012-04-20 | 6 | -45/+31 |
* | Merge tag 'for-torvalds-20120418' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-04-20 | 2 | -5/+24 |
|\ |
|
| * | pinctrl: implement pinctrl_check_ops | Stephen Warren | 2012-04-11 | 1 | -4/+21 |
| * | pinctrl: include <linux/bug.h> to prevent compile errors | Stephen Warren | 2012-04-11 | 1 | -0/+2 |
| * | pinctrl: fix compile error if not select PINMUX support | Dong Aisheng | 2012-04-11 | 1 | -1/+1 |
* | | Merge tag 'tty-3.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2012-04-20 | 3 | -8/+14 |
|\ \ |
|
| * | | drivers/tty/amiserial.c: add missing tty_unlock | Julia Lawall | 2012-04-19 | 1 | -1/+3 |
| * | | pch_uart: Fix dma channel unallocated issue | Tomoya MORINAGA | 2012-04-18 | 1 | -1/+3 |
| * | | ARM: clps711x: serial driver hungs are a result of call disable_irq within ISR | Alexander Shiyan | 2012-04-18 | 1 | -6/+8 |
* | | | Merge tag 'usb-3.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2012-04-20 | 24 | -76/+151 |
|\ \ \ |
|
| * | | | USB: serial: cp210x: Fixed usb_control_msg timeout values | Yuri Matylitski | 2012-04-20 | 1 | -3/+6 |
| * | | | USB: ehci-tegra: don't call set_irq_flags(IRQF_VALID) | Stephen Warren | 2012-04-18 | 1 | -1/+0 |
| * | | | USB: yurex: Fix missing URB_NO_TRANSFER_DMA_MAP flag in urb | Tomoki Sekiyama | 2012-04-18 | 1 | -1/+1 |
| * | | | USB: yurex: Remove allocation of coherent buffer for setup-packet buffer | Tomoki Sekiyama | 2012-04-18 | 1 | -6/+2 |
| * | | | drivers/usb/misc/usbtest.c: add kfrees | Julia Lawall | 2012-04-18 | 1 | -0/+2 |
| * | | | USB: ehci-fsl: Fix kernel crash on mpc5121e | Anatolij Gustschin | 2012-04-18 | 1 | -1/+6 |
| * | | | uwb: fix error handling | Oliver Neukum | 2012-04-18 | 1 | -1/+2 |
| * | | | uwb: fix use of del_timer_sync() in interrupt | Oliver Neukum | 2012-04-18 | 1 | -1/+11 |
| * | | | EHCI: always clear the STS_FLR status bit | Alan Stern | 2012-04-18 | 1 | -1/+6 |
| * | | | EHCI: fix criterion for resuming the root hub | Alan Stern | 2012-04-17 | 1 | -1/+1 |
| * | | | USB: sierra: avoid QMI/wwan interface on MC77xx | Bjørn Mork | 2012-04-17 | 1 | -2/+4 |
| * | | | usb: usbtest: avoid integer overflow in alloc_sglist() | Xi Wang | 2012-04-17 | 1 | -1/+1 |
| * | | | usb: usbtest: avoid integer overflow in test_ctrl_queue() | Xi Wang | 2012-04-17 | 1 | -2/+3 |
| * | | | USB: fix deadlock in bConfigurationValue attribute method | Alan Stern | 2012-04-17 | 2 | -6/+3 |
| * | | | Merge tag 'fixes-for-v3.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Greg Kroah-Hartman | 2012-04-16 | 13 | -49/+103 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | usb: gadget: eliminate NULL pointer dereference (bugfix) | Andrzej Pietrasiewicz | 2012-04-10 | 1 | -1/+1 |
| | * | | usb: gadget: uvc: Remove non-required locking from 'uvc_queue_next_buffer' ro... | Bhupesh Sharma | 2012-04-10 | 1 | -3/+1 |
| | * | | usb: gadget: rndis: fix Missing req->context assignment | Lukasz Majewski | 2012-04-10 | 1 | -0/+1 |
| | * | | usb: musb: omap: fix the error check for pm_runtime_get_sync | Shubhrajyoti D | 2012-04-10 | 1 | -2/+3 |
| | * | | usb: gadget: udc-core: fix asymmetric calls in remove_driver | Kishon Vijay Abraham I | 2012-04-10 | 1 | -1/+1 |
| | * | | usb: musb: omap: fix crash when musb glue (omap) gets initialized | Kishon Vijay Abraham I | 2012-04-10 | 1 | -2/+2 |
| | * | | usb: musb: wake the device before ulpi transfers | Grazvydas Ignotas | 2012-04-10 | 2 | -6/+26 |
| | * | | usb: musb: fix bug in musb_cleanup_urb | Ajay Kumar Gupta | 2012-04-10 | 1 | -1/+1 |
| | * | | usb: gadget: FunctionFS: make module init & exit __init & __exit | Andrzej Pietrasiewicz | 2012-04-10 | 1 | -2/+2 |
| | * | | usb: gadget: FunctionFS: clear FFS_FL_BOUND flag on unbind (bugfix) | Andrzej Pietrasiewicz | 2012-04-10 | 1 | -0/+1 |
| | * | | usb: dwc3: Free event buffers array | Anton Tikhomirov | 2012-04-10 | 1 | -3/+3 |
| | * | | usb: s3c-hsotg: Fix big buffers transfer in DMA mode | Anton Tikhomirov | 2012-04-10 | 1 | -1/+1 |
| | * | | usb: s3c-hsotg: Avoid TxFIFO corruption in DMA mode | Anton Tikhomirov | 2012-04-10 | 1 | -1/+2 |
| | * | | usb: s3c-hsotg: Fix maximum patcket size setting for EP0 | Anton Tikhomirov | 2012-04-10 | 1 | -4/+6 |
| | * | | usb: s3c-hsotg: Fix TX FIFOs allocation | Anton Tikhomirov | 2012-04-10 | 1 | -1/+1 |
| | * | | usb: fsl_udc_core: prime status stage once data stage has primed | Peter Chen | 2012-04-10 | 1 | -9/+16 |
| | * | | usb: musb: fix some runtime_pm issues | Grazvydas Ignotas | 2012-04-10 | 2 | -2/+9 |
| | * | | usb: musb: fix oops on omap2430 module unload | Vladimir Zapolskiy | 2012-04-10 | 1 | -8/+12 |
| | * | | usb: dwc3: ep0: add a default case for SetFeature command | Gerard Cauvy | 2012-04-10 | 1 | -0/+3 |
| | * | | usb: dwc3: ep0: increment "actual" on bounced ep0 case | Felipe Balbi | 2012-04-10 | 1 | -1/+2 |