| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'linus' into perfcounters/core | Ingo Molnar | 2009-06-06 | 7 | -12/+25 |
|\ |
|
| * | drm: Hook up DPMS property handling in drm_crtc.c. Add drm_helper_connector_d... | Keith Packard | 2009-06-04 | 2 | -0/+5 |
| * | parport: quickfix the proc registration bug | Alan Cox | 2009-06-02 | 1 | -0/+4 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-06-01 | 1 | -0/+4 |
| |\ |
|
| | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2009-05-27 | 1 | -0/+4 |
| | |\ |
|
| | | * | netfilter: nf_ct_tcp: fix accepting invalid RST segments | Jozsef Kadlecsik | 2009-05-25 | 1 | -0/+4 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/headers-check-2.6 | Linus Torvalds | 2009-06-01 | 2 | -2/+2 |
| |\ \ \ |
|
| | * | | | headers_check fix: linux/net_dropmon.h | Jaswinder Singh Rajput | 2009-06-01 | 1 | -0/+1 |
| | * | | | headers_check fix: linux/auto_fs.h | Jaswinder Singh Rajput | 2009-06-01 | 1 | -2/+1 |
| | | | | | |
| | \ \ \ | |
| | \ \ \ | |
| | \ \ \ | |
| *---. \ \ \ | Merge branches 'bugzilla-13121+', 'bugzilla-13233', 'redhat-bugzilla-500311',... | Len Brown | 2009-05-29 | 1 | -10/+10 |
| |\ \ \ \ \ \
| | |_|_|/ / /
| |/| | | | | |
|
| | | | * | | | i7300_idle: allow testing on i5000-series hardware w/o re-compile | Len Brown | 2009-05-28 | 1 | -10/+10 |
| | | |/ / /
| | |/| | | |
|
* | | | | | | perf_counter: Implement generalized cache event types | Ingo Molnar | 2009-06-06 | 1 | -0/+34 |
* | | | | | | perf_counter: Separate out attr->type from attr->config | Ingo Molnar | 2009-06-06 | 1 | -52/+13 |
* | | | | | | perf_counter: Fix frequency adjustment for < HZ | Peter Zijlstra | 2009-06-05 | 1 | -0/+3 |
* | | | | | | perf_counter: Add PERF_SAMPLE_PERIOD | Peter Zijlstra | 2009-06-05 | 1 | -0/+2 |
* | | | | | | perf_counter: Change PERF_SAMPLE_CONFIG into PERF_SAMPLE_ID | Peter Zijlstra | 2009-06-05 | 1 | -1/+1 |
* | | | | | | perf_counter: Generate mmap events for install_special_mapping() | Peter Zijlstra | 2009-06-05 | 1 | -6/+8 |
* | | | | | | perf_counter: Remove munmap stuff | Peter Zijlstra | 2009-06-04 | 1 | -10/+1 |
* | | | | | | perf_counter: Add fork event | Peter Zijlstra | 2009-06-04 | 1 | -0/+10 |
* | | | | | | perf_counter: Rename perf_counter_hw_event => perf_counter_attr | Peter Zijlstra | 2009-06-02 | 2 | -19/+19 |
* | | | | | | perf_counter: Add ioctl for changing the sample period/frequency | Peter Zijlstra | 2009-06-02 | 1 | -4/+5 |
* | | | | | | perf_counter: Change data head from u32 to u64 | Peter Zijlstra | 2009-06-02 | 1 | -3/+4 |
* | | | | | | perf_counter: Remove the last nmi/irq bits | Peter Zijlstra | 2009-06-02 | 1 | -3/+1 |
* | | | | | | perf_counter: Rename various fields | Peter Zijlstra | 2009-06-02 | 1 | -16/+16 |
* | | | | | | perf_counter: Add unique counter id | Peter Zijlstra | 2009-06-02 | 1 | -3/+5 |
* | | | | | | x86: Fix atomic_long_xchg() on 64bit | Peter Zijlstra | 2009-06-02 | 1 | -1/+1 |
* | | | | | | perf_counter: Use PID namespaces properly | Peter Zijlstra | 2009-06-02 | 1 | -0/+3 |
* | | | | | | perf_counter: Remove unused prev_state field | Paul Mackerras | 2009-06-02 | 1 | -1/+0 |
* | | | | | | perf_counter: Fix cpu migration counter | Paul Mackerras | 2009-06-02 | 1 | -0/+4 |
* | | | | | | perf_counter: Tidy up style details | Ingo Molnar | 2009-06-01 | 1 | -1/+1 |
* | | | | | | perf_counter: Provide functions for locking and pinning the context for a task | Paul Mackerras | 2009-06-01 | 1 | -0/+1 |
* | | | | | | Merge branch 'linus' into perfcounters/core | Ingo Molnar | 2009-06-01 | 11 | -9/+64 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2009-05-29 | 1 | -0/+1 |
| |\ \ \ \ \ |
|
| | * | | | | | Input: multitouch - add tracking ID to the protocol | Henrik Rydberg | 2009-05-23 | 1 | -0/+1 |
| * | | | | | | memcg: fix deadlock between lock_page_cgroup and mapping tree_lock | Daisuke Nishimura | 2009-05-29 | 1 | -0/+5 |
| * | | | | | | cred: #include init.h in cred.h | Alexey Dobriyan | 2009-05-29 | 1 | -0/+1 |
| | |/ / / /
| |/| | | | |
|
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh... | Linus Torvalds | 2009-05-26 | 1 | -0/+24 |
| |\ \ \ \ \
| | |_|/ / /
| |/| | | | |
|
| | * | | | | drm/i915: allocate large pointer arrays with vmalloc | Jesse Barnes | 2009-05-19 | 1 | -0/+24 |
| | | |/ /
| | |/| | |
|
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 | Linus Torvalds | 2009-05-23 | 1 | -2/+2 |
| |\ \ \ \ |
|
| | * | | | | [SCSI] fc-transport: Close state transition-window during rport deletion. | Andrew Vasquez | 2009-05-15 | 1 | -2/+2 |
| * | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bar... | Linus Torvalds | 2009-05-22 | 2 | -2/+2 |
| |\ \ \ \ \ |
|
| | * | | | | | via82cxxx: Add VIA VX855 PCI Device ID | Harald Welte | 2009-05-22 | 1 | -1/+1 |
| | * | | | | | ide: report timeouts in ide_busy_sleep() | Bartlomiej Zolnierkiewicz | 2009-05-22 | 1 | -1/+1 |
| * | | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2009-05-20 | 2 | -1/+27 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | [ARM] 5519/1: amba probe: pass "struct amba_id *" instead of void * | Alessandro Rubini | 2009-05-20 | 1 | -1/+1 |
| | * | | | | | | [ARM] Double check memmap is actually valid with a memmap has unexpected hole... | Mel Gorman | 2009-05-18 | 1 | -0/+26 |
| | | |_|/ / /
| | |/| | | | |
|
| * | | | | | | asm-generic: fix local_add_unless macro | Roel Kluin | 2009-05-18 | 1 | -1/+1 |
| * | | | | | | reiserfs: fixup perms when xattrs are disabled | Jeff Mahoney | 2009-05-17 | 1 | -3/+1 |
| |/ / / / / |
|
* | | | | | | perf_counter: Ammend cleanup in fork() fail | Peter Zijlstra | 2009-05-29 | 1 | -0/+2 |
* | | | | | | perf_counter: Fix race in attaching counters to tasks and exiting | Paul Mackerras | 2009-05-28 | 1 | -2/+3 |