Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | sched: do not account for NMIs | Steven Rostedt | 2009-02-12 | 1 | -16/+16 | |
* | preempt-count: force hardirq-count to max of 10 | Steven Rostedt | 2009-02-12 | 1 | -24/+24 | |
* | Merge branches 'tracing/ftrace' and 'tracing/urgent' into tracing/core | Ingo Molnar | 2009-02-10 | 4 | -2/+14 | |
|\ | ||||||
| * | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds | 2009-02-09 | 1 | -0/+2 | |
| |\ | ||||||
| | * | drm/i915: add fence register management to execbuf | Jesse Barnes | 2009-02-08 | 1 | -0/+2 | |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2009-02-09 | 2 | -2/+7 | |
| |\ \ | ||||||
| | * | | crypto: shash - Fix tfm destruction | Herbert Xu | 2009-02-05 | 1 | -1/+1 | |
| | * | | crypto: api - Fix zeroing on free | Herbert Xu | 2009-02-05 | 1 | -1/+6 | |
| * | | | x86: spinlocks: define dummy __raw_spin_is_contended | Kyle McMartin | 2009-02-09 | 1 | -0/+5 | |
* | | | | tracing/power: move the power trace headers to a dedicated file | Frederic Weisbecker | 2009-02-09 | 2 | -30/+35 | |
* | | | | Merge branch 'tip/tracing/core/devel' of git://git.kernel.org/pub/scm/linux/k... | Ingo Molnar | 2009-02-09 | 4 | -2/+26 | |
|\ \ \ \ | ||||||
| * | | | | trace: trivial fixes in comment typos. | Wenji Huang | 2009-02-08 | 1 | -1/+1 | |
| * | | | | ring-buffer: use generic version of in_nmi | Steven Rostedt | 2009-02-08 | 1 | -8/+0 | |
| * | | | | nmi: add generic nmi tracking state | Steven Rostedt | 2009-02-08 | 1 | -0/+15 | |
| * | | | | ring-buffer: allow tracing_off to be used in core kernel code | Steven Rostedt | 2009-02-08 | 1 | -0/+9 | |
| * | | | | ring-buffer: add NMI protection for spinlocks | Steven Rostedt | 2009-02-08 | 1 | -1/+9 | |
* | | | | | Merge commit 'v2.6.29-rc4' into tracing/core | Ingo Molnar | 2009-02-09 | 11 | -31/+58 | |
|\ \ \ \ \ | | |/ / / | |/| | | | ||||||
| * | | | | async: Rename _special -> _domain for clarity. | Cornelia Huck | 2009-02-08 | 1 | -3/+5 | |
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 2009-02-07 | 1 | -1/+1 | |
| |\ \ \ \ | ||||||
| | * | | | | PCI: return error on failure to read PCI ROMs | Timothy S. Nelson | 2009-02-05 | 1 | -1/+1 | |
| * | | | | | module: remove over-zealous check in __module_get() | Rusty Russell | 2009-02-07 | 1 | -1/+0 | |
| | | | | | | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| | \ \ \ \ | ||||||
| *-------. \ \ \ \ | Merge branches 'release', 'asus', 'bugzilla-12450', 'cpuidle', 'debug', 'ec',... | Len Brown | 2009-02-07 | 295 | -15460/+510 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | | | | * | | | | | | atyfb: fix CONFIG_ namespace violations | Randy Dunlap | 2009-02-05 | 3 | -23/+23 | |
| | | | | * | | | | | | wait: prevent exclusive waiter starvation | Johannes Weiner | 2009-02-05 | 1 | -2/+9 | |
| | | | | * | | | | | | fbmem: don't call copy_from/to_user() with mutex held | Andrea Righi | 2009-02-05 | 1 | -0/+15 | |
| | | | | * | | | | | | generic swap(): don't return a value from swap() | Peter Zijlstra | 2009-02-05 | 1 | -1/+2 | |
| | | | | * | | | | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2009-02-04 | 1 | -0/+1 | |
| | | | | |\ \ \ \ \ \ | | | | | | |_|/ / / / | | | | | |/| | | | | | ||||||
| | | | | | * | | | | | sched: add missing kernel-doc in sched.h | Randy Dunlap | 2009-02-03 | 1 | -0/+1 | |
| | | | | | | |_|_|/ | | | | | | |/| | | | ||||||
| | | | * | / | | | | ACPI: Enable bit 11 in _PDC to advertise hw coord | Pallipadi, Venkatesh | 2009-02-07 | 1 | -0/+2 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | ring_buffer: remove unused flags parameter | Arnaldo Carvalho de Melo | 2009-02-06 | 1 | -6/+3 | |
| |_|_|_|_|_|/ / |/| | | | | | | | ||||||
* | | | | | | | | Merge branches 'tracing/ftrace' and 'linus' into tracing/core | Ingo Molnar | 2009-02-05 | 4 | -14/+25 | |
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-02-04 | 2 | -1/+4 | |
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| | * | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2009-02-03 | 105 | -128/+350 | |
| | |\ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | | | ||||||
| | * | | | | | | net: Fix userland breakage wrt. linux/if_tunnel.h | David S. Miller | 2009-02-02 | 2 | -1/+4 | |
| * | | | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2009-02-03 | 2 | -13/+21 | |
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||||
| | * | | | | | | libata: implement HORKAGE_1_5_GBPS and apply it to WD My Book | Tejun Heo | 2009-02-03 | 1 | -0/+1 | |
| | * | | | | | | libata: clear dev->ering in smarter way | Tejun Heo | 2009-02-03 | 1 | -8/+10 | |
| | * | | | | | | ide/libata: fix ata_id_is_cfa() (take 4) | Sergei Shtylyov | 2009-02-03 | 1 | -5/+10 | |
| | | | | | | | | ||||||
| \ \ \ \ \ \ \ | ||||||
*-. | | | | | | | | Merge branches 'tracing/ftrace', 'tracing/kmemtrace' and 'linus' into tracing... | Ingo Molnar | 2009-02-03 | 286 | -15420/+433 | |
|\ \| | | | | | | | ||||||
| | * | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 2009-02-03 | 1 | -0/+1 | |
| | |\ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | PCI: irq and pci_ids patch for Intel Tigerpoint DeviceIDs | Seth Heasley | 2009-01-27 | 1 | -0/+1 | |
| | * | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen... | Linus Torvalds | 2009-02-03 | 1 | -8/+2 | |
| | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | kmalloc: return NULL instead of link failure | Jeff Mahoney | 2009-01-27 | 1 | -8/+2 | |
| | * | | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds | 2009-02-03 | 1 | -4/+4 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | V4L/DVB (10230): v4l2-device: fix buggy macro | Hans Verkuil | 2009-01-29 | 1 | -4/+4 | |
| | | | |_|_|_|_|/ / / | | | |/| | | | | | | | ||||||
| | * | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2009-02-03 | 2 | -5/+7 | |
| | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | bio.h: If they MUST be inlined, then use __always_inline | Alberto Bertogli | 2009-02-02 | 1 | -2/+4 | |
| | | * | | | | | | | | | Fix misleading comment in bio.h | Alberto Bertogli | 2009-02-02 | 1 | -2/+2 | |
| | | * | | | | | | | | | block: fix inconsistent parenthesisation of QUEUE_FLAG_DEFAULT | Jens Axboe | 2009-02-02 | 1 | -1/+1 | |
| | | | |_|_|/ / / / / | | | |/| | | | | | | | ||||||
| | * / | | | | | | | | modules: Use a better scheme for refcounting | Eric Dumazet | 2009-02-03 | 1 | -9/+16 | |
| | |/ / / / / / / / |