| Commit message (Expand) | Author | Age |
* | Merge branch 'master' of hera.kernel.org:/pub/scm/linux/kernel/git/kyle/paris... | Linus Torvalds | 2007-10-20 |
|\ |
|
| * | [PARISC] fix uninitialized variable warning in asm/rtc.h | Kyle McMartin | 2007-10-20 |
| * | [PARISC] Kill off broken irqstack code | Kyle McMartin | 2007-10-18 |
| * | [PARISC] Kill off ASM_PAGE_SIZE use | Sam Ravnborg | 2007-10-18 |
| * | [PARISC] parisc: "extern inline" -> "static inline" | Adrian Bunk | 2007-10-18 |
| * | [PARISC] Clean up asm-parisc/pdc.h | Kyle McMartin | 2007-10-18 |
| * | [PARISC] Export pdc.h for palo | Jeff Bailey | 2007-10-18 |
| * | [PARISC] Wire up sys_fallocate (and compat_sys_fallocate) | Kyle McMartin | 2007-10-18 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2007-10-19 |
|\ \ |
|
| * | | fix do_sys_open() prototype | Jason Uhlenkott | 2007-10-19 |
| * | | Typo: depricated -> deprecated | Rolf Eike Beer | 2007-10-19 |
| * | | include/asm-*/system.h: remove unused set_rmb(), set_wmb() macros | Stefan Richter | 2007-10-19 |
| * | | x86 hpet.h: remove broken links | Dave Young | 2007-10-19 |
| * | | fix up security_socket_getpeersec_* documentation | Serge Hallyn | 2007-10-19 |
| * | | powerpc: Remove obsolete prototype | Julio M. Merino Vidal | 2007-10-19 |
| * | | Spelling fix: explicitly | Jean Delvare | 2007-10-19 |
| * | | Convert files to UTF-8 and some cleanups | Jan Engelhardt | 2007-10-19 |
| * | | Fix misspellings of "system", "controller", "interrupt" and "necessary". | Robert P. J. Day | 2007-10-19 |
| * | | crypto: convert crypto.h to UTF-8 | John Anthony Kazos Jr | 2007-10-19 |
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6 | Linus Torvalds | 2007-10-19 |
|\ \ \ |
|
| * | | | ide: constify struct ide_port_info | Bartlomiej Zolnierkiewicz | 2007-10-19 |
| * | | | ide: replace ide_pci_device_t by struct ide_port_info | Bartlomiej Zolnierkiewicz | 2007-10-19 |
| * | | | ide: remove write-only hwif->hw | Bartlomiej Zolnierkiewicz | 2007-10-19 |
| * | | | ide: add hwif->ack_intr hook | Bartlomiej Zolnierkiewicz | 2007-10-19 |
| * | | | icside: use ec->dma directly | Bartlomiej Zolnierkiewicz | 2007-10-19 |
| * | | | ide: add CONFIG_IDE_ARCH_OBSOLETE_INIT | Bartlomiej Zolnierkiewicz | 2007-10-19 |
| * | | | ide: remove redundant comments from ide.h | Bartlomiej Zolnierkiewicz | 2007-10-19 |
| * | | | ide: add ide_find_port() helper | Bartlomiej Zolnierkiewicz | 2007-10-19 |
| * | | | ide: add ide_device_add() | Bartlomiej Zolnierkiewicz | 2007-10-19 |
| * | | | ide: add ->fixup method to ide_hwif_t | Bartlomiej Zolnierkiewicz | 2007-10-19 |
| * | | | ide: add IDE_HFLAG_{IO_32BIT,UNMASK_IRQS} host flags | Bartlomiej Zolnierkiewicz | 2007-10-19 |
| * | | | ide: add IDE_HFLAG_RQSIZE_256 host flag | Bartlomiej Zolnierkiewicz | 2007-10-19 |
| * | | | ide: add IDE_HFLAG_FORCE_LEGACY_IRQS host flag | Bartlomiej Zolnierkiewicz | 2007-10-19 |
| * | | | ide: add ->chipset field to ide_pci_device_t | Bartlomiej Zolnierkiewicz | 2007-10-19 |
| * | | | ide: remove unused ->next field from ide_pci_device_t | Bartlomiej Zolnierkiewicz | 2007-10-19 |
| |/ / |
|
* | | | dm: uevent generate events | Mike Anderson | 2007-10-19 |
* | | | dm: export name and uuid | Mike Anderson | 2007-10-19 |
* | | | dm io:ctl use constant struct size | Milan Broz | 2007-10-19 |
* | | | Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/tglx/linux-2.6-x86 | Linus Torvalds | 2007-10-19 |
|\ \ \ |
|
| * | | | x86: convert cpuinfo_x86 array to a per_cpu array | Mike Travis | 2007-10-19 |
| * | | | x86: introduce frame_pointer() and stack_pointer() | Jan Blunck | 2007-10-19 |
| * | | | x86 & generic: change to __builtin_prefetch() | Andi Kleen | 2007-10-19 |
| * | | | x86: convert cpu_llc_id to be a per cpu variable | Mike Travis | 2007-10-19 |
| * | | | x86: convert cpu_to_apicid to be a per cpu variable | Mike Travis | 2007-10-19 |
| * | | | i386: introduce "used_vectors" bitmap which can be used to reserve vectors. | Rusty Russell | 2007-10-19 |
| * | | | x86: implement missing x86_64 function smp_call_function_mask() | Laurent Vivier | 2007-10-19 |
| * | | | x86: use descriptor's functions instead of inline assembly | Glauber de Oliveira Costa | 2007-10-19 |
| * | | | i386: consolidate show_regs and show_registers for i386 | Pavel Emelyanov | 2007-10-19 |
| * | | | i386: i386 add AMD64 Barcelona PMU MSR definitions to msr.h | Stephane Eranian | 2007-10-19 |
| * | | | x86: Unify i386 and x86-64 early quirks | Andi Kleen | 2007-10-19 |