| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2006-10-03 | 3 | -7/+15 |
|\ |
|
| * | [ARM] 3848/1: pxafb: Add option of fixing video modes and spitz QVGA mode sup... | Richard Purdie | 2006-10-02 | 2 | -3/+15 |
| * | [ARM] 3874/1: Remove leftover usage of asm/timeofday.h | Kevin Hilman | 2006-09-29 | 1 | -4/+0 |
* | | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-serial | Linus Torvalds | 2006-10-03 | 1 | -1/+2 |
|\ \ |
|
| * | | [SERIAL] Magic SysRq SAK does nothing on serial consoles | Simon Tatham | 2006-10-01 | 1 | -1/+1 |
| * | | [SERIAL] Fix oops when removing suspended serial port | Russell King | 2006-10-01 | 1 | -0/+1 |
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6 | Linus Torvalds | 2006-10-03 | 10 | -134/+25 |
|\ \ \ |
|
| * | | | sh: Fixup __raw_read_trylock(). | Paul Mundt | 2006-10-03 | 1 | -1/+8 |
| * | | | sh: Kill off remaining config.h references. | Paul Mundt | 2006-10-03 | 1 | -2/+0 |
| * | | | sh: Initial gitignore list | Paul Mundt | 2006-10-03 | 1 | -0/+3 |
| * | | | sh: build fixes for defconfigs. | Paul Mundt | 2006-10-03 | 3 | -5/+14 |
| * | | | sh: Kill off more dead headers. | Paul Mundt | 2006-10-03 | 4 | -126/+0 |
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2006-10-03 | 2 | -38/+34 |
|\ \ \ \ |
|
| * | | | | [SPARC64]: Do not include compat.h from asm-sparc64/signal.h any more. | David S. Miller | 2006-10-02 | 1 | -1/+0 |
| * | | | | [SPARC64]: Move signal compat bits to new header file. | David S. Miller | 2006-10-02 | 2 | -37/+34 |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc | Linus Torvalds | 2006-10-03 | 8 | -7/+261 |
|\ \ \ \ \ |
|
| * | | | | | [POWERPC] Fix rheap alignment problem | Li Yang | 2006-10-02 | 1 | -0/+4 |
| * | | | | | [POWERPC] Add powerpc get/set_rtc_time interface to new generic rtc class | Kim Phillips | 2006-10-02 | 1 | -1/+5 |
| * | | | | | Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/vitb... | Paul Mackerras | 2006-09-28 | 6 | -6/+252 |
| |\ \ \ \ \ |
|
| | * | | | | | POWERPC: Bring the fs_no calculation to the relevant SoC enumeration | Vitaly Bordug | 2006-09-21 | 2 | -0/+47 |
| | * | | | | | POWERPC: overhaul with cpm2_map mechanism | Vitaly Bordug | 2006-09-21 | 3 | -5/+62 |
| | * | | | | | POWERPC: Get rid of remapping the whole immr | Vitaly Bordug | 2006-09-21 | 3 | -0/+26 |
| | * | | | | | POWERPC: Add support for the mpc8560 eval board | Vitaly Bordug | 2006-09-21 | 1 | -0/+53 |
| | * | | | | | POWERPC: Move generic cpm2 stuff to powerpc | Vitaly Bordug | 2006-09-21 | 1 | -1/+5 |
| | * | | | | | cpm_uart: make it possible to utilize from powerpc | Vitaly Bordug | 2006-09-21 | 2 | -0/+59 |
* | | | | | | | [PATCH] pr_debug: check pr_debug() arguments | Zach Brown | 2006-10-03 | 1 | -2/+4 |
* | | | | | | | [PATCH] md: allow SET_BITMAP_FILE to work on 64bit kernel with 32bit userspace | Paul Clements | 2006-10-03 | 1 | -0/+1 |
* | | | | | | | [PATCH] md: remove MAX_MD_DEVS which is an arbitrary limit | NeilBrown | 2006-10-03 | 1 | -4/+1 |
* | | | | | | | [PATCH] md: Remove working_disks from raid1 state data | NeilBrown | 2006-10-03 | 1 | -1/+0 |
* | | | | | | | [PATCH] md: new sysfs interface for setting bits in the write-intent-bitmap | Paul Clements | 2006-10-03 | 1 | -0/+2 |
* | | | | | | | [PATCH] md: remove 'working_disks' from raid10 state | NeilBrown | 2006-10-03 | 1 | -1/+0 |
* | | | | | | | [PATCH] md: remove the working_disks and failed_disks from raid5 state data. | NeilBrown | 2006-10-03 | 1 | -1/+1 |
* | | | | | | | [PATCH] md: replace magic numbers in sb_dirty with well defined bit flags | NeilBrown | 2006-10-03 | 2 | -2/+5 |
* | | | | | | | [PATCH] md: fix a comment that is wrong in raid5.h | NeilBrown | 2006-10-03 | 1 | -2/+3 |
* | | | | | | | [PATCH] md: the scheduled removal of the START_ARRAY ioctl for md | Adrian Bunk | 2006-10-03 | 2 | -2/+1 |
* | | | | | | | [PATCH] dm table: add target flush | Bryn Reeves | 2006-10-03 | 2 | -1/+3 |
* | | | | | | | [PATCH] dm: extract device limit setting | Bryn Reeves | 2006-10-03 | 1 | -0/+5 |
* | | | | | | | [PATCH] dm table: add target preresume | Milan Broz | 2006-10-03 | 2 | -2/+4 |
* | | | | | | | [PATCH] dm: export blkdev_driver_ioctl | Alasdair G Kergon | 2006-10-03 | 1 | -0/+3 |
* | | | | | | | [PATCH] dm: support ioctls on mapped devices | Milan Broz | 2006-10-03 | 2 | -1/+6 |
* | | | | | | | [PATCH] sstfb: cleanups | Alan Cox | 2006-10-03 | 1 | -4/+0 |
* | | | | | | | [PATCH] vt: proper prototypes for some console functions | Adrian Bunk | 2006-10-03 | 2 | -0/+4 |
* | | | | | | | [PATCH] fbdev: Honor the return value of device_create_file | Antonino A. Daplas | 2006-10-03 | 1 | -0/+1 |
* | | | | | | | [PATCH] fbdev: Add generic ddc read functionality | Dennis Munsie | 2006-10-03 | 1 | -0/+2 |
* | | | | | | | [PATCH] ide: Fix crash on repeated reset | Alan Cox | 2006-10-03 | 1 | -0/+3 |
* | | | | | | | [PATCH] ide: remove dma_base2 field from ide_hwif_t | Sergei Shtylyov | 2006-10-03 | 1 | -1/+0 |
* | | | | | | | [PATCH] drivers/ide/: cleanups | Adrian Bunk | 2006-10-03 | 1 | -1/+0 |
* | | | | | | | [PATCH] Make number of IDE interfaces configurable | Matt Mackall | 2006-10-03 | 1 | -1/+2 |
* | | | | | | | [PATCH] IDE: claim extra DMA ports regardless of channel | Sergei Shtylylov | 2006-10-03 | 1 | -1/+3 |
* | | | | | | | [PATCH] sched: cleanup sched_group cpu_power setup | Siddha, Suresh B | 2006-10-03 | 2 | -12/+43 |