summaryrefslogtreecommitdiffstats
path: root/lib (unfollow)
Commit message (Expand)AuthorFilesLines
2009-06-02perf_counter: Add ioctl for changing the sample period/frequencyPeter Zijlstra2-4/+46
2009-06-02perf_counter: Change data head from u32 to u64Peter Zijlstra2-10/+12
2009-06-02perf_counter: x86: Emulate longer sample periodsPeter Zijlstra1-9/+22
2009-06-02perf_counter: Remove the last nmi/irq bitsPeter Zijlstra2-9/+1
2009-06-02perf_counter: Rename various fieldsPeter Zijlstra4-78/+78
2009-06-02perf_counter: Add unique counter idPeter Zijlstra2-5/+12
2009-06-02x86: Fix atomic_long_xchg() on 64bitPeter Zijlstra1-1/+1
2009-06-02perf_counter tools: Remove the last nmi bitsPeter Zijlstra2-2/+0
2009-06-02perf report: Clean up the default outputIngo Molnar1-27/+28
2009-06-02perf_counter: tools: Better handle existing data filesPeter Zijlstra1-3/+12
2009-06-02perf_counter: tools: Expand the COMM,MMAP event synthesizerPeter Zijlstra2-21/+65
2009-06-02perf_counter: Use PID namespaces properlyPeter Zijlstra2-8/+37
2009-06-02perf_counter: Remove unused prev_state fieldPaul Mackerras2-5/+0
2009-06-02perf_counter: Fix cpu migration counterPaul Mackerras3-53/+26
2009-06-02perf_counter: Initialize per-cpu context earlier on cpu upPaul Mackerras2-2/+8
2009-06-02perf_counter tools: Fix uninitialized variable in perf-report.cMike Galbraith1-1/+3
2009-06-02perf_counter tools: Cleanup MakefileMike Galbraith1-68/+73
2009-06-02perf_counter tools: Make .gitignore reflect perf_counter tools filesMike Galbraith1-175/+12
2009-06-02perf_counter tools: Add missing rb_erase in dso__delete_symbolsArnaldo Carvalho de Melo1-0/+1
2009-06-02perf_counter tools: Use hex2u64 in more placesArnaldo Carvalho de Melo5-70/+54
2009-06-02perf_counter tools: Add string.[ch]Arnaldo Carvalho de Melo2-0/+42
2009-06-01perf_counter tools: Guard against record damaging existing filesMike Galbraith1-1/+1
2009-06-01perf_counter: Tidy up style detailsIngo Molnar2-19/+22
2009-06-01perf_counter: Allow software counters to count while task is not runningPaul Mackerras1-6/+42
2009-06-01perf_counter: Provide functions for locking and pinning the context for a taskPaul Mackerras2-54/+75
2009-05-31perf_counter tools: Fix unknown command help textIngo Molnar1-3/+0
2009-05-30perf_counter tools: Generate per command manpages (and pdf/html, etc.)Ingo Molnar14-27/+581
2009-05-30perf_counter tools: Fix 'make install'Ingo Molnar1-0/+1
2009-05-30perf_counter tools: Print 'CPU utilization factor' in builtin-statIngo Molnar1-2/+11
2009-05-30perf_counter tools: Add locking to perf topArnaldo Carvalho de Melo1-16/+31
2009-05-29perf_counter tools: Shorten the DSO names using cwdArnaldo Carvalho de Melo1-3/+38
2009-05-298250: Fix oops from setserialAlan Cox1-0/+15
2009-05-29edac: AMD8111 & AMD8131 Kconfig fixupHarry Ciao2-2/+8
2009-05-29edac: AMD8111 & AMD8131 use dev_name()Harry Ciao2-3/+3
2009-05-29memcg: fix build warning and avoid checking for mem != null again and againNikanth Karthikesan1-9/+1
2009-05-29mm: account for MAP_SHARED mappings using VM_MAYSHARE and not VM_SHARED in hu...Mel Gorman1-13/+13
2009-05-29x86: ignore VM_LOCKED when determining if hugetlb-backed page tables can be s...Mel Gorman1-1/+5
2009-05-29atmel_lcdfb: correct fifo size for some productsNicolas Ferre1-8/+2
2009-05-29S3C-fb: PM fixMarek Szyprowski1-1/+11
2009-05-29serial: 8250_gsc: fix printk format errorAlexander Beregalov1-2/+2
2009-05-29parport_gsc: fix printk format errorAlexander Beregalov1-2/+2
2009-05-29flat: fix data sections alignmentOskar Schirmer7-23/+31
2009-05-29MAINTAINERS: change email address for Thomas DahlmannThomas Dahlmann1-1/+1
2009-05-29drivers/serial/mpc52xx_uart.c: fix array overindexing checkRoel Kluin1-1/+1
2009-05-29memcg: fix deadlock between lock_page_cgroup and mapping tree_lockDaisuke Nishimura6-7/+15
2009-05-29procfs: make errno values consistent when open pident vs exit(2) race occursKOSAKI Motohiro1-1/+1
2009-05-29cred: #include init.h in cred.hAlexey Dobriyan1-0/+1
2009-05-29oom: fix possible oom_dump_tasks NULL pointerDavid Rientjes1-9/+15
2009-05-29MAINTAINERS: pair EDAC-E752X P: and M: entriesJoe Perches1-1/+1
2009-05-29perf_counter: Ammend cleanup in fork() failPeter Zijlstra3-4/+43