summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2012-10-31USB: add USB_DEVICE_INTERFACE_CLASS macroBjørn Mork
2012-10-31USB: EHCI: remove ehci_port_power() routineAlan Stern
2012-10-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2012-10-31net: filter: add vlan tag accessEric Dumazet
2012-10-31net: compute skb->rxhash if nic hash may be 3-tupleWillem de Bruijn
2012-10-31ixgbe: add setlink, getlink support to ixgbe and ixgbevfJohn Fastabend
2012-10-31net: create generic bridge opsJohn Fastabend
2012-10-31usb: gadget: always update HS/SS descriptors and create a copy of themSebastian Andrzej Siewior
2012-10-31usb: gadget: use a computation macro for INT endpoint intervalSebastian Andrzej Siewior
2012-10-31mm/sl[aou]b: Move common kmem_cache_size() to slab.hEzequiel Garcia
2012-10-30Merge tag 'md-3.7-fixes' of git://neil.brown.name/mdLinus Torvalds
2012-10-30PCI: Separate out pci_assign_unassigned_bus_resources()Yinghai Lu
2012-10-30Merge branch 'spi-tegra' into spi-nextMark Brown
2012-10-30spi: tegra: add spi driver for SLINK controllerLaxman Dewangan
2012-10-30staging: drm/omap: add support for ARCH_MULTIPLATFORMRob Clark
2012-10-30swiotlb: Do not export swiotlb_bounce since there are no external consumersAlexander Duyck
2012-10-30swiotlb: Use physical addresses instead of virtual in swiotlb_tbl_sync_singleAlexander Duyck
2012-10-30swiotlb: Use physical addresses for swiotlb_tbl_unmap_singleAlexander Duyck
2012-10-30swiotlb: Return physical addresses when calling swiotlb_tbl_map_singleAlexander Duyck
2012-10-30x86-64/efi: Use EFI to deal with platform wall clock (again)Jan Beulich
2012-10-30efi: add efivars kobject to efi sysfs folderLee, Chun-Yi
2012-10-30efi: Add support for a UEFI variable filesystemMatthew Garrett
2012-10-30drbd: log request sector offset and size for IO errorsLars Ellenberg
2012-10-30drbd: introduce stop-sector to online verifyLars Ellenberg
2012-10-29net, ixgbe: handle link local multicast addresses in SR-IOV modeJohn Fastabend
2012-10-29ARM: OMAP2+: WDT: move init; add read_reset_sources pdata function pointerPaul Walmsley
2012-10-29KVM: do not treat noslot pfn as a error pfnXiao Guangrong
2012-10-29Merge remote-tracking branch 'master' into queueMarcelo Tosatti
2012-10-29cputime: Separate irqtime accounting from generic vtimeFrederic Weisbecker
2012-10-29cputime: Specialize irq vtime hooksFrederic Weisbecker
2012-10-29kvm: Directly account vtime to system on guest switchFrederic Weisbecker
2012-10-29vtime: Make vtime_account_system() irqsafeFrederic Weisbecker
2012-10-29vtime: Gather vtime declarations to their own header fileFrederic Weisbecker
2012-10-29clk: Add devm_clk_{register,unregister}()Stephen Boyd
2012-10-29mfd: dbx500: Export prmcu_request_ape_opp_100_voltageUlf Hansson
2012-10-29clk: Don't return negative numbers for unsigned values with !clkStephen Boyd
2012-10-29clk: Fix documentation typosStephen Boyd
2012-10-29clk: Document .is_enabled opStephen Boyd
2012-10-29Merge 3.7-rc3 into usb-next.Greg Kroah-Hartman
2012-10-29Merge 3.7-rc3 into tty-nextGreg Kroah-Hartman
2012-10-29Merge 3.7-rc3 into char-misc-nextGreg Kroah-Hartman
2012-10-29Merge 3.7-rc3 into staging-nextGreg Kroah-Hartman
2012-10-28pinctrl/nomadik: merge old pincfg headerLinus Walleij
2012-10-28pinctrl/nomadik: move the platform data headerLinus Walleij
2012-10-28percpu-rw-semaphores: use rcu_read_lock_schedMikulas Patocka
2012-10-28percpu-rw-semaphores: use light/heavy barriersMikulas Patocka
2012-10-27srcu: Add DEFINE_SRCU()Lai Jiangshan
2012-10-27uio: uio_pruss: replace private SRAM API with genallocMatt Porter
2012-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-10-26freezer: change ptrace_stop/do_signal_stop to use freezable_schedule()Oleg Nesterov