summaryrefslogtreecommitdiffstats
path: root/drivers/net/ns83820.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-05-17perf_counter: fix threaded task exitIngo Molnar1-6/+7
2009-05-17perf_counter: Fix counter inheritancePeter Zijlstra1-0/+6
2009-05-17perf_counter: Fix inheritance cleanup codePeter Zijlstra1-17/+15
2009-05-15perf_counter: powerpc: supply more precise information on counter overflow ev...Paul Mackerras5-7/+97
2009-05-15perf_counter: allow arch to supply event misc flags and instruction pointerPaul Mackerras2-4/+12
2009-05-15perf_counter: powerpc: use u64 for event codes internallyPaul Mackerras7-52/+48
2009-05-15perf_counter: frequency based adaptive irq_period, 32-bit fixPeter Zijlstra1-1/+1
2009-05-15perf top: update to use the new freq interfacePeter Zijlstra1-1/+5
2009-05-15perf_counter: frequency based adaptive irq_periodPeter Zijlstra4-27/+68
2009-05-15perf_counter: per user mlock giftPeter Zijlstra2-7/+19
2009-05-15perf_counter: remove perf_disable/enable exportsPeter Zijlstra1-2/+0
2009-05-15perf stat: handle Ctrl-CIngo Molnar1-0/+16
2009-05-15perf_counter: Remove ACPI quirkIngo Molnar1-2/+0
2009-05-15perf_counter: x86: Protect against infinite loops in intel_pmu_handle_irq()Ingo Molnar1-7/+18
2009-05-15perf_counter: x86: Disallow interval of 1Ingo Molnar1-0/+5
2009-05-15perf_counter: x86: Robustify interrupt handlingPeter Zijlstra1-3/+13
2009-05-15perf_counter: Rework the perf counter disable/enablePeter Zijlstra5-120/+109
2009-05-15perf_counter: x86: Fix up the amd NMI/INT throttlePeter Zijlstra1-12/+26
2009-05-15perf_counter: Fix perf_output_copy() WARN to account for overflowPeter Zijlstra1-1/+5
2009-05-15perf_counter: x86: Allow unpriviliged use of NMIsPeter Zijlstra1-1/+4
2009-05-15perf_counter: x86: Fix throttlingIngo Molnar1-5/+15
2009-05-15perf_counter: x86: More accurate counter updatePeter Zijlstra1-3/+6
2009-05-15perf record: Allow specifying a pid to recordArnaldo Carvalho de Melo1-17/+146
2009-05-13perf_counter: fix print debug irq disablePeter Zijlstra1-2/+3
2009-05-12perf_counter: call hw_perf_save_disable/restore around group_sched_inPaul Mackerras1-7/+12
2009-05-11perf_counter: call atomic64_set for counter->countPaul Mackerras1-1/+1
2009-05-11perf_counter: don't count scheduler ticks as context switchesPaul Mackerras1-5/+11
2009-05-11perf_counter: Put whole group on when enabling group leaderPaul Mackerras1-48/+51
2009-05-11perf_counter, x86: clean up throttling printkMike Galbraith1-1/+1
2009-05-10perf_counter tools: fix buffer overwrite problem for perf top commandErdem Aktas1-1/+1
2009-05-09perf_counter tools: remove debug code from builtin-stat.cIngo Molnar1-2/+0
2009-05-08perf_counter: add PERF_RECORD_CPUPeter Zijlstra2-0/+15
2009-05-08perf_counter: add PERF_RECORD_CONFIGPeter Zijlstra2-0/+10
2009-05-08perf_counter: rework ioctl()sPeter Zijlstra2-49/+65
2009-05-08perf_counter: optimize perf_counter_task_tick()Peter Zijlstra1-2/+11
2009-05-05perf_counter: tools: update the tools to support process and inherited countersPeter Zijlstra3-66/+140
2009-05-05perf_counter: inheritable sample countersPeter Zijlstra1-2/+30
2009-05-05perf_counter: fix the output lockPeter Zijlstra1-3/+4
2009-05-05perf_counter: provide an mlock thresholdPeter Zijlstra3-4/+21
2009-05-05perf_counter: add ioctl(PERF_COUNTER_IOC_RESET)Peter Zijlstra2-0/+9
2009-05-05perf_counter: uncouple data_head updates from wakeupsPeter Zijlstra2-12/+12
2009-05-04perf_counter: fix fixed-purpose counter support on v2 Intel-PERFMONIngo Molnar1-1/+7
2009-05-04perf_counter: convert perf_resource_mutex to a spinlockIngo Molnar1-8/+8
2009-05-04perf_counter: initialize the per-cpu context earlierIngo Molnar3-6/+9
2009-05-04perf_counter: x86: fixup nmi_watchdog vs perf_counter boo-booPeter Zijlstra1-7/+7
2009-05-04perf_counter: round-robin per-CPU counters tooIngo Molnar1-7/+3
2009-05-03perf_counter tools: fix build errorMike Galbraith1-1/+0
2009-05-01perfcounter tools: get the syscall number from arch/*/include/asm/unistd.hThomas Gleixner1-9/+3
2009-05-01perfcounter tools: fix pointer mismatchThomas Gleixner1-1/+1
2009-05-01perfcounter tools: make rdclock an inline functionThomas Gleixner1-7/+11