summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * sh: allow earlyprintk baud rate to be set via command lineJamie Lenehan2007-02-131-2/+22
| * sh: syscall 300 should be __NR_fstatat64.SUGIOKA Toshinobu2007-02-131-1/+1
| * sh: sh7619 / sh7206 IPR initialize updateYoshinori Sato2007-02-132-79/+72
| * sh: Update SH-2 to use the debug trap jump table.Yoshinori Sato2007-02-131-6/+4
| * sh: Use proper SH-2A CFLAGS on newer compilers.Paul Mundt2007-02-131-0/+1
| * sh: Use a jump call table for debug trap handlers.Paul Mundt2007-02-138-89/+117
* | [PATCH] mincore: vma crossing fixNick Piggin2007-02-151-2/+10
* | [PATCH] mincore: fill in results properlyNick Piggin2007-02-151-0/+5
* | [PATCH] mincore: CONFIG_SWAP=n fixNick Piggin2007-02-151-0/+5
* | Merge branch 'linus' of master.kernel.org:/pub/scm/linux/kernel/git/perex/alsaLinus Torvalds2007-02-1427-227/+394
|\ \
| * | [ALSA] version 1.0.14rc2Jaroslav Kysela2007-02-141-1/+1
| * | [ALSA] Fix a typo in __dev* changes in portman2x4.cTakashi Iwai2007-02-141-1/+1
| * | [ALSA] Change AT91 PDC register defines for 2.6.20 kernelFrank Mandarino2007-02-142-31/+32
| * | [ALSA] SoC codecs - fix Kconfig - depends -> depends onJaroslav Kysela2007-02-141-4/+4
| * | [ALSA] Fix __devinit and __devexit issues with sound driversPrarit Bhargava2007-02-1415-58/+60
| * | [ALSA] hda-codec - Patch for enabling LFE on more Dell laptopsMikael Nilsson2007-02-141-0/+4
| * | [ALSA] hda-codec - More fixes for Conexant HD Audio supportTobin Davis2007-02-141-122/+221
| * | [ALSA] usb-audio: add PCR-A PCM supportClemens Ladisch2007-02-141-0/+23
| * | [ALSA] emu10k1: fix typoClemens Ladisch2007-02-141-1/+1
| * | [ALSA] usbaudio - remove urb->bandwidth referenceJiri Kosina2007-02-141-10/+0
| * | [ALSA] ac97 - Fix silent output problem with Cx20551 codecTakashi Iwai2007-02-143-0/+8
| * | [ALSA] hda-codec - Fix Oops with probing sigmatel codec chipsTakashi Iwai2007-02-141-0/+40
* | | Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2007-02-14137-1103/+4113
|\ \ \
| * | | [PATCH] x86-64: Remove mk_pte_phys()Andi Kleen2007-02-132-10/+3
| * | | [PATCH] i386: Fix broken CONFIG_COMPAT_VDSO on i386Jan Beulich2007-02-131-1/+1
| * | | [PATCH] i386: fix 32-bit ioctls on x64_32Giuliano Procida2007-02-131-0/+30
| * | | [PATCH] x86: Unify pcspeaker platform device code between i386/x86-64Andi Kleen2007-02-135-46/+23
| * | | [PATCH] i386: Remove extern declaration from mm/discontig.c, put in header.Rusty Russell2007-02-132-1/+2
| * | | [PATCH] i386: Rename cpu_gdt_descr and remove extern declaration from smpboot.cRusty Russell2007-02-133-5/+4
| * | | [PATCH] i386: Move mce_disabled to asm/mce.hRusty Russell2007-02-132-1/+3
| * | | [PATCH] i386: paravirt unhandled fallthroughRusty Russell2007-02-133-6/+6
| * | | [PATCH] x86_64: Wire up compat epoll_pwaitRalf Baechle2007-02-131-0/+1
| * | | [PATCH] x86: Don't require the vDSO for handling a.out signalsAndi Kleen2007-02-134-3/+14
| * | | [PATCH] i386: Fix Cyrix MediaGX detectionAlan2007-02-131-9/+11
| * | | [PATCH] i386: Fix warning in cpu initializationAndi Kleen2007-02-131-1/+1
| * | | [PATCH] i386: Fix warning in microcode.cAndi Kleen2007-02-131-1/+1
| * | | [PATCH] x86: Enable NMI watchdog for AMD Family 0x10 CPUsAndi Kleen2007-02-132-3/+5
| * | | [PATCH] x86: Add new CPUID bits for AMD Family 10 CPUs in /proc/cpuinfoAndi Kleen2007-02-132-9/+19
| * | | [PATCH] i386: Remove fastcall in paravirt.[ch]Andi Kleen2007-02-132-118/+118
| * | | [PATCH] x86-64: Fix wrong gcc check in bitops.hAndi Kleen2007-02-131-1/+1
| * | | [PATCH] x86-64: survive having no irq mapping for a vectorEric W. Biederman2007-02-131-3/+9
| * | | [PATCH] i386: geode configuration fixesTAKADA Yoshihito2007-02-131-11/+10
| * | | [PATCH] i386: add option to show more code in oops reportsChuck Ebbert2007-02-132-4/+21
| * | | [PATCH] x86-64: Minor patch for compilation warning in x86_64 signal codeEvgeniy Polyakov2007-02-131-2/+2
| * | | [PATCH] x86-64: avoid warning message livelockRoland Dreier2007-02-131-2/+3
| * | | [PATCH] x86-64: update IO-APIC dest field to 8-bit for xAPICBenjamin Romer2007-02-132-25/+13
| * | | [PATCH] i386: Remove unused kernel config option X86_XADDRobert P. J. Day2007-02-131-5/+0
| * | | [PATCH] x86-64: clean up sparsemem memory_present callBob Picco2007-02-131-15/+2
| * | | [PATCH] i386: entry.S END/ENDPROC annotationsJan Beulich2007-02-131-4/+37
| * | | [PATCH] i386: support Classic MediaGXmtakada2007-02-131-3/+8
OpenPOWER on IntegriCloud