aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-05-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-1/+1
2007-05-10Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6Linus Torvalds1-1/+2
2007-05-10Merge branch 'juju' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds3-0/+324
2007-05-10add upper-32-bits macroAndrew Morton1-0/+10
2007-05-10slub: support concurrent local and remote frees and allocs on a slabChristoph Lameter1-2/+5
2007-05-10firewire: Break out shared IEEE1394 constant to separate header file.Kristian Høgsberg2-45/+73
2007-05-10firewire: Use linux/*.h instead of asm/*.h header files.Kristian Høgsberg1-2/+2
2007-05-10CRC ITU-T V.41Ivo van Doorn1-0/+28
2007-05-10[POWERPC] pmu_sys_suspended is only defined for PPC32Stephen Rothwell1-1/+1
2007-05-10acpi,msi-laptop: Fall back to EC polling mode for MSI laptop specific EC commandsLennart Poettering1-1/+2
2007-05-09Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds7-0/+1118
2007-05-09Revert "md: improve partition detection in md array"Linus Torvalds1-0/+1
2007-05-09Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds1-43/+50
2007-05-10ide: legacy PCI bus order probing fixesBartlomiej Zolnierkiewicz1-0/+5
2007-05-10ide: add ide_proc_register_port()Bartlomiej Zolnierkiewicz1-6/+4
2007-05-10ide: add "initializing" argument to ide_register_hw()Bartlomiej Zolnierkiewicz1-2/+3
2007-05-10ide: cable detection fixes (take 2)Bartlomiej Zolnierkiewicz1-0/+1
2007-05-10ide: move IDE settings handling to ide-proc.cBartlomiej Zolnierkiewicz1-16/+23
2007-05-10ide: split off ioctl handling from IDE settings (v2)Bartlomiej Zolnierkiewicz1-12/+4
2007-05-10ide: make /proc/ide/ optionalBartlomiej Zolnierkiewicz1-6/+8
2007-05-10ide: add ide_tune_dma() helperBartlomiej Zolnierkiewicz1-0/+2
2007-05-10ide: rework the code for selecting the best DMA transfer mode (v3)Bartlomiej Zolnierkiewicz1-6/+4
2007-05-10ide: fix UDMA/MWDMA/SWDMA masks (v3)Bartlomiej Zolnierkiewicz1-0/+1
2007-05-09Merge git://git.infradead.org/mtd-2.6Linus Torvalds3-7/+20
2007-05-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-1/+10
2007-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds12-13/+13
2007-05-09md: improve partition detection in md arrayNeilBrown1-1/+0
2007-05-09fbdev: add support for AVR32Haavard Skinnemoen1-1/+1
2007-05-09svgalib: move fb_get_caps to svgalibAntonino A. Daplas1-0/+2
2007-05-09compiler: introduce __used and __maybe_unusedDavid Rientjes4-6/+25
2007-05-09rename thread_info to stackRoman Zippel2-5/+5
2007-05-09Allow arch to initialize arch field of the module structureRoman Zippel1-0/+3
2007-05-09clocksource: fix resume logicThomas Gleixner1-0/+3
2007-05-09Move remote node draining out of slab allocatorsChristoph Lameter2-5/+4
2007-05-09vmstat: use our own timer eventsChristoph Lameter1-3/+0
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki1-0/+12
2007-05-09fs: deprecate memclear_highpage_flushNate Diller1-2/+1
2007-05-09fs: convert core functions to zero_user_pageNate Diller1-9/+19
2007-05-09FUTEX: new PRIVATE futexesEric Dumazet1-3/+26
2007-05-09futex_requeue_pi optimizationPierre Peiffer1-1/+8
2007-05-09Make futex_wait() use an hrtimer for timeoutPierre Peiffer1-1/+3
2007-05-09declare struct ktimeAndrew Morton1-2/+4
2007-05-09aio is unlikelyAndrew Morton1-1/+2
2007-05-09RPC: add wrapper for svc_reserve to account for checksumJeff Layton1-0/+19
2007-05-09knfsd: rename sk_defer_lock to sk_lockNeilBrown1-1/+2
2007-05-09remove nfs4_acl_add_ace()Adrian Bunk1-1/+0
2007-05-09change kernel threads to ignore signals instead of blocking themOleg Nesterov1-0/+1
2007-05-09kthread: don't depend on work queuesEric W. Biederman1-0/+3
2007-05-09unify flush_work/flush_work_keventd and rename it to cancel_work_syncOleg Nesterov1-9/+12
2007-05-09workqueue: kill NOAUTOREL worksOleg Nesterov1-55/+9