summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Blackfin Serial Driver: trim trailing whitespace -- no functional changesMike Frysinger2008-10-131-4/+4
* Blackfin Serial Driver: Fix bug - should suspend/resume/remove all uart ports.Sonic Zhang2008-10-131-17/+22
* Blackfin Serial Driver: use __initdata for data, not __initMike Frysinger2008-10-131-1/+1
* epca: call tty_port_initAlan Cox2008-10-131-4/+1
* coldfire: scheduled SERIAL_COLDFIRE removalAdrian Bunk2008-10-135-2062/+2
* drivers/char/hvc_console.c: adjust call to put_tty_driverJulia Lawall2008-10-131-2/+2
* drivers/serial/crisv10.c: add missing put_tty_driverJulia Lawall2008-10-131-0/+2
* MN10300: MEI are renaming themselves to PanasonicDavid Howells2008-10-131-9/+9
* 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
| | | | | | | | | | | * | x86 setup: remove DEF_INITSEG and DEF_SETUPSEGPaul Bolle2008-10-041-2/+0
| | | | | | | | | | | * | Merge commit 'v2.6.27-rc8' into x86/setupIngo Molnar2008-10-0310637-318073/+559648
| | | | | | | | | | | |\ \
| | | | | | | | | | | * | | Revert "x86: fix ghost EDD devices in /sys again"H. Peter Anvin2008-10-031-3/+1
| | | | | | | | | | | * | | x86 setup: fix ghost entries under /sys/firmware/edd take 3Andrey Borzenkov2008-10-031-1/+6
| | | | | | | | | | | * | | x86: fix ghost EDD devices in /sys againAndrey Borzenkov2008-09-061-1/+3
| | | | | | | | | | | * | | x86: when building image.iso, use isohybrid if it existsH. Peter Anvin2008-09-051-0/+1
| | | | | | | | | | | * | | x86: boot/compressed/Makefile: fix "make clean"H. Peter Anvin2008-09-041-4/+4
| | | | | | | | | | | * | | x86 setup: remove remnants of CONFIG_VIDEO_SELECT (read: vga=)Alexey Dobriyan2008-09-034-20/+0
| | | | | | | | | | * | | | Merge branch 'linus' into x86/quirksIngo Molnar2008-10-123594-89717/+190750
| | | | | | | | | | |\ \ \ \ | | | | | | | | | | | | |_|/ | | | | | | | | | | | |/| |
| | | | | | | | | | * | | | x86: SB450: deprioritize DMI quirksIngo Molnar2008-10-071-2/+10
| | | | | | | | | | * | | | x86: SB450: skip IRQ0 override if it is not routed to INT2 of IOAPICAndreas Herrmann2008-10-071-0/+48
| | | | | | | | | * | | | | x86: ioperm user_regsetRoland McGrath2008-10-122-0/+38
| | | | | | | | | | |/ / / | | | | | | | | | |/| | |
| | | | | | | | * | | | | x86, fpu: check __clear_user() return valueIngo Molnar2008-10-121-1/+3
| | | | | | | | * | | | | Merge branch 'linus' into x86/xsaveIngo Molnar2008-10-124304-100120/+222884
| | | | | | | | |\| | | |
| | | | | | | | * | | | | x86: xsave: set FP, SSE bits in the xsave header in the user sigcontextSuresh Siddha2008-10-072-0/+39
| | | | | | | | * | | | | x86: xsave: fix error condition in save_i387_xstate()Suresh Siddha2008-10-071-0/+2
| | | | | | | | * | | | | x86: make setup_xstate_init() __initAlexey Dobriyan2008-09-061-1/+1
| | | | | | | * | | | | | warnings: fix arch/x86/kernel/early_printk.cIngo Molnar2008-10-121-18/+0
| | | | | | | * | | | | | x86: init annotations in early_printk() setupJan Beulich2008-09-061-2/+2
| | | | | | | * | | | | | x86: early_printk.c trivial sparse fixesHarvey Harrison2008-08-191-5/+5
| | | | | | | * | | | | | x86: usb debug port early console, fixIngo Molnar2008-07-261-1/+1
| | | | | | | * | | | | | x86: usb debug port early console, v4Yinghai Lu2008-07-263-4/+774
| | | | | | | * | | | | | usb: move ehci reg defYinghai Lu2008-07-262-137/+161
| | | | | | * | | | | | | x86: memory corruption check - cleanupIngo Molnar2008-10-125-18/+19