summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [IA64] remove time interpolatorBob Picco2007-07-201-60/+0Star
* [IA64] Convert to generic timekeeping/clocksourceTony Luck2007-07-201-0/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hsk...Linus Torvalds2007-07-184-41/+19Star
|\
| * [AVR32] Fix atomic_add_unless() and atomic_sub_unless()Haavard Skinnemoen2007-07-181-2/+2
| * [AVR32] Add Atmel SSC driver platform device to AT32AP architectureHans-Christian Egtvedt2007-07-181-0/+14
| * [AVR32] Remove optimization of unaligned word loadsHaavard Skinnemoen2007-07-181-23/+3Star
| * [AVR32] Split SM device into PM, RTC, WDT and EICHaavard Skinnemoen2007-07-181-27/+0Star
| * [AVR32] faster avr32 unaligned accessDavid Brownell2007-07-181-9/+20
* | Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2007-07-182-73/+4Star
|\ \
| * | V4L/DVB (5835): saa7146/dvb-ttpci: Fix signedness warnings (gcc 4.1.1, kernel...Oliver Endriss2007-07-181-3/+3
| * | V4L/DVB (5793): Tuner: remove hardware-specific info from public headerMichael Krufky2007-07-181-68/+0Star
| * | V4L/DVB (5753): Tuner: create struct tuner_operationsMichael Krufky2007-07-181-9/+12
| * | V4L/DVB (5741): Tuner: add release callbackMichael Krufky2007-07-181-0/+1
| * | V4L/DVB (5719): Tuner: Move device-specific private data out of tuner structMichael Krufky2007-07-181-12/+1Star
| * | V4L/DVB (5563a): Add experimental support for tea5761 tunerMauro Carvalho Chehab2007-07-181-1/+7
| |/
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2007-07-1812-11/+168
|\ \
| * | ext4: Remove 65000 subdirectory limitAndreas Dilger2007-07-181-1/+3
| * | ext4: Expand extra_inodes space per the s_{want,min}_extra_isize fields Kalpak Shah2007-07-181-0/+1
| * | ext4: Add nanosecond timestampsKalpak Shah2007-07-183-1/+91
| * | jbd2: Move jbd2-debug file to debugfsJose R. Santos2007-07-181-1/+1
| * | jbd2: Fix CONFIG_JBD_DEBUG ifdef to be CONFIG_JBD2_DEBUGJose R. Santos2007-07-183-5/+5
| * | ext4: copy i_flags to inode flags on writeJan Kara2007-07-181-0/+1
| * | Change on-disk format to support 2^15 uninitialized extentsAmit Arora2007-07-181-4/+27
| * | write support for preallocated blocksAmit Arora2007-07-181-0/+3
| * | fallocate support in ext4Amit Arora2007-07-182-0/+23
| * | sys_fallocate() implementation on i386, x86_64 and powerpcAmit Arora2007-07-187-2/+16
* | | Merge branch 'upstream' of git://git.infradead.org/~dedekind/ubi-2.6Linus Torvalds2007-07-181-65/+36Star
|\ \ \
| * | | UBI: kill homegrown endian macrosChristoph Hellwig2007-07-181-65/+36Star
| |/ /
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Linus Torvalds2007-07-184-7/+4Star
|\ \ \
| * | | [NETFILTER]: ipt_iprange.h must #include <linux/types.h>Adrian Bunk2007-07-181-0/+2
| * | | [NET]: move dev_mc_discard from dev_mcast.c to dev.cDenis Cheng2007-07-181-2/+0Star
| * | | [XFRM]: Fix crash introduced by struct dst_entry reorderingPatrick McHardy2007-07-181-1/+0Star
| * | | [TCP]: remove unused argument to cong_avoid opStephen Hemminger2007-07-181-4/+2Star
| |/ /
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp...Linus Torvalds2007-07-183-6/+11
|\ \ \
| * | | [SPARC]: Mark sparc and sparc64 as not having virt_to_busStephen Rothwell2007-07-181-5/+0Star
| * | | [SPARC64]: Massively simplify VIO device layer and support hot add/remove.David S. Miller2007-07-181-1/+1
| * | | [SPARC64]: Add basic infrastructure for MD add/remove notification.David S. Miller2007-07-181-0/+10
| |/ /
* | | xen: Place vcpu_info structure into per-cpu memoryJeremy Fitzhardinge2007-07-181-0/+13
* | | xen: add virtual block device driver.Jeremy Fitzhardinge2007-07-181-0/+2
* | | xen: add the Xenbus sysfs and virtual device hotplug driverJeremy Fitzhardinge2007-07-182-0/+235
* | | xen: Add grant table supportJeremy Fitzhardinge2007-07-182-10/+191
* | | xen: use the hvc console infrastructure for Xen consoleJeremy Fitzhardinge2007-07-182-0/+7
* | | xen: SMP guest supportJeremy Fitzhardinge2007-07-181-4/+23
* | | xen: add pinned page flagJeremy Fitzhardinge2007-07-181-0/+5
* | | xen: event channelsJeremy Fitzhardinge2007-07-181-0/+28
* | | xen: Core Xen implementationJeremy Fitzhardinge2007-07-184-0/+221
* | | xen: Add Xen interface header filesJeremy Fitzhardinge2007-07-1819-0/+3021
* | | Add a sched_clock paravirt_opJeremy Fitzhardinge2007-07-183-4/+37
* | | paravirt: helper to disable all IO spaceJeremy Fitzhardinge2007-07-181-0/+1
* | | Allocate and free vmalloc areasJeremy Fitzhardinge2007-07-181-0/+4