aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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-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-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
2004-10-18[PATCH] A simple FIFO implementationStelian Pop2-1/+171
2004-10-18[PATCH] report per-process pagetable usageWilliam Lee Irwin III1-0/+1
2004-10-18[PATCH] make console_conditional_schedule() __sched and use cond_resched()William Lee Irwin III1-5/+3
2004-10-18[PATCH] pidhashing: enforce PID_MAX_LIMIT in sysctlsWilliam Lee Irwin III2-2/+9
2004-10-18[PATCH] pidhashing: retain older vendor copyrightWilliam Lee Irwin III1-1/+2
2004-10-18[PATCH] pidhashing: rewrite alloc_pidmap()William Lee Irwin III1-65/+46
2004-10-18[PATCH] unexport exit_mmChristoph Hellwig1-2/+0
2004-10-18mergeGreg Kroah-Hartman32-516/+1512
2004-10-18[PATCH] remove dead code and exports from signal.cChristoph Hellwig1-47/+0
2004-10-18[PATCH] remove pm_find, unexport pm_sendChristoph Hellwig1-31/+0
2004-10-18[PATCH] document wake_up_bit()'s requirement for preceding memory barriersWilliam Lee Irwin III1-0/+7
2004-10-18[PATCH] reduce number of parameters to __wait_on_bit() and __wait_on_bit_lock()William Lee Irwin III1-10/+12
2004-10-18[PATCH] move wait ops' contention case completely out of lineWilliam Lee Irwin III1-2/+38
2004-10-18[PATCH] eliminate inode waitqueue hashtableWilliam Lee Irwin III1-0/+1
2004-10-18[PATCH] eliminate bh waitqueue hashtableWilliam Lee Irwin III1-0/+11
2004-10-18[PATCH] consolidate bit waiting code patternsWilliam Lee Irwin III1-0/+37
2004-10-18[PATCH] standardize bit waiting data typeWilliam Lee Irwin III1-0/+23
2004-10-18[PATCH] move waitqueue functions to kernel/wait.cWilliam Lee Irwin III3-126/+130
2004-10-18[PATCH] kallsyms data size reduction / lookup speedupPaulo Marques1-61/+133
2004-10-18[PATCH] implement in-kernel keys & keyring managementDavid Howells4-4/+47
2004-10-18Don't use obsolete gcc named initializer syntax.Linus Torvalds1-8/+8
2004-10-18[PATCH] fix & clean up zombie/dead task handling & preemptionIngo Molnar7-50/+62
2004-10-18[PATCH] sched: fix SCHED_SMT & numa=fake=2 lockupIngo Molnar1-1/+28
2004-10-18[PATCH] CPU Scheduler: fix potential error in runqueue nr_uninterruptible countPeter Williams1-3/+3
2004-10-18[PATCH] sched: print preempt countAndrew Morton1-1/+3
2004-10-18[PATCH] sched: use CPU_DOWN_FAILED notifierNick Piggin1-0/+1
2004-10-18[PATCH] sched: hotplug add a CPU_DOWN_FAILED notifierNick Piggin1-0/+5
2004-10-18[PATCH] sched: fix domain debug for isolcpusNick Piggin1-1/+11
2004-10-18[PATCH] sched: make domain setup overridableNick Piggin1-183/+48
2004-10-18[PATCH] sched: remove disjoint NUMA domains setupNick Piggin1-83/+1
2004-10-18[PATCH] sched: sched add load balance flagNick Piggin1-69/+23
2004-10-18[PATCH] sched: arch_destroy_sched_domains warning fixAndrew Morton1-0/+2
2004-10-18[PATCH] sched: integrate cpu hotplug and sched domainsNick Piggin1-71/+104
2004-10-18[PATCH] sched: add CPU_DOWN_PREPARE notifierNick Piggin1-0/+9
2004-10-18[PATCH] sched: trivial sched changesNick Piggin1-8/+8
2004-10-18[PATCH] xtime value may become incorrectVladimir Grouzdev1-6/+5
2004-10-18[PATCH] Disable SW irqbalance/irqaffinity for E7520/E7320/E7525 v2Suresh B. Siddha2-2/+3
2004-10-18[PATCH] generic irq subsystem: coreIngo Molnar8-0/+1013
2004-10-18[PATCH] fork() bug invalidates file descriptorsGregory Kurz1-1/+10
2004-10-18[PATCH] fix the prof=schedule featureIngo Molnar2-3/+3
2004-10-18[PATCH] add missing linux/syscalls.h includesArnd Bergmann14-1/+17
2004-10-18[PATCH] softirqs: fix latency of softirq processingIngo Molnar1-3/+9
2004-10-18[PATCH] fix PTRACE_ATTACH race with real parent's wait callsRoland McGrath2-4/+21
2004-10-18[PATCH] add WCONTINUED support to wait4 syscallRoland McGrath1-21/+58
2004-10-18[PATCH] make rlimit settings per-process instead of per-threadRoland McGrath6-23/+33
2004-10-18[PATCH] swsusp: progress in percentPavel Machek2-11/+29
2004-10-17Merge nuts.davemloft.net:/disk1/BK/network-2.6David S. Miller1-0/+1
2004-10-16[PATCH] tailcall prevention in sys_wait4() and sys_waitid()Ingo Molnar1-2/+14
2004-10-13[PATCH] Fix reporting of process start timesTim Schmielau2-2/+10
2004-10-13[PATCH] fix oops in fork() cleanup pathJohn L. Byrne1-1/+2
2004-10-13[PATCH] time interpolator fixesChristoph Lameter1-5/+0
2004-10-09[PATCH] pm: console driver fixesIan Campbell1-0/+3
2004-10-07Merge nuts.davemloft.net:/disk1/BK/network-2.6David S. Miller1-0/+1
2004-10-07[PATCH] Use cache_decay_ticks instead of a constantIngo Molnar1-1/+1
2004-10-07[NET]: Allow CONFIG_NET=n on ppc64.Olaf Hering1-0/+1
2004-10-05[PATCH] Fix task_hot() balancingIngo Molnar1-2/+3
2004-10-02[PATCH] Add DEVPATH env variable to hotplug helper callJosef \'Jeff\' Sipek1-3/+4
2004-10-02[PATCH] msleep_interruptible(): fix whitespaceMaximilian Attems1-6/+6
2004-10-02[PATCH] swsusp: fix highmemStefan Seyfried1-0/+7
2004-10-02[PATCH] sparc64: time interpolator build fixAndrew Morton1-0/+1
2004-10-02[PATCH] kprobes exception notifier fixPrasanna S. Panchamukhi1-0/+3
2004-09-30Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman8-1935/+784
2004-09-27Merge bk://kernel.bkbits.net//home/mochel/linux-2.6-powerLinus Torvalds7-1934/+783
2004-09-27Add __user annotation to PR_SET_NAMELinus Torvalds1-1/+1
2004-09-24Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman3-1/+79
2004-09-24[power mgmt] Make system state enums match device state values.Patrick Mochel1-2/+2
2004-09-24[PATCH] swsusp: kill crash when too much memory is freeAndrew Morton1-2/+2
2004-09-24[PATCH] swsusp: another simplificationAndrew Morton1-15/+5
2004-09-24[PATCH] Small cleanups for swsuspAndrew Morton2-32/+31
2004-09-24[PATCH] swsusp: do not oops after allocation failureAndrew Morton1-3/+6
2004-09-24[PATCH] swsusp: fix default powerdown modeAndrew Morton1-2/+0
2004-09-24[PATCH] -mm swsusp: copy_page is harmfullAndrew Morton1-6/+2
2004-09-24[PATCH] -mm swsusp: make sure we do not return to userspace where image is on...Andrew Morton1-2/+4
2004-09-24Merge kernel.bkbits.net:linux-2.6-powerPatrick Mochel7-1923/+784
2004-09-23[PATCH] disable sched domains debug codeJesse Barnes1-1/+1
2004-09-22[PATCH] fix problematic flush_cache_page in kernel/ptrace.cRussell King1-2/+0
2004-09-22[PATCH] round log buffer size to power of twoWerner Almesberger1-0/+2
2004-09-22[PATCH] Online CPU with maxcpus option panicsAnil Keshavamurthy1-2/+2
2004-09-22[PATCH] Put symbolic links between drivers and modules in the sysfs treeGreg Kroah-Hartman1-0/+21
2004-09-22Merge gregkh@kernel.bkbits.net:linux/driver-2.6Greg Kroah-Hartman2-1/+58
2004-09-21Merge digitalimplant.org:/home/mochel/src/linux-2.6-virginPatrick Mochel7-1923/+784
2004-09-20Merge digitalimplant.org:/home/mochel/src/linux-2.6-virginPatrick Mochel7-1923/+784
2004-09-20Correct prototypes for sys_wait4 and sys_waitpid.Richard Henderson1-3/+3
2004-09-16[PATCH] time interpolators logic fixChristoph Lameter1-1/+4
2004-09-15[PATCH] back out siginfo_t.si_rusage from waitid changesRoland McGrath2-11/+10
2004-09-13[PATCH] ksysfs warning fixAndrew Morton1-1/+1
2004-09-13[PATCH] fix OProfile lockingJohn Levon1-0/+2
2004-09-13Fix up stupid last-minute edit of fork cleanup.Linus Torvalds1-1/+1
2004-09-13Fix fork failure case.Linus Torvalds1-3/+1
2004-09-13[PATCH] Add prctl to modify current->commAndi Kleen1-0/+11
2004-09-13[PATCH] remove exports from audit codeChristoph Hellwig2-21/+1
2004-09-13[PATCH] Allocate correct amount of memory for pid hashAnton Blanchard1-1/+1
2004-09-13[PATCH] ppc64: Enable NUMA APIAnton Blanchard1-0/+2
2004-09-13[PATCH] fix schedstats null deref in sched_execNathan Lynch1-1/+1
2004-09-13[PATCH] Backward compatibility for compat sched_getaffinityAnton Blanchard1-3/+7
2004-09-13[PATCH] Clean up compat sched affinity syscallsAnton Blanchard2-109/+89
2004-09-12Merge kroah.com:/home/greg/linux/BK/bleed-2.6Greg Kroah-Hartman2-1/+58
2004-09-10[PATCH] fix task_struct leak in posix-timersRoland McGrath1-2/+3