summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* x86: use early_memremap() in setup.cJeremy Fitzhardinge2008-10-131-4/+4
* x86: add early_memremap()Jeremy Fitzhardinge2008-10-133-6/+19
* x86: remove duplicate early_ioremap declarationsJeremy Fitzhardinge2008-10-132-17/+0
* x86: add _PAGE_IOMAP pte flag for IO mappingsJeremy Fitzhardinge2008-10-134-8/+18
* i386: trace_hardirqs_fixup should now not be necessary: irqs are off.Alexander van Heukelum2008-10-131-10/+0
* i386: add TRACE_IRQS_OFF for the exception 3 (int3)Alexander van Heukelum2008-10-131-0/+1
* i386: add TRACE_IRQS_OFF for the nmiAlexander van Heukelum2008-10-131-0/+2
* i386: add TRACE_IRQS_OFF for exception 1 (debug)Alexander van Heukelum2008-10-131-0/+1
* i386: add TRACE_IRQS_OFF to entry_32.S in 'error_code'Alexander van Heukelum2008-10-131-0/+1
* i386: remove temporary DO_TRAP macros, expanding the last one usedAlexander van Heukelum2008-10-131-51/+15
* i386: convert hardware exception 19 to an interrupt gateAlexander van Heukelum2008-10-131-1/+3
* i386: convert hardware exception 18 to an interrupt gateAlexander van Heukelum2008-10-132-2/+11
* i386: convert hardware exception 17 to an interrupt gateAlexander van Heukelum2008-10-131-2/+2
* i386: convert hardware exception 16 to an interrupt gateAlexander van Heukelum2008-10-131-1/+2
* i386: convert hardware exception 15 to an interrupt gateAlexander van Heukelum2008-10-131-1/+2
* i386: convert hardware exception 13 to an interrupt gateAlexander van Heukelum2008-10-131-1/+3
* i386: convert hardware exception 12 to an interrupt gateAlexander van Heukelum2008-10-131-2/+2
* i386: convert hardware exception 11 to an interrupt gateAlexander van Heukelum2008-10-131-2/+2
* i386: convert hardware exception 10 to an interrupt gateAlexander van Heukelum2008-10-131-2/+2
* i386: convert hardware exception 9 to an interrupt gateAlexander van Heukelum2008-10-131-2/+2
* i386: convert hardware exception 7 to an interrupt gateAlexander van Heukelum2008-10-132-14/+15
* i386: convert hardware exception 6 to an interrupt gateAlexander van Heukelum2008-10-131-2/+2
* i386: convert hardware exception 5 to an interrupt gateAlexander van Heukelum2008-10-131-2/+2
* i386: convert hardware exception 4 to an interrupt gateAlexander van Heukelum2008-10-131-2/+2
* i386: expand exception 3 DO_TRAP macroAlexander van Heukelum2008-10-131-5/+6
* i386: convert hardware exception 0 to an interrupt gateAlexander van Heukelum2008-10-131-2/+2
* i386: prepare to convert exceptions to interruptsAlexander van Heukelum2008-10-131-11/+65
* i386: remove kprobes' restore_interrupts in favour of conditional_stiAlexander van Heukelum2008-10-132-10/+7
* x86: rename discontig_32.c to numa_32.cYinghai Lu2008-10-132-5/+1
* arch/x86/kernel/smpboot.c: Clarify when irq processing begins.Manfred Spraul2008-10-131-2/+5
* x86-64: slightly stream-line 32-bit syscall entry codeJan Beulich2008-10-131-16/+10
* x86-64: reduce boot fixmap spaceJan Beulich2008-10-131-4/+4
* MAINTAINERS: remove colon from headingsRandy Dunlap2008-10-121-11/+11
* MAINTAINERS: add F: and acronymsRandy Dunlap2008-10-121-8/+9
* MAINTAINERS: alpha sortRandy Dunlap2008-10-121-415/+415
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2008-10-1210-32/+131
|\
| * ext4: fix kconfig typo and extra whitespaceJan Engelhardt2008-10-121-2/+2
| * ext4: fix build failure without procfsAlexander Beregalov2008-10-121-0/+2
| * ext4: add an option to control error handling on file dataHidehiro Kawai2008-10-105-0/+28
| * jbd2: don't dirty original metadata buffer on abortHidehiro Kawai2008-10-101-1/+4
| * ext4: add checks for errors from jbd2Hidehiro Kawai2008-10-102-8/+27
| * jbd2: fix error handling for checkpoint ioHidehiro Kawai2008-10-104-21/+65
| * jbd2: abort when failed to log metadata buffersHidehiro Kawai2008-10-121-0/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2008-10-121-2/+0
|\ \
| * | [CIFS] cifs: remove pointless lock and unlock of GlobalMid_Lock in header_ass...Jeff Layton2008-10-121-2/+0
| |/
* | Fix Kconfig dependency for WM97xx battery driverLinus Torvalds2008-10-121-1/+1
* | Merge branch 'x86-core-v2-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2008-10-12105-2190/+5014
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *-----------------. \ Merge branches 'x86/xen', 'x86/build', 'x86/microcode', 'x86/mm-debug-v2', 'x...Ingo Molnar2008-10-12102-2177/+4955
| |\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | * | x86: replace a magic number with a named constant in the VESA boot codeMichal Januszewski2008-10-051-1/+1
| | | | | | | | | | | * | x86 setup: remove IMAGE_OFFSETPaul Bolle2008-10-041-3/+1
OpenPOWER on IntegriCloud