summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2011-02-19genirq: Move IRQ_REPLAY and IRQ_WAITING to coreThomas Gleixner1-4/+5
2011-02-19genirq: Move IRQ_ONESHOT to coreThomas Gleixner1-1/+0
2011-02-19genirq: Add IRQ_INPROGRESS to coreThomas Gleixner1-1/+5
2011-02-19genirq: Move IRQ_POLL_INPROGRESS to coreThomas Gleixner1-1/+0
2011-02-19genirq: Use modify_status for set_irq_nested_threadThomas Gleixner1-3/+13
2011-02-19genirq: Move IRQ_SPURIOUS_DISABLED to core stateThomas Gleixner1-1/+0
2011-02-19genirq: Move IRQ_AUTODETECT to internal stateThomas Gleixner1-1/+0
2011-02-19genirq: Add internal state field to irq_descThomas Gleixner1-1/+2
2011-02-19genirq: Implement generic irq_show_interrupts()Thomas Gleixner1-0/+1
2011-02-19genirq: Move irq thread flags to coreThomas Gleixner1-14/+0
2011-02-19genirq: Mark polled irqs and defer the real handlerThomas Gleixner1-0/+1
2011-02-19genirq: Do not copy affinity before setThomas Gleixner1-0/+11
2011-02-19genirq: Namespace cleanupThomas Gleixner3-21/+116
2011-02-19Merge branch 'irq/urgent' into irq/coreThomas Gleixner15-34/+93
2011-02-19ARM: clcd: add method for describing display capabilitiesRussell King1-17/+65
2011-02-19ARM: clcd: use amba_part() to determine if we have a PL110 primecellRussell King1-5/+5
2011-02-19Merge branch 'rtc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+15
2011-02-19ssb: when needed, reject IM input while disabling deviceRafał Miłecki1-0/+2
2011-02-19ssb: remove invalid define SSB_TMSLOW_PHYCLKRafał Miłecki1-1/+0
2011-02-19staging: iio: ak8975: add platform data.Tony SIM1-0/+20
2011-02-18ipv4: Add hash table of interface addresses.David S. Miller1-0/+1
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