summaryrefslogtreecommitdiffstats
path: root/mm/internal.h (unfollow)
Commit message (Expand)AuthorFilesLines
2009-01-04x86: setup_percpu.c fix style problemsJaswinder Singh Rajput1-6/+5
2009-01-04x86: irqinit_64.c fix style problemsJaswinder Singh Rajput1-3/+3
2009-01-04x86: irqinit_32.c fix style problemsJaswinder Singh Rajput1-7/+5
2009-01-04x86: i8259.c fix style problemsJaswinder Singh Rajput1-4/+4
2009-01-04x86: irq_32.c fix style problemsJaswinder Singh Rajput1-5/+5
2009-01-04x86: ioport.c fix style problemsJaswinder Singh Rajput1-2/+2
2009-01-04x86: time_64.c fix style problemsJaswinder Singh Rajput1-1/+1
2009-01-04x86: time_32.c fix style problemsJaswinder Singh Rajput1-2/+2
2009-01-04x86: irq_64.c fix style problemsJaswinder Singh Rajput1-11/+11
2009-01-04x86: irq.c fix style problemsJaswinder Singh Rajput1-1/+1
2009-01-04x86: traps.c fix style problemsJaswinder Singh Rajput1-3/+0
2009-01-04x86: process_32.c fix style problemsJaswinder Singh Rajput1-10/+9
2009-01-04x86: apic.c fix style problemsJaswinder Singh Rajput1-8/+6
2009-01-04x86: rename mpc_config_oemtable to mpc_oemtableJaswinder Singh Rajput5-7/+7
2009-01-04x86: rename mpc_config_lintsrc to mpc_lintsrcJaswinder Singh Rajput2-7/+7
2009-01-04x86: rename mpc_config_intsrc to mpc_intsrcJaswinder Singh Rajput2-21/+18
2009-01-04x86: rename mpc_config_ioapic to mpc_ioapicJaswinder Singh Rajput2-9/+8
2009-01-04x86: rename mpc_config_processor to mpc_cpuJaswinder Singh Rajput6-13/+11
2009-01-04x86: rename mpc_config_bus to mpc_busJaswinder Singh Rajput5-14/+12
2009-01-04x86: rename mp_config_table to mpc_tableJaswinder Singh Rajput13-29/+21
2009-01-02Update powerpc maintainersPaul Mackerras1-3/+3
2009-01-02i8k: Add Dell Vostro systemsFederico Heinz1-1/+8
2009-01-02i8k: Enable i8k on Dell Precision SystemsAndy Spencer1-0/+7
2009-01-02Fix compiler warning in arch/x86/mm/init_32.cIngo Brueckl1-2/+6
2009-01-02x86: mpparse.c fix style problemsJaswinder Singh Rajput1-5/+5
2009-01-02serial_8250: support for Sealevel Systems Model 7803 COMM+8Flavio Leitner2-0/+4
2009-01-02hso maintainers update patchDenis Joseph Barrow2-0/+8
2009-01-02hso modem detect fix patch against Alan Cox'es tty treeDenis Joseph Barrow1-1/+1
2009-01-02tty: Fix an ircomm warning and note another bugAlan Cox1-2/+3
2009-01-02drivers/char/cyclades.c: cy_pci_probe: fix error pathAndrew Morton1-1/+1
2009-01-02Serial: UART driver changes for Cavium OCTEON.David Daney2-1/+9
2009-01-02Serial: Allow port type to be specified when calling serial8250_register_port.David Daney4-2/+17
2009-01-028250: Serial driver changes to support future Cavium OCTEON serial patches.David Daney3-58/+140
2009-01-028250: Don't clobber spinlocks.David Daney1-2/+13
2009-01-02fix for tty-serial-move-portAlexander Beregalov1-3/+1
2009-01-02tty: We want the port object to be persistentAlan Cox3-112/+96
2009-01-02__FUNCTION__ is gcc-specific, use __func__Harvey Harrison1-30/+30
2009-01-02serial: RS485 ioctl structure uses __u32 include linux/types.hAndy Whitcroft1-1/+2
2009-01-02tty: Drop the lock_kernel in the private ioctl hookAlan Cox5-8/+14
2009-01-02synclink_cs: Convert to tty_portAlan Cox1-298/+181
2009-01-02tty: use port methods for the rocket driverAlan Cox2-159/+21
2009-01-02tty: kref the rocket driverAlan Cox1-37/+41
2009-01-02tty: make rocketport use standard port->flagsAlan Cox1-19/+19
2009-01-02tty: Redo the rocket driver lockingAlan Cox2-24/+20
2009-01-02tty: Make epca use the port helpersAlan Cox2-149/+26
2009-01-02tty: refcount the epca driverAlan Cox1-12/+15
2009-01-02tty: relock epcaAlan Cox1-91/+104
2009-01-02tty: Modem functions for the HSO driverDenis Joseph Barrow1-13/+318
2009-01-02tty: Fix the HSO termios handling a bitAlan Cox1-24/+31
2009-01-02hso: net driver using tty without lockingAlan Cox1-12/+42