summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2006-10-03Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds1-1/+2
2006-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds2-5/+56
2006-10-03[PATCH] pr_debug: check pr_debug() argumentsZach Brown1-2/+4
2006-10-03[PATCH] md: allow SET_BITMAP_FILE to work on 64bit kernel with 32bit userspacePaul Clements1-0/+1
2006-10-03[PATCH] md: remove MAX_MD_DEVS which is an arbitrary limitNeilBrown1-4/+1
2006-10-03[PATCH] md: Remove working_disks from raid1 state dataNeilBrown1-1/+0
2006-10-03[PATCH] md: new sysfs interface for setting bits in the write-intent-bitmapPaul Clements1-0/+2
2006-10-03[PATCH] md: remove 'working_disks' from raid10 stateNeilBrown1-1/+0
2006-10-03[PATCH] md: remove the working_disks and failed_disks from raid5 state data.NeilBrown1-1/+1
2006-10-03[PATCH] md: replace magic numbers in sb_dirty with well defined bit flagsNeilBrown2-2/+5
2006-10-03[PATCH] md: fix a comment that is wrong in raid5.hNeilBrown1-2/+3
2006-10-03[PATCH] md: the scheduled removal of the START_ARRAY ioctl for mdAdrian Bunk2-2/+1
2006-10-03[PATCH] dm table: add target flushBryn Reeves2-1/+3
2006-10-03[PATCH] dm: extract device limit settingBryn Reeves1-0/+5
2006-10-03[PATCH] dm table: add target preresumeMilan Broz2-2/+4
2006-10-03[PATCH] dm: export blkdev_driver_ioctlAlasdair G Kergon1-0/+3
2006-10-03[PATCH] dm: support ioctls on mapped devicesMilan Broz2-1/+6
2006-10-03[PATCH] vt: proper prototypes for some console functionsAdrian Bunk2-0/+4
2006-10-03[PATCH] fbdev: Honor the return value of device_create_fileAntonino A. Daplas1-0/+1
2006-10-03[PATCH] fbdev: Add generic ddc read functionalityDennis Munsie1-0/+2
2006-10-03[PATCH] ide: Fix crash on repeated resetAlan Cox1-0/+3
2006-10-03[PATCH] ide: remove dma_base2 field from ide_hwif_tSergei Shtylyov1-1/+0
2006-10-03[PATCH] drivers/ide/: cleanupsAdrian Bunk1-1/+0
2006-10-03[PATCH] Make number of IDE interfaces configurableMatt Mackall1-1/+2
2006-10-03[PATCH] IDE: claim extra DMA ports regardless of channelSergei Shtylylov1-1/+3
2006-10-03[PATCH] sched: cleanup sched_group cpu_power setupSiddha, Suresh B2-12/+43
2006-10-03[PATCH] sched: introduce child field in sched_domainSiddha, Suresh B2-0/+4
2006-10-03[PATCH] Create kallsyms_lookup_size_offset()Franck Bui-Huu1-0/+11
2006-10-03[PATCH] VFS: Make filldir_t and struct kstat deal in 64-bit inode numbersDavid Howells2-2/+2
2006-10-03[PATCH] pid.h cleanupAndrew Morton1-15/+15
2006-10-03Add prototype for sigset_from_compat()Linus Torvalds1-0/+1
2006-10-02Merge git://git.infradead.org/mtd-2.6Linus Torvalds3-5/+30
2006-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds4-88/+223
2006-10-02[PATCH] BLOCK: Revert patch to hack around undeclared sigset_t in linux/compat.hDavid Howells1-0/+1
2006-10-02[PATCH] replace cad_pid by a struct pidCedric Le Goater1-0/+7
2006-10-02[PATCH] introduce get_task_pid() to fix unsafe get_pid()Oleg Nesterov1-0/+2
2006-10-02[PATCH] remove remaining errno and __KERNEL_SYSCALLS__ referencesArnd Bergmann1-5/+1
2006-10-02[PATCH] rename the provided execve functions to kernel_execveArnd Bergmann1-0/+2
2006-10-02[PATCH] IPC namespace - utilsKirill Korotaev2-1/+20
2006-10-02[PATCH] IPC namespace coreKirill Korotaev4-0/+40
2006-10-02[PATCH] namespaces: utsname: implement CLONE_NEWUTS flagSerge E. Hallyn2-0/+12
2006-10-02[PATCH] namespaces: utsname: remove system_utsnameSerge E. Hallyn1-2/+0
2006-10-02[PATCH] namespaces: utsname: implement utsname namespacesSerge E. Hallyn4-3/+42
2006-10-02[PATCH] namespaces: utsname: switch to using uts namespacesSerge E. Hallyn1-1/+1
2006-10-02[PATCH] namespaces: utsname: introduce temporary helpersSerge E. Hallyn1-0/+10
2006-10-02[PATCH] namespaces: incorporate fs namespace into nsproxySerge E. Hallyn4-7/+7
2006-10-02[PATCH] namespaces: add nsproxySerge E. Hallyn3-0/+54
2006-10-02[PATCH] nfsd: lockdep annotationPeter Zijlstra1-2/+9
2006-10-02[PATCH] knfsd: make rpc threads pools numa awareGreg Banks1-0/+1
2006-10-02[PATCH] knfsd: add svc_set_num_threadsGreg Banks1-5/+16