summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sh: Support PCI IO access of SH7780 base boards.Nobuhiro Iwamatsu2007-11-302-4/+4
* sh: Fix PCI IO space base address of SH7780.Nobuhiro Iwamatsu2007-11-301-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hpa...Linus Torvalds2007-11-301-25/+16Star
|\
| * x86 setup: don't recalculate ss:esp unless really necessaryJens Rottmann2007-11-291-25/+16Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2007-11-291-1/+1
|\ \
| * | sdio_uart: fix sign of paramter status in sdio_uart_receive_chars()Andre Haupt2007-11-291-1/+1
| |/
* | x86/paravirt: revert exports to restore old behaviourJeremy Fitzhardinge2007-11-291-2/+2
* | lguest: prevent VISWS or VOYAGER randconfigsRandy Dunlap2007-11-291-0/+1
* | ACPI: avoid references to impossible processors.Christoph Lameter2007-11-291-7/+7
* | tty: add the new termios2 ioctls to the compatible list.Heiko Carstens2007-11-291-0/+6
* | wait_task_stopped(): pass correct exit_code to wait_noreap_copyout()Scott James Remnant2007-11-291-1/+1
* | add Mike Christie to MAINTAINERSMike Christie2007-11-291-0/+8
* | FRV: arrange things such that BRA can reach from the trap tableDavid Howells2007-11-294-15/+18
* | FRV: fix the extern declaration of kallsyms_num_symsDavid Howells2007-11-291-1/+6
* | RTC: convert mutex to bitfieldJiri Kosina2007-11-293-11/+10Star
* | fuse: fix attribute caching after renameMiklos Szeredi2007-11-291-0/+3
* | fuse: fix uninitialized field in fuse_inodeJohn Muir2007-11-291-0/+1
* | fuse: fix FUSE_FILE_OPS sendingMiklos Szeredi2007-11-291-2/+1Star
* | fuse: pass open flags to read and writeMiklos Szeredi2007-11-294-14/+22
* | fuse: cleanup: add fuse_get_attr_version()Miklos Szeredi2007-11-291-9/+18
* | fuse: fix reading past EOFMiklos Szeredi2007-11-293-20/+52
* | memory hotplug x86_64: fix section mismatch in init_memory_mapping()KAMEZAWA Hiroyuki2007-11-291-1/+1
* | memory hotplug fix: fix section mismatch in vmammap_allock_block()KAMEZAWA Hiroyuki2007-11-291-1/+11
* | x86_64 EFI boot support: EFI boot documentHuang, Ying2007-11-291-0/+29
* | x86_64 EFI boot support: EFI frame buffer driverHuang, Ying2007-11-294-0/+246
* | revert "keyspan: init termios properly"Andrew Morton2007-11-291-3/+29
* | imacfb: remove reference to otherwise-unused, non-existent screen_info.imacpm...Andrew Morton2007-11-291-4/+0Star
* | leak in do_ubd_requestMiklos Szeredi2007-11-291-0/+1
* | uml: fix !NO_HZ busy-loopJeff Dike2007-11-291-3/+51
* | isdn: bootup crash fixIngo Molnar2007-11-291-2/+1Star
* | file capabilities: don't prevent signaling setuid root programsSerge E. Hallyn2007-11-291-0/+9
* | hexdump: don't print bytes with bit 7 setRandy Dunlap2007-11-291-1/+2
* | fix up ext2_fs.h for userspace after reservations backportTobias Poschwatta2007-11-292-7/+7
* | IP22ZILOG: fix lockup and sysrqThomas Bogendoerfer2007-11-294-163/+107Star
* | dmaengine: correct invalid assumptions in the Kconfig textHaavard Skinnemoen2007-11-291-3/+5
* | atmel_lcdfb: LCDC startup fixAnti Sullin2007-11-291-0/+4
* | The namespaces compatibility list docPavel Emelyanov2007-11-292-0/+41
* | Isolate the UTS namespace's domainname and hostname backPavel Emelyanov2007-11-291-0/+4
* | MFD: SM501 debug typo fixBen Dooks2007-11-291-1/+1
* | drivers/pnp/resource.c: Add missing pci_dev_putJulia Lawall2007-11-291-1/+3
* | fb_ddc: fix DDC lines quirkJean Delvare2007-11-291-4/+4
* | m68k: zorro7xx needs <asm/amigahw.h>Geert Uytterhoeven2007-11-291-0/+3
* | Fix <linux/kd.h> usage in userspaceDavid Woodhouse2007-11-291-1/+1
* | ipc: lost unlock and fput in mqueue.c on error pathPavel Emelyanov2007-11-291-2/+4
* | spi: S3C2410: add bus number to SPI GPIO driverDavid Brownell2007-11-292-0/+3
* | S3C24XX: ensure we only configure valid GPIOsBen Dooks2007-11-291-7/+13
* | termios: document callback more clearlyAlan Cox2007-11-291-0/+8
* | TPM: fix TIS device driver locality requestMarcel Selhorst2007-11-291-5/+5
* | proc: remove races from proc_id_readdir()Eric W. Biederman2007-11-291-23/+28
* | wait_task_stopped(): don't use task_pid_nr_ns() locklessOleg Nesterov2007-11-291-5/+4Star