aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-10-05perf_counter: Fix perf_copy_attr() pointer arithmeticIan Schram1-10/+10
2009-09-24perf_counter: Start counting time enabled when group leader gets enabledPaul Mackerras1-13/+30
2009-09-24perf_counter: Fix buffer overflow in perf_copy_attr()Xiao Guangrong1-0/+1
2009-09-05Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-1/+2
2009-08-29perf_counter: Fix /0 bug in swcountersPeter Zijlstra1-0/+1
2009-08-28modules: Fix build error in the !CONFIG_KALLSYMS caseIngo Molnar1-2/+5
2009-08-28perf_counters: Increase paranoia levelIngo Molnar1-1/+1
2009-08-27module: workaround duplicate section namesJames Bottomley1-1/+2
2009-08-27module: fix BUG_ON() for powerpc (and other function descriptor archs)Rusty Russell1-2/+4
2009-08-26clone(): fix race between copy_process() and de_thread()Oleg Nesterov1-15/+5
2009-08-25Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-1/+1
2009-08-25Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-11/+14
2009-08-25Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-16/+13
2009-08-21perf_counter: Fix typo in read() output generationPeter Zijlstra1-1/+1
2009-08-19Merge branch 'perfcounters-fixes-for-linus-2' of git://git.kernel.org/pub/scm...Linus Torvalds1-0/+15
2009-08-19clockevent: Prevent dead lock on clockevents_lockSuresh Siddha2-10/+13
2009-08-18tracing: handle broken names in ftrace filterJiri Olsa1-6/+11
2009-08-18mm: revert "oom: move oom_adj value"KOSAKI Motohiro1-1/+0
2009-08-18Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+8
2009-08-18genirq: Wake up irq thread after action has been installedThomas Gleixner1-2/+8
2009-08-18perf_counter: Fix the PARISC buildIngo Molnar1-0/+4
2009-08-18ftrace: Unify effect of writing to trace_options and option/*Zhaolei1-10/+2
2009-08-17timers: Drop write permission on /proc/timer_listAmerigo Wang1-1/+1
2009-08-17perf_counter: Check task on counter read IPIPaul Mackerras1-0/+11
2009-08-17Security/SELinux: seperate lsm specific mmap_min_addrEric Paris1-3/+4
2009-08-13genirq: prevent wakeup of freed irq threadLinus Torvalds1-10/+7
2009-08-13Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-102/+236
2009-08-13Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-10/+29
2009-08-13perf_counter: Report the cloning task as parent on perf_counter_fork()Peter Zijlstra1-2/+2
2009-08-13perf_counter: Fix an ipi-deadlockPeter Zijlstra1-1/+5
2009-08-13perf: Rework/fix the whole read vs group stuffPeter Zijlstra1-72/+202
2009-08-13perf_counter: Fix swcounter context invariancePeter Zijlstra1-26/+18
2009-08-13perf_counter: Provide hw_perf_counter_setup_online() APIsIngo Molnar1-1/+9
2009-08-12Remove double removal of blktrace directoryAlan D. Brunelle1-11/+1
2009-08-10Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-94/+145
2009-08-10futex: Fix handling of bad requeue syscall pairingDarren Hart1-2/+9
2009-08-10Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2009-08-10futex: Fix compat_futex to be same as futex for REQUEUE_PIDinakar Guniguntala1-2/+4
2009-08-10locking, sched: Give waitqueue spinlocks their own lockdep classesPeter Zijlstra1-2/+3
2009-08-10perf_counter: Require CAP_SYS_ADMIN for raw tracepoint dataPeter Zijlstra1-0/+8
2009-08-10perf_counter: Correct PERF_SAMPLE_RAW outputPeter Zijlstra1-6/+24
2009-08-10futex: Update futex_q lock_ptr on requeue proxy lockDarren Hart1-4/+13
2009-08-09Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+4
2009-08-09Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-20/+42
2009-08-09Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-4/+3
2009-08-09perf_counter: Fix a race on perf_counter_ctxPeter Zijlstra1-15/+15
2009-08-09perf_counter: Fix tracepoint sampling to be part of generic samplingFrederic Weisbecker1-10/+10
2009-08-09perf_counter: Work around gcc warning by initializing tracepoint record uncon...Frederic Weisbecker1-3/+4
2009-08-09perf_counter: Fix software counters for fast moving event sourcesPeter Zijlstra1-70/+94
2009-08-09perf_counter: Fix/complete ftrace event records samplingFrederic Weisbecker3-5/+18
2009-08-09perf_counter, ftrace: Fix perf_counter integrationPeter Zijlstra1-3/+3
2009-08-09Merge branch 'linus' into tracing/urgentIngo Molnar12-116/+254
2009-08-08posix_cpu_timers_exit_group(): Do not use thread_group_cputimer()Stanislaw Gruszka1-3/+4
2009-08-08tracing/filters: Always free pred on filter_add_subsystem_pred() failureTom Zanussi1-5/+11
2009-08-08tracing/filters: Don't use pred on alloc failureTom Zanussi1-0/+4
2009-08-08x86/irq: Fix move_irq_desc() for nodes without ramYinghai Lu1-2/+2
2009-08-07Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds3-3/+3
2009-08-07execve: must clear current->clear_child_tidEric Dumazet1-11/+11
2009-08-07generic-ipi: fix hotplug_cfd()Xiao Guangrong1-1/+1
2009-08-07ring-buffer: Fix memleak in ring_buffer_free()Eric Dumazet1-0/+1
2009-08-07lockdep: Fix file mode of lock_statLi Zefan1-1/+2
2009-08-06perf_counter: Fix double list iteration in per task precise statsPeter Zijlstra1-1/+1
2009-08-06ring-buffer: Fix advance of reader in rb_buffer_peek()Robert Richter1-6/+4
2009-08-06ftrace: Fix perf-tracepoint OOPSPeter Zijlstra2-2/+2
2009-08-06rtmutex: Avoid deadlock in rt_mutex_start_proxy_lock()Darren Hart1-3/+1
2009-08-05ring-buffer: do not disable ring buffer on oops_in_progressSteven Rostedt1-1/+1
2009-08-05ring-buffer: fix check of try_to_discard resultSteven Rostedt1-1/+1
2009-08-04Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2-33/+72
2009-08-04Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-14/+33
2009-08-04Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+7
2009-08-04Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-10/+22
2009-08-04Merge branch 'tracing/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar15-126/+252
2009-08-04posix-timers: Fix oops in clock_nanosleep() with CLOCK_MONOTONIC_RAWHiroshi Shimamoto1-0/+7
2009-08-02sched: Fix race in cpupri introduced by cpumask_var changesGregory Haskins1-1/+14
2009-08-02sched: Fix latencytop and sleep profiling vs group schedulingPeter Zijlstra1-13/+19
2009-08-02perf_counter: Full task tracingPeter Zijlstra2-32/+59
2009-08-02perf_counter: Collapse inherit on read()Peter Zijlstra1-1/+13
2009-08-01do_sigaltstack: small cleanupsLinus Torvalds1-4/+6
2009-08-01do_sigaltstack: avoid copying 'stack_t' as a structure to user spaceLinus Torvalds1-7/+8
2009-07-30Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-20/+36
2009-07-30kprobes: Use kernel_text_address() for checking probe addressMasami Hiramatsu1-1/+1
2009-07-29profile: suppress warning about large allocations when profile=1 is specifiedMel Gorman1-2/+3
2009-07-29cgroup avoid permanent sleep at rmdirKAMEZAWA Hiroyuki1-17/+38
2009-07-29cgroups: fix pid namespace bugLi Zefan1-24/+72
2009-07-29kexec: fix omitting offset in extended crashkernel syntaxHidetoshi Seto1-1/+1
2009-07-29mm: copy over oom_adj value at fork timeRik van Riel1-0/+1
2009-07-28tracing: Fix missing function_graph events when we splice_read from trace_pipeLai Jiangshan1-3/+7
2009-07-28tracing: Fix invalid function_graph entryLai Jiangshan1-2/+9
2009-07-27update the comment in kthread_stop()Oleg Nesterov1-4/+6
2009-07-27module: use MODULE_SYMBOL_PREFIX with module_layoutMike Frysinger1-1/+2
2009-07-24trace: stop tracer in oops_enter()Thomas Gleixner1-0/+1
2009-07-23tracing: only truncate ftrace files when O_TRUNC is setSteven Rostedt3-4/+4
2009-07-23tracing: show proper address for trace-printk formatSteven Rostedt1-1/+1
2009-07-23tracing/stat: Fix seqfile memory leakLi Zefan1-12/+22
2009-07-23function-graph: Fix seqfile memory leakLi Zefan1-3/+12
2009-07-23trace_stack: Fix seqfile memory leakLi Zefan1-5/+2
2009-07-22genirq: Fix UP compile failure caused by irq_thread_check_affinityBruno Premont1-0/+5
2009-07-22Merge branch 'perf-counters-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-100/+94
2009-07-22Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-1/+63
2009-07-22Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-2/+2
2009-07-22Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-9/+46
2009-07-22Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-4/+17
2009-07-22perf: fix stack data leakArjan van de Ven1-0/+1
2009-07-22perf_counter: Fix throttle/unthrottle event loggingAnton Blanchard1-1/+4
2009-07-22perf_counter: PERF_SAMPLE_ID and inherited countersPeter Zijlstra1-61/+31
2009-07-22perf_counter: Plug more stack leaksPeter Zijlstra1-2/+21
2009-07-22perf: Fix stack data leakArjan van de Ven1-0/+1
2009-07-22Merge commit 'tip/perfcounters/core' into perf-counters-for-linusPeter Zijlstra1-19/+17
2009-07-22softirq: introduce tasklet_hrtimer infrastructurePeter Zijlstra1-1/+63
2009-07-21genirq: Delegate irq affinity setting to the irq threadThomas Gleixner3-9/+46
2009-07-19clocksource: Prevent NULL pointer dereferenceThomas Gleixner1-1/+1
2009-07-18timer: Avoid reading uninitialized dataPavel Roskin1-1/+1
2009-07-18sched: fix nr_uninterruptible accounting of frozen tasks reallyThomas Gleixner1-0/+7
2009-07-18sched: fix load average accounting vs. cpu hotplugThomas Gleixner1-2/+2
2009-07-18profile: Suppress warning about large allocations when profile=1 is specifiedMel Gorman1-2/+3
2009-07-18perf_counter: Log vfork as a fork eventAnton Blanchard1-6/+3
2009-07-18perf_counter: Make sure we dont leak kernel memory to userspaceAnton Blanchard1-4/+15
2009-07-18sched: Account for vruntime wrappingFabio Checconi1-2/+8
2009-07-16tracing/function: Fix the return value of ftrace_trace_onoff_callback()Xiao Guangrong1-1/+1
2009-07-16Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-12/+52
2009-07-14Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-57/+64
2009-07-14Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+1
2009-07-13tracing/function-profiler: do not free per cpu variable statSteven Rostedt1-3/+2
2009-07-13perf_counter: Fix the tracepoint channel to perfcountersChris Wilson1-7/+3
2009-07-12Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds1-7/+0
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan3-1/+2
2009-07-11futexes: Fix infinite loop in get_futex_key() on huge pageSonny Rao1-0/+1
2009-07-11sched: Fix bug in SCHED_IDLE interaction with group schedulingPaul Turner1-1/+2
2009-07-10Merge branch 'core-fixes-for-linus-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+1
2009-07-10sched: optimize cond_resched()Peter Zijlstra1-5/+9
2009-07-10Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-14/+12
2009-07-10hrtimer: Fix migration expiry checkThomas Gleixner2-68/+64
2009-07-10hrtimer: migration: do not check expiry time on current CPUThomas Gleixner1-2/+13
2009-07-10sched: Fix rt_rq->pushable_tasks initialization in init_rt_rq()Fabio Checconi1-1/+1
2009-07-10sched: Reset sched stats on fork()Lucas De Marchi1-9/+31
2009-07-10sched_rt: Fix overload bug on rt group schedulingPeter Zijlstra2-1/+18
2009-07-10perf_counter: Stop open coding unclone_ctxPeter Zijlstra1-19/+17
2009-07-09kmemleak: Remove alloc_bootmem annotations introduced in the pastCatalin Marinas1-7/+0
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches1-3/+3
2009-07-08headers: mnt_namespace.h reduxAlexey Dobriyan3-3/+0
2009-07-06cred_guard_mutex: do not return -EINTR to user-spaceOleg Nesterov1-2/+2
2009-07-06Fix virt_to_phys() warningsKevin Cernekee1-1/+1
2009-07-02tracing: Fix trace_print_seq()Xiao Guangrong1-2/+1
2009-07-01kprobes: No need to unlock kprobe_insn_mutexMasami Hiramatsu1-5/+1
2009-06-30Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6Linus Torvalds1-0/+7
2009-06-30Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-49/+271
2009-06-30bsdacct: fix access to invalid filp in acct_on()Renaud Lottiaux1-2/+4
2009-06-30kernel/resource.c: fix sign extension in reserve_setup()Zhang Rui1-1/+1
2009-06-30perf_counter: Provide a way to enable counters on execPaul Mackerras1-0/+50
2009-06-29kmemleak: Inform kmemleak about pid_hashCatalin Marinas1-0/+7
2009-06-29tracing/fastboot: Document the need of initcall_debugLi Zefan1-3/+3
2009-06-28Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+8
2009-06-28Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-9/+14
2009-06-28Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds9-74/+87
2009-06-26trace_export: Repair missed fieldsLai Jiangshan1-0/+3
2009-06-26tracing: Fix stack tracer sysctl handlingLi Zefan2-4/+4
2009-06-26perf_counter: Complete counter swapPeter Zijlstra1-1/+6
2009-06-26ftrace: Fix the output of profileLi Zefan1-1/+3
2009-06-25x86: Add sysctl to allow panic on IOCK NMI errorKurt Garloff1-0/+8
2009-06-25perf_counter: Rework the sample ABIPeter Zijlstra1-21/+15
2009-06-25perf_counter: Implement more accurate per task statisticsPeter Zijlstra1-3/+80
2009-06-25perf_counter: Add PERF_EVENT_READPeter Zijlstra1-4/+68
2009-06-25perf_counter, x86: Add mmap counter read supportPeter Zijlstra1-1/+9
2009-06-25perf_counter: Add scale information to the mmap control pagePeter Zijlstra1-0/+6
2009-06-25futex: request only one page from get_user_pages()Thomas Gleixner1-1/+1
2009-06-25ring-buffer: Make it generally availablePaul Mundt3-0/+19
2009-06-25ftrace: Remove duplicate newlineLi Zefan1-2/+1
2009-06-24Merge branches 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-2/+2
2009-06-24audit: inode watches depend on CONFIG_AUDIT not CONFIG_AUDIT_SYSCALLEric Paris1-2/+2
2009-06-24futex: Fix the write access fault problem for realThomas Gleixner1-21/+24
2009-06-24rcu: Mark Hierarchical RCU no longer experimentalPaul E. McKenney1-2/+1
2009-06-24tracing: Fix trace_buf_size boot optionLi Zefan1-3/+2
2009-06-24timer stats: Optimize by adding quick check to avoid function callsHeiko Carstens2-8/+10
2009-06-24ftrace: Fix t_hash_start()Li Zefan1-1/+11
2009-06-24ftrace: Don't manipulate @pos in t_start()Li Zefan1-11/+8
2009-06-24ftrace: Don't increment @pos in g_start()Li Zefan1-11/+10
2009-06-24tracing: Reset iterator in t_start()Li Zefan1-14/+4
2009-06-24trace_stat: Don't increment @pos in seq start()Li Zefan1-5/+1
2009-06-24tracing_bprintk: Don't increment @pos in t_start()Li Zefan1-20/+6
2009-06-24tracing/events: Don't increment @pos in s_start()Li Zefan1-6/+22
2009-06-24Fix rule eviction order for AUDIT_DIRAl Viro4-23/+72
2009-06-24Audit: clean up all op= output to include string quotingEric Paris5-24/+21
2009-06-23Audit: move audit_get_nd completely into audit_watchEric Paris3-24/+23
2009-06-23audit: seperate audit inode watches into a subfileEric Paris6-506/+572
2009-06-23Audit: clean up audit_receive_skbEric Paris1-17/+18
2009-06-23Audit: cleanup netlink mesg handlingEric Paris1-15/+15
2009-06-23Audit: unify the printk of an skb when auditd not aroundEric Paris1-17/+22
2009-06-23Audit: dereferencing krule as if it were an audit_watchEric Paris1-34/+24
2009-06-23Audit: better estimation of execve record lengthEric Paris1-2/+2
2009-06-23Audit: fix audit watch use after freeEric Paris1-0/+2
2009-06-23perf_counter: Optimize perf_counter_alloc()'s inherit casePeter Zijlstra1-12/+20
2009-06-23perf_counter: Push inherit into perf_counter_alloc()Peter Zijlstra1-8/+6
2009-06-23perf_counter: Optimize perf_swcounter_event()Peter Zijlstra1-3/+15
2009-06-23timers: Fix timer_migration interface which accepts any number as inputArun R Bharadwaj1-1/+4
2009-06-22mm/init: cpu_hotplug_init() must be initialized before SLABLinus Torvalds1-8/+5
2009-06-20Merge branch 'irq-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2009-06-20Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2-135/+180
2009-06-20Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-6/+7
2009-06-20Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds9-170/+292
2009-06-20Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-3/+9