summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ide: fix enabling DMA on it821x in "smart" modeBartlomiej Zolnierkiewicz2008-03-071-1/+1
| * | | ide-cd: mark REQ_TYPE_ATA_PC write requests with REQ_RW flagBartlomiej Zolnierkiewicz2008-03-071-0/+4
* | | | Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2008-03-075-4/+13
|\ \ \ \ | |/ / / |/| | |
| * | | NFS: Fix dentry revalidation for NFSv4 referrals and mountpoint crossingsTrond Myklebust2008-03-071-0/+2
| * | | NFS: Fix the fsid revalidation in nfs_update_inode()Trond Myklebust2008-03-072-2/+5
| * | | SUNRPC: Fix a nfs4 over rdma transport oopsTom Talpey2008-03-071-1/+5
| * | | NFS: Fix an f_mode/f_flags confusion in fs/nfs/write.cTrond Myklebust2008-03-071-1/+1
* | | | gigaset: fix Oops on module unload regressionTilman Schmidt2008-03-071-2/+4
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/min...Linus Torvalds2008-03-074-11/+49
|\ \ \ \
| * | | | sched: don't allow rt_runtime_us to be zero for groups having rt tasksDhaval Giani2008-03-071-0/+17
| * | | | sched: rt-group: fixup schedulability constraints calculationPeter Zijlstra2008-03-071-7/+3
| * | | | sched: fix the wrong time slice value for SCHED_FIFO tasksMiao Xie2008-03-071-1/+1
| * | | | sched: export task_nicePavel Roskin2008-03-071-1/+1
| * | | | sched: balance RT task resched only on runqueueSteven Rostedt2008-03-071-2/+4
| * | | | sched: retain vruntimePeter Zijlstra2008-03-073-0/+23
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-03-078-18/+15
|\ \ \ \ \
| * | | | | x86-boot: don't request VBE2 informationPeter Korsgaard2008-03-072-10/+1
| * | | | | x86: re-add reboot fixupsIngo Molnar2008-03-071-0/+6
| * | | | | x86: fix typo in step.cJan Beulich2008-03-071-2/+2
| * | | | | x86: fix merge mistake in i387.cJan Beulich2008-03-071-1/+1
| * | | | | x86: clear DF before calling signal handlerAurelien Jarno2008-03-073-5/+5
| |/ / / /
* | | | | drivers/char/esp.c: fix bootup lockupIngo Molnar2008-03-071-0/+1
|/ / / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.25Linus Torvalds2008-03-0632-922/+625
|\ \ \ \
| * | | | sh: Fix up the sh64 build.Paul Mundt2008-03-062-19/+7
| * | | | sh: Fix up SH7710 VoIP-GW build.Paul Mundt2008-03-066-449/+250
| * | | | sh: Flag PMB support as EXPERIMENTAL.Paul Mundt2008-03-061-1/+1
| * | | | sh: Update r7780mp defconfig.Paul Mundt2008-03-061-25/+66
| * | | | fb: hitfb: Balance probe/remove section annotations.Paul Mundt2008-03-061-2/+2
| * | | | sh: hp6xx: Fix up hp6xx_apm build failure.Paul Mundt2008-03-061-0/+2
| * | | | fb: pvr2fb: Fix up remaining section mismatch.Paul Mundt2008-03-061-8/+4
| * | | | sh: Fix up section mismatches.Paul Mundt2008-03-062-2/+2
| * | | | sh: hp6xx: Correct APM output.Kristoffer Ericson2008-03-061-6/+14
| * | | | sh: update se7780 defconfiggoda.yusuke2008-03-061-391/+255
| * | | | sh: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-0613-17/+17
| * | | | sh: export copy-page() to modulesAndrew Morton2008-03-062-0/+2
| * | | | sh_ksyms_32.c update for gcc 4.3Adrian Bunk2008-03-061-2/+2
| * | | | sh/mm/pg-sh7705.c must #include <linux/fs.h>Adrian Bunk2008-03-061-0/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo...Linus Torvalds2008-03-065-12/+17
|\ \ \ \ \
| * | | | | [Blackfin] arch: current_l1_stack_save is a pointer, so use NULL rather than 0Mike Frysinger2008-03-051-1/+1
| * | | | | [Blackfin] arch: fix atomic and32/xor32 comments and ENDPROC markingsMike Frysinger2008-03-031-6/+6
| * | | | | [Blackfin] arch: fix bug - allow SDH driver to be used as moduleMichael Hennerich2008-03-031-2/+2
| * | | | | [Blackfin] arch: to kill syscalls missing warning by adding new timerfd syscallsBryan Wu2008-03-062-3/+8
| |/ / / /
* | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2008-03-0632-465/+289
|\ \ \ \ \
| * | | | | [IA64] kprobes arch consolidation build fixHarvey Harrison2008-03-063-3/+3
| * | | | | [IA64] update efi region debugging to use MB, GB and TB as well as KBSimon Horman2008-03-061-4/+22
| * | | | | [IA64] use dev_printk in video quirkBjorn Helgaas2008-03-061-1/+1
| * | | | | [IA64] remove remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-0626-191/+186
| * | | | | [IA64] remove unnecessary nfs includes from sys_ia32.cKOSAKI Motohiro2008-03-061-6/+1
| * | | | | [IA64] remove CONFIG_SMP ifdef in ia64_send_ipi()Bjorn Helgaas2008-03-061-4/+0
| * | | | | [IA64] arch_ptrace() cleanupPetr Tesarik2008-03-051-59/+31
OpenPOWER on IntegriCloud