aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2010-01-24Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+2
2010-01-24Merge git://git.infradead.org/~dwmw2/mtd-2.6.33Linus Torvalds3-1/+7
2010-01-21Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+10
2010-01-21perf: Honour event state for aux stream dataPeter Zijlstra1-0/+9
2010-01-21perf: Fix perf_event_do_pending() fallback callsitePeter Zijlstra1-2/+1
2010-01-21sched: Reassign prev and switch_count when reacquire_kernel_lock() failYong Zhang1-1/+4
2010-01-21sched: Fix vmark regression on big machinesMike Galbraith1-1/+1
2010-01-18clockevent: Don't remove broadcast device when cpu is deadXiaotian Feng1-1/+2
2010-01-16Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-15/+12
2010-01-16Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-14/+25
2010-01-16smp_call_function_any(): pass the node value to cpumask_of_node()David John1-1/+1
2010-01-16kfifo: document everywhere that size has to be power of twoAndi Kleen1-1/+1
2010-01-16kfifo: add kfifo_out_peekAndi Kleen1-0/+21
2010-01-16kfifo: sanitize *_user error handlingAndi Kleen1-27/+49
2010-01-16kfifo: use void * pointers for user buffersAndi Kleen1-4/+4
2010-01-14tracing/filters: Add comment for match callbacksLi Zefan1-1/+12
2010-01-14tracing/filters: Fix MATCH_FULL filter matching for PTR_STRINGLi Zefan1-4/+3
2010-01-14tracing/filters: Fix MATCH_MIDDLE_ONLY filter matchingLi Zefan1-1/+1
2010-01-14tracing/filters: Fix MATCH_END_ONLY filter matchingLi Zefan1-2/+3
2010-01-14tracing/filters: Fix MATCH_FRONT_ONLY filter matchingLi Zefan1-1/+1
2010-01-14ftrace: Fix MATCH_END_ONLY function filterLi Zefan1-3/+3
2010-01-13futexes: Remove rw parameter from get_futex_key()KOSAKI Motohiro1-15/+12
2010-01-11kernel/signal.c: fix kernel information leak with print-fatal-signals=1Andi Kleen1-1/+2
2010-01-11cgroups: fix 2.6.32 regression causing BUG_ON() in cgroup_diput()Dave Anderson1-1/+0
2010-01-11kmod: fix resource leak in call_usermodehelper_pipe()Masami Hiramatsu1-5/+7
2010-01-06ring-buffer: Add rb_list_head() wrapper around new reader page next fieldSteven Rostedt1-1/+1
2010-01-06ring-buffer: Wrap a list.next reference with rb_list_head()David Sharp1-1/+1
2010-01-06modules: Skip empty sections when exporting section notesBen Hutchings1-7/+10
2009-12-31Merge branch 'perf-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+2
2009-12-31Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2009-12-31Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-149/+129
2009-12-31kmsg_dump: Dump on crash_kexec as wellKOSAKI Motohiro3-1/+7
2009-12-31perf: Fix NULL deref in inheritance codePeter Zijlstra1-3/+2
2009-12-30tracing: Fix sign fields in ftrace_define_fields_##call()Lai Jiangshan1-3/+4
2009-12-30tracing/kprobe: Show sign of fields in trace_kprobe format filesLai Jiangshan1-3/+4
2009-12-30ksym_tracer: Remove trace_statLi Zefan1-77/+50
2009-12-30ksym_tracer: Fix race when incrementing countLi Zefan1-5/+7
2009-12-30ksym_tracer: Fix to allow writing newline to ksym_trace_filterLi Zefan1-2/+2
2009-12-30ksym_tracer: Fix to make the tracer workLi Zefan2-4/+7
2009-12-28tracing: Kconfig spelling fixes and cleanupsRandy Dunlap1-56/+56
2009-12-28kprobes: Fix distinct type warningHeiko Carstens1-1/+1
2009-12-24Merge branch 'sysctl' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/lin...Linus Torvalds1-1/+30
2009-12-23SYSCTL: Print binary sysctl warnings (nearly) only onceAndi Kleen1-1/+30
2009-12-23Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+4
2009-12-23sched: Revert 738d2be, simplify set_task_cpu()Peter Zijlstra1-5/+4
2009-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds2-2/+1
2009-12-22kfifo: add record handling functionsStefani Seibold1-93/+193
2009-12-22kfifo: add kfifo_skip, kfifo_from_user and kfifo_to_userStefani Seibold1-16/+123
2009-12-22kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold1-16/+16
2009-12-22kfifo: cleanup namespaceStefani Seibold1-6/+6
2009-12-22kfifo: move out spinlockStefani Seibold1-11/+6
2009-12-22kfifo: move struct kfifo in placeStefani Seibold1-32/+33
2009-12-22Revert "time: Remove xtime_cache"Linus Torvalds2-4/+24
2009-12-22Sanitize f_flags helpersAl Viro1-1/+0
2009-12-22anonfd: Allow making anon files read-onlyRoland Dreier1-1/+1
2009-12-21tracing: Fix setting tracer specific optionsSteven Rostedt1-1/+1
2009-12-21resources: fix call to alignf() in allocate_resource()Dominik Brodowski1-16/+16
2009-12-20sched: Fix hotplug hangPeter Zijlstra1-1/+1
2009-12-20sched: Restore printk sanityPeter Zijlstra2-41/+50
2009-12-19Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-20/+44
2009-12-19Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-232/+298
2009-12-19Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-11/+16
2009-12-19Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-5/+15
2009-12-19fix more leaks in audit_tree.c tag_chunk()Al Viro1-3/+6
2009-12-19fix braindamage in audit_tree.c untag_chunk()Al Viro1-2/+2
2009-12-17Merge branch 'cpumask-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+3
2009-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-0/+2
2009-12-17Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds1-5/+8
2009-12-17printk: fix new kernel-doc warningsRandy Dunlap1-2/+2
2009-12-17do_wait() optimization: do not place sub-threads on task_struct->children listOleg Nesterov2-20/+18
2009-12-17kernel/sysctl.c: fix the incomplete part of sysctl_max_map_count-should-be-no...WANG Cong1-1/+1
2009-12-17Merge branch 'for-33' of git://repo.or.cz/linux-kbuildLinus Torvalds3-3/+3
2009-12-17sched: Fix broken assertionPeter Zijlstra1-1/+2
2009-12-17perf events: Dont report side-band events on each cpu for per-task-per-cpu ev...Peter Zijlstra1-14/+18
2009-12-17perf events, x86/stacktrace: Make stack walking optionalFrederic Weisbecker1-0/+1
2009-12-17sched: Teach might_sleep() about preemptible RCUFrederic Weisbecker1-1/+1
2009-12-17kprobe-tracer: Check new event/group nameMasami Hiramatsu1-6/+25
2009-12-17sched: Make warning less noisyIngo Molnar1-1/+1
2009-12-17cpumask: avoid dereferencing struct cpumaskRusty Russell1-2/+2
2009-12-17cpumask: use cpu_online in kernel/perf_event.cRusty Russell1-1/+1
2009-12-17timers: Remove duplicate setting of new_base in __mod_timer()Simon Horman1-2/+0
2009-12-17NOMMU: Optimise away the {dac_,}mmap_min_addr testsDavid Howells1-0/+2
2009-12-16[sysctl] Fix breakage on systems with older glibcAndi Kleen1-0/+7
2009-12-16Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-6/+9
2009-12-16Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds12-219/+183
2009-12-16Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds1-7/+21
2009-12-16Merge git://git.infradead.org/mtd-2.6Linus Torvalds2-0/+122
2009-12-16sched: Simplify set_task_cpu()Peter Zijlstra1-8/+5
2009-12-16sched: Remove the cfs_rq dependency from set_task_cpu()Peter Zijlstra2-11/+45
2009-12-16sched: Add pre and post wakeup hooksPeter Zijlstra2-6/+10
2009-12-16sched: Move kthread_bind() back to kthread.cPeter Zijlstra2-26/+23
2009-12-16sched: Fix select_task_rq() vs hotplug issuesPeter Zijlstra1-35/+40
2009-12-16sched: Fix sched_exec() balancingPeter Zijlstra1-22/+23
2009-12-16sched: Ensure set_task_cpu() is never called on blocked tasksPeter Zijlstra1-19/+66
2009-12-16sched: Use TASK_WAKING for fork wakupsPeter Zijlstra1-9/+9
2009-12-16sched: Select_task_rq_fair() must honour SD_LOAD_BALANCEPeter Zijlstra1-0/+3
2009-12-16sched: Fix task_hot() test orderPeter Zijlstra1-3/+3
2009-12-16sched: Fix set_cpu_active() in cpu_down()Xiaotian Feng1-21/+3
2009-12-16Merge branch 'linus' into sched/urgentIngo Molnar53-957/+824
2009-12-16perf events: Allow per-task-per-cpu countersPeter Zijlstra1-4/+7
2009-12-16kexec: premit reduction of the reserved memory sizeAmerigo Wang2-0/+80
2009-12-16pid: reduce code size by using a pointer to iterate over arrayAndré Goddard Rosa1-3/+2
2009-12-16pid: tighten pidmap spinlock critical section by removing kfree()André Goddard Rosa1-3/+4
2009-12-16signals: check ->group_stop_count after tracehook_get_signal()Oleg Nesterov1-5/+4
2009-12-16signals: kill force_sig_specific()Oleg Nesterov1-6/+0
2009-12-16signals: cosmetic, collect_signal: use SI_USEROleg Nesterov1-1/+1
2009-12-16signals: send_signal: use si_fromuser() to detect from_ancestor_nsOleg Nesterov1-3/+2
2009-12-16signals: SEND_SIG_NOINFO should be considered as SI_FROMUSER()Oleg Nesterov1-3/+13
2009-12-16ptrace: copy_process() should disable steppingOleg Nesterov1-2/+3
2009-12-16memcg: coalesce uncharge during unmap/truncateKAMEZAWA Hiroyuki1-0/+4
2009-12-16const: constify remaining pipe_buf_operationsAlexey Dobriyan2-3/+3
2009-12-16timecompare: fix half-Y2K38 problem in timecompare_update while calculating o...Barry Song1-1/+1
2009-12-15perf_events: Fix perf_event_attr layoutPeter Zijlstra1-1/+1
2009-12-15Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds41-712/+717
2009-12-15tree-wide: convert open calls to remove spaces to skip_spaces() lib functionAndré Goddard Rosa1-5/+3
2009-12-15vt: introduce and use vt_kmsg_redirect() functionBernhard Walle1-4/+3
2009-12-15kernel/sys.c: fix "warning: do-while statement is not a compound statement" n...H Hartley Sweeten1-4/+4
2009-12-15generic-ipi: cleanup for generic_smp_call_function_interrupt()Xiao Guangrong1-2/+1
2009-12-15'sysctl_max_map_count' should be non-negativeAmerigo Wang1-1/+2
2009-12-15hugetlb: derive huge pages nodes allowed from task mempolicyLee Schermerhorn1-2/+13
2009-12-15bsdacct: fix uid/gid misreportingAlexey Dobriyan1-1/+2
2009-12-15perf_event: Fix incorrect range check on cpu numberPaul Mackerras1-1/+1
2009-12-15sched: Fix cpu_clock() in NMIs, on !CONFIG_HAVE_UNSTABLE_SCHED_CLOCKDavid Miller1-8/+15
2009-12-15tracing: Fix return of trace_dump_stack()Steven Rostedt1-1/+1
2009-12-15module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=yRusty Russell1-7/+21
2009-12-14clockevents: Convert to raw_spinlockThomas Gleixner3-38/+38
2009-12-14clockevents: Make tick_device_lock staticThomas Gleixner2-2/+1
2009-12-14perf_event: Convert to raw_spinlockThomas Gleixner2-55/+55
2009-12-14hrtimers: Convert to raw_spinlocksThomas Gleixner3-36/+37
2009-12-14genirq: Convert irq_desc.lock to raw_spinlockThomas Gleixner10-108/+108
2009-12-14smp: Convert smplocks to raw_spinlocksThomas Gleixner1-16/+16
2009-12-14rtmutes: Convert rtmutex.lock to raw_spinlockThomas Gleixner2-27/+27
2009-12-14sched: Convert pi_lock to raw_spinlockThomas Gleixner6-59/+59
2009-12-14sched: Convert cpupri lock to raw_spinlockThomas Gleixner2-6/+6
2009-12-14sched: Convert rt_runtime_lock to raw_spinlockThomas Gleixner2-37/+37
2009-12-14sched: Convert rq->lock to raw_spinlockThomas Gleixner5-103/+106
2009-12-14plist: Make plist debugging raw_spinlock awareThomas Gleixner1-3/+3
2009-12-14locking: Cleanup the name space completelyThomas Gleixner1-96/+96
2009-12-14locking: Further name space cleanupsThomas Gleixner2-7/+7
2009-12-14locking: Implement new raw_spinlockThomas Gleixner3-23/+25
2009-12-14locking: Convert __raw_spin* functions to arch_spin*Thomas Gleixner9-51/+51
2009-12-14locking: Rename __RAW_SPIN_LOCK_UNLOCKED to __ARCH_SPIN_LOCK_UNLOCKEDThomas Gleixner6-10/+10
2009-12-14locking: Convert raw_spinlock to arch_spinlockThomas Gleixner6-18/+18
2009-12-14locking: Reorder functions in spinlock.cThomas Gleixner1-123/+123
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds11-231/+84
2009-12-14Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2-0/+18
2009-12-14sched: Use rcu in sched_get_rr_param()Thomas Gleixner1-3/+3
2009-12-14sched: Use rcu in sched_get/set_affinity()Thomas Gleixner1-10/+6
2009-12-14sched: Use rcu in sys_sched_getscheduler/sys_sched_getparam()Thomas Gleixner1-5/+5
2009-12-14Merge branch 'linus' into tracing/urgentIngo Molnar25-417/+716
2009-12-13ksym_tracer: Fix bad castLi Zefan1-3/+4
2009-12-13tracing/power: Remove two exportsLi Zefan1-2/+0
2009-12-13tracing: Change event->profile_count to be int typeLi Zefan2-4/+3
2009-12-13tracing: Simplify trace_option_write()Li Zefan1-54/+31
2009-12-13tracing: Remove useless trace optionLi Zefan2-13/+11
2009-12-13tracing: Use seq file for trace_clockLi Zefan1-9/+15
2009-12-13tracing: Use seq file for trace_optionsLi Zefan1-43/+17
2009-12-13function-graph: Allow writing the same val to set_graph_functionLi Zefan1-3/+2
2009-12-13ftrace: Call trace_parser_clear() properlyLi Zefan1-2/+1
2009-12-13ftrace: Return EINVAL when writing invalid val to set_ftrace_filterLi Zefan1-6/+16
2009-12-13tracing: Move a printk out of ftrace_raw_reg_event_foo()Li Zefan2-13/+17
2009-12-13tracing: Pull up calls to trace_define_common_fields()Li Zefan4-23/+4
2009-12-13tracing: Extract duplicate ftrace_raw_init_event_foo()Li Zefan1-0/+14
2009-12-13sched: Use pr_fmt() and pr_<level>()Joe Perches2-53/+43
2009-12-13sched: Make wakeup side and atomic variants of completion API irq safeRafael J. Wysocki1-4/+6
2009-12-12Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-205/+256
2009-12-12kbuild: move utsrelease.h to include/generatedSam Ravnborg2-2/+2
2009-12-12kbuild: move bounds.h to include/generatedSam Ravnborg1-1/+1
2009-12-11Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-45/+81
2009-12-11Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-6/+20
2009-12-11Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-57/+242
2009-12-11Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-108/+159
2009-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-1/+1
2009-12-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds1-16/+40
2009-12-11tty: Move the leader test in disassociateAlan Cox1-1/+1
2009-12-11Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds1-12/+14
2009-12-11tracing: Add stack trace to irqsoff tracerSteven Rostedt1-0/+2
2009-12-11tracing: Add trace_dump_stack()Steven Rostedt1-0/+16
2009-12-11kgdb: Always process the whole breakpoint list on activate or deactivateJason Wessel1-8/+15
2009-12-11kgdb: continue and warn on signal passing from gdbJason Wessel1-2/+4
2009-12-11kgdb: allow for cpu switch when single steppingJason Wessel1-5/+15
2009-12-11kgdb: Read buffer overflowJason Wessel1-1/+6
2009-12-11clockevents: Prevent clockevent_devices list corruption on cpu hotplugThomas Gleixner1-3/+15
2009-12-10ring-buffer: Move resize integrity check under reader lockSteven Rostedt1-4/+4
2009-12-10ring-buffer: Use sync sched protection on ring buffer resizingSteven Rostedt1-16/+9
2009-12-11tracing: Fix wrong usage of strstrip in trace_ksymsThomas Gleixner1-28/+21
2009-12-10sys: Fix missing rcu protection for __task_cred() accessThomas Gleixner1-0/+2
2009-12-10signals: Fix more rcu assumptionsThomas Gleixner1-4/+4
2009-12-10signal: Fix racy access to __task_cred in kill_pid_info_as_uid()Thomas Gleixner1-7/+10
2009-12-10sched: Remove forced2_migrations statsIngo Molnar2-8/+0
2009-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-3/+128
2009-12-10perf_event: Fix variable initialization in other codepathsXiao Guangrong1-0/+1
2009-12-10sched: Fix memory leak in two error corner casesPhil Carmody1-2/+6
2009-12-10hrtimer: move timer stats helper functions to hrtimer.cHeiko Carstens1-4/+20
2009-12-10hrtimer: Tune hrtimer_interrupt hang logicThomas Gleixner2-41/+61
2009-12-10sched: Fix build warning in get_update_sysctl_factor()Mike Galbraith1-1/+1
2009-12-10lockdep: Avoid out of bounds array reference in save_trace()Luck, Tony1-1/+2
2009-12-10Merge branch 'tip/tracing/core3' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar4-57/+242
2009-12-10perf_event: Fix perf_swevent_hrtimer() variable initializationXiao Guangrong1-0/+1
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds3-4/+4