aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2010-10-15sysctl: min/max bounds are optionalEric Dumazet1-9/+0
2010-10-14hrtimer: Preserve timer state in remove_hrtimer()Salman Qazi1-2/+11
2010-10-12ring-buffer: Fix typo of time extends per pageSteven Rostedt1-1/+1
2010-10-12perf: Fix incorrect copy_from_user() usageJohn Blackwood1-3/+1
2010-10-07Merge branch 'hwpoison-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+8
2010-10-07sysctl: fix min/max handling in __do_proc_doulongvec_minmax()Eric Dumazet1-1/+1
2010-10-07HWPOISON: Copy si_addr_lsb to userAndi Kleen1-0/+8
2010-10-05Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+14
2010-10-05modules: Fix module_bug_list list corruption raceLinus Torvalds1-0/+4
2010-10-01kfifo: fix scatterlist usageIra W. Snyder1-2/+0
2010-09-22rmap: fix walk during forkAndrea Arcangeli1-1/+1
2010-09-21Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-5/+5
2010-09-21Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+2
2010-09-21sched: Fix nohz balance kickSuresh Siddha1-1/+1
2010-09-17hw breakpoints: Fix pid namespace bugMatt Helsley1-1/+2
2010-09-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-10/+17
2010-09-15sched: Fix user time incorrectly accounted as system time on 32-bitStanislaw Gruszka1-4/+4
2010-09-14compat: Make compat_alloc_user_space() incorporate the access_ok()H. Peter Anvin1-0/+21
2010-09-13sched: Improve latencies under load by decreasing minimum scheduling granularityIngo Molnar1-3/+3
2010-09-13workqueue: add documentationTejun Heo1-10/+17
2010-09-11Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-21/+68
2010-09-11PM / Hibernate: Avoid hitting OOM during preallocation of memoryRafael J. Wysocki1-20/+65
2010-09-11Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+6
2010-09-11PM QoS: Correct pr_debug() misuse and improve parameter checksmark gross1-1/+3
2010-09-10generic-ipi: Fix deadlock in __smp_call_function_singleHeiko Carstens1-3/+14
2010-09-10Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-22/+34
2010-09-09tracing: t_start: reset FTRACE_ITER_HASH in case of seek/preadChris Wright1-0/+2
2010-09-09swap: revert special hibernation allocationHugh Dickins3-5/+3
2010-09-09kernel/groups.c: fix integer overflow in groups_searchJerome Marchand1-3/+2
2010-09-09cgroups: fix API thinkoMichael S. Tsirkin1-6/+7
2010-09-09gcov: fix null-pointer dereference for certain module typesPeter Oberparleiter1-64/+180
2010-09-09sched: Move sched_avg_update() to update_cpu_load()Suresh Siddha2-2/+6
2010-09-09perf: Fix CPU hotplugPeter Zijlstra1-3/+3
2010-09-09perf, trace: Fix module leakLi Zefan1-0/+3
2010-09-08Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-28/+12
2010-09-08Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-13/+45
2010-09-08tracing/kprobe: Fix handling of C-unlike argument namesMasami Hiramatsu1-8/+12
2010-09-08tracing/kprobes: Fix handling of argument namesMasami Hiramatsu1-7/+10
2010-09-08tracing/kprobe: Fix a memory leak in error caseMasami Hiramatsu1-3/+3
2010-09-08tracing: Do not allow llseek to set_ftrace_filterSteven Rostedt1-1/+1
2010-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-15/+38
2010-09-05gcc-4.6: kernel/*: Fix unused but set warningsAndi Kleen5-12/+3
2010-09-03mutex: Fix annotations to include it in kernel-locking docbookRandy Dunlap1-16/+7
2010-09-01lockup_detector: Sync touch_*_watchdog back to old semanticsDon Zickus1-5/+12
2010-08-31pid: make setpgid() system call use RCU read-side critical sectionPaul E. McKenney1-0/+2
2010-08-31tracing: Fix a race in function profileLi Zefan1-4/+11
2010-08-31workqueue: use zalloc_cpumask_var() for gcwq->mayday_maskTejun Heo1-1/+1
2010-08-31workqueue: fix GCWQ_DISASSOCIATED initializationTejun Heo1-2/+3
2010-08-30perf_events: Fix time tracking for events with pid != -1 and cpu != -1Stephane Eranian1-4/+22
2010-08-28Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-5/+7
2010-08-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-3/+3
2010-08-26PM QoS: Fix inline documentation.Saravana Kannan1-4/+6
2010-08-25Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2010-08-25Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+2
2010-08-25tracing/trace_stack: Fix stack trace on ppc64Anton Blanchard1-1/+1
2010-08-25workqueue: fix cwq->nr_active underflowTejun Heo1-10/+20
2010-08-24Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+3
2010-08-24Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+9
2010-08-24PM QoS: Fix kzalloc() parameters swapped in pm_qos_power_open()David Alan Gilbert1-1/+1
2010-08-24workqueue: improve destroy_workqueue() debuggabilityTejun Heo1-1/+6
2010-08-23workqueue: mark lock acquisition on worker_maybe_bind_and_lock()Namhyung Kim1-0/+1
2010-08-23workqueue: annotate lock context changeNamhyung Kim1-0/+6
2010-08-23mutex: Improve the scalability of optimistic spinningTim Chen1-1/+9
2010-08-23watchdog: Don't throttle the watchdogPeter Zijlstra1-0/+3
2010-08-21workqueue: Add basic tracepoints to track workqueue executionArjan van de Ven1-0/+9
2010-08-21mm: make the vma list be doubly linkedLinus Torvalds1-2/+5
2010-08-21Input: sysrq - drop tty argument form handle_sysrq()Dmitry Torokhov1-1/+1
2010-08-20kfifo: implement missing __kfifo_skip_r()Andrea Righi1-0/+9
2010-08-20sched: Fix rq->clock synchronization when migrating tasksPeter Zijlstra1-0/+2
2010-08-19Input: sysrq - drop tty argument from sysrq ops handlersDmitry Torokhov2-2/+2
2010-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-5/+5
2010-08-18Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-68/+163
2010-08-18fs: fs_struct rwlock to spinlockNick Piggin1-5/+5
2010-08-17Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2-2/+9
2010-08-17Fix unprotected access to task credentials in waitid()Daniel J Blueman1-3/+2
2010-08-17Make do_execve() take a const filename pointerDavid Howells1-1/+3
2010-08-16kdb: fix compile error without CONFIG_KALLSYMSJason Wessel2-2/+9
2010-08-16Merge branch 'tip/perf/urgent-3' of git://git.kernel.org/pub/scm/linux/kernel...Steven Rostedt4-68/+163
2010-08-16workqueue: free rescuer on destroy_workqueueXiaotian Feng1-1/+1
2010-08-13tracing: Sanitize value returned from write(trace_marker, "...", len)Marcin Slusarz1-3/+8
2010-08-13time: Workaround gcc loop optimization that causes 64bit div errorsJohn Stultz1-3/+4
2010-08-12Revert "fsnotify: store struct file not struct path"Linus Torvalds1-2/+2
2010-08-12tracing/events: Convert format output to seq_fileSteven Rostedt1-67/+141
2010-08-12Merge branch 'params' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds1-72/+161
2010-08-12timekeeping: Fix overflow in rawtime tv_nsec on 32 bit archsJason Wessel1-4/+7
2010-08-12Add a dummy printk function for the maintenance of unused printksDavid Howells1-4/+0
2010-08-12block: add secure discardAdrian Hunter1-0/+8
2010-08-12kernel/kfifo.c: add handling of chained scatterlistsStefani Seibold1-7/+6
2010-08-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-7/+2
2010-08-11kfifo: replace the old non generic APIStefani Seibold2-898/+453
2010-08-11kfifo: add the new generic kfifo APIStefani Seibold1-0/+602
2010-08-11kexec: return -EFAULT on copy_to_user() failuresDan Carpenter1-3/+5
2010-08-11lib/bug.c: add oops end marker to WARN implementationAnton Blanchard1-1/+1
2010-08-11panic: keep blinking in spite of long spin timer modeTAMUKI Shoichi1-32/+26
2010-08-11pids: alloc_pidmap: remove the unnecessary boundary checksOleg Nesterov1-10/+7
2010-08-11pids: fix a race in pid generation that causes pids to be reused immediatelySalman1-1/+38
2010-08-11ptrace: optimize exit_ptrace() for the likely caseOleg Nesterov2-5/+14
2010-08-11cgroups: save space for the terminatorDan Carpenter1-2/+2
2010-08-11param: locking for kernel parametersRusty Russell1-7/+26
2010-08-11param: make param sections const.Rusty Russell1-2/+2
2010-08-11param: use free hook for charp (fix leak of charp parameters)Rusty Russell1-2/+50
2010-08-11param: add a free hook to kernel_param_ops.Rusty Russell1-1/+16
2010-08-11param: use ops in struct kernel_param, rather than get and set fns directlyRusty Russell1-28/+62
2010-08-11param: move the EXPORT_SYMBOL to after the definitions.Rusty Russell1-26/+13
2010-08-11params: don't hand NULL values to param.set callbacks.Rusty Russell1-17/+3
2010-08-11vfs: add helpers to get root and pwdMiklos Szeredi1-7/+2
2010-08-10kernel/timer.c: fix kernel-doc function parameter warningRandy Dunlap1-0/+1
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2-18/+64
2010-08-10Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linuxLinus Torvalds3-62/+165
2010-08-10Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notifyLinus Torvalds9-278/+325
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2010-08-09gcc-4.6: printk: use stable variable to dump kmsg bufferAndi Kleen1-5/+5
2010-08-09stop_machine: struct cpu_stopper, remove alignment padding on 64 bitsRichard Kennedy1-1/+1
2010-08-09kernel/range: remove unused definition of ARRAY_SIZE()Geert Uytterhoeven1-4/+0
2010-08-09sys_personality: remove the bogus checks in sys_personality()->__set_personal...Oleg Nesterov1-17/+5
2010-08-09hibernation: freeze swap at hibernationKAMEZAWA Hiroyuki3-3/+5
2010-08-09oom: badness heuristic rewriteDavid Rientjes1-0/+1
2010-08-09oom: move sysctl declarations to oom.hDavid Rientjes1-3/+1
2010-08-09pass a struct path to vfs_statfsChristoph Hellwig1-1/+1
2010-08-09workqueue: workqueue_cpu_callback() should be cpu_notifier instead of hotcpu_...Tejun Heo1-1/+1
2010-08-08workqueue: add missing __percpu markup in kernel/workqueue.cNamhyung Kim1-1/+1
2010-08-07Merge branch 'bkl/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fred...Linus Torvalds1-8/+0
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds11-1924/+2963
2010-08-07block: push BKL into blktrace ioctlsArnd Bergmann1-0/+43
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig2-13/+16
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig1-5/+5
2010-08-06Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2010-08-06Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds7-92/+57
2010-08-06Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-12/+35
2010-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2-2/+13
2010-08-06tracing: Fix ring_buffer_read_page reading out of page boundaryHuang Ying1-0/+3
2010-08-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds20-376/+800
2010-08-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds33-2925/+1451
2010-08-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-0/+179
2010-08-06tracing: Fix an unallocated memory access in function_graphShaohua Li1-1/+9
2010-08-05Merge branch 'kms-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds1-2/+0
2010-08-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds7-87/+437
2010-08-05cgroupfs: create /sys/fs/cgroup to mount cgroupfs onGreg KH1-1/+12
2010-08-05hotplug: Support kernel/hotplug sysctl variable when !CONFIG_NETIan Abbott1-1/+1
2010-08-05Merge branch 'modules' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty...Linus Torvalds1-507/+581
2010-08-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-0/+12
2010-08-05Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linusLinus Torvalds1-2/+31
2010-08-05vt,console,kdb: automatically set kdb LINES variableJason Wessel1-2/+0
2010-08-05debug_core,kdb: fix crash when arch does not have single stepJason Wessel1-0/+2
2010-08-05ftrace,kdb: Allow dumping a specific cpu's buffer with ftdumpJason Wessel1-10/+27
2010-08-05ftrace,kdb: Extend kdb to be able to dump the ftrace bufferJason Wessel4-21/+163
2010-08-05gdbstub: do not directly use dbg_reg_def[] in gdb_cmd_reg_set()Jason Wessel1-1/+9
2010-08-05gdbstub: Implement gdbserial 'p' and 'P' packetsJason Wessel1-20/+77
2010-08-05kgdb,kdb: individual register set and and get APIJason Wessel2-12/+146
2010-08-05gdbstub: Optimize kgdb's "thread:" response for the gdb serial protocolJason Wessel1-18/+19
2010-08-05kgdb: remove custom hex_to_bin()implementationAndy Shevchenko1-16/+5
2010-08-05printk: fix delayed messages from CPU hotplug eventsKevin Cernekee1-2/+31
2010-08-05Merge branch 'sched/urgent' into sched/coreIngo Molnar2-11/+1
2010-08-05Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar1-0/+3
2010-08-05Merge branch 'perf/nmi' into perf/coreIngo Molnar5-317/+601
2010-08-05module: cleanup comments, remove noinlineRusty Russell1-4/+8
2010-08-05module: group post-relocation functions into post_relocation()Rusty Russell1-24/+32
2010-08-05module: move module args strndup_user to just before useRusty Russell1-15/+13
2010-08-05module: pass load_info into other functionsRusty Russell1-215/+157
2010-08-05module: fix sysfs cleanup for !CONFIG_SYSFSRusty Russell1-7/+6
2010-08-05module: sysfs cleanupRusty Russell1-43/+34
2010-08-05module: layout_and_allocateRusty Russell1-99/+125
2010-08-05module: fix crash in get_ksymbol() when oopsing in module initRusty Russell1-1/+2
2010-08-05module: kallsyms functions take struct load_infoRusty Russell1-39/+29
2010-08-05module: refactor out section header rewriting: FIX modversionsRusty Russell1-6/+6
2010-08-05module: refactor out section header rewritingRusty Russell1-25/+45
2010-08-05module: add load_infoLinus Torvalds1-103/+125
2010-08-05module: reduce stack usage for each_symbol()Linus Torvalds1-1/+1
2010-08-05module: refactor load_module part 5Rusty Russell1-76/+106
2010-08-05module: refactor load_module part 4Rusty Russell1-17/+15
2010-08-05module: refactor load_module part 3Rusty Russell1-47/+75
2010-08-05module: refactor load_module part 2Linus Torvalds1-57/+72
2010-08-05module: refactor load_moduleLinus Torvalds1-61/+69
2010-08-05module: module_unload_init() cleanupEric Dumazet1-6/+0
2010-08-04Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds7-7/+7
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-197/+558
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds3-1/+68
2010-08-04CRED: Fix RCU warning due to previous patch fixing __task_cred()'s checksDavid Howells1-3/+6
2010-08-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds5-117/+194
2010-08-04tracing/kprobes: unregister_trace_probe needs to be called under mutexSrikar Dronamraju1-0/+3
2010-08-04Merge branch 'master' into for-nextJiri Kosina17-125/+183
2010-08-04timer: Added usleep_range timerPatrick Pannuto1-0/+22
2010-08-04Revert "timer: Added usleep[_range] timer"Thomas Gleixner1-22/+0
2010-08-04Merge commit 'gcl/next' into nextBenjamin Herrenschmidt4-9/+15
2010-08-03timer: add on-stack deferrable timer interfacesJesse Barnes1-0/+13
2010-08-02clockevents: Remove the per cpu tick skewArjan van de Ven1-5/+0
2010-08-02Merge commit 'v2.6.35' into perf/coreIngo Molnar5-10/+37
2010-08-02perf: Use tracepoint_synchronize_unregister() to flush any pending tracepoint...Frederic Weisbecker1-3/+3
2010-08-01workqueue: mark init_workqueues() as early_initcall()Suresh Siddha1-1/+3
2010-08-01workqueue: explain for_each_*cwq_cpu() iteratorsTejun Heo1-0/+13
2010-07-31padata: Remove padata_get_cpumaskSteffen Klassert1-35/+0
2010-07-31padata: Pass the padata cpumasks to the cpumask_change_notifier chainSteffen Klassert1-1/+2
2010-07-31padata: Rearrange set_cpumask functionsSteffen Klassert1-50/+67
2010-07-31padata: Rename padata_alloc functionsSteffen Klassert1-12/+12
2010-07-29CRED: Fix get_task_cred() and task_state() to not resurrect dead credentialsDavid Howells1-0/+25
2010-07-29irq: Add new IRQ flag IRQF_NO_SUSPENDIan Campbell1-1/+1
2010-07-29kgdb: Do not access xtime directlyThomas Gleixner1-1/+3
2010-07-28fanotify: use both marks when possibleEric Paris2-2/+2
2010-07-28fsnotify: pass both the vfsmount mark and inode markEric Paris2-5/+9
2010-07-28fsnotify: remove group->maskEric Paris1-8/+0