aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-07Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-3/+10
2009-04-07Merge branch 'irq/threaded' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds5-6/+83
2009-04-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-0/+5
2009-04-07Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds3-2/+207
2009-04-07Fix build errors due to CONFIG_BRANCH_TRACER=yLinus Torvalds1-1/+3
2009-04-07Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-devLinus Torvalds1-0/+41
2009-04-07Merge branch 'i2c-for-2630-v2' of git://aeryn.fluff.org.uk/bjdooks/linuxLinus Torvalds1-0/+10
2009-04-07Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds1-2/+0
2009-04-07parport: Use the PCI IRQ if offeredAlan Cox1-5/+6
2009-04-07Add support for the MAX3100 SPI UART.Christian Pellegrin1-0/+3
2009-04-07tty: Correct inline types for tty_driver_kref_get()Adrian Bunk1-1/+2
2009-04-07nilfs2: support nanosecond timestampRyusuke Konishi1-4/+6
2009-04-07nilfs2: introduce secondary super blockRyusuke Konishi1-0/+4
2009-04-07nilfs2: mark minor flag for checkpoint created by internal operationRyusuke Konishi1-0/+3
2009-04-07nilfs2: clean up sketch fileRyusuke Konishi1-2/+0
2009-04-07nilfs2: extend nilfs_sustat ioctl structRyusuke Konishi1-6/+4
2009-04-07nilfs2: remove compat ioctl codeRyusuke Konishi1-41/+0
2009-04-07nilfs2: use fixed sized types for ioctl structuresRyusuke Konishi1-9/+14
2009-04-07nilfs2: remove timedwait ioctl commandRyusuke Konishi1-22/+0
2009-04-07nilfs2: disk format and userland interfaceKoji Sato1-0/+854
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-1/+1
2009-04-07namespaces: mqueue namespace: adapt sysctlSerge E. Hallyn1-0/+14
2009-04-07namespaces: ipc namespaces: implement support for posix msqueuesSerge E. Hallyn1-9/+7
2009-04-07namespaces: mqueue ns: move mqueue_mnt into struct ipc_namespaceSerge E. Hallyn1-4/+35
2009-04-07namespaces: move proc_net_get_sb to a generic fs/super.c helperSerge E. Hallyn1-0/+3
2009-04-07tdfxfb: move I2C functionality into the tdfxfbKrzysztof Helt1-0/+26
2009-04-07kprobes: support kretprobe and jprobe per-probe disablingMasami Hiramatsu1-0/+17
2009-04-07kprobes: support per-kprobe disablingMasami Hiramatsu1-1/+22
2009-04-07kprobes: cleanup comment style in kprobes.hMasami Hiramatsu1-4/+8
2009-04-07SPI: add dma_alignment field to spi_masterMike Rapoport1-0/+6
2009-04-07mm: add /proc controls for pdflush threadsPeter W Morreale1-0/+2
2009-04-07branch tracer, intel-iommu: fix build with CONFIG_BRANCH_TRACER=yLinus Torvalds1-1/+3
2009-04-07branch tracer: Fix for enabling branch profiling makes sparse unusableBart Van Assche1-1/+2
2009-04-07Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-22/+0
2009-04-07hwmon: Add Asus ATK0110 supportLuca Tettamanti1-2/+0
2009-04-07function-graph: add proper initialization for init taskSteven Rostedt2-2/+8
2009-04-07i2c: xtensa s6000 i2c driverOskar Schirmer1-0/+10
2009-04-07block: remove unused REQ_UNPLUGJens Axboe1-2/+0
2009-04-07mflash: initial supportunsik Kim1-0/+206
2009-04-07block: fix inconsistency in I/O stat accounting codeJerome Marchand1-0/+1
2009-04-07Merge branch 'next' of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc into mergePaul Mackerras1-22/+0
2009-04-06Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6Linus Torvalds10-304/+176
2009-04-06V4L/DVB (11387): Sensor orientation reportingAdam Baker1-0/+5
2009-04-06V4L/DVB (11381): ivtv/cx18: remove VIDIOC_INT_S_AUDIO_ROUTING debug support.Hans Verkuil1-8/+6
2009-04-06V4L/DVB (11380): v4l2-subdev: change s_routing prototypeHans Verkuil2-5/+6
2009-04-06V4L/DVB (11377): v4l: increase version numbers of drivers converted to v4l2_subdev.Hans Verkuil2-10/+4
2009-04-06V4L/DVB (11376): tvaudio.h: add static inline to retrieve the list of possible i2c addrs.Hans Verkuil1-0/+19
2009-04-06V4L/DVB (11373): v4l2-common: add explicit v4l2_device pointer as first arg to new_(probed)_subdevHans Verkuil1-2/+4
2009-04-06V4L/DVB (11374): v4l2-common: add v4l2_i2c_new_probed_subdev_addrHans Verkuil1-0/+4
2009-04-06V4L/DVB (11372): v4l2: use old-style i2c API for kernels < 2.6.26 instead of < 2.6.22Hans Verkuil1-1/+1