| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2006-01-15 | 2 | -2/+2 |
|\ |
|
| * | Fix "stuct", "strut", "struc" typos | Alexey Dobriyan | 2006-01-15 | 2 | -2/+2 |
* | | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2006-01-15 | 1 | -0/+2 |
|\ \ |
|
| * | | [ARM] Fix missing compiler.h include | Russell King | 2006-01-15 | 1 | -0/+2 |
* | | | [PATCH] Use atomic64_set for 64-bit case of atomic_long_set | Kyle McMartin | 2006-01-15 | 1 | -1/+1 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-merge | Linus Torvalds | 2006-01-15 | 2 | -12/+81 |
|\ \ \
| |/ /
|/| | |
|
| * | | [PATCH] ppc: Remove powermac support from ARCH=ppc | Paul Mackerras | 2006-01-15 | 1 | -0/+8 |
| * | | [PATCH] powerpc: Fix kdump copy regs and dynamic allocate per-cpu crash notes | Haren Myneni | 2006-01-15 | 1 | -12/+73 |
| |/ |
|
* | | Merge master.kernel.org:/home/rmk/linux-2.6-serial | Linus Torvalds | 2006-01-14 | 1 | -1/+2 |
|\ \ |
|
| * | | [SERIAL] convert uart_state.sem to uart_state.mutex | Ingo Molnar | 2006-01-13 | 1 | -1/+2 |
* | | | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2006-01-14 | 11 | -65/+155 |
|\ \ \ |
|
| * | | | [ARM] 3262/4: allow ptraced syscalls to be overriden | Nicolas Pitre | 2006-01-14 | 1 | -0/+3 |
| * | | | [ARM] 3110/5: old ABI compat: multi-ABI syscall entry support | Nicolas Pitre | 2006-01-14 | 1 | -7/+10 |
| * | | | [ARM] 3108/2: old ABI compat: statfs64 and fstatfs64 | Nicolas Pitre | 2006-01-14 | 1 | -1/+37 |
| * | | | [ARM] 3106/2: ARM EABI: some syscall adjustments | Nicolas Pitre | 2006-01-14 | 1 | -9/+2 |
| * | | | [ARM] 3105/4: ARM EABI: new syscall entry convention | Nicolas Pitre | 2006-01-14 | 1 | -22/+26 |
| * | | | [ARM] 3102/1: ARM EABI: stack pointer must be 64-bit aligned after a CPU exce... | Nicolas Pitre | 2006-01-14 | 1 | -3/+5 |
| * | | | [ARM] 3101/1: ARM EABI: slab memory must be 64-bit aligned | Nicolas Pitre | 2006-01-14 | 1 | -0/+7 |
| * | | | [ARM] Separate VIC (vectored interrupt controller) support from Versatile | Russell King | 2006-01-13 | 3 | -22/+47 |
| * | | | [ARM] start_thread fixup for nommu mode | Hyok S. Choi | 2006-01-13 | 1 | -0/+7 |
| * | | | [ARM] 3260/1: remove phys_ram from struct machine_desc (part 2) | Nicolas Pitre | 2006-01-13 | 1 | -1/+1 |
| * | | | [ARM] 3257/1: ixp2000: map in scratch and sram | Lennert Buytenhek | 2006-01-13 | 1 | -0/+10 |
| |/ / |
|
* | | | [PATCH] When CONFIG_CC_OPTIMIZE_FOR_SIZE, allow gcc4 to control inlining | Ingo Molnar | 2006-01-14 | 1 | -0/+9 |
* | | | [PATCH] mark several functions __always_inline | Ingo Molnar | 2006-01-14 | 7 | -15/+15 |
* | | | [PATCH] Make __always_inline actually force always inlining | Ingo Molnar | 2006-01-14 | 2 | -1/+2 |
* | | | [PATCH] fbdev: Sanitize ->fb_mmap prototype | Christoph Hellwig | 2006-01-14 | 1 | -1/+1 |
* | | | [PATCH] fbdev: Sanitize ->fb_ioctl prototype | Christoph Hellwig | 2006-01-14 | 1 | -4/+4 |
* | | | [PATCH] smbfs: remove kmalloc wrapper | Pekka Enberg | 2006-01-14 | 1 | -47/+0 |
* | | | [PATCH] ncpfs: remove kmalloc wrapper | Pekka Enberg | 2006-01-14 | 1 | -28/+0 |
* | | | [PATCH] cpuset oom lock fix | Paul Jackson | 2006-01-14 | 1 | -0/+6 |
* | | | [PATCH] s390: email-address change | Cornelia Huck | 2006-01-14 | 1 | -1/+1 |
* | | | [PATCH] s390: cputime misaccounting | Martin Schwidefsky | 2006-01-14 | 2 | -6/+3 |
* | | | [PATCH] s390: sigcontext.h vs __user | Martin Schwidefsky | 2006-01-14 | 1 | -0/+2 |
* | | | [PATCH] Add tmpfs options for memory placement policies | Robin Holt | 2006-01-14 | 2 | -7/+6 |
* | | | [PATCH] Fix for CONFIG_NUMA without CONFIG_SWAP | Christoph Lameter | 2006-01-14 | 1 | -0/+5 |
* | | | [PATCH] sched: add new SCHED_BATCH policy | Ingo Molnar | 2006-01-14 | 1 | -3/+4 |
* | | | [PATCH] Altix: ioc3 serial support | Patrick Gefre | 2006-01-14 | 2 | -0/+334 |
* | | | [PATCH] convert /proc/devices to use seq_file interface | Neil Horman | 2006-01-14 | 1 | -0/+11 |
| |/
|/| |
|
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2006-01-14 | 10 | -16/+91 |
|\ \ |
|
| * | | [SCSI] iscsi: seperate iscsi interface from setup functions | Mike Christie | 2006-01-14 | 2 | -8/+73 |
| * | | [SCSI] remove target parent limitiation | Christoph Hellwig | 2006-01-14 | 2 | -5/+8 |
| * | | [SCSI] fusion - adding support for FC949ES | Moore, Eric | 2006-01-14 | 1 | -0/+1 |
| * | | [SCSI] sem2mutex: scsi_transport_spi.c | Jes Sorensen | 2006-01-14 | 1 | -1/+1 |
| * | | [SCSI] fc transport: add permanent_port_name fc_host attribute | Andreas Herrmann | 2006-01-14 | 1 | -0/+4 |
| * | | [SCSI] always handle REQ_BLOCK_PC requests in common code | Christoph Hellwig | 2006-01-14 | 1 | -1/+0 |
| * | | [SCSI] turn most scsi semaphores into mutexes | Arjan van de Ven | 2006-01-12 | 1 | -1/+2 |
| * | | [SCSI] raid_class.c - adding RAID10 and RAID10 defines | Moore, Eric | 2006-01-12 | 1 | -0/+2 |
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/spi-2.6 | Linus Torvalds | 2006-01-14 | 4 | -0/+852 |
|\ \ \ |
|
| * | | | [PATCH] spi: remove fastcall crap | Andrew Morton | 2006-01-13 | 1 | -1/+1 |
| * | | | [PATCH] spi: use linked lists rather than an array | Vitaly Wool | 2006-01-13 | 2 | -29/+70 |