Age | Commit message (Expand) | Author | Files | Lines |
2008-04-28 | mfd: use shorter set_current_state() | Robert P. J. Day | 1 | -4/+3 |
2008-04-28 | sm501: add uart support | Magnus Damm | 2 | -16/+69 |
2008-04-28 | spi: spi_imx updates | Andrea Paterniani | 1 | -109/+114 |
2008-04-28 | atmel_spi: support zero length transfer | Atsushi Nemoto | 1 | -1/+1 |
2008-04-28 | spi: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 5 | -9/+9 |
2008-04-28 | documentation: move spidev_fdx example to its own source file | Randy Dunlap | 2 | -166/+160 |
2008-04-28 | spi: pxa2xx_spi "sparse" fixes | David Brownell | 1 | -24/+28 |
2008-04-28 | spi: use menuconfig for CONFIG_SPI | Alessandro Guido | 1 | -7/+6 |
2008-04-28 | oprofile: change cpu_buffer from array to per_cpu variable | Mike Travis | 4 | -12/+13 |
2008-04-28 | x86: configurable DMI scanning code | Thomas Petazzoni | 2 | -3/+10 |
2008-04-28 | drivers/acpi/thermal.c: fix build with CONFIG_DMI=n | Andrew Morton | 1 | -2/+0 |
2008-04-28 | atmel_serial: remove duplicated macro definition | Michael Trimarchi | 1 | -1/+0 |
2008-04-28 | serial: use time_before, time_before_eq, etc | Julia Lawall | 1 | -1/+2 |
2008-04-28 | serial 8250: tighten test for using backup timer | Alex Williamson | 1 | -2/+3 |
2008-04-28 | serial: add VR41xx SIU setup for serial console | Yoichi Yuasa | 4 | -4/+52 |
2008-04-28 | serial: add vr41xx_siu_early_setup() for serial console | Yoichi Yuasa | 1 | -1/+14 |
2008-04-28 | uart_get_baud_rate: stop mangling termios | Alan Cox | 1 | -4/+11 |
2008-04-28 | Fix tty speed handling on 8250 | Alan Cox | 1 | -1/+3 |
2008-04-28 | char: make functions static in synclinkmp.c | Harvey Harrison | 1 | -60/+60 |
2008-04-28 | synclink drivers bool conversion | Joe Perches | 5 | -327/+319 |
2008-04-28 | serial: silence section mismatch warnings in 8250_pci | Sam Ravnborg | 1 | -1/+1 |
2008-04-28 | ncpfs: fix sparse warning in ncpsign_kernel.c | Harvey Harrison | 1 | -1/+1 |
2008-04-28 | ncpfs: fix sparse warnings in ioctl.c | Harvey Harrison | 1 | -9/+8 |
2008-04-28 | ncpfs: add prototypes to ncp_fs.h | Harvey Harrison | 2 | -6/+7 |
2008-04-28 | uml: clean up arch/um/drivers/ubd_kern.c | WANG Cong | 1 | -195/+190 |
2008-04-28 | arch/um/os-Linux/sys-i386/task_size.c: improve a bit | WANG Cong | 1 | -4/+8 |
2008-04-28 | uml: make several things static | WANG Cong | 3 | -7/+7 |
2008-04-28 | uml: make three functions static | WANG Cong | 3 | -3/+3 |
2008-04-28 | uml: remove a useless function | WANG Cong | 2 | -14/+0 |
2008-04-28 | uml: make a function static | WANG Cong | 2 | -2/+1 |
2008-04-28 | arch/um/os-Linux/start_up.c: various improvements. | WANG Cong | 1 | -8/+6 |
2008-04-28 | uml: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 1 | -1/+1 |
2008-04-28 | arch/um/kernel/um_arch.c: some small improvements | WANG Cong | 1 | -3/+4 |
2008-04-28 | cris: add constfy to pgd_offset() | KOSAKI Motohiro | 1 | -1/+1 |
2008-04-28 | cris: remove redundant display of free swap space in show_mem() | Johannes Weiner | 1 | -1/+0 |
2008-04-28 | crisv10: prepare for BKL push down | Alan Cox | 1 | -0/+7 |
2008-04-28 | m68k: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 3 | -8/+8 |
2008-04-28 | m68k: remove redundant display of free swap space in show_mem() | Johannes Weiner | 1 | -1/+0 |
2008-04-28 | alpha: teach the compiler that BUG doesn't return | Andrew Morton | 1 | -3/+13 |
2008-04-28 | arch/alpha/kernel/traps.c: use time_* macros | S.Caglar Onur | 1 | -2/+3 |
2008-04-28 | alpha: replace __inline with inline | Harvey Harrison | 1 | -1/+1 |
2008-04-28 | alpha: remove remaining __FUNCTION__ occurrences | Harvey Harrison | 12 | -84/+72 |
2008-04-28 | alpha: handle kcalloc failure | Jim Meyering | 1 | -0/+6 |
2008-04-28 | smack: use cap_task_prctl | Serge E. Hallyn | 1 | -0/+1 |
2008-04-28 | smack: make smk_cipso_doi() and smk_unlbl_ambient() | Casey Schaufler | 1 | -2/+2 |
2008-04-28 | root_plug: use cap_task_prctl | Serge E. Hallyn | 1 | -0/+1 |
2008-04-28 | smack: fix integer as NULL pointer warning in smack_lsm.c | Harvey Harrison | 1 | -1/+1 |
2008-04-28 | capabilities: implement per-process securebits | Andrew G. Morgan | 12 | -60/+141 |
2008-04-28 | mm/nommu.c: return 0 from kobjsize with invalid objects | Michael Hennerich | 1 | -1/+5 |
2008-04-28 | vmstats: add cond_resched() to refresh_cpu_vm_stats() | Dimitri Sivanich | 1 | -0/+1 |