summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2013-08-13driver core: bus_type: add bus_groupsGreg Kroah-Hartman1-1/+3
2013-08-13driver core: bus_type: add drv_groupsGreg Kroah-Hartman1-1/+3
2013-08-13driver core: bus_type: add dev_groupsGreg Kroah-Hartman1-1/+3
2013-08-12PCI: Add pci_wait_for_pending_transaction()Casey Leedom1-0/+1
2013-08-12USBNET: support DMA SGMing Lei1-0/+1
2013-08-12USB: introduce usb_device_no_sg_constraint() helperMing Lei1-1/+7
2013-08-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-0/+26
2013-08-12USB: HCD: support giveback of URB in tasklet contextMing Lei1-0/+17
2013-08-12usb: phy: tegra: Program new PHY parametersTuomas Tynkkynen1-0/+4
2013-08-12usb: phy: tegra: Tegra30 supportTuomas Tynkkynen1-0/+19
2013-08-12OF: Add helper for matching against linux,stdout-pathSascha Hauer1-0/+7
2013-08-12Merge tag 'please-pull-mce-f-bit' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar9-12/+32
2013-08-12Merge 3.11-rc5 into staging-nextGreg Kroah-Hartman16-19/+61
2013-08-12Merge branch 'x86/mce' into x86/rasIngo Molnar1-0/+1
2013-08-12of: pci: add registry of MSI chipsThomas Petazzoni2-0/+14
2013-08-12PCI: Introduce new MSI chip infrastructureThierry Reding2-0/+12
2013-08-12PCI: use weak functions for MSI arch-specific functionsThomas Petazzoni1-1/+7
2013-08-12pci_ids: Add PCI device ID functions 3 and 4 for newer F15h models.Aravind Gopalakrishnan1-0/+2
2013-08-12regulator: palmas: model SMPS10 as two regulatorsKishon Vijay Abraham I1-4/+5
2013-08-12Merge tag 'boards-3.12' of git://git.infradead.org/linux-mvebu into next/boardsOlof Johansson10-37/+93
2013-08-11Merge tag 'nfs-for-3.11-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+1
2013-08-10Merge tag 'staging-3.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-1/+18
2013-08-10cpufreq: Drop the owner field from struct cpufreq_driverViresh Kumar1-1/+0
2013-08-10cpufreq: Store cpufreq policies in a listLukasz Majewski1-0/+1
2013-08-10PCI: Add pci_reset_bridge_secondary_bus()Alex Williamson1-0/+1
2013-08-10drm/rcar-du: Rework output routing supportLaurent Pinchart1-2/+15
2013-08-10drm/rcar-du: Rename platform data fields to match what they describeLaurent Pinchart1-6/+13
2013-08-09Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-0/+9
2013-08-09net: igmp: Allow user-space configuration of igmp unsolicited report intervalWilliam Manley1-0/+2
2013-08-09net: igmp: Don't flush routing cache when force_igmp_version is modifiedWilliam Manley1-1/+1
2013-08-09spi: new controller driver for efm32 SoCsUwe Kleine-König1-0/+14
2013-08-09Merge tag 'v3.11-rc4' into spi-bitbangMark Brown29-152/+251
2013-08-09jump_label: Split jumplabel ratelimitAndrew Jones3-27/+36
2013-08-09Merge branch 'nop-phy-rename' into nextFelipe Balbi1-2/+2
2013-08-09usb: phy: rename nop_usb_xceiv => usb_phy_gen_xceivSebastian Andrzej Siewior1-2/+2
2013-08-09Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/jeff...Jan Kara21-116/+159
2013-08-09jbd: use a single printk for jbd_debug()Paul Gortmaker1-9/+6
2013-08-09cgroup: make css_for_each_descendant() and friends include the origin css in ...Tejun Heo1-8/+9
2013-08-09cgroup: unexport cgroup_css()Tejun Heo1-13/+0
2013-08-09cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroupTejun Heo1-5/+7
2013-08-09cgroup: make cftype->[un]register_event() deal with cgroup_subsys_state inste...Tejun Heo2-6/+10
2013-08-09cgroup: make task iterators deal with cgroup_subsys_state instead of cgroupTejun Heo1-10/+11
2013-08-09cgroup: remove struct cgroup_scannerTejun Heo1-10/+6
2013-08-09cgroup: make cgroup_task_iter remember the cgroup being iteratedTejun Heo1-3/+3
2013-08-09cgroup: rename cgroup_iter to cgroup_task_iterTejun Heo1-23/+8
2013-08-09cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroupTejun Heo1-42/+46
2013-08-09cgroup: always use cgroup_next_child() to walk the children listTejun Heo1-3/+2
2013-08-09cgroup: convert cgroup_next_sibling() to cgroup_next_child()Tejun Heo1-2/+2
2013-08-09cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo2-12/+14
2013-08-09cgroup: add cgroup->dummy_cssTejun Heo1-1/+10