| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'rfc/splice/tip/tracing/ftrace' of git://git.kernel.org/pub/scm/... | Ingo Molnar | 2009-03-04 | 4 | -43/+357 |
|\ |
|
| * | tracing: add binary buffer files for use with splice | Steven Rostedt | 2009-03-03 | 2 | -7/+268 |
| * | ring-buffer: make ring_buffer_read_page read from start on partial page | Steven Rostedt | 2009-03-03 | 1 | -10/+33 |
| * | ring-buffer: replace sizeof of event header with offsetof | Steven Rostedt | 2009-03-03 | 1 | -1/+1 |
| * | ring-buffer: fix ring_buffer_read_page | Steven Rostedt | 2009-03-03 | 2 | -35/+64 |
| * | ring-buffer: reset write field for ring_buffer_read_page | Steven Rostedt | 2009-03-03 | 1 | -0/+1 |
* | | Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc7' into tracing/core | Ingo Molnar | 2009-03-04 | 126 | -552/+1154 |
|\ \ |
|
| * | | Linux 2.6.29-rc7v2.6.29-rc7 | Linus Torvalds | 2009-03-03 | 1 | -1/+1 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2009-03-03 | 5 | -8/+21 |
| |\ \ |
|
| | * | | crypto: ixp4xx - Fix qmgr_request_queue build failure | Krzysztof Hałasa | 2009-03-04 | 1 | -2/+4 |
| | * | | crypto: api - Fix module load deadlock with fallback algorithms | Herbert Xu | 2009-02-26 | 4 | -6/+17 |
| * | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2009-03-03 | 4 | -14/+54 |
| |\ \ \ |
|
| | * | | | sched: don't allow setuid to succeed if the user does not have rt bandwidth | Dhaval Giani | 2009-02-27 | 4 | -13/+53 |
| | * | | | sched_rt: don't start timer when rt bandwidth disabled | Hiroshi Shimamoto | 2009-02-26 | 1 | -1/+1 |
| * | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-03-03 | 2 | -2/+14 |
| |\ \ \ \ |
|
| | * | | | | x86: oprofile: don't set counter width from cpuid on Core2 | Tim Blechmann | 2009-03-03 | 1 | -2/+12 |
| | * | | | | x86: fix init_memory_mapping() to handle small ranges | Yinghai Lu | 2009-03-03 | 1 | -0/+2 |
| * | | | | | Merge branch 'tracing/mmiotrace' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-03-03 | 2 | -66/+153 |
| |\ \ \ \ \ |
|
| * \ \ \ \ \ | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-03-03 | 9 | -5/+52 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | rcu: Teach RCU that idle task is not quiscent state at boot | Paul E. McKenney | 2009-02-26 | 9 | -5/+52 |
| | | |_|/ / /
| | |/| | | | |
|
| * | | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2009-03-03 | 11 | -21/+22 |
| |\ \ \ \ \ \
| | |_|_|/ / /
| |/| | | | | |
|
| | * | | | | | [ARM] fix lots of ARM __devexit sillyness | Russell King | 2009-03-03 | 5 | -6/+6 |
| | * | | | | | [ARM] 5417/1: Set the correct cacheid for ARMv6 CPUs with ARMv7 style MMU | Catalin Marinas | 2009-03-03 | 1 | -6/+7 |
| | * | | | | | [ARM] 5416/1: Use unused address in v6_early_abort | Seth Forshee | 2009-03-03 | 1 | -1/+2 |
| | * | | | | | [ARM] 5411/1: S3C64XX: Fix EINT unmask | Mark Brown | 2009-02-24 | 1 | -1/+1 |
| | * | | | | | [ARM] at91: fix for Atmel AT91 powersaving | Andrei Birjukov | 2009-02-22 | 1 | -1/+0 |
| | * | | | | | [ARM] RiscPC: Fix etherh oops | Russell King | 2009-02-22 | 2 | -6/+6 |
| * | | | | | | Revert "menu: fix embedded menu snafu" | Linus Torvalds | 2009-03-02 | 1 | -16/+12 |
| * | | | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds | 2009-03-02 | 5 | -12/+20 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | drm/i915: Fix use-before-null-check in i915_irq_emit(). | Eric Anholt | 2009-03-03 | 1 | -2/+3 |
| | * | | | | | | drm: Avoid client deadlocks when the master disappears. | Thomas Hellstrom | 2009-03-03 | 3 | -8/+15 |
| | * | | | | | | drm: Wake up all lock waiters when the master disappears. | Thomas Hellstrom | 2009-03-03 | 2 | -2/+2 |
| | * | | | | | | drm: Don't return ERESTARTSYS to user-space. | Thomas Hellstrom | 2009-03-03 | 1 | -1/+1 |
| * | | | | | | | menu: fix embedded menu snafu | Randy Dunlap | 2009-03-02 | 1 | -12/+16 |
| * | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz... | Linus Torvalds | 2009-03-02 | 3 | -1/+7 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | sdhci: Add NO_BUSY_IRQ quirk for Marvell CAFE host chip | Andres Salomon | 2009-03-02 | 1 | -0/+1 |
| | * | | | | | | | sdhci: Add quirk for controllers with no end-of-busy IRQ | Ben Dooks | 2009-03-02 | 2 | -1/+6 |
| | |/ / / / / / |
|
| * | | | | | | | Merge branch 'fix/hda' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai... | Linus Torvalds | 2009-03-02 | 3 | -1/+4 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | ALSA: hda - Add probe_mask default for Toshiba laptop with ALC268 | Takashi Iwai | 2009-03-02 | 1 | -0/+2 |
| | * | | | | | | | ALSA: hda - Add quirk for new HP xw series | Takashi Iwai | 2009-02-27 | 1 | -0/+1 |
| | * | | | | | | | ALSA: hda - Fix digital mic on dell-m4-1 and dell-m4-3 | Takashi Iwai | 2009-02-27 | 1 | -1/+1 |
| * | | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-03-02 | 3 | -12/+10 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | fix warning in io_mapping_map_wc() | Pallipadi, Venkatesh | 2009-03-02 | 1 | -1/+4 |
| | * | | | | | | | | x86: i915 needs pgprot_writecombine() and is_io_mapping_possible() | Ingo Molnar | 2009-02-28 | 2 | -11/+6 |
| | | |/ / / / / /
| | |/| | | | | | |
|
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-03-02 | 34 | -209/+467 |
| |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | zaurus: add usb id for motomagx phones | Dmitriy Taychenachev | 2009-03-01 | 1 | -0/+5 |
| | * | | | | | | | | usbnet: make usbnet_get_link() fall back to ethtool_op_get_link() | Bjørn Mork | 2009-03-01 | 1 | -2/+2 |
| | * | | | | | | | | veth: Fix carrier detect | Eric W. Biederman | 2009-03-01 | 1 | -40/+11 |
| | * | | | | | | | | cdc_ether: add usb id for Ericsson F3507g | Bjørn Mork | 2009-03-01 | 1 | -0/+5 |
| | * | | | | | | | | r8169: read MAC address from EEPROM on init (2nd attempt) | Ivan Vecera | 2009-03-01 | 1 | -2/+112 |