Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | idr: idr_alloc() shouldn't trigger lowmem warning when preloaded | Tejun Heo | 2013-03-13 | 1 | -13/+25 | |
| * | | | | | | | UAPI: fix endianness conditionals in M32R's asm/stat.h | David Howells | 2013-03-13 | 1 | -2/+2 | |
| * | | | | | | | UAPI: fix endianness conditionals in linux/raid/md_p.h | David Howells | 2013-03-13 | 1 | -2/+4 | |
| * | | | | | | | UAPI: fix endianness conditionals in linux/acct.h | David Howells | 2013-03-13 | 1 | -2/+4 | |
| * | | | | | | | UAPI: fix endianness conditionals in linux/aio_abi.h | David Howells | 2013-03-13 | 1 | -2/+2 | |
| * | | | | | | | decompressors: fix typo "POWERPC" | Paul Bolle | 2013-03-13 | 1 | -1/+1 | |
| * | | | | | | | mm/fremap.c: fix oops on error path | Andrew Morton | 2013-03-13 | 1 | -2/+4 | |
| * | | | | | | | idr: deprecate idr_pre_get() and idr_get_new[_above]() | Tejun Heo | 2013-03-13 | 2 | -52/+55 | |
| * | | | | | | | tidspbridge: convert to idr_alloc() | Tejun Heo | 2013-03-13 | 1 | -44/+26 | |
| * | | | | | | | zcache: convert to idr_alloc() | Tejun Heo | 2013-03-13 | 1 | -15/+10 | |
| * | | | | | | | mlx4: remove leftover idr_pre_get() call | Tejun Heo | 2013-03-13 | 1 | -1/+0 | |
| * | | | | | | | workqueue: convert to idr_alloc() | Tejun Heo | 2013-03-13 | 1 | -3/+4 | |
| * | | | | | | | nfsd: convert to idr_alloc() | Tejun Heo | 2013-03-13 | 1 | -3/+2 | |
| * | | | | | | | nfsd: remove unused get_new_stid() | Tejun Heo | 2013-03-13 | 1 | -31/+0 | |
| * | | | | | | | kernel/signal.c: use __ARCH_HAS_SA_RESTORER instead of SA_RESTORER | Andrew Morton | 2013-03-13 | 1 | -1/+1 | |
| * | | | | | | | signal: always clear sa_restorer on execve | Kees Cook | 2013-03-13 | 1 | -0/+3 | |
| * | | | | | | | mm: remove_memory(): fix end_pfn setting | Toshi Kani | 2013-03-13 | 1 | -1/+1 | |
| * | | | | | | | include/linux/res_counter.h needs errno.h | Andrew Morton | 2013-03-13 | 1 | -0/+1 | |
| | |_|_|/ / / | |/| | | | | | ||||||
* | | | | | | | Merge tag 'usb-3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2013-03-13 | 38 | -218/+531 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | USB: quatech2: only write to the tty if the port is open. | Bill Pemberton | 2013-03-13 | 1 | -2/+5 | |
| * | | | | | | | qcserial: bind to DM/DIAG port on Gobi 1K devices | Dan Williams | 2013-03-13 | 1 | -2/+5 | |
| * | | | | | | | USB: cdc-wdm: fix buffer overflow | Oliver Neukum | 2013-03-12 | 1 | -3/+20 | |
| * | | | | | | | usb: serial: Add Rigblaster Advantage to device table | Steve Conklin | 2013-03-12 | 1 | -0/+1 | |
| * | | | | | | | qcaux: add Franklin U600 | Dan Williams | 2013-03-11 | 1 | -0/+1 | |
| * | | | | | | | usb: musb: core: fix possible build error with randconfig | Felipe Balbi | 2013-03-11 | 1 | -4/+0 | |
| * | | | | | | | usb: cp210x new Vendor/Device IDs | Matwey V. Kornilov | 2013-03-11 | 1 | -0/+19 | |
| * | | | | | | | Merge tag 'fixes-for-v3.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Greg Kroah-Hartman | 2013-03-11 | 7 | -19/+19 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | usb: gadget: pxa25x: fix disconnect reporting | Felipe Balbi | 2013-03-11 | 1 | -0/+4 | |
| | * | | | | | | | usb: dwc3: ep0: fix sparc64 build | Andrew Morton | 2013-03-08 | 1 | -3/+4 | |
| | * | | | | | | | usb: musb: omap2430: fix sparse warning | Aaro Koskinen | 2013-03-05 | 1 | -1/+1 | |
| | * | | | | | | | usb: musb: omap2430: fix omap_musb_mailbox glue check again | Aaro Koskinen | 2013-03-05 | 1 | -3/+7 | |
| | * | | | | | | | usb: musb: fix compile warning | Felipe Balbi | 2013-03-05 | 1 | -2/+0 | |
| | * | | | | | | | usb: musb: remove all 'select' from Kconfig | Felipe Balbi | 2013-03-05 | 1 | -5/+0 | |
| | * | | | | | | | usb: gadget: composite: fix kernel-doc warnings | Nishanth Menon | 2013-03-05 | 2 | -5/+3 | |
| * | | | | | | | | usb: c67x00 RetryCnt value in c67x00 TD should be 3 | Dave Tubbs | 2013-03-07 | 1 | -1/+1 | |
| * | | | | | | | | usb: Correction to c67x00 TD data length mask | Dave Tubbs | 2013-03-07 | 1 | -1/+1 | |
| * | | | | | | | | usb: Makefile: fix drivers/usb/phy/ Makefile entry | Felipe Balbi | 2013-03-07 | 1 | -1/+1 | |
| * | | | | | | | | USB: added support for Cinterion's products AH6 and PLS8 | Christian Schmiedl | 2013-03-07 | 1 | -0/+4 | |
| * | | | | | | | | usb: gadget: fix omap_udc build errors | Arnd Bergmann | 2013-03-07 | 1 | -1/+2 | |
| * | | | | | | | | USB: storage: fix Huawei mode switching regression | Bjørn Mork | 2013-03-07 | 3 | -78/+331 | |
| * | | | | | | | | USB: storage: in-kernel modeswitching is deprecated | Bjørn Mork | 2013-03-07 | 1 | -0/+8 | |
| * | | | | | | | | tools: usb: ffs-test: Fix build failure | Maxin B. John | 2013-03-07 | 1 | -1/+1 | |
| * | | | | | | | | USB: option: add Huawei E5331 | Bjørn Mork | 2013-03-07 | 1 | -0/+1 | |
| * | | | | | | | | USB: EHCI: don't check DMA values in QH overlays | Alan Stern | 2013-03-05 | 1 | -5/+13 | |
| * | | | | | | | | USB: EHCI: work around silicon bug in Intel's EHCI controllers | Alan Stern | 2013-03-05 | 2 | -8/+16 | |
| * | | | | | | | | Merge tag 'fixes-for-v3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Greg Kroah-Hartman | 2013-03-05 | 18 | -94/+84 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | | | | | / / / / | | |_|_|/ / / / | |/| | | | | | | ||||||
| | * | | | | | | usb: gadget: u_uac1: NULL dereference on error path | Dan Carpenter | 2013-03-04 | 1 | -0/+3 | |
| | * | | | | | | usb: gadget: f_uac1: silence an info leak warning | Dan Carpenter | 2013-03-04 | 1 | -0/+1 | |
| | * | | | | | | usb: phy: omap-control-usb: Convert to devm_ioremap_resource() | Sachin Kamat | 2013-03-04 | 1 | -15/+9 | |
| | * | | | | | | usb: phy: omap-usb3: Convert to devm_ioremap_resource() | Sachin Kamat | 2013-03-04 | 1 | -5/+3 |