aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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
2005-01-03Merge bk://linux-sam.bkbits.net/kbuildLinus Torvalds1-4/+11
2005-01-03[PATCH] swsusp: Kill O(n^2) algorithm in swsuspPavel Machek1-75/+56
2005-01-03[PATCH] swsusp: Small cleanupsPavel Machek1-3/+3
2005-01-03[PATCH] swsusp: kill one-line helpers, handle read errorsPavel Machek1-15/+8
2005-01-03[PATCH] swsusp: kill unused variablePavel Machek1-2/+0
2005-01-03[PATCH] fix naming in swsuspPavel Machek1-2/+2
2005-01-03[PATCH] /proc/sys/kernel/bootloader_typeH. Peter Anvin1-0/+10
2004-12-29kallsyms: gate page is part of the kernel, honour CONFIG_KALLSYMS_ALLKeith Owens1-4/+11
2004-12-23[PATCH] AB-BA deadlock between uidhash_lock and tasklist_lock.Andrew Morton1-2/+1
2004-12-21Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman3-198/+107
2004-12-21sysfs: export the /sys/kernel subsystem for people to use.Greg Kroah-Hartman1-1/+2
2004-12-20[PATCH] back out CPU clock additions to posix-timersRoland McGrath1-111/+8
2004-12-20[PATCH] module sysfs: module parameters reimplemented using attr groupTejun Heo1-125/+54
2004-12-20[PATCH] module sysfs: sections attr reimplemented using attr groupTejun Heo1-40/+35
2004-12-20[PATCH] module sysfs: expand module_attribute methodsTejun Heo2-2/+3
2004-12-20[PATCH] module sysfs: make module.mkobj inlineTejun Heo2-32/+15
2004-12-16[PATCH] fix bogus ECHILD return from wait* with zombie group leaderRoland McGrath1-2/+13
2004-12-13Merge shinybook.infradead.org:/home/dwmw2/bk/linus-2.6David Woodhouse1-1/+1
2004-12-12[PATCH] swsusp: fix typesPavel Machek1-1/+1
2004-12-12[PATCH] swsusp: Fix header typoPavel Machek1-1/+1
2004-12-12[PATCH] swsusp fixes: fix confusing printkPavel Machek1-1/+1
2004-12-12[PATCH] swsusp bugfixes: fix memory leakPavel Machek1-1/+2
2004-12-12[PATCH] swsusp bugfixes: do not oops when not enough memory during resumePavel Machek1-0/+2
2004-12-07[PATCH] Fix broken domain debugging (aka "isolcpus option broken")Nick Piggin1-2/+4
2004-12-07Revert isolcpus option fix, pending better fix from Nick.Linus Torvalds1-17/+0
2004-12-06[PATCH] isolcpus option fixDimitri Sivanich1-0/+17
2004-12-02[PATCH] fix uninitialized variable in waitid(2)Joe Korty1-0/+1
2004-12-02[PATCH] sys_set/getpriority PRIO_USER semantics fix and optimisationPrasanna Meda1-12/+10
2004-12-02[PATCH] Allow multiple cpus in irq affinity callAnton Blanchard1-2/+1
2004-12-01[PATCH] Fix occasional stop_machine() lockup with > 2 CPUsRusty Russell1-1/+6
2004-12-01[PATCH] swsusp kconfig: Change in wordingPavel Machek1-8/+7
2004-11-29[PATCH] Remove Futex WarningRusty Russell1-2/+2
2004-11-28Merge dwmw2.baythorne.internal:/inst/bk/linus-2.6David Woodhouse1-1/+1
2004-11-21[PATCH] del_timer() vs. mod_timer() SMP raceBenjamin Herrenschmidt1-0/+2
2004-11-18[PATCH] early uart console supportBjorn Helgaas1-1/+1
2004-11-18[PATCH] sched: fix ->nr_uninterruptible handling bugsIngo Molnar1-7/+45
2004-11-17Fix reading /proc/<pid>/mem when parent dies.Linus Torvalds1-1/+0
2004-11-16Email address update.David Woodhouse1-1/+1
2004-11-16[PATCH] Fork fix fixDavid Howells1-4/+1
2004-11-14[PATCH] revert recent futex_wait fixJamie Lokier1-8/+24
2004-11-10[PATCH] unexport task_niceArjan van de Ven1-3/+0
2004-11-10[PATCH] futex_wait hang fixHidetoshi Seto1-6/+5
2004-11-10[PATCH] fix page size assumption in fork()David Howells1-1/+5
2004-11-10[PATCH] remove contention on profile_lockJesse Barnes1-28/+17
2004-11-10[PATCH] compat syscalls naming standardisationMatthew Wilcox2-9/+9
2004-11-09[PATCH] Fix do_wait raceDinakar Guniguntala1-1/+3
2004-11-08wait_task_stopped() must not just return 0 when it hasLinus Torvalds1-2/+11
2004-11-07[PATCH] panic_blink and i8042 unloadingDmitry Torokhov1-2/+5
2004-11-07[PATCH] unexport do_settimeofdayChristoph Hellwig1-2/+0
2004-11-07[PATCH] kprobes: Minor i386 changes required for porting kprobes to x86_64Prasanna S. Panchamukhi1-1/+5
2004-11-07[PATCH] SysRq-n changes RT tasks to normalMåns Rullgård1-0/+32
2004-11-07[PATCH] Don't ignore try_stop_module returnRusty Russell1-0/+2
2004-11-03[PATCH] fix wrong kfifo_init buffer size argumentMartin Waitz1-4/+2
2004-11-03x86: regparm calling convention for exceptions and interrupts.Linus Torvalds2-3/+3
2004-11-01[PATCH] Add panic blinking to 2.6Andi Kleen1-5/+19
2004-11-01[PATCH] x86_64: add nmi button supportAndi Kleen1-2/+2
2004-11-01[PATCH] standalone sys_ni.c for not-implemented syscallsPeter Chubb3-81/+86
2004-10-31[PATCH] fix IBM cyclone clock and some cleanupChristoph Lameter1-17/+29
2004-10-31[PATCH] take me home, hotplug_path[]Kay Sievers3-25/+1
2004-10-30Lock-annotate some kernel functions as an example of how it works.Linus Torvalds1-0/+2
2004-10-30Annotate scheduler locking behaviour.Linus Torvalds1-2/+19
2004-10-29[PATCH] uninline __sigqueue_allocChris Wright1-1/+1
2004-10-28[PATCH] make dnotify a configure-time optionRobert Love1-0/+2
2004-10-28[PATCH] Add typechecking to suspend types and powerdown typesPavel Machek2-8/+9
2004-10-27[PATCH] remove double newline from sysrq action_msgOlaf Hering1-1/+1
2004-10-27[PATCH] remove invoke_softirqChristoph Hellwig1-1/+1
2004-10-27[PATCH] fix show_refcnt return value typeChristoph Hellwig1-1/+1
2004-10-27[PATCH] Lock initializer unifying (Core)Thomas Gleixner2-5/+5
2004-10-27[PATCH] signal.c: gcc-3.4 fixPawel Sikora1-1/+1
2004-10-27[PATCH] unexport add_timer_on()Arjan van de Ven1-1/+0
2004-10-27[PATCH] unexport kick_processChristoph Hellwig1-2/+0
2004-10-27[PATCH] unexport getnstimeofdayChristoph Hellwig1-2/+0
2004-10-27[PATCH] unexport raise_softirqArjan van de Ven1-2/+0
2004-10-27[PATCH] scheduler: remove redundant #ifdefPaul E. McKenney1-2/+0
2004-10-27[PATCH] swsusp: print error message when swapping is disabledYi Zhu1-1/+4
2004-10-27[PATCH] statm: shared = rss - anon_rssHugh Dickins1-0/+1
2004-10-27Fix up "compat_sys_keyctl()" system call.Linus Torvalds1-0/+1
2004-10-27arm: Fix ARM kernel build with permitted binutils versionsRussell King1-2/+14
2004-10-25[PATCH] Wake up signalled tasks when exiting ptraceRoland McGrath1-0/+14
2004-10-25[PATCH] Posix layer <-> clock driver API fixChristoph Lameter1-55/+34
2004-10-25[PATCH] Builtin Module Parameters in sysfs tooRusty Russell2-105/+420
2004-10-25[PATCH] session leader tty disassociation fixRoland McGrath1-2/+4
2004-10-25[PATCH] acct: report single record for multithreaded processRoland McGrath3-7/+16
2004-10-25[PATCH] sched: active_load_balance fixesDarren Hart1-55/+70
2004-10-25[PATCH] schedstat: fix schedule() statisticsAkinobu Mita1-1/+2
2004-10-25[PATCH] sched: improved load_balance() tolerance for pinned tasksJohn Hawkes1-4/+12
2004-10-25[PATCH] sched: small load balance fixJesse Barnes1-2/+1
2004-10-25[PATCH] small SOFTWARE_SUSPEND help text fixesAdrian Bunk1-1/+2
2004-10-25[PATCH] power/disk.c: small fixupsPavel Machek1-14/+5
2004-10-25Allow BKL re-acquire to fail, causing us to re-schedule.Linus Torvalds1-2/+5
2004-10-24[PATCH] Fix msleep to sleep _at_least_ the requested amountBenjamin Herrenschmidt1-2/+2
2004-10-24Un-inline the big kernel lock.Linus Torvalds1-15/+0
2004-10-22[PATCH] Fix ptrace problemRoland McGrath1-1/+2
2004-10-22[PATCH] Invalid BUG_ONs in signal.cRoland McGrath1-14/+8
2004-10-22[PATCH] delay rq_lock acquisition in setschedulerChris Wright1-16/+17
2004-10-22[PATCH] remove cpu_run_sbin_hotplug()Andrew Morton1-35/+0
2004-10-22[PATCH] avoid problems with kobject_set_name and name with %Stephen Hemminger1-1/+1
2004-10-21[PATCH] make __sigqueue_alloc() a general helperChris Wright1-13/+7
2004-10-21[PATCH] ppc: Disable IRQ probe on ppcBenjamin Herrenschmidt1-1/+2
2004-10-20[PATCH] vm thrashing control tuning CONFIG_SWAP=n build fixHideo Aoki1-2/+2
2004-10-20Update tty layer to not mix kernel and user pointers.Linus Torvalds1-1/+1
2004-10-20Fix posix timer direct user space accessLinus Torvalds1-7/+11
2004-10-19Merge bk://kernel.bkbits.net/davem/sparc-2.6Linus Torvalds1-0/+1
2004-10-19Merge bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds1-0/+1
2004-10-19[PATCH] make CONFIG_PM_DEBUG depend on CONFIG_PMAdrian Bunk1-0/+1
2004-10-19[PATCH] "console=" parameter ignoredMaciej W. Rozycki1-3/+7
2004-10-19[PATCH] #include <asm/bitops.h> -> #include <linux/bitops.h>Adrian Bunk1-1/+1
2004-10-19[PATCH] vm thrashing control tuningHideo Aoki1-0/+11
2004-10-19[PATCH] detach_pid(): eliminate one find_pid() callOleg Nesterov1-3/+4
2004-10-19[PATCH] detach_pid(): restore optimizationOleg Nesterov1-4/+7
2004-10-19[PATCH] Posix compliant cpu clocksChristoph Lameter1-15/+131
2004-10-19[PATCH] BSD Secure Levels LSM: add time hooksMichael A. Halcrow1-5/+13
2004-10-19[PATCH] lighten mmlist_lockHugh Dickins1-26/+11
2004-10-19[PATCH] module_param_array() should take a pointerRusty Russell1-2/+2
2004-10-19MergeDavid S. Miller1-0/+1
2004-10-19[SPARC64]: Re-export force_sig to modules.David S. Miller1-0/+1
2004-10-18Trivial Makefile mergeLinus Torvalds16-351/+928
2004-10-18[PATCH] profile: 512x Altix timer interrupt livelock fixWilliam Lee Irwin III1-1/+257
2004-10-18[PATCH] taint on bad_pageNick Piggin1-2/+4
2004-10-18[PATCH] taint: fix forced rmmodNick Piggin1-1/+3
2004-10-18[PATCH] x86-64/i386: add mce taintingAndi Kleen1-2/+10
2004-10-18[PATCH] cleanup: move call to update_process_times.Martin Schwidefsky1-5/+0