aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2011-01-101-3/+6
|\
| * kbuild: export linux/{a.out,kvm,kvm_para}.h on headers_install_allKirill A. Shutemov2010-12-141-3/+6
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-01-101-4/+2
|\ \
| * | [libata] avoid needlessly passing around ptr to SCSI completion funcJeff Garzik2011-01-051-4/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-01-102-6/+70
|\ \ \
| * | | sysfs: Introducing binary attributes for struct classStefan Achatz2011-01-081-0/+1
| * | | Merge branch 'master' into upstreamJiri Kosina2010-12-10215-3021/+4353
| |\ \ \
| * | | | HID: Add and use hid_<level>: dev_<level> equivalentsJoe Perches2010-12-101-6/+26
| * | | | HID: add hid_hw_open/close/power() handlersDmitry Torokhov2010-12-081-0/+43
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2011-01-104-45/+27
|\ \ \ \ \
| * | | | | PM: Prototype the pm_generic_ operationsMark Brown2010-12-241-0/+7
| * | | | | PM / Runtime: Generic resume shouldn't set RPM_ACTIVE unconditionallyRafael J. Wysocki2010-12-241-0/+6
| * | | | | PM: Replace the device power.status field with a bit fieldRafael J. Wysocki2010-12-242-43/+4
| * | | | | PM / Wakeup: Replace pm_check_wakeup_events() with pm_wakeup_pending()Rafael J. Wysocki2010-12-241-2/+2
| * | | | | PM / Runtime: Add synchronous runtime interface for interrupt handlers (v3)Alan Stern2010-12-242-0/+8
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2011-01-101-1/+1
|\ \ \ \ \ \
| * | | | | | firewire: use split transaction timeout only for split transactionsClemens Ladisch2011-01-041-1/+1
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2011-01-101-1/+25
|\ \ \ \ \ \ \
| * | | | | | | fuse: fix ioctl ABIMiklos Szeredi2010-12-071-0/+10
| * | | | | | | fuse: allow batching of FORGET requestsMiklos Szeredi2010-12-071-1/+15
* | | | | | | | pipe_fs_i.h: fix kernel-doc warningRandy Dunlap2011-01-101-0/+1
* | | | | | | | hrtimer.h: fix kernel-doc warningRandy Dunlap2011-01-101-1/+0
* | | | | | | | fs: fix dcache.h kernel-doc notationRandy Dunlap2011-01-101-1/+1
* | | | | | | | Merge branch 'next-spi' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-01-073-5/+380
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'spi' of git://git.linutronix.de/users/bigeasy/soda into spi/nextGrant Likely2010-12-292-0/+361
| |\ \ \ \ \ \ \ \
| | * | | | | | | | spi/pxa2xx: Add chipselect support for SodavilleSebastian Andrzej Siewior2010-12-021-0/+2
| | * | | | | | | | spi/pxa2xx: Consider CE4100's FIFO depthSebastian Andrzej Siewior2010-12-011-6/+26
| | * | | | | | | | spi/pxa2xx: Add CE4100 supportSebastian Andrzej Siewior2010-12-011-1/+104
| | * | | | | | | | arm/pxa2xx: reorgazine SSP and SPI header filesSebastian Andrzej Siewior2010-12-012-0/+236
| * | | | | | | | | spi/dw_spi: add DMA supportFeng Tang2010-12-241-5/+19
* | | | | | | | | | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds2011-01-075-18/+218
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'this_cpu_ops' into for-2.6.38Tejun Heo2010-12-181-31/+163
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | percpu: Generic this_cpu_cmpxchg() and this_cpu_xchg supportChristoph Lameter2010-12-181-1/+133
| | * | | | | | | | | | percpu,x86: relocate this_cpu_add_return() and friendsTejun Heo2010-12-171-30/+30
| * | | | | | | | | | | highmem: Use this_cpu_xx_return() operationsChristoph Lameter2010-12-171-5/+8
| * | | | | | | | | | | Merge branch 'this_cpu_ops' into for-2.6.38Tejun Heo2010-12-1715-20/+145
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / /
| | * | | | | | | | | | percpu: Generic support for this_cpu_add, sub, dec, inc_returnChristoph Lameter2010-12-171-0/+71
| * | | | | | | | | | | core: Replace __get_cpu_var with __this_cpu_read if not used for an address.Christoph Lameter2010-12-172-10/+4
| * | | | | | | | | | | kprobes: Use this_cpu_opsChristoph Lameter2010-12-171-2/+2
| | |_|_|_|/ / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2011-01-071-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | workqueue: deprecate cancel_rearming_delayed_work[queue]()Tejun Heo2010-12-151-2/+2
* | | | | | | | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-01-071-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | sched: Consolidate the name of root_task_group and init_task_groupYong Zhang2011-01-071-1/+1
* | | | | | | | | | | | | Merge branch 'rmobile-latest' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-01-071-13/+47
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...Paul Mundt2011-01-0776-544/+1514
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'rmobile/urgent' into rmobile-latestPaul Mundt2010-12-2126-39/+113
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'common/mmcif' into rmobile/mmcifPaul Mundt2010-11-301-14/+12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | sh, mmc: Use defines when setting CE_CLK_CTRLSimon Horman2010-11-291-8/+9
| | * | | | | | | | | | | | | | | mmc, sh: Correct value for resetSimon Horman2010-11-291-6/+3
| * | | | | | | | | | | | | | | | mmc: sh_mmcif: add DMA supportGuennadi Liakhovetski2010-11-251-4/+11