Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | Merge tag 'v3.4-rc3' into drm-intel-next-queued | Daniel Vetter | 2012-04-17 | 14 | -46/+72 | |
| | |\ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|/ / | | | |/| | | | | | | | ||||||
| * | | | | | | | | | | vgaarb: Add support for setting the default video device (v2) | Matthew Garrett | 2012-04-24 | 1 | -0/+2 | |
| * | | | | | | | | | | mm: fixup compilation error due to an asm write through a const pointer | Daniel Vetter | 2012-04-23 | 1 | -1/+1 | |
| |/ / / / / / / / / | ||||||
| * | | | | | | | | | Merge branch 'drm-intel-next' of git://people.freedesktop.org/~danvet/drm-int... | Dave Airlie | 2012-04-12 | 1 | -2/+62 | |
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
| | * | | | | | | | | mm: extend prefault helpers to fault in more than PAGE_SIZE | Daniel Vetter | 2012-03-27 | 1 | -2/+62 | |
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2012-05-24 | 11 | -12/+93 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | mm: add a low limit to alloc_large_system_hash | Tim Bird | 2012-05-24 | 1 | -1/+2 | |
| * | | | | | | | | | | ipx: restore token ring define to include/linux/ipx.h | Paul Gortmaker | 2012-05-23 | 1 | -1/+1 | |
| * | | | | | | | | | | if: restore token ring ARP type to header | stephen hemminger | 2012-05-22 | 1 | -1/+1 | |
| * | | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 2012-05-22 | 7 | -8/+88 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next | John W. Linville | 2012-05-22 | 7 | -8/+88 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | nl80211: prevent additions to old station flags API | Johannes Berg | 2012-05-16 | 1 | -0/+2 | |
| | | * | | | | | | | | | | NFC: Export nfc.h to userland | Samuel Ortiz | 2012-05-16 | 1 | -0/+1 | |
| | | * | | | | | | | | | | bcma: add bcma_core_pci_config_fixup() | Hauke Mehrtens | 2012-05-16 | 1 | -0/+4 | |
| | | * | | | | | | | | | | bcma: add bcma_core_pci_fixcfg() | Hauke Mehrtens | 2012-05-16 | 1 | -0/+5 | |
| | | * | | | | | | | | | | bcma: add bcma_core_pci_extend_L1timer | Hauke Mehrtens | 2012-05-16 | 1 | -0/+2 | |
| | | * | | | | | | | | | | bcma/ssb: parse new attributes from sprom | Hauke Mehrtens | 2012-05-16 | 1 | -4/+55 | |
| | | * | | | | | | | | | | ssb: fill board_rev attribute from sprom | Hauke Mehrtens | 2012-05-16 | 1 | -0/+1 | |
| | | * | | | | | | | | | | ssb/bcma: fill attribute alpha2 from sprom | Hauke Mehrtens | 2012-05-16 | 1 | -0/+1 | |
| | | * | | | | | | | | | | bcma: add boardinfo struct | Hauke Mehrtens | 2012-05-16 | 1 | -0/+7 | |
| | | * | | | | | | | | | | ssb: remove rev from boardinfo | Hauke Mehrtens | 2012-05-16 | 1 | -1/+0 | |
| | | * | | | | | | | | | | NFC: HCI based pn544 driver | Eric Lapuyade | 2012-05-15 | 1 | -0/+7 | |
| | | * | | | | | | | | | | nl80211: fix typos in comments | Zefir Kurtisi | 2012-05-15 | 1 | -3/+3 | |
| * | | | | | | | | | | | | phy/micrel: Fix ID of KSZ9021 | Nobuhiro Iwamatsu | 2012-05-22 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2012-05-24 | 3 | -0/+171 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'perf/uprobes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Ingo Molnar | 2012-05-14 | 29 | -167/+230 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | uprobes/core: Decrement uprobe count before the pages are unmapped | Srikar Dronamraju | 2012-04-14 | 1 | -2/+3 | |
| * | | | | | | | | | | | | | Merge branch 'perf/core' into perf/uprobes | Ingo Molnar | 2012-04-14 | 433 | -8403/+11598 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / / / | | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | uprobes/core: Optimize probe hits with the help of a counter | Srikar Dronamraju | 2012-03-31 | 1 | -0/+5 | |
| * | | | | | | | | | | | | | uprobes/core: Allocate XOL slots for uprobes use | Srikar Dronamraju | 2012-03-31 | 2 | -0/+36 | |
| * | | | | | | | | | | | | | uprobes/core: Handle breakpoint and singlestep exceptions | Srikar Dronamraju | 2012-03-14 | 2 | -3/+56 | |
| * | | | | | | | | | | | | | Merge branch 'x86/cleanups' into perf/uprobes | Ingo Molnar | 2012-03-13 | 36 | -87/+209 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'x86/x32' into x86/cleanups | Ingo Molnar | 2012-03-13 | 7 | -32/+83 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | uprobes/core: Rename bkpt to swbp | Srikar Dronamraju | 2012-03-13 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | uprobes/core: Make order of function parameters consistent across functions | Srikar Dronamraju | 2012-03-13 | 1 | -6/+6 | |
| * | | | | | | | | | | | | | | | uprobes/core: Make macro names consistent | Srikar Dronamraju | 2012-03-13 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | uprobes: Update copyright notices | Ingo Molnar | 2012-02-22 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | uprobes/core: Move insn to arch specific structure | Srikar Dronamraju | 2012-02-22 | 1 | -21/+2 | |
| * | | | | | | | | | | | | | | | uprobes/core: Remove uprobe_opcode_sz | Srikar Dronamraju | 2012-02-22 | 1 | -2/+0 | |
| * | | | | | | | | | | | | | | | uprobes/core: Clean up, refactor and improve the code | Ingo Molnar | 2012-02-17 | 1 | -15/+13 | |
| * | | | | | | | | | | | | | | | uprobes, mm, x86: Add the ability to install and remove uprobes breakpoints | Srikar Dronamraju | 2012-02-17 | 1 | -0/+98 | |
* | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 2012-05-24 | 6 | -49/+68 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | Input: matrix-keymap - wire up device tree support | Dmitry Torokhov | 2012-05-10 | 1 | -18/+0 | |
| * | | | | | | | | | | | | | | | | Input: matrix-keymap - uninline and prepare for device tree support | Dmitry Torokhov | 2012-05-10 | 1 | -32/+6 | |
| * | | | | | | | | | | | | | | | | Input: adp5588 - add support for gpio names | Jean-François Dagenais | 2012-05-10 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | | Input: Add Synaptics NavPoint (PXA27x SSP/SPI) driver | Paul Parsons | 2012-05-10 | 1 | -0/+12 | |
| * | | | | | | | | | | | | | | | | Merge commit 'v3.4-rc4' into next | Dmitry Torokhov | 2012-04-21 | 437 | -8534/+11689 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | Input: gameport - add helper macro for gameport_driver boilerplate | Axel Lin | 2012-04-04 | 1 | -0/+13 | |
| * | | | | | | | | | | | | | | | | | Input: serio - add helper macro for serio_driver boilerplate | Axel Lin | 2012-04-04 | 1 | -0/+13 | |
| * | | | | | | | | | | | | | | | | | Input: add support for LM8333 keypads | Wolfram Sang | 2012-04-04 | 1 | -0/+24 |