summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2011-02-25genirq: Prepare the handling of shared oneshot interruptsThomas Gleixner2-0/+4
2011-02-25Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds1-1/+1
2011-02-25Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller1-1/+6
2011-02-25netem: revised correlated loss generatorstephen hemminger1-0/+26
2011-02-25netem: define NETEM_DIST_MAXstephen hemminger1-0/+1
2011-02-24Merge 2.6.38-rc6 into tty-nextGreg Kroah-Hartman23-61/+138
2011-02-24ACPI: Introduce acpi_os_get_iomem()Rafael J. Wysocki1-0/+2
2011-02-24ACPI: Do not export functions that are only used in osl.cRafael J. Wysocki1-3/+0
2011-02-24PM: Make ACPI wakeup from S5 work again when CONFIG_PM_SLEEP is unsetRafael J. Wysocki2-11/+16
2011-02-24[SCSI] bnx2i: Added support for the 57712(E) devicesEddie Wai1-0/+2
2011-02-24bootmem: Move __alloc_memory_core_early() to nobootmem.cYinghai Lu1-2/+0
2011-02-24Fix over-zealous flush_disk when changing device size.NeilBrown1-1/+1
2011-02-24Input: mcs_touchkey - add support for suspend/resumeHeungjun Kim1-0/+1
2011-02-24Merge branch 'tipc-Feb23-2011' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller2-34/+6
2011-02-24mm: prevent concurrent unmap_mapping_range() on the same inodeMiklos Szeredi1-0/+2
2011-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2011-02-24tipc: Clean out all remaining instances of #if 0'd unused codeAllan Stephens2-34/+2
2011-02-24tipc: Improve handling of invalid link tolerance valuesAllan Stephens1-0/+4
2011-02-24net: Implement SFEATURES compatibility for not updated driversMichał Mirosław1-0/+5
2011-02-24Revert "staging: iio: ak8975: add platform data."Greg Kroah-Hartman1-20/+0
2011-02-24net_sched: SFB flow schedulerEric Dumazet1-0/+39
2011-02-24rtc: cmos: Add OF bindingsSebastian Andrzej Siewior1-0/+12
2011-02-24connector: Convert char *name to const char *nameJoe Perches1-3/+6
2011-02-23ARM: 6758/1: amba: support pm opsRabin Vincent1-0/+2
2011-02-23ARM: amba: make amba_driver id_table constRussell King1-1/+1
2011-02-23ARM: amba: make probe() functions take const id tablesRussell King1-1/+1
2011-02-23ARM: 6662/1: amba: make amba_bustype non-staticRob Herring1-0/+2
2011-02-23Merge commit 'v2.6.38-rc6' into sched/coreIngo Molnar6-10/+31
2011-02-23Merge branch 'linus' into x86/platformThomas Gleixner23-61/+138
2011-02-23xfrm: Mark flowi arg to security_xfrm_state_pol_flow_match() const.David S. Miller1-3/+4
2011-02-23i2c: tegra: Add i2c supportColin Cross1-0/+25
2011-02-23spi: add OpenCores tiny SPI driverThomas Chou1-0/+20
2011-02-23Merge branch 'devicetree/next' into spi/nextGrant Likely3-9/+4
2011-02-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+6
2011-02-22ASoC: Support configuration of WM8958 microphone bias analogue parametersMark Brown2-2/+7
2011-02-22ASoC: Support WM8958 direct microphone detection IRQMark Brown1-0/+5
2011-02-22net: add __rcu annotations to sk_wq and wqEric Dumazet1-1/+2
2011-02-22bq27x00: Add bq27000 supportLars-Peter Clausen1-0/+19
2011-02-22module: explicitly align module_version_attribute structureDmitry Torokhov1-1/+1
2011-02-22Make clocksource name constRussell King - ARM Linux1-1/+1
2011-02-21timers: Add CLOCK_BOOTTIME hrtimer baseJohn Stultz2-0/+2
2011-02-21time: Extend get_xtime_and_monotonic_offset() to also return sleepJohn Stultz1-1/+2
2011-02-21time: Introduce get_monotonic_boottime and ktime_get_boottimeJohn Stultz2-0/+2
2011-02-21hrtimers: extend hrtimer base code to handle more then 2 clockidsJohn Stultz1-1/+5
2011-02-21workqueue: fix build failure introduced by s/freezeable/freezable/Tejun Heo1-3/+3
2011-02-21Input: atmel_mxt_ts - allow board code to specify IRQ flagsIiro Valkonen1-0/+1
2011-02-21Input: atmel_mxt_ts - allow board code to suppliy controller configIiro Valkonen1-0/+5
2011-02-21Input: atmel_mxt_ts - get rid of qt602240 prefixes in namesIiro Valkonen1-14/+14
2011-02-21Input: qt602240_ts - rename to atmel_mxt_tsDmitry Torokhov1-0/+0
2011-02-21Merge branch 'master' into for-2.6.39Tejun Heo34-86/+153