summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* blackfin: restore L1 base address and lengthBarry Song2012-03-211-1/+4
* blackfin: timer: refine bfin simple timer driverSteven Miao2012-03-211-4/+6
* BF561 MDMA : fixed BF561 DMA MMRs definition mismatchSteven Miao2012-03-211-110/+110
* bfin_sport: add support for ADC/DAC.Bob Liu2012-03-211-0/+3
* Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2012-03-201-19/+3
|\
| * workqueue: use percpu allocator for cwq on UPLai Jiangshan2012-03-121-19/+3
* | Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-03-2016-372/+228
|\ \
| * | cgroup: Walk task list under tasklist_lock in cgroup_enable_task_cg_listFrederic Weisbecker2012-02-211-0/+20
| * | cgroup: Remove wrong comment on cgroup_enable_task_cg_list()Frederic Weisbecker2012-02-211-3/+0
| * | cgroup: remove cgroup_subsys argument from callbacksLi Zefan2012-02-0216-162/+113
| * | cgroup: remove extra calls to find_existing_css_setMandeep Singh Baines2012-01-301-113/+27
| * | cgroup: replace tasklist_lock with rcu_read_lockMandeep Singh Baines2012-01-201-3/+7
| * | cgroup: simplify double-check locking in cgroup_attach_procMandeep Singh Baines2012-01-201-50/+29
| * | cgroup: move struct cgroup_pidlist out from the header fileLi Zefan2012-01-202-32/+32
| * | cgroup: remove cgroup_attach_task_current_cg()Li Zefan2012-01-201-9/+0
* | | exec: move de_thread()->setmax_mm_hiwater_rss() into exec_mmap()Oleg Nesterov2012-03-201-3/+1
* | | exit_signal: fix the "parent has changed security domain" logicOleg Nesterov2012-03-202-14/+9
* | | exit_signal: simplify the "we have changed execution domain" logicOleg Nesterov2012-03-202-6/+4
* | | CLONE_PARENT shouldn't allow to set ->exit_signalOleg Nesterov2012-03-201-1/+7
* | | Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2012-03-20269-5607/+9689
|\ \ \
| * | | net: qmi_wwan: add support for ZTE MF820DBjørn Mork2012-03-161-0/+34
| * | | USB: option: add ZTE MF820DBjørn Mork2012-03-161-0/+2
| * | | usb: gadget: f_fs: Remove lock is held before freeing checksAndi Kleen2012-03-161-3/+1
| * | | USB: option: make interface blacklist work againBjørn Mork2012-03-161-0/+1
| * | | usb/ub: deprecate & schedule for removal the "Low Performance USB Block" driverSebastian Andrzej Siewior2012-03-163-1/+14
| * | | USB: ohci-pxa27x: add clk_prepare/clk_unprepare callsPhilipp Zabel2012-03-151-2/+2
| * | | USB: use generic platform driver on ath79Hauke Mehrtens2012-03-156-377/+35
| * | | USB: EHCI: Add a generic platform device driverHauke Mehrtens2012-03-154-0/+259
| * | | USB: OHCI: Add a generic platform device driverHauke Mehrtens2012-03-154-0/+247
| * | | USB: ftdi_sio: new PID: LUMEL PD12Michał Wróbel2012-03-152-0/+3
| * | | USB: ftdi_sio: add support for FT-X series devicesJim Paris2012-03-143-6/+18
| * | | USB: serial: mos7840: Fixed MCS7820 device attach problemDonald Lee2012-03-141-26/+57
| * | | usb: Don't make USB_ARCH_HAS_{XHCI,OHCI,EHCI} depend on USB_SUPPORT.David Daney2012-03-131-21/+21
| * | | usb gadget: fix a section mismatch when compiling g_ffs with CONFIG_USB_FUNCT...Lothar Waßmann2012-03-131-17/+17
| * | | USB: ohci-nxp: Remove i2c_write(), use smbusRoland Stigge2012-03-131-29/+29
| * | | USB: ohci-nxp: Support for LPC32xxRoland Stigge2012-03-132-35/+109
| * | | USB: ohci-nxp: Rename symbols from pnx4008 to nxpRoland Stigge2012-03-133-30/+31
| * | | USB: OHCI-HCD: Rename ohci-pnx4008 to ohci-nxpRoland Stigge2012-03-132-1/+1
| * | | usb: gadget: Kconfig: fix typo for 'different'Fabio Baltieri2012-03-131-1/+1
| * | | usb: dwc3: pci: fix another failure path in dwc3_pci_probe()Felipe Balbi2012-03-131-0/+1
| * | | USB: dynamically allocate usb_device children pointers instead of using a fix...Huajun Li2012-03-132-4/+8
| * | | Merge tag 'for-usb-next-2012-03-13' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2012-03-138-202/+600
| |\ \ \
| | * | | usb: host: xhci: add platform driver supportSebastian Andrzej Siewior2012-03-135-0/+233
| | * | | xHCI: update sg tablesizeAndiry Xu2012-03-131-1/+2
| | * | | xHCI: check enqueue pointer advance into dequeue segAndiry Xu2012-03-131-12/+13
| | * | | xHCI: Allocate 2 segments for transfer ringAndiry Xu2012-03-131-3/+3
| | * | | xHCI: dynamic ring expansionAndiry Xu2012-03-133-17/+93
| | * | | xHCI: set cycle state when allocate ringsAndiry Xu2012-03-131-18/+38
| | * | | xHCI: factor out segments allocation and free functionAndiry Xu2012-03-131-34/+55
| | * | | xHCI: count free TRBs on transfer ringAndiry Xu2012-03-134-47/+67
OpenPOWER on IntegriCloud