Age | Commit message (Expand) | Author | Files | Lines |
2009-04-07 | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+0 |
2009-04-07 | dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24) | Yang Hongyang | 2 | -3/+3 |
2009-04-07 | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32) | Yang Hongyang | 3 | -5/+5 |
2009-04-07 | dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40) | Yang Hongyang | 1 | -1/+1 |
2009-04-07 | tracing, x86: remove duplicated #include | Huang Weiyi | 1 | -1/+0 |
2009-04-06 | Merge git://git.infradead.org/iommu-2.6 | Linus Torvalds | 5 | -59/+167 |
2009-04-05 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 4 | -8/+105 |
2009-04-05 | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 17 | -98/+268 |
2009-04-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask | Linus Torvalds | 33 | -562/+561 |
2009-04-05 | Merge branch 'linus' into release | Len Brown | 458 | -22515/+23708 |
2009-04-05 | Merge branch 'misc' into release | Len Brown | 2 | -1/+13 |
2009-04-05 | Merge branch 'x2apic' into release | Len Brown | 2 | -4/+89 |
2009-04-04 | x2apic/intr-remap: decouple interrupt remapping from x2apic | Han, Weidong | 3 | -8/+26 |
2009-04-03 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 10 | -81/+43 |
2009-04-03 | x86, ACPI: add support for x2apic ACPI extensions | Suresh Siddha | 2 | -4/+89 |
2009-04-04 | x86, mtrr: remove debug message | Ingo Molnar | 1 | -3/+0 |
2009-04-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -2/+2 |
2009-04-03 | x86, PAT: Remove duplicate memtype reserve in pci mmap | Suresh Siddha | 1 | -46/+0 |
2009-04-03 | Intel IOMMU Suspend/Resume Support - Interrupt Remapping | Fenghua Yu | 4 | -53/+143 |
2009-04-03 | x86: disable stack-protector for __restore_processor_state() | Joseph Cihula | 1 | -0/+5 |
2009-04-03 | Merge git://git.infradead.org/iommu-2.6 | Linus Torvalds | 2 | -2/+9 |
2009-04-03 | mm: fix misuse of debug_kmap_atomic | Akinobu Mita | 2 | -2/+1 |
2009-04-03 | x86: fix is_io_mapping_possible() build warning on i386 allnoconfig | Andrew Morton | 1 | -1/+1 |
2009-04-03 | ACPI: update comment | Zhang Rui | 1 | -1/+1 |
2009-04-03 | Merge branch 'dma-debug' of git://git.kernel.org/pub/scm/linux/kernel/git/jor... | Ingo Molnar | 16 | -88/+247 |
2009-04-03 | x86, setup: compile with -DDISABLE_BRANCH_PROFILING | H. Peter Anvin | 2 | -1/+3 |
2009-04-03 | x86/dma: unify definition of pci_unmap_addr* and pci_unmap_len macros | Joerg Roedel | 3 | -60/+32 |
2009-04-02 | Allow rwlocks to re-enable interrupts | Robin Holt | 1 | -0/+3 |
2009-04-02 | preadv/pwritev: Add preadv and pwritev system calls. | Gerd Hoffmann | 4 | -0/+10 |
2009-04-02 | sgi-gru: add macros for using the UV hub to send interrupts | Jack Steiner | 2 | -7/+14 |
2009-04-02 | sgi-gru: add definitions of x86_64 GRU MMRs | Jack Steiner | 1 | -0/+153 |
2009-04-02 | sgi-gru: exclude UV definitions on 32-bit x86 | Jack Steiner | 1 | -0/+2 |
2009-04-02 | signals: remove 'handler' parameter to tracehook functions | Oleg Nesterov | 1 | -1/+1 |
2009-04-02 | Simplify copy_thread() | Alexey Dobriyan | 2 | -2/+2 |
2009-04-02 | generic debug pagealloc: build fix | Akinobu Mita | 1 | -9/+0 |
2009-04-02 | x86, mm: fix misuse of debug_kmap_atomic | Akinobu Mita | 2 | -2/+1 |
2009-04-02 | Merge branch 'linus' into x86/urgent | Ingo Molnar | 99 | -1984/+4659 |
2009-04-02 | x86: remove duplicated code with pcpu_need_numa() | Yinghai Lu | 1 | -14/+0 |
2009-04-02 | x86,percpu: fix inverted NUMA test in setup_pcpu_remap() | Tejun Heo | 1 | -1/+1 |
2009-04-02 | Merge branch 'tracing/core-v2' into tracing-for-linus | Ingo Molnar | 17 | -98/+268 |
2009-04-01 | Merge branch 'x86-setup-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+6 |
2009-04-01 | x86, setup: guard against pre-ACPI 3 e820 code not updating %ecx | H. Peter Anvin | 1 | -0/+6 |
2009-04-01 | Merge branch 'x86/setup' of git://git.kernel.org/pub/scm/linux/kernel/git/tip... | Linus Torvalds | 1 | -9/+24 |
2009-04-01 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 8 | -92/+204 |
2009-04-01 | pm: cleanup includes | Magnus Damm | 1 | -24/+0 |
2009-04-01 | pm: rework includes, remove arch ifdefs | Magnus Damm | 5 | -0/+5 |
2009-04-01 | mm: use debug_kmap_atomic | Akinobu Mita | 2 | -0/+3 |
2009-04-01 | mm: introduce debug_kmap_atomic | Akinobu Mita | 1 | -44/+1 |
2009-04-01 | generic debug pagealloc | Akinobu Mita | 2 | -0/+4 |
2009-04-01 | x86: signal: check sas_ss_size instead of sas_ss_flags() | Hiroshi Shimamoto | 1 | -1/+1 |