aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2005-04-03[PATCH] cpuset.c __user annotationsAlexander Viro1-4/+4
2005-03-30[PATCH] vt: don't call unblank at irq timeBenjamin Herrenschmidt1-5/+13
2005-03-30[PATCH] sched: fix schedstats warningNick Piggin1-1/+1
2005-03-30[PATCH] kernel/rcupdate.c: make the exports EXPORT_SYMBOL_GPLAdrian Bunk1-3/+3
2005-03-30[PATCH] seccomp for ppc64Andrea Arcangeli1-25/+7
2005-03-30[PATCH] cpuset: make function decl. ANSIRandy Dunlap1-1/+1
2005-03-30[PATCH] BDI: Provide backing device capability information [try #3]David Howells1-1/+1
2005-03-28Merge whitespace and __nocast changesLinus Torvalds17-115/+213
2005-03-28[PATCH] Futex: make futex_wait() atomic againJakub Jelínek1-42/+47
2005-03-28[PATCH] posix-cpu-timers and cputime_t divisons.Martin Schwidefsky1-39/+67
2005-03-28[PATCH] Fix POSIX timers expiring before their scheduled timeGeorge Anzinger1-1/+4
2005-03-28[PATCH] cpusets: mems generation deadlock fixPaul Jackson1-2/+32
2005-03-28[PATCH] Missing set_fs() calls around kernel syscallRandolph Chung1-1/+6
2005-03-28[PATCH] kprobes: incorrect spin_unlock_irqrestore() call in register_kprobe()Prasanna S. Panchamukhi1-2/+3
2005-03-28[PATCH] New console flag: CON_BOOTMatthew Wilcox1-0/+5
2005-03-28[PATCH] Exports to enable clock driver modulesChristoph Lameter2-1/+8
2005-03-28[PATCH] Fix irq_affinity write from /proc for ia64Ashok Raj1-2/+8
2005-03-28[PATCH] break_lock fixIngo Molnar2-4/+3
2005-03-28[PATCH] swsusp: kill swsusp_restorePavel Machek1-11/+5
2005-03-28[PATCH] swsusp: small updatesPavel Machek2-6/+9
2005-03-28[PATCH] swsusp: Add missing refrigerator callsPavel Machek1-0/+2
2005-03-28[PATCH] x86: CMOS time update optimisationGeorge Anzinger1-0/+9
2005-03-28[PATCH] ppc64: fix linkage error on G5Anton Blanchard1-0/+1
2005-03-28[PATCH] mm counter operations through macrosChristoph Lameter2-4/+4
2005-03-28Mark "gfp" masks as "unsigned int" and use __nocast to find violations.Linus Torvalds2-3/+3
2005-03-16MergeLinus Torvalds1-14/+100
2005-03-15[PATCH] tasklist left lockedHugh Dickins1-0/+1
2005-03-13[PATCH] Update panic() commentHeiko Carstens1-2/+1
2005-03-13[PATCH] verify_area cleanup : i386 and misc.Jesper Juhl3-9/+11
2005-03-13[PATCH] Allow admin to enable only some of the Magic-Sysrq functionsJan Kara1-1/+2
2005-03-13[PATCH] Subject: swsusp: do not provoke emergency disk shutdownsStefan Seyfried1-1/+1
2005-03-13[PATCH] swsusp: enable resume from initrdPavel Machek2-43/+157
2005-03-13[PATCH] swsusp: use non-contiguous memory on resumePavel Machek1-98/+239
2005-03-11Merge bk://linux-sam.bkbits.net/kbuildLinus Torvalds2-3/+3
2005-03-12Merge mars.ravnborg.org:/home/sam/bk/linux-2.6Sam Ravnborg2-3/+3
2005-03-11[PATCH] Make lots of things staticAdrian Bunk12-40/+40
2005-03-11[PATCH] docbook: kernel-docify commentsMartin Waitz1-5/+5
2005-03-11[PATCH] docbook: update function parameter description in block/fs codeMartin Waitz1-0/+6
2005-03-11[PATCH] re-inline sched functionsKenneth W. Chen1-4/+4
2005-03-11[PATCH] sched: find_busiest_group cleanupNick Piggin1-5/+1
2005-03-11[PATCH] sched: find_busiest_group fixletsNick Piggin1-11/+12
2005-03-11[PATCH] sched: rework schedstatsNick Piggin1-63/+49
2005-03-11[PATCH] sched: timestamp fixesNick Piggin1-2/+7
2005-03-10[PATCH] printk-times bugfix for loglevel-only printksTim Bird1-2/+7
2005-03-09[PATCH] cpusets - big numa cpu and memory placementPaul Jackson5-1/+1545
2005-03-09[PATCH] Properly share process and session keyrings with CLONE_THREAD [try #2]David Howells2-0/+9
2005-03-09[PATCH] make cond_syscall look rightMatt Mackall1-69/+69
2005-03-09[PATCH] consolidate the last of the compat sigevent structsStephen Rothwell1-0/+21
2005-03-09[PATCH] remove barrier() in software_resume()Coywolf Qi Hunt1-1/+0
2005-03-07[PATCH] set RLIMIT_SIGPENDING limit based on RLIMIT_NPROCRoland McGrath1-0/+2
2005-03-07[PATCH] override RLIMIT_SIGPENDING for non-RT signalsRoland McGrath1-6/+12
2005-03-07[PATCH] make RLIMIT_CPU/SIGXCPU per-processRoland McGrath4-41/+81
2005-03-07[PATCH] make ITIMER_PROF, ITIMER_VIRTUAL per-processRoland McGrath6-131/+270
2005-03-07[PATCH] make ITIMER_REAL per-processRoland McGrath3-49/+80
2005-03-07[PATCH] PANIC in check_process_timers()Roland McGrath1-7/+8
2005-03-07[PATCH] posix-timers: CPU clock support for POSIX timersRoland McGrath6-75/+1179
2005-03-07[PATCH] posix-timers: fix posix-timers signals lock orderRoland McGrath1-0/+8
2005-03-07[PATCH] posix-timers: tidy up clock interfaces and consolidate dispatch logi...Roland McGrath1-46/+11
2005-03-07[PATCH] posix-timers: high-resolution CPU clocks for POSIX clock_* syscallsRoland McGrath6-5/+331
2005-03-07[PATCH] posix-timers: tidy up clock interfaces and consolidate dispatch logicRoland McGrath1-91/+164
2005-03-07[PATCH] base-small: shrink timer hashesMatt Mackall1-2/+3
2005-03-07[PATCH] base-small: shrink futex queuesMatt Mackall1-1/+1
2005-03-07[PATCH] base-small: shrink UID hashMatt Mackall1-1/+2
2005-03-07[PATCH] explicitly bind idle tasksNathan T. Lynch1-0/+1
2005-03-07[PATCH] export kallsyms_lookup_name()Badari Pulavarty1-0/+1
2005-03-07[PATCH] seccomp: secure computing supportAndrea Arcangeli2-0/+75
2005-03-07[PATCH] add timing information to printk messagesTim Bird1-4/+54
2005-03-07[PATCH] Run softirqs on proper processor on offlineZwane Mwaikambo1-4/+8
2005-03-07[PATCH] sys_setpriority() euid semantics fixIngo Molnar1-1/+2
2005-03-07[PATCH] Fix kallsyms/insmod/rmmod raceDavid Howells2-10/+39
2005-03-07[PATCH] swsusp: do not use higher order memory allocations on suspendPavel Machek1-83/+92
2005-03-06[PATCH] Consolidate compat_sys_waitidStephen Rothwell1-0/+31
2005-03-05Merge nuts.davemloft.net:/disk1/BK/net-2.6.12David S. Miller2-0/+26
2005-03-04[PATCH] Move accounting function calls out of critical vm code pathsChristoph Lameter3-5/+8
2005-03-04[PATCH] Randomisation: enable by defaultArjan van de Ven1-1/+1
2005-03-04[PATCH] Randomisation: global sysctlArjan van de Ven1-0/+11
2005-03-02Inode audit records are currently showing only name, inode, and dev.Chris Wright1-12/+21
2005-03-01[PATCH] send audit reply to correct socketChris Wright1-3/+3
2005-02-28Currently touching audit.h triggers a large rebuild because it's suckedChris Wright1-2/+3
2005-03-01Audit IPC object owner/permission changes.David Woodhouse1-0/+76
2005-02-28[PATCH] fix audit inode filterChris Wright1-1/+1
2005-02-25Merge nuts.davemloft.net:/disk1/BK/network-2.6David S. Miller1-0/+91
2005-02-22[PATCH] Fix possible futex mmap_sem deadlockOlof Johansson1-6/+45
2005-02-22Merge nuts.davemloft.net:/disk1/BK/network-2.6.12David S. Miller2-0/+26
2005-02-19add sysctl helper functions to provide milliseconds-based interfaces.Hideaki Yoshifuji1-0/+91
2005-02-15[PATCH] kthread_bind new worker threads when onlining cpuNathan T. Lynch1-1/+3
2005-02-14[WORKQUEUE]: Add cancel_rearming_delayed_work()Andrew Morton1-0/+24
2005-02-14[TIMER]: Export avenrun for packet scheduler meta ematch.David S. Miller1-0/+2
2005-02-10[PATCH] Add try_acquire_console_semBenjamin Herrenschmidt1-0/+10
2005-02-07[PATCH] add design comment to kick_process()Ingo Molnar1-0/+6
2005-02-07[PATCH] fix wait_task_inactive raceNick Piggin1-1/+1
2005-02-01[PATCH] sched: fix preemption race (Core/i386)Thomas Gleixner1-0/+42
2005-02-01[PATCH] audit: handle loginuid through procSerge Hallyn2-27/+24
2005-02-01[PATCH] assert_spin_locked()Herbert Pötzl2-9/+3
2005-02-01[PATCH] mm: rework lower-zone protection initialisationAndrea Arcangeli1-7/+5
2005-02-01[PATCH] wait_for_completion API extension addition fixesMike Waychison1-8/+13
2005-02-01[PATCH] some minor cleanups for audit_log_lost() messagesChris Wright1-4/+4
2005-02-01[PATCH] fix audit skb leak on congested netlink socketChris Wright1-0/+5
2005-02-01[PATCH] irq_affinity: fix build when CONFIG_PROC_FS=nRandy Dunlap2-2/+2
2005-02-01[PATCH] ptrace: last_siginfo also needs tasklist_lockPrasanna Meda1-13/+25
2005-02-01[PATCH] Remove unnecessary ";" in schedstat_ macrosIngo Molnar1-4/+4
2005-01-31kallsyms: kallsyms.c - make some code staticAdrian Bunk1-2/+2
2005-01-31kernel/configs.c: make a variable staticAdrian Bunk1-1/+1
2005-01-25[PATCH] Problems disabling SYSCTLAnton Blanchard1-0/+1
2005-01-25[PATCH] Enable swsusp on SMP machinesPavel Machek1-5/+5
2005-01-25[PATCH] ppc64: problem disabling SYSVIPCAnton Blanchard1-1/+1
2005-01-24[PATCH] Modules: Allow sysfs module parameters to be written to.Greg Kroah-Hartman1-1/+25
2005-01-22[PATCH] fix module kallsym lookup breakageKeith Owens1-1/+9
2005-01-20[PATCH] cputime_t patches broke RLIMIT_CPURoland McGrath1-5/+5
2005-01-20[PATCH] completion API additionsIngo Molnar1-0/+95
2005-01-20[PATCH] avoid sparse warning due to time-interpolatorDavid Mosberger1-2/+2
2005-01-20[PATCH] file_table:expand_files() code cleanupPrasanna Meda1-22/+19
2005-01-20[PATCH] swsusp: remove O(n^2) algorithm in page relocationPavel Machek1-14/+24
2005-01-20[PATCH] kprobes: x86_64 memory allocation changesPrasanna S. Panchamukhi1-5/+8
2005-01-20[PATCH] Fix audit control message checksSerge Hallyn2-9/+44
2005-01-19[PATCH] nonintrusive spin-polling loop in kernel/spinlock.cIngo Molnar1-9/+11
2005-01-19Remove old debugging tests.Linus Torvalds1-7/+0
2005-01-19Revert "Don't busy-lock-loop in preemptable spinlocks" patchLinus Torvalds1-8/+6
2005-01-17Merge ia64 test tree back into release tree.Tony Luck42-1032/+1529
2005-01-14[PATCH] various Kconfig fixesGabor Egry1-1/+1
2005-01-14[PATCH] ptrace: unlocked access to last_siginfo (resending)Prasanna Meda1-7/+22
2005-01-14[PATCH] fix exec deadlock when ptrace used inside the thread groupRoland McGrath2-2/+6
2005-01-14[PATCH] reintroduce task_nice export for binfmt_elf32Christian Bornträger1-0/+9
2005-01-14[PATCH] swsusp/dm: Use right levels for device_suspend()Pavel Machek3-7/+10
2005-01-14[PATCH] swsusp: more small fixesPavel Machek3-12/+12
2005-01-14[PATCH] generic irq code missing export of probe_irq_mask()James Bottomley1-0/+1
2005-01-14[PATCH] cputime: s/390: fix account_steal_time.Ulrich Weigand1-5/+9
2005-01-14[PATCH] Make compat_rt_sigtimedwait conformMatthew Wilcox1-1/+1
2005-01-14[PATCH] Don't busy-lock-loop in preemptable spinlocksIngo Molnar1-6/+8
2005-01-11[PATCH] Catch module parameter parsing failuresRusty Russell1-0/+3
2005-01-11[PATCH] audit return code and log format fixPeter Martuccelli2-2/+2
2005-01-11[PATCH] cputime: microsecond based cputime for s390Martin Schwidefsky1-0/+1
2005-01-11[PATCH] cputime: introduce cputimeMartin Schwidefsky9-150/+238
2005-01-11[PATCH] acct_update_integrals speedupJay Lan1-0/+2
2005-01-10[PATCH] signal.c: convert assertion to BUG_ON()Pavel Machek1-2/+1
2005-01-10[PATCH] swsusp: properly suspend and resume all devicesBarry K. Nathan1-0/+2
2005-01-10[PATCH] swsusp: device power management fixBarry K. Nathan1-0/+11
2005-01-10[PATCH] don't let PTRACE_EVENT_EXIT stop hold up SIGKILLRoland McGrath1-5/+6
2005-01-10[PATCH] let SIGKILL wake TASK_TRACEDRoland McGrath2-19/+16
2005-01-09[PATCH] fix __ptrace_unlink TASK_TRACED recovery for real parentRoland McGrath2-23/+26
2005-01-09Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman3-198/+107
2005-01-07[PATCH] sched.c: remove an unused functionAdrian Bunk1-6/+0
2005-01-07[PATCH] sched.c: remove an unused macroAdrian Bunk1-6/+0
2005-01-07[PATCH] Fix kernel/timer.c comment typoVasia Pupkin1-1/+1
2005-01-07[PATCH] Lock initializer cleanup (Core)Thomas Gleixner17-22/+22
2005-01-07[PATCH] cpu_down() warning fixNathan Lynch1-1/+2
2005-01-07[PATCH] remove the BKL by turning it into a semaphoreIngo Molnar6-15/+70
2005-01-07[PATCH] vmtrunc: vm_truncate_count race cautionHugh Dickins1-0/+1
2005-01-07[PATCH] debug sched domains before attachNick Piggin1-95/+91
2005-01-07[PATCH] sched: fix scheduling latencies for !PREEMPT kernelsIngo Molnar1-0/+3
2005-01-07[PATCH] fix keventd execution dependencyIngo Molnar1-4/+21
2005-01-07[PATCH] sched: add cond_resched_softirq()Ingo Molnar1-0/+16
2005-01-07[PATCH] preempt cleanupIngo Molnar1-6/+17
2005-01-07[PATCH] improve preemption on SMPIngo Molnar2-88/+178
2005-01-07[PATCH] introduce idle_task_exitNathan Lynch1-0/+14
2005-01-07[PATCH] sched: remove outdated/misleading commentsJosh Aas1-9/+1
2005-01-07[PATCH] export sched_setscheduler() for kernel module useDean Nelson1-46/+45
2005-01-07[PATCH] sched: no need to recalculate rqRobert Love1-2/+2
2005-01-07[PATCH] sched: use cached current valueOleg Nesterov1-3/+3
2005-01-07[PATCH] sched: remove_interactive_creditCon Kolivas1-37/+9
2005-01-07[PATCH] sched: requeue_granularityCon Kolivas1-3/+1
2005-01-07[PATCH] sched: add_requeue_taskCon Kolivas1-4/+18
2005-01-07[PATCH] sched: adjust_timeslice_granularityCon Kolivas1-2/+4
2005-01-07[PATCH] sched: alter_kthread_prioCon Kolivas1-1/+1
2005-01-07[PATCH] sched.c whitespace manglerCon Kolivas1-2/+2
2005-01-07[PATCH] sched: active_load_balance() fixletMatthew Dobson1-33/+32
2005-01-07[PATCH] sched: can_migrate exception for idle cpusAndrew Theurer1-23/+27
2005-01-07[PATCH] sched: more agressive wake_idle()Andrew Theurer1-15/+15
2005-01-06mergeGreg Kroah-Hartman3-198/+107
2005-01-06[PATCH] x86-64: kernel/sys.c build fixJeff Garzik1-0/+1
2005-01-06[PATCH] First cut at setsid/tty lockingAlan Cox2-0/+4
2005-01-04[PATCH] Make page allocator aware of requests for zeroed memoryChristoph Lameter1-8/+4
2005-01-05Merge shinybook.infradead.org:/home/dwmw2/bk/linus-2.6David Woodhouse1-1/+1
2005-01-04Merge shinybook.infradead.org:/home/dwmw2/bk/linus-2.6David Woodhouse1-1/+1
2005-01-04[PATCH] uninline/kill __exit_mm()Oleg Nesterov1-7/+2
2005-01-04[PATCH] task_struct.exit_state usageRoland McGrath4-9/+9
2005-01-04[PATCH] move waitchld_exit from task_struct to signal_structRoland McGrath3-22/+6
2005-01-04[PATCH] fix ptracer death race yielding bogus BUG_ONRoland McGrath1-8/+22
2005-01-04[PATCH] move group_exit flag into signal_struct.flags wordRoland McGrath3-12/+16
2005-01-04[PATCH] fix stop signal raceRoland McGrath3-52/+72
2005-01-04[PATCH] remove redundant sys_delete_module()Coywolf Qi Hunt1-7/+0
2005-01-04[PATCH] compat: sigtimedwaitZou Nanhai1-0/+86
2005-01-04[PATCH] cpumask: range check before using valueRandy Dunlap1-1/+3
2005-01-04[PATCH] Add PR_GET_NAMEPrasanna Meda1-0/+9
2005-01-04[PATCH] panic_timeout: move to kernel.hRandy Dunlap1-1/+0
2005-01-04[PATCH] rcu: simplify quiescent state detectionManfred Spraul1-6/+5
2005-01-04[PATCH] rcu: make two internal structs staticManfred Spraul1-2/+2
2005-01-04[PATCH] rcu: eliminate rcu_ctrlblk.lockOleg Nesterov1-14/+16
2005-01-04[PATCH] Sync in core time granuality with filesystemsAndi Kleen1-1/+46
2005-01-04[PATCH] sys_stime needs a compat functionMartin Schwidefsky2-4/+42
2005-01-04[PATCH] suppress might_sleep() if oopsingAndrew Morton1-1/+1
2005-01-04[PATCH] fork: total_forks not counted under tasklist_lockPrasanna Meda1-6/+6
2005-01-04[PATCH] move irq_enter and irq_exit to common codeChristoph Hellwig2-11/+17
2005-01-04[PATCH] handle quoted module parametersRandy Dunlap1-3/+12
2005-01-04[PATCH] enhanced Memory accounting data collectionJay Lan3-0/+39
2005-01-04[PATCH] enhanced I/O accounting data patchJay Lan1-3/+12
2005-01-04[PATCH] VM routine fixesDavid Howells2-0/+5
2005-01-04[PATCH] GP-REL data supportDavid Howells2-5/+4
2005-01-04[PATCH] capset returns -EPERM when pid==current->pidSerge Hallyn1-1/+1
2005-01-04[PATCH] properly split capset_check+capset_setSerge Hallyn1-25/+38