summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Coda: add spin lock to protect accesses to struct coda_inode_info.Yoshihisa Abe2010-10-252-5/+14
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-10-254-19/+96
|\
| * Input: serio - add support for PS2Mult multiplexer protocolDmitry Eremin-Solenikov2010-10-181-0/+1
| * Input: serio - support multiple child devices per single parentDmitry Eremin-Solenikov2010-10-131-1/+3
| * Input: add ROHM BU21013 touch panel controller supportNaveen Kumar Gaddipati2010-10-131-0/+44
| * Input: gameport_driver - drop private pointerDmitry Torokhov2010-09-141-2/+0
| * Input: gameport_driver - mark description as const pointerDmitry Torokhov2010-09-141-1/+1
| * Input: serio_driver - drop private pointerDmitry Torokhov2010-09-141-1/+0
| * Input: serio_driver - mark id_table and description as constDmitry Torokhov2010-09-141-2/+2
| * Input: add support for large scancodesMauro Carvalho Chehab2010-09-091-11/+44
| * Input: fix a few typosDmitry Torokhov2010-09-051-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2010-10-254-5/+36
|\ \
| * | sh: clkfwk: Add a helper for rate rounding by divisor ranges.Paul Mundt2010-10-151-0/+3
| * | sh: clkfwk: Abstract rate rounding helper.Paul Mundt2010-10-151-0/+1
| * | sh: clkfwk: support clock remapping.Paul Mundt2010-10-151-0/+10
| * | sh: remove name and id from struct clkMagnus Damm2010-10-131-3/+0
| * | sh: intc: Split up the INTC code.Paul Mundt2010-10-051-1/+1
| * | sh: intc: Handle early lookups of subgroup IRQs.Paul Mundt2010-10-051-1/+1
| * | sh: intc: Support virtual mappings for IRQ subgroups.Paul Mundt2010-10-051-1/+11
| * | sh: intc: Implement reverse mapping for IRQs to per-controller IDs.Paul Mundt2010-10-051-0/+1
| * | sh: pfc: support pinmux deregistration.Paul Mundt2010-10-041-0/+1
| * | sh: Support early IRQ vector map reservation for delayed controllers.Paul Mundt2010-10-021-0/+1
| * | sh: pci: Move Renesas PCI IDs to a better place.Paul Mundt2010-09-201-0/+7
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-253-4/+0
|\ \ \
| * | | Revert "block: fix accounting bug on cross partition merges"Jens Axboe2010-10-243-4/+0
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2010-10-245-6/+8
|\ \ \ \
| * | | | Update broken web addresses in the kernel.Justin P. Mattock2010-10-183-3/+2
| * | | | ida: document IDA_BITMAP_LONGS calculationNamhyung Kim2010-09-231-2/+5
| * | | | Fix various typos of valid in commentsNikanth Karthikesan2010-09-211-1/+1
| * | | | Fix spelling mistake in jhashAnton Blanchard2010-08-181-1/+1
* | | | | Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab...Linus Torvalds2010-10-241-8/+11
|\ \ \ \ \
| * | | | | i7300_edac: start a driver for i7300 chipset (Clarksboro)Mauro Carvalho Chehab2010-08-301-8/+11
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2010-10-241-10/+4
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into for-linusPekka Enberg2010-10-24195-1995/+7289
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | slub: Enable sysfs support for !CONFIG_SLUB_DEBUGChristoph Lameter2010-10-061-1/+1
| * | | | | | slub: reduce differences between SMP and NUMAChristoph Lameter2010-10-021-4/+1
| * | | | | | percpu: use percpu allocator on UP tooTejun Heo2010-10-021-24/+5
| * | | | | | percpu: reduce PCPU_MIN_UNIT_SIZE to 32kTejun Heo2010-10-021-1/+1
| * | | | | | vmalloc: pcpu_get/free_vm_areas() aren't needed on UPTejun Heo2010-10-021-0/+2
| * | | | | | slub: Dynamically size kmalloc cache allocationsChristoph Lameter2010-10-021-5/+2
* | | | | | | Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-10-243-8/+33
|\ \ \ \ \ \ \
| * | | | | | | KVM: Fix signature of kvm_iommu_map_pages stubJan Kiszka2010-10-241-2/+1
| * | | | | | | KVM: x86: Rename timer functionZachary Amsden2010-10-241-1/+1
| * | | | | | | KVM: Check for pending events before attempting injectionAvi Kivity2010-10-241-0/+1
| * | | | | | | KVM: MMU: Add infrastructure for two-level page walkerJoerg Roedel2010-10-241-0/+5
| * | | | | | | KVM: PPC: Expose level based interrupt capAlexander Graf2010-10-241-0/+1
| * | | | | | | KVM: MMU: rewrite audit_mappings_page() functionXiao Guangrong2010-10-241-0/+1
| * | | | | | | KVM: MMU: introduce gfn_to_page_many_atomic() functionXiao Guangrong2010-10-241-0/+3
| * | | | | | | KVM: MMU: introduce hva_to_pfn_atomic functionXiao Guangrong2010-10-241-0/+7
| * | | | | | | KVM: PPC: Add get_pvinfo interface to query hypercall instructionsAlexander Graf2010-10-241-0/+11
OpenPOWER on IntegriCloud