| Commit message (Expand) | Author | Age | Files | Lines |
*-. | Merge branches 'x86/apic', 'x86/cleanups' and 'x86/mm' into x86/core | Ingo Molnar | 2009-03-28 | 6 | -39/+27 |
|\ \ |
|
| | * | x86: early_ioremap_init(), use __fix_to_virt(), because we are sure it's safe | Wang Chen | 2009-03-25 | 1 | -1/+1 |
| * | | Merge branch 'x86/core' of git://git.kernel.org/pub/scm/linux/kernel/git/jasw... | Ingo Molnar | 2009-03-24 | 5 | -38/+26 |
| |\ \
| | |/
| |/| |
|
| | * | x86: e820 fix various signedness issues in setup.c and e820.c | Jaswinder Singh Rajput | 2009-03-23 | 2 | -6/+6 |
| | * | x86: apic/io_apic.c define msi_ir_chip and ir_ioapic_chip all the time | Jaswinder Singh Rajput | 2009-03-22 | 1 | -5/+4 |
| | * | x86: irq.c keep CONFIG_X86_LOCAL_APIC interrupts together | Jaswinder Singh Rajput | 2009-03-22 | 1 | -9/+6 |
| | * | x86: irq.c use same path for show_interrupts | Jaswinder Singh Rajput | 2009-03-22 | 1 | -8/+0 |
| | * | x86: cpu/cpu.h cleanup | Jaswinder Singh Rajput | 2009-03-22 | 1 | -10/+10 |
* | | | Revert "x86: don't compile vsmp_64 for 32bit" | Ravikiran G Thirumalai | 2009-03-25 | 4 | -4/+14 |
* | | | x86: Correct behaviour of irq affinity | Rusty Russell | 2009-03-25 | 1 | -2/+3 |
* | | | x86: use default_cpu_mask_to_apicid for 64bit | Yinghai Lu | 2009-03-24 | 2 | -26/+12 |
* | | | x86: fix set_extra_move_desc calling | Yinghai Lu | 2009-03-24 | 1 | -1/+2 |
|/ / |
|
| | | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
| \ | |
*---------. \ | Merge branches 'x86/apic', 'x86/cleanups', 'x86/mm', 'x86/pat', 'x86/setup' a... | Ingo Molnar | 2009-03-24 | 44 | -2173/+1555 |
|\ \ \ \ \ \ \ |
|
| | | | | | * \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2009-03-23 | 5 | -25/+11 |
| | | | | | |\ \ |
|
| | | | | | | * \ | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 2009-03-19 | 336 | -4117/+6357 |
| | | | | | | |\ \ |
|
| | | | | | | * | | | sparc64: Fix crash with /proc/iomem | Mikulas Patocka | 2009-03-19 | 1 | -1/+1 |
| | | | | | | * | | | sparc64: Reschedule KGDB capture to a software interrupt. | David S. Miller | 2009-03-19 | 4 | -24/+10 |
| | | | | | * | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/galak/p... | Linus Torvalds | 2009-03-23 | 1 | -0/+9 |
| | | | | | |\ \ \ \ |
|
| | | | | | | * | | | | powerpc/mm: Fix Respect _PAGE_COHERENT on classic ppc32 SW TLB load machines | Kumar Gala | 2009-03-23 | 1 | -0/+9 |
| | | | | | * | | | | | Merge branch 'fix-includes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2009-03-22 | 24 | -1907/+1209 |
| | | | | | |\ \ \ \ \ |
|
| | | | | | | * | | | | | m68k: merge the non-MMU and MMU versions of siginfo.h | Greg Ungerer | 2009-03-16 | 3 | -101/+95 |
| | | | | | | * | | | | | m68k: use the MMU version of unistd.h for all m68k platforms | Greg Ungerer | 2009-03-16 | 3 | -749/+372 |
| | | | | | | * | | | | | m68k: merge the non-MMU and MMU versions of signal.h | Greg Ungerer | 2009-03-16 | 3 | -369/+212 |
| | | | | | | * | | | | | m68k: merge the non-MMU and MMU versions of ptrace.h | Greg Ungerer | 2009-03-16 | 3 | -170/+85 |
| | | | | | | * | | | | | m68k: use MMU version of setup.h for both MMU and non-MMU | Greg Ungerer | 2009-03-16 | 3 | -389/+374 |
| | | | | | | * | | | | | m68k: merge the non-MMU and MMU versions of sigcontext.h | Greg Ungerer | 2009-03-16 | 3 | -39/+22 |
| | | | | | | * | | | | | m68k: merge the non-MMU and MMU versions of swab.h | Greg Ungerer | 2009-03-16 | 3 | -44/+26 |
| | | | | | | * | | | | | m68k: merge the non-MMU and MMU versions of param.h | Greg Ungerer | 2009-03-16 | 3 | -46/+23 |
| | | | | * | | | | | | | x86: signal: check signal stack overflow properly | Hiroshi Shimamoto | 2009-03-20 | 1 | -21/+27 |
| | | | | | |_|_|_|_|/
| | | | | |/| | | | | |
|
| | | | * / | | | | | | x86/dmi: fix dmi_alloc() section mismatches | Jeremy Fitzhardinge | 2009-03-23 | 1 | -1/+4 |
| | | | |/ / / / / / |
|
| | | * / / / / / / | x86, PAT, PCI: Change vma prot in pci_mmap to reflect inherited prot | Pallipadi, Venkatesh | 2009-03-24 | 1 | -0/+3 |
| | | |/ / / / / / |
|
| | * | | | | | | | Revert "x86: create a non-zero sized bm_pte only when needed" | Jeremy Fitzhardinge | 2009-03-21 | 1 | -16/+3 |
| | * | | | | | | | x86, CPA: Add set_pages_arrayuc and set_pages_array_wb | venkatesh.pallipadi@intel.com | 2009-03-20 | 2 | -0/+66 |
| | * | | | | | | | x86, PAT: Add support for struct page pointer array in cpa set_clr | venkatesh.pallipadi@intel.com | 2009-03-20 | 1 | -29/+50 |
| | * | | | | | | | x86, CPA: Add a flag parameter to cpa set_clr() | venkatesh.pallipadi@intel.com | 2009-03-20 | 1 | -5/+5 |
| | |/ / / / / / |
|
| * | | | | | | | x86: Fix a couple of sparse warnings in arch/x86/kernel/apic/io_apic.c | Dmitri Vorobiev | 2009-03-22 | 1 | -2/+2 |
| * | | | | | | | Merge branch 'x86/core' of git://git.kernel.org/pub/scm/linux/kernel/git/jasw... | Ingo Molnar | 2009-03-21 | 1 | -52/+60 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | x86: mpparse.c introduce check_physptr helper function | Jaswinder Singh Rajput | 2009-03-21 | 1 | -44/+50 |
| | * | | | | | | | x86: mpparse.c introduce smp_dump_mptable helper function | Jaswinder Singh Rajput | 2009-03-21 | 1 | -8/+10 |
| | |/ / / / / / |
|
| * | | | | | | | x86: pci-nommu.c cleanup | Jaswinder Singh Rajput | 2009-03-21 | 1 | -10/+10 |
| * | | | | | | | x86: io_delay.c cleanup | Jaswinder Singh Rajput | 2009-03-21 | 1 | -14/+13 |
| * | | | | | | | x86: rtc.c cleanup | Jaswinder Singh Rajput | 2009-03-21 | 1 | -9/+11 |
| * | | | | | | | x86: i8253 cleanup | Jaswinder Singh Rajput | 2009-03-21 | 1 | -35/+33 |
| * | | | | | | | x86: kdebugfs.c cleanup | Jaswinder Singh Rajput | 2009-03-21 | 1 | -46/+36 |
| * | | | | | | | x86: topology.c cleanup | Jaswinder Singh Rajput | 2009-03-21 | 1 | -6/+8 |
| |/ / / / / / |
|
* / / / / / / | x86: fix IO APIC resource allocation error message | Bartlomiej Zolnierkiewicz | 2009-03-20 | 1 | -3/+6 |
|/ / / / / / |
|
| | | | | | | |
| \ \ \ \ \ | |
| \ \ \ \ \ | |
| \ \ \ \ \ | |
*---. | | | | | | Merge branches 'x86/cleanups', 'x86/mm', 'x86/setup' and 'linus' into x86/core | Ingo Molnar | 2009-03-20 | 22 | -170/+265 |
|\ \ \| | | | | |
|
| | | * | | | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2009-03-19 | 8 | -40/+48 |
| | | |\ \ \ \ \
| | | | |_|_|_|/
| | | |/| | | | |
|
| | | | * | | | | [S390] make page table upgrade work again | Martin Schwidefsky | 2009-03-18 | 2 | -14/+35 |
| | | | * | | | | [S390] make page table walking more robust | Martin Schwidefsky | 2009-03-18 | 3 | -5/+6 |