aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | [PATCH] Added URI of "linux kernel development process"Paolo Ciarrocchi2006-04-271-1/+2
| * | | [PATCH] Kobject: possible cleanupsAdrian Bunk2006-04-272-6/+2
| * | | [PATCH] Fix OCFS2 warning when DEBUG_FS is not enabledJean Delvare2006-04-271-3/+2
| * | | [PATCH] Kobject: fix build errorKay Sievers2006-04-272-2/+8
| * | | [PATCH] Frame buffer: remove cmap sysfs interfaceJon Smirl2006-04-271-89/+3
| |/ /
* | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2006-04-2760-1845/+2397
|\ \ \
| * | | [MIPS] Fix branch emulation for floating-point exceptions.Ralf Baechle2006-04-271-1/+1
| * | | [MIPS] Cleanup inode->r_dev usage.Ralf Baechle2006-04-272-9/+8
| * | | [MIPS] Update MIPS defconfigs.Ralf Baechle2006-04-2746-1768/+2316
| * | | [MIPS] Get rid of CONFIG_ADVANCED.Ralf Baechle2006-04-271-27/+23
| * | | [MIPS] Kconfig: Clarify description of CROSSCOMPILE.Ralf Baechle2006-04-271-1/+7
| * | | [MIPS] 24K LV: Add core card id.Chris Dearman2006-04-274-0/+6
| * | | [MIPS] Sparse: fix sparse for 64-bit kernels.Atsushi Nemoto2006-04-271-1/+4
| * | | [MIPS] Use __ffs() instead of ffs() in ip32_irq0().Atsushi Nemoto2006-04-271-3/+4
| * | | [MIPS] Fix bitops for MIPS32/MIPS64 CPUs.Atsushi Nemoto2006-04-271-32/+24
| * | | [MIPS] Fix ip27 build.Atsushi Nemoto2006-04-271-1/+1
| * | | [MIPS] Oprofile: fix sparse warning.Ralf Baechle2006-04-271-1/+1
| * | | [MIPS] Fix oprofile module unloadingRalf Baechle2006-04-271-1/+2
| |/ /
* | | Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2006-04-273-32/+101
|\ \ \
| * | | [PATCH] splice: make the read-side do batched page lookupsJens Axboe2006-04-271-30/+65
| * | | [PATCH] Add find_get_pages_contig(): contiguous variant of find_get_pages()Jens Axboe2006-04-272-0/+34
| * | | [PATCH] splice: switch to using page_cache_readahead()Jens Axboe2006-04-271-2/+2
| |/ /
* | | [PATCH] x86/PAE: Fix pte_clear for the >4GB RAM caseZachary Amsden2006-04-273-3/+24
|/ /
* | Linux v2.6.17-rc3Linus Torvalds2006-04-261-1/+1
* | Merge master.kernel.org:/home/rmk/linux-2.6-mmcLinus Torvalds2006-04-261-6/+4
|\ \
| * | [MMC] pxamci: fix data timeout calculationRussell King2006-04-241-6/+4
* | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2006-04-266-6/+8
|\ \ \
| * \ \ Merge nommu treeRussell King2006-04-262-2/+4
| |\ \ \
| | * | | [ARM] nommu: trivial fixups for head-nommu.S and the MakefileHyok S. Choi2006-04-242-2/+4
| | |/ /
| * | | [ARM] vfp: fix leak of VFP_NAN_FLAG into FPSCRRussell King2006-04-253-3/+3
| * | | [ARM] 3484/1: Correct AEABI CFLAGS for correct enum handlingRichard Purdie2006-04-251-1/+1
* | | | [PATCH] Remove __devinit and __cpuinit from notifier_call definitionsChandra Seetharaman2006-04-2619-19/+19
* | | | [PATCH] Remove __devinitdata from notifier block definitionsChandra Seetharaman2006-04-269-9/+9
* | | | [PATCH] LSM: add missing hook to do_compat_readv_writev()James Morris2006-04-261-0/+4
* | | | [PATCH] protect ext3 ioctl modifying append_only, immutable, etc. with i_mutexAl Viro2006-04-261-4/+14
* | | | [PATCH] fix mips sys32_p{read,write}Al Viro2006-04-261-62/+2
* | | | [PATCH] forgotten ->b_data in memcpy() call in ext3/resize.c (oopsable)Al Viro2006-04-261-1/+1
* | | | [PATCH] fix leak in activate_ep_files()Al Viro2006-04-261-0/+1
* | | | Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2006-04-2611-77/+328
|\ \ \ \
| * | | | [PATCH] splice: add ->splice_write support for /dev/nullJens Axboe2006-04-261-0/+14
| * | | | [PATCH] splice: rearrange moving to/from pipe helpersJens Axboe2006-04-262-24/+28
| * | | | [PATCH] Add support for the sys_vmsplice syscallJens Axboe2006-04-269-43/+268
| * | | | [PATCH] splice: fix offset problemsJens Axboe2006-04-261-19/+27
| * | | | [PATCH] splice: fix min() warningAndrew Morton2006-04-261-1/+1
* | | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-04-2618-147/+354
|\ \ \ \ \
| * | | | | [PATCH] forcedeth: fix initializationAyaz Abdulla2006-04-261-12/+67
| * | | | | [PATCH] sky2: version 1.2Stephen Hemminger2006-04-261-1/+1
| * | | | | [PATCH] sky2: reset function can be devinitStephen Hemminger2006-04-261-1/+1
| * | | | | [PATCH] sky2: use ALIGN() macroStephen Hemminger2006-04-261-4/+2
| * | | | | [PATCH] sky2: add fake idle irq timerStephen Hemminger2006-04-262-1/+23