aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-07-16Use boot based time for process start time and boot time in /procTomas Janousek1-1/+2
2007-07-16Introduce boot based timeTomas Janousek1-0/+2
2007-07-16fix jvc cdrom drive lockupZhang, Yanmin2-3/+4
2007-07-16introduce write_trylock_irqsave()Satyam Sharma1-0/+7
2007-07-16Fix rmmod/read/write races in /proc entriesAlexey Dobriyan1-0/+13
2007-07-16v850: enable arbitary speed tty ioctlsAlan Cox3-3/+12
2007-07-16Add generic exit-time stack-depth checking to CONFIG_DEBUG_STACK_USAGEJeff Dike1-0/+9
2007-07-16uml: use get_free_pages to allocate kernel stacksJeff Dike1-2/+4
2007-07-16etrax: enable arbitary speed setting on tty portsAlan Cox3-2/+9
2007-07-16m32r: enable arbitary speed tty rate settingAlan Cox3-3/+12
2007-07-16ARM26: enable arbitary speed tty ioctls and split input/output speedAlan Cox3-3/+12
2007-07-16fix alpha ISA supportIvan Kokshaysky1-3/+10
2007-07-16h8300 entry.S updateYoshinori Sato1-0/+2
2007-07-16h8300: enable arbitary speed tty port setupAlan Cox3-3/+12
2007-07-16FRV: Connect up new syscallsDavid Howells1-1/+5
2007-07-16split mmapMiklos Szeredi1-0/+4
2007-07-16slob: initial NUMA supportPaul Mundt4-65/+117
2007-07-16kill vmalloc_earlyreserveJan Beulich2-2/+1
2007-07-16page table handling cleanupJan Beulich26-301/+1
2007-07-16invalidate_mapping_pages(): add cond_reschedAndrew Morton1-0/+3
2007-07-16Remove the deprecated "kmem_cache_t" typedef from slab.h.Robert P. J. Day1-2/+0
2007-07-16change zonelist order: zonelist order selection logicKAMEZAWA Hiroyuki1-0/+5
2007-07-16serial: convert early_uart to earlycon for 8250Yinghai Lu7-7/+13
2007-07-16lib: add idr_remove_allKristian Hoegsberg1-0/+1
2007-07-16lib: add idr_for_each()Kristian Hoegsberg1-0/+2
2007-07-16LZO1X: fix lzo1x_worst_compressNitin Gupta1-1/+1
2007-07-16more ACSI removalAdrian Bunk2-65/+0
2007-07-16[SPARC64]: dr-cpu unconfigure support.David S. Miller3-2/+6
2007-07-16[SPARC64]: More sensible udelay implementation.David S. Miller3-32/+7
2007-07-16[SPARC64]: Fix build regressions added by dr-cpu changes.David S. Miller1-1/+0
2007-07-16[SPARC64]: Initial LDOM cpu hotplug support.David S. Miller6-5/+50
2007-07-16[SPARC64]: Fix setting of variables in LDOM guest.David S. Miller1-0/+2
2007-07-16[SPARC64]: Fix MD property lifetime bugs.David S. Miller2-4/+25
2007-07-16[SPARC64]: Abstract out mdesc accesses for better MD update handling.David S. Miller2-42/+48
2007-07-16[SPARC64]: Use more mearningful names for IRQ registry.David S. Miller1-1/+1
2007-07-16[SPARC64]: Export powerd facilities for external entities.David S. Miller1-0/+7
2007-07-16[SPARC64]: Assorted LDC bug cures.David S. Miller1-2/+1
2007-07-16[SPARC64]: Add LDOM virtual channel driver and VIO device layer.David S. Miller2-0/+538
2007-07-16bsg: add SCSI transport-level request supportFUJITA Tomonori1-0/+6
2007-07-16add a struct request pointer to the request structureFUJITA Tomonori1-0/+5
2007-07-16bsg: minor bug fixesFUJITA Tomonori1-1/+1
2007-07-16bsg: bind bsg to request_queue instead of gendiskFUJITA Tomonori3-7/+10
2007-07-16bsg: add a request_queue argument to scsi_cmd_ioctl()FUJITA Tomonori1-1/+2
2007-07-16Replace s32, u32 and u64 with __s32, __u32 and __u64 in bsg.h for userspaceFUJITA Tomonori1-29/+29
2007-07-16bsg: use u32 etc instead of uint32_tJens Axboe1-29/+29
2007-07-16bsg: add sg_io_v4 structureFUJITA Tomonori1-0/+43
2007-07-16block: export blk_verify_command for SG v4FUJITA Tomonori1-0/+1
2007-07-16bsg: support for full generic block layer SG v3Jens Axboe3-0/+35
2007-07-15Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds7-51/+284
2007-07-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds19-86/+111