summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2006-10-032-38/+34
|\
| * [SPARC64]: Do not include compat.h from asm-sparc64/signal.h any more.David S. Miller2006-10-021-1/+0
| * [SPARC64]: Move signal compat bits to new header file.David S. Miller2006-10-022-37/+34
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2006-10-038-7/+261
|\ \
| * | [POWERPC] Fix rheap alignment problemLi Yang2006-10-021-0/+4
| * | [POWERPC] Add powerpc get/set_rtc_time interface to new generic rtc classKim Phillips2006-10-021-1/+5
| * | Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/vitb...Paul Mackerras2006-09-286-6/+252
| |\ \
| | * | POWERPC: Bring the fs_no calculation to the relevant SoC enumerationVitaly Bordug2006-09-212-0/+47
| | * | POWERPC: overhaul with cpm2_map mechanismVitaly Bordug2006-09-213-5/+62
| | * | POWERPC: Get rid of remapping the whole immrVitaly Bordug2006-09-213-0/+26
| | * | POWERPC: Add support for the mpc8560 eval boardVitaly Bordug2006-09-211-0/+53
| | * | POWERPC: Move generic cpm2 stuff to powerpcVitaly Bordug2006-09-211-1/+5
| | * | cpm_uart: make it possible to utilize from powerpcVitaly Bordug2006-09-212-0/+59
* | | | [PATCH] pr_debug: check pr_debug() argumentsZach Brown2006-10-031-2/+4
* | | | [PATCH] md: allow SET_BITMAP_FILE to work on 64bit kernel with 32bit userspacePaul Clements2006-10-031-0/+1
* | | | [PATCH] md: remove MAX_MD_DEVS which is an arbitrary limitNeilBrown2006-10-031-4/+1
* | | | [PATCH] md: Remove working_disks from raid1 state dataNeilBrown2006-10-031-1/+0
* | | | [PATCH] md: new sysfs interface for setting bits in the write-intent-bitmapPaul Clements2006-10-031-0/+2
* | | | [PATCH] md: remove 'working_disks' from raid10 stateNeilBrown2006-10-031-1/+0
* | | | [PATCH] md: remove the working_disks and failed_disks from raid5 state data.NeilBrown2006-10-031-1/+1
* | | | [PATCH] md: replace magic numbers in sb_dirty with well defined bit flagsNeilBrown2006-10-032-2/+5
* | | | [PATCH] md: fix a comment that is wrong in raid5.hNeilBrown2006-10-031-2/+3
* | | | [PATCH] md: the scheduled removal of the START_ARRAY ioctl for mdAdrian Bunk2006-10-032-2/+1
* | | | [PATCH] dm table: add target flushBryn Reeves2006-10-032-1/+3
* | | | [PATCH] dm: extract device limit settingBryn Reeves2006-10-031-0/+5
* | | | [PATCH] dm table: add target preresumeMilan Broz2006-10-032-2/+4
* | | | [PATCH] dm: export blkdev_driver_ioctlAlasdair G Kergon2006-10-031-0/+3
* | | | [PATCH] dm: support ioctls on mapped devicesMilan Broz2006-10-032-1/+6
* | | | [PATCH] sstfb: cleanupsAlan Cox2006-10-031-4/+0
* | | | [PATCH] vt: proper prototypes for some console functionsAdrian Bunk2006-10-032-0/+4
* | | | [PATCH] fbdev: Honor the return value of device_create_fileAntonino A. Daplas2006-10-031-0/+1
* | | | [PATCH] fbdev: Add generic ddc read functionalityDennis Munsie2006-10-031-0/+2
* | | | [PATCH] ide: Fix crash on repeated resetAlan Cox2006-10-031-0/+3
* | | | [PATCH] ide: remove dma_base2 field from ide_hwif_tSergei Shtylyov2006-10-031-1/+0
* | | | [PATCH] drivers/ide/: cleanupsAdrian Bunk2006-10-031-1/+0
* | | | [PATCH] Make number of IDE interfaces configurableMatt Mackall2006-10-031-1/+2
* | | | [PATCH] IDE: claim extra DMA ports regardless of channelSergei Shtylylov2006-10-031-1/+3
* | | | [PATCH] sched: cleanup sched_group cpu_power setupSiddha, Suresh B2006-10-032-12/+43
* | | | [PATCH] sched: introduce child field in sched_domainSiddha, Suresh B2006-10-037-0/+10
* | | | [PATCH] restore parport_pc probing on powermacOlaf Hering2006-10-031-1/+0
* | | | [PATCH] kernel-doc for kernel/dma.cRandy Dunlap2006-10-031-2/+1
* | | | [PATCH] Create kallsyms_lookup_size_offset()Franck Bui-Huu2006-10-031-0/+11
* | | | [PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbersDavid Howells2006-10-032-2/+2
* | | | [PATCH] pid.h cleanupAndrew Morton2006-10-031-15/+15
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2006-10-021-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | [WATCHDOG] pnx4008: add watchdog supportVitaly Wool2006-10-021-0/+1
* | | | Add prototype for sigset_from_compat()Linus Torvalds2006-10-021-0/+1
|/ / /
* | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2006-10-025-13/+31
|\ \ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2006-10-01939-11616/+24791
| |\ \ \
| * | | | [MTD ONENAND] Check OneNAND lock scheme & all block unlock command supportKyungmin Park2006-09-262-3/+7
OpenPOWER on IntegriCloud