cascardo/linux.git
2008-02-08 Jesper JuhlNuke duplicate include from printk.c
2008-02-08 Mike Galbraithwrite_inode_now(): avoid unnecessary synchronous write
2008-02-08 Andi KleenAllow executables larger than 2GB
2008-02-08 Mike Frysingerasm-*/posix_types.h: scrub __GLIBC__
2008-02-08 Evgeniy Dushistovufs: fix symlink creation on ufs2
2008-02-08 Christoph Hellwigext2: remove unused ext2_put_inode prototype
2008-02-08 Rusty Russellaio: negative offset should return -EINVAL
2008-02-08 Rusty Russellaio: partial write should not return error code
2008-02-08 Alexey DobriyanFix container_of() usage
2008-02-08 Marcin Slusarzext3: replace all adds to little endians variables...
2008-02-08 Marcin Slusarzbyteorder: move le32_add_cpu & friends from OCFS2 to...
2008-02-08 Jan KaraUse pgoff_t instead of unsigned long
2008-02-08 Andrew Mortonaoe: statically initialise devlist_lock
2008-02-08 Ed L. Cashinaoe: update copyright date
2008-02-08 Ed L. Cashinaoe: make error messages more specific
2008-02-08 Ed L. Cashinaoe: the aoeminor doesn't need a long format
2008-02-08 Ed L. Cashinaoe: add module parameter for users who need more outst...
2008-02-08 Ed L. Cashinaoe: only install new AoE device once
2008-02-08 Ed L. Cashinaoe: dynamically allocate a capped number of skbs when...
2008-02-08 Ed L. Cashinaoe: user can ask driver to forget previously detected...
2008-02-08 Ed L. Cashinaoe: eliminate goto and improve readability
2008-02-08 Ed L. Cashinaoe: clean up udev configuration example
2008-02-08 Ed L. Cashinaoe: mac_addr: avoid 64-bit arch compiler warnings
2008-02-08 Ed L. Cashinaoe: handle multiple network paths to AoE device
2008-02-08 Ed L. Cashinaoe: bring driver version number to 47
2008-02-08 Jan Beulichconstify tables in kernel/sysctl_check.c
2008-02-08 Harvey Harrisonmisc: removal of final callers using fastcall
2008-02-08 Harvey Harrisonasm-generic: remove fastcall
2008-02-08 Harvey HarrisonRemove fastcall from linux/include
2008-02-08 Harvey Harrisonlib: remove fastcall from lib/*
2008-02-08 Harvey Harrisonkernel: remove fastcall in kernel/*
2008-02-08 Harvey Harrisonfs: remove fastcall, it is always empty
2008-02-08 Nick Pigginrd: support XIP
2008-02-08 Nick Pigginrewrite rd
2008-02-08 David Howellsmn10300: add platform MTD support for the ASB2303 board
2008-02-08 David Howellsmn10300: add the MN10300/AM33 architecture to the kernel
2008-02-08 David Howellsmn10300: allocate serial port UART IDs for on-chip...
2008-02-08 David Howellsusb: net2280 can't have a function called show_registers()
2008-02-08 David Howellsaout: remove unnecessary inclusions of {asm, linux...
2008-02-08 David Howellsaout: suppress A.OUT library support if !CONFIG_ARCH_SU...
2008-02-08 David Howellsaout: mark arches that support A.OUT format
2008-02-08 David Howellsaout: move STACK_TOP[_MAX] to asm/processor.h
2008-02-08 Li Zefantime: fix typo in comments
2008-02-08 Li Zefantimekeeping: rename timekeeping_is_continuous to timeke...
2008-02-08 Li Zefanclockevent: simplify list operations
2008-02-08 Li Zefanclocksource: remove redundant code
2008-02-08 Pavel EmelyanovGet rid of the kill_pgrp_info() function
2008-02-08 Pavel EmelyanovClean up the kill_something_info
2008-02-08 Pavel EmelyanovPidns: fix badly converted mqueues pid handling
2008-02-08 Pavel EmelyanovPidns: make full use of xxx_vnr() calls
2008-02-08 Oleg NesterovITIMER_REAL: convert to use struct pid
2008-02-08 Oleg Nesterovuglify while_each_pid_task() to make sure we don't...
2008-02-08 Oleg Nesterovuglify kill_pid_info() to fix kill() vs exec() race
2008-02-08 Eric W. Biedermanpid: fix solaris_procids
2008-02-08 Eric W. Biedermanpid: fix mips irix emulation pid usage
2008-02-08 Oleg Nesterovsys_getsid: don't use ->nsproxy directly
2008-02-08 Eric W. Biedermanpid: Extend/Fix pid_vnr
2008-02-08 Eric W. Biedermanpid: sys_wait... fixes
2008-02-08 Oleg Nesterovmove the related code from exit_notify() to exit_signals()
2008-02-08 Oleg Nesterovsys_setsid: remove now unneeded session != 1 check
2008-02-08 Oleg Nesterovfix group stop with exit race
2008-02-08 Oleg Nesterovstart the global /sbin/init with 0,0 special pids
2008-02-08 Oleg Nesterovmove daemonized kernel threads into the swapper's session
2008-02-08 Oleg Nesterovteach set_special_pids() to use struct pid
2008-02-08 Oleg Nesterovfix setsid() for sub-namespace /sbin/init
2008-02-08 Oleg Nesterovsys_setpgid(): simplify pid/ns interaction
2008-02-08 Oleg Nesterovwait_task_zombie: remove ->exit_state/exit_signal check...
2008-02-08 Oleg Nesterovwait_task_continued/zombie: don't use task_pid_nr_ns...
2008-02-08 Oleg Nesterovdo_wait: fix security checks
2008-02-08 Oleg Nesterovdo_wait: cleanup delay_group_leader() usage
2008-02-08 Oleg Nesterovwait_task_stopped(): remove unneeded delay_group_leader...
2008-02-08 Oleg Nesterovptrace_stop: fix racy nonstop_code setting
2008-02-08 Oleg Nesterovdo_wait: factor out "retval != 0" checks
2008-02-08 Oleg Nesterovwait_task_stopped: simplify and fix races with SIGCONT...
2008-02-08 Oleg Nesterovptrace_stop: fix the race with ptrace detach+attach
2008-02-08 Oleg Nesterovptrace_check_attach: remove unneeded ->signal != NULL...
2008-02-08 Oleg Nesterovkill my_ptrace_child()
2008-02-08 Oleg Nesterovkill PT_ATTACHED
2008-02-08 Pierre PeifferIPC: consolidate sem_exit_ns(), msg_exit_ns() and shm_e...
2008-02-08 Pierre PeifferIPC: make struct ipc_ids static in ipc_namespace
2008-02-08 Pierre PeifferIPC/semaphores: consolidate SEM_STAT and IPC_STAT commands
2008-02-08 Pavel Emelyanovipc: uninline some code from util.h
2008-02-08 Alan Coxserial_core: bring mostly into line with coding style
2008-02-08 Alan Cox8250: enable rate reporting via termios
2008-02-08 Alan Coxserial8250: coding style
2008-02-08 Alan Cox8250_pci: coding style
2008-02-08 Alan Cox8250_hub6: codding style
2008-02-08 Alan Cox8250_hp300: coding style
2008-02-08 Alan Cox8250_gsc: coding style
2008-02-08 Alan Cox8250_early: coding style
2008-02-08 Alan Coxtty_ioctl: drag screaming into compliance with the...
2008-02-08 Alan Coxtty_io: drag screaming into coding style compliance
2008-02-08 Alan Coxtty_audit: fix checkpatch complaint
2008-02-08 Alan Coxrocket: don't let random users reset the controller
2008-02-08 Alan Coxrocket: first pass at termios reporting
2008-02-08 Alan Coxn_tty: clean up old code to follow coding style and...
2008-02-08 Alan Coxmoxa: first pass at termios reporting
2008-02-08 Andrew Mortonfix "modules: make module_address_lookup() safe"
2008-02-08 Christoph Lametermodules: include sections.h to avoid defining linker...
2008-02-08 Christoph LameterModules: handle symbols that have a zero value
next