summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
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 Gleixner13-28/+69
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-Hartman18-51/+107
2011-02-18Expand CONFIG_DEBUG_LIST to several other list operationsLinus Torvalds1-3/+9
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-18OMAP: OneNAND: fix 104MHz supportAdrian Hunter1-0/+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-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 Cox2-6/+5
2011-02-17tty: remove filp from the USB tty ioctlsAlan Cox1-1/+1
2011-02-17tiocmset: kill the file pointer argumentAlan Cox2-2/+2
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox2-2/+2
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-Hartman34-91/+185
2011-02-17drivers: hwspinlock: add frameworkOhad Ben-Cohen1-0/+292
2011-02-17Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar1-4/+6
2011-02-16PCI: fix tlan build when CONFIG_PCI is not enabledRandy Dunlap1-0/+5
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 Molnar25-68/+115
2011-02-16Merge commit 'v2.6.38-rc5' into sched/coreIngo Molnar28-75/+121
2011-02-16perf: Optimize throttling codePeter Zijlstra1-0/+4
2011-02-16perf: Add cgroup supportStephane Eranian3-3/+35
2011-02-16cgroup: Fix cgroup_subsys::exit callbackPeter Zijlstra1-1/+2
2011-02-16Merge branch 'perf/urgent' into perf/coreIngo Molnar8-19/+39