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