summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* aoe: only install new AoE device onceEd L. Cashin2008-02-081-0/+2
* aoe: dynamically allocate a capped number of skbs when necessaryEd L. Cashin2008-02-083-41/+133
* aoe: user can ask driver to forget previously detected devicesEd L. Cashin2008-02-085-19/+77
* aoe: eliminate goto and improve readabilityEd L. Cashin2008-02-081-35/+34
* aoe: clean up udev configuration exampleEd L. Cashin2008-02-082-8/+12
* aoe: mac_addr: avoid 64-bit arch compiler warningsEd L. Cashin2008-02-084-10/+9
* aoe: handle multiple network paths to AoE deviceEd L. Cashin2008-02-086-335/+653
* aoe: bring driver version number to 47Ed L. Cashin2008-02-081-1/+1
* constify tables in kernel/sysctl_check.cJan Beulich2008-02-081-76/+75
* misc: removal of final callers using fastcallHarvey Harrison2008-02-083-5/+5
* asm-generic: remove fastcallHarvey Harrison2008-02-083-22/+22
* Remove fastcall from linux/includeHarvey Harrison2008-02-086-20/+20
* lib: remove fastcall from lib/*Harvey Harrison2008-02-083-28/+28
* kernel: remove fastcall in kernel/*Harvey Harrison2008-02-0812-68/+67
* fs: remove fastcall, it is always emptyHarvey Harrison2008-02-086-27/+26
* rd: support XIPNick Piggin2008-02-082-2/+47
* rewrite rdNick Piggin2008-02-086-549/+556
* mn10300: add platform MTD support for the ASB2303 boardDavid Howells2008-02-083-2/+105
* mn10300: add the MN10300/AM33 architecture to the kernelDavid Howells2008-02-08234-7/+27906
* mn10300: allocate serial port UART IDs for on-chip serial portsDavid Howells2008-02-081-0/+4
* usb: net2280 can't have a function called show_registers()David Howells2008-02-081-3/+3
* aout: remove unnecessary inclusions of {asm, linux}/a.out.hDavid Howells2008-02-0830-31/+0
* aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUTDavid Howells2008-02-0825-257/+423
* aout: mark arches that support A.OUT formatDavid Howells2008-02-0814-2/+42
* aout: move STACK_TOP[_MAX] to asm/processor.hDavid Howells2008-02-0839-160/+121
* time: fix typo in commentsLi Zefan2008-02-087-16/+16
* timekeeping: rename timekeeping_is_continuous to timekeeping_valid_for_hresLi Zefan2008-02-083-4/+4
* clockevent: simplify list operationsLi Zefan2008-02-081-7/+4
* clocksource: remove redundant codeLi Zefan2008-02-081-1/+0
* Get rid of the kill_pgrp_info() functionPavel Emelyanov2008-02-082-14/+8
* Clean up the kill_something_infoPavel Emelyanov2008-02-081-11/+15
* Pidns: fix badly converted mqueues pid handlingPavel Emelyanov2008-02-081-1/+1
* Pidns: make full use of xxx_vnr() callsPavel Emelyanov2008-02-088-23/+12
* ITIMER_REAL: convert to use struct pidOleg Nesterov2008-02-085-38/+5
* uglify while_each_pid_task() to make sure we don't count the execing pricess ...Oleg Nesterov2008-02-081-0/+6
* uglify kill_pid_info() to fix kill() vs exec() raceOleg Nesterov2008-02-081-3/+12
* pid: fix solaris_procidsEric W. Biederman2008-02-081-2/+2
* pid: fix mips irix emulation pid usageEric W. Biederman2008-02-083-19/+23
* sys_getsid: don't use ->nsproxy directlyOleg Nesterov2008-02-081-7/+4
* pid: Extend/Fix pid_vnrEric W. Biederman2008-02-083-14/+11
* pid: sys_wait... fixesEric W. Biederman2008-02-081-24/+56
* move the related code from exit_notify() to exit_signals()Oleg Nesterov2008-02-082-23/+22
* sys_setsid: remove now unneeded session != 1 checkOleg Nesterov2008-02-081-4/+1
* fix group stop with exit raceOleg Nesterov2008-02-083-2/+28
* start the global /sbin/init with 0,0 special pidsOleg Nesterov2008-02-082-6/+4
* move daemonized kernel threads into the swapper's sessionOleg Nesterov2008-02-081-1/+1
* teach set_special_pids() to use struct pidOleg Nesterov2008-02-084-18/+18
* fix setsid() for sub-namespace /sbin/initOleg Nesterov2008-02-081-12/+10
* sys_setpgid(): simplify pid/ns interactionOleg Nesterov2008-02-081-13/+10
* wait_task_zombie: remove ->exit_state/exit_signal checks for WNOWAITOleg Nesterov2008-02-081-4/+0