summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* wait_task_continued/zombie: don't use task_pid_nr_ns() locklessOleg Nesterov2008-02-081-10/+5
* do_wait: fix security checksOleg Nesterov2008-02-081-21/+18
* do_wait: cleanup delay_group_leader() usageOleg Nesterov2008-02-081-13/+4
* wait_task_stopped(): remove unneeded delay_group_leader checkOleg Nesterov2008-02-081-4/+3
* ptrace_stop: fix racy nonstop_code settingOleg Nesterov2008-02-081-6/+7
* do_wait: factor out "retval != 0" checksOleg Nesterov2008-02-081-8/+4
OpenPOWER on IntegriCloud