summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2011-02-18Merge branch 'fixes-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-6/+6
2011-02-18Merge 2.6.38-rc5 into staging-nextGreg Kroah-Hartman27-80/+145
2011-02-18Expand CONFIG_DEBUG_LIST to several other list operationsLinus Torvalds1-3/+9
2011-02-18ASoC: Add kerneldoc for jack_status_check callbackMark Brown1-0/+3
2011-02-18ASoC: Allow GPIO jack detection to be configured as a wake sourceMark Brown1-0/+3
2011-02-18Driver core: convert platform_{get,set}_drvdata to static inline functionsMarc Kleine-Budde1-2/+9
2011-02-18kobject.h: fix build when CONFIG_HOTPLUG is disabledRandy Dunlap1-3/+2
2011-02-18usb: otg: notifier: switch to atomic notifierFelipe Balbi1-3/+3
2011-02-18usb: otg: TWL6030 Save the last event in otg_transceiverHema HK1-0/+1
2011-02-18ipv4: Use const'ify fib_result deep in the route call chains.David S. Miller1-1/+1
2011-02-18ipv4: Mark fib_combine_itag()'s 'res' arg as const.David S. Miller1-1/+1
2011-02-18OMAP: OneNAND: fix 104MHz supportAdrian Hunter1-0/+1
2011-02-18net: Add initial_ref arg to dst_alloc().David S. Miller1-1/+1
2011-02-18RTC: Re-enable UIE timer/polling emulationJohn Stultz1-0/+1
2011-02-18RTC: Revert UIE emulation removalJohn Stultz1-0/+14
2011-02-18net: introduce NETIF_F_RXCSUMMichał Mirosław2-2/+4
2011-02-18net: Introduce new feature setting opsMichał Mirosław2-2/+120
2011-02-18ethtool: factorize get/set_one_featureMichał Mirosław1-0/+6
2011-02-18ethtool: enable GSO and GRO by defaultMichał Mirosław1-0/+3
2011-02-18tty: add TIOCVHANGUP to allow clean tty shutdown of all ttysKay Sievers1-0/+1
2011-02-17tty: add a helper for setting termios data from kernel sideAlan Cox1-0/+1
2011-02-17tty: fix build error in vt_ioctl.c if CONFIG_COMPAT is enabledGreg Kroah-Hartman1-1/+1
2011-02-17tty: now phase out the ioctl file pointer for goodAlan Cox3-7/+6
2011-02-17tty: remove filp from the USB tty ioctlsAlan Cox1-1/+1
2011-02-17tiocmset: kill the file pointer argumentAlan Cox3-3/+3
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox3-3/+3
2011-02-17tty,vcs removing con_buf/conf_buf_mtxJiri Olsa1-8/+0
2011-02-17vt: Add virtual console keyboard mode OFFArthur Taylor2-1/+3
2011-02-17usb: otg: OMAP4430: Add phy_suspend function pointer to twl4030_usb_dataHema HK1-0/+2
2011-02-17USB: usb.h: Make comment match the defines it describesPaul Bolle1-2/+2
2011-02-17Merge 2.6.38-rc5 into usb-nextGreg Kroah-Hartman46-123/+237
2011-02-17drivers: hwspinlock: add frameworkOhad Ben-Cohen1-0/+292
2011-02-17ALSA: ac97: replace open-coded, error-prone stuff with AC97 bit definesAndreas Mohr1-0/+5
2011-02-17Bluetooth: Fix some code style issues in hci_core.hSzymon Janc1-29/+29
2011-02-17Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-4/+6
2011-02-17netfilter: tproxy: do not assign timewait sockets to skb->skFlorian Westphal1-11/+1
2011-02-17Bluetooth: Send LE Connection Update CommandClaudio Takahasi2-0/+13
2011-02-16PCI: fix tlan build when CONFIG_PCI is not enabledRandy Dunlap1-0/+5
2011-02-16Bluetooth: Use proper timer for hci command timoutVille Tervo2-1/+4
2011-02-16Bluetooth: Add connection parameter update responseClaudio Takahasi1-0/+15
2011-02-16Bluetooth: Add LE signaling commands handlingClaudio Takahasi1-0/+2
2011-02-16Bluetooth: Add SMP command structuresVille Tervo1-0/+76
2011-02-16Bluetooth: Add server socket support for LE connectionVille Tervo1-0/+1
2011-02-16Bluetooth: Add LE connection support to L2CAPVille Tervo1-0/+3
2011-02-16Bluetooth: Use LE buffers for LE trafficVille Tervo1-0/+5
2011-02-16Bluetooth: Add LE connect supportVille Tervo2-4/+23
2011-02-16Bluetooth: Add low energy commands and eventsVille Tervo1-0/+49
2011-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2-6/+24
2011-02-16workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable'Tejun Heo3-6/+6
2011-02-16Merge commit 'v2.6.38-rc5' into core/lockingIngo Molnar36-100/+159