| Commit message (Expand) | Author | Age | Files | Lines |
* | MIPS: Kconfig: Rename several firmware related config symbols. | Ralf Baechle | 2012-12-13 | 7 | -34/+34 |
* | MIPS: Octeon: Add kexec and kdump support | Ralf Baechle | 2012-12-13 | 6 | -9/+335 |
* | MIPS: kdump: Add support | Ralf Baechle | 2012-12-13 | 11 | -9/+396 |
* | MIPS: Kconfig: Enable drivers/firmware/Kconfig | Ralf Baechle | 2012-12-12 | 1 | -0/+2 |
* | MIPS: Fix harmlessly missing else statement. | Ralf Baechle | 2012-12-12 | 1 | -5/+8 |
* | MIPS: Remove leftovers from the IRIX binary compat code. | Ralf Baechle | 2012-12-12 | 2 | -8/+0 |
* | MIPS: Octeon: Simplify code by assuming CONFIG_64BIT is always set. | Ralf Baechle | 2012-12-12 | 2 | -33/+0 |
* | MIPS: Octeon: Remove use of CONFIG_64BIT_PHYS_ADDR. | Ralf Baechle | 2012-12-12 | 1 | -1/+1 |
* | MIPS: Octeon: Remove highmem code. | Ralf Baechle | 2012-12-12 | 1 | -4/+0 |
* | MIPS: Cavium: Update defconfig | David Daney | 2012-12-12 | 1 | -17/+81 |
* | MIPS: Transparent Huge Pages support | Ralf Baechle | 2012-12-12 | 8 | -6/+243 |
* | MIPS: Cavium: Add EDAC support. | Ralf Baechle | 2012-12-12 | 12 | -24/+725 |
* | MIPS: Control huge tlb support via Kconfig symbol MIPS_HUGE_TLB_SUPPORT | David Daney | 2012-12-12 | 7 | -20/+23 |
* | MIPS: page.h: Provide more readable definition for PAGE_MASK. | Ralf Baechle | 2012-12-12 | 1 | -1/+1 |
* | MIPS: tlbex: Better debug output. | Ralf Baechle | 2012-11-26 | 2 | -48/+124 |
* | MIPS: N32: Remove unused defines. | Ralf Baechle | 2012-11-26 | 1 | -6/+0 |
* | MIPS: pgtable.h: Remove commented out debugging printk. | Ralf Baechle | 2012-11-26 | 1 | -1/+0 |
* | MIPS: Remove R5000A. | Ralf Baechle | 2012-11-26 | 2 | -5/+3 |
* | Linux 3.7-rc7v3.7-rc7 | Linus Torvalds | 2012-11-26 | 1 | -1/+1 |
* | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 2012-11-26 | 2 | -2/+3 |
|\ |
|
| * | powerpc/eeh: Do not invalidate PE properly | Gavin Shan | 2012-11-25 | 1 | -1/+1 |
| * | powerpc/pseries: Fix oops with MSIs when missing EEH PEs | Alexey Kardashevskiy | 2012-11-23 | 1 | -1/+2 |
* | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2012-11-26 | 3 | -12/+41 |
|\ \ |
|
| * | | MPI: Fix compilation on MIPS with GCC 4.4 and newer | Manuel Lauss | 2012-11-23 | 1 | -2/+17 |
| * | | MIPS: Fix crash that occurs when function tracing is enabled | Al Cooper | 2012-11-23 | 1 | -4/+4 |
| * | | MIPS: Merge overlapping bootmem ranges | Ralf Baechle | 2012-11-23 | 1 | -6/+20 |
* | | | Merge tag 'sound-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/... | Linus Torvalds | 2012-11-24 | 1 | -2/+4 |
|\ \ \ |
|
| * | | | ALSA: hda - Fix build without CONFIG_PM | Takashi Iwai | 2012-11-24 | 1 | -2/+4 |
* | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2012-11-24 | 16 | -49/+131 |
|\ \ \ \ |
|
| * | | | | x86-64: Fix ordering of CFI directives and recent ASM_CLAC additions | Jan Beulich | 2012-11-21 | 1 | -7/+7 |
| * | | | | x86, microcode, AMD: Add support for family 16h processors | Boris Ostrovsky | 2012-11-21 | 1 | -0/+4 |
| * | | | | x86-32: Export kernel_stack_pointer() for modules | H. Peter Anvin | 2012-11-21 | 1 | -0/+2 |
| * | | | | x86-32: Fix invalid stack address while in softirq | Robert Richter | 2012-11-21 | 2 | -11/+32 |
| * | | | | Merge commit 'efi-for-3.7-v2' into x86/urgent | H. Peter Anvin | 2012-11-21 | 2 | -3/+2 |
| |\ \ \ \ |
|
| | * | | | | x86, efi: Fix processor-specific memcpy() build error | Matt Fleming | 2012-11-20 | 1 | -0/+2 |
| | * | | | | x86: remove dummy long from EFI stub | Cesar Eduardo Barros | 2012-11-20 | 1 | -3/+0 |
| * | | | | | x86, mm: Correct vmflag test for checking VM_HUGETLB | Joonsoo Kim | 2012-11-15 | 1 | -1/+1 |
| |/ / / / |
|
| * | | | | Merge tag 'please-pull-tangchen' of git://git.kernel.org/pub/scm/linux/kernel... | Ingo Molnar | 2012-11-13 | 1 | -13/+18 |
| |\ \ \ \ |
|
| | * | | | | x86/mce: Do not change worker's running cpu in cmci_rediscover(). | Tang Chen | 2012-10-30 | 1 | -13/+18 |
| * | | | | | x86, amd: Disable way access filter on Piledriver CPUs | Andre Przywara | 2012-10-31 | 1 | -0/+14 |
| * | | | | | x86/ce4100: Fix PCI configuration register access for devices without interrupts | Maxime Bizon | 2012-10-30 | 1 | -0/+13 |
| * | | | | | x86/ce4100: Fix reboot by forcing the reboot method to be KBD | Maxime Bizon | 2012-10-30 | 1 | -0/+10 |
| * | | | | | x86/ce4100: Fix pm_poweroff | Florian Fainelli | 2012-10-30 | 1 | -0/+14 |
| * | | | | | MAINTAINERS: Update email address for Robert Richter | Robert Richter | 2012-10-30 | 1 | -1/+1 |
| * | | | | | x86, microcode_amd: Change email addresses, MAINTAINERS entry | Andreas Herrmann | 2012-10-30 | 2 | -4/+4 |
| * | | | | | MAINTAINERS: Change Boris' email address | Borislav Petkov | 2012-10-30 | 1 | -4/+4 |
| * | | | | | EDAC: Change Boris' email address | Borislav Petkov | 2012-10-30 | 3 | -4/+4 |
| * | | | | | x86, AMD: Change Boris' email address | Borislav Petkov | 2012-10-30 | 1 | -1/+1 |
* | | | | | | Merge tag 'for-linus-20121123' of git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2012-11-24 | 5 | -25/+30 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'for-3.7' of git://git.infradead.org/users/dedekind/l2-mtd | David Woodhouse | 2012-11-21 | 4093 | -83058/+115229 |
| |\ \ \ \ \ \ |
|