| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2012-05-24 | 1 | -53/+4 |
|\ |
|
| * | gpiolib/arches: Centralise bolierplate asm/gpio.h | Mark Brown | 2012-05-11 | 1 | -53/+4 |
* | | Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2012-05-24 | 1 | -0/+6 |
|\ \ |
|
| * \ | Merge tag 'v3.4-rc6' into drm-intel-next | Daniel Vetter | 2012-05-07 | 6 | -9/+47 |
| |\ \
| | |/ |
|
| * | | Merge tag 'drm-intel-next-2012-04-23' of git://people.freedesktop.org/~danvet... | Dave Airlie | 2012-05-02 | 4 | -11/+4 |
| |\ \ |
|
| * | | | efifb: Implement vga_default_device() (v2) | Matthew Garrett | 2012-04-24 | 1 | -0/+6 |
* | | | | Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2012-05-24 | 2 | -0/+59 |
|\ \ \ \ |
|
| * \ \ \ | Merge branch 'perf/uprobes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Ingo Molnar | 2012-05-14 | 7 | -13/+18 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge branch 'perf/core' into perf/uprobes | Ingo Molnar | 2012-04-14 | 54 | -1331/+1419 |
| |\ \ \ \ \
| | | |/ / /
| | |/| | | |
|
| * | | | | | uprobes/core: Handle breakpoint and singlestep exceptions | Srikar Dronamraju | 2012-03-14 | 2 | -1/+17 |
| * | | | | | Merge branch 'x86/cleanups' into perf/uprobes | Ingo Molnar | 2012-03-13 | 22 | -284/+551 |
| |\ \ \ \ \ |
|
| * | | | | | | 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 | -1/+1 |
| * | | | | | | uprobes/core: Make macro names consistent | Srikar Dronamraju | 2012-03-13 | 1 | -3/+3 |
| * | | | | | | uprobes/core: Move insn to arch specific structure | Srikar Dronamraju | 2012-02-22 | 1 | -3/+3 |
| * | | | | | | uprobes/core: Clean up, refactor and improve the code | Ingo Molnar | 2012-02-17 | 1 | -8/+9 |
| * | | | | | | uprobes, mm, x86: Add the ability to install and remove uprobes breakpoints | Srikar Dronamraju | 2012-02-17 | 1 | -0/+42 |
* | | | | | | | Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/pa... | Linus Torvalds | 2012-05-23 | 4 | -247/+2 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | MCA: delete all remaining traces of microchannel bus support. | Paul Gortmaker | 2012-05-17 | 4 | -247/+2 |
| | |_|_|_|_|/
| |/| | | | | |
|
* | | | | | | | Merge tag 'md-3.5' of git://neil.brown.name/md | Linus Torvalds | 2012-05-23 | 3 | -2/+226 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | raid5: add AVX optimized RAID5 checksumming | Jim Kukunas | 2012-05-22 | 3 | -2/+226 |
* | | | | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2012-05-23 | 4 | -4/+29 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | keyboard: Use BIOS Keyboard variable to set Numlock | Joshua Cov | 2012-05-08 | 2 | -1/+19 |
| * | | | | | | | | x86: Introduce CONFIG_X86_DMA_REMAP | Alessandro Rubini | 2012-04-12 | 1 | -0/+7 |
| * | | | | | | | | x86-32: Introduce CONFIG_X86_DEV_DMA_OPS | Alessandro Rubini | 2012-04-12 | 2 | -3/+3 |
| | |_|_|_|/ / /
| |/| | | | | | |
|
* | | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2012-05-23 | 2 | -11/+1 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | x86/tlb: Clean up and unify TLB_FLUSH_ALL definition | Alex Shi | 2012-05-18 | 1 | -5/+1 |
| * | | | | | | | | x86: Drop obsolete ARCH_BOOTMEM support | Sam Ravnborg | 2012-04-14 | 1 | -6/+0 |
* | | | | | | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-05-23 | 1 | -3/+0 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | fork: move the real prepare_to_copy() users to arch_dup_task_struct() | Suresh Siddha | 2012-05-16 | 1 | -3/+0 |
| | |_|_|/ / / / /
| |/| | | | | | | |
|
* | | | | | | | | | Merge branch 'x86-extable-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2012-05-23 | 8 | -46/+55 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | x86, extable: Switch to relative exception table entries | H. Peter Anvin | 2012-04-20 | 2 | -14/+23 |
| * | | | | | | | | | x86, extable: Add _ASM_EXTABLE_EX() macro | H. Peter Anvin | 2012-04-20 | 2 | -12/+24 |
| * | | | | | | | | | x86, extable: Remove open-coded exception table entries in arch/x86/include/a... | H. Peter Anvin | 2012-04-20 | 1 | -8/+2 |
| * | | | | | | | | | x86, extable: Remove open-coded exception table entries in arch/x86/include/a... | H. Peter Anvin | 2012-04-20 | 1 | -3/+2 |
| * | | | | | | | | | x86, extable: Remove the now-unused __ASM_EX_SEC macros | H. Peter Anvin | 2012-04-20 | 1 | -2/+0 |
| * | | | | | | | | | x86, extable: Use .pushsection ... .popsection for _ASM_EXTABLE() | H. Peter Anvin | 2012-04-20 | 1 | -10/+10 |
| * | | | | | | | | | x86, doc: Revert "x86: Document rdmsr_safe restrictions" | H. Peter Anvin | 2012-04-19 | 1 | -8/+1 |
| * | | | | | | | | | x86-64: Handle exception table entries during early boot | H. Peter Anvin | 2012-04-19 | 1 | -1/+1 |
| * | | | | | | | | | x86, paravirt: Replace GET_CR2_INTO_RCX with GET_CR2_INTO_RAX | H. Peter Anvin | 2012-04-19 | 1 | -4/+2 |
| * | | | | | | | | | x86: Add symbolic constant for exceptions with error code | H. Peter Anvin | 2012-04-19 | 1 | -0/+2 |
| * | | | | | | | | | x86, nop: Make the ASM_NOP* macros work from assembly | H. Peter Anvin | 2012-04-19 | 1 | -0/+4 |
| | |_|_|_|_|_|_|/
| |/| | | | | | | |
|
| | | | | | | | | | |
| \ \ \ \ \ \ \ \ | |
| \ \ \ \ \ \ \ \ | |
| \ \ \ \ \ \ \ \ | |
*---. \ \ \ \ \ \ \ \ | Merge branches 'x86-asm-for-linus', 'x86-cleanups-for-linus', 'x86-cpu-for-li... | Linus Torvalds | 2012-05-23 | 2 | -3/+0 |
|\ \ \ \ \ \ \ \ \ \ \
| | |_|_|/ / / / / / /
| |/| | | | | | | | | |
|
| | | * | | | | | | | | x86: Avoid double stack traces with show_regs() | Jan Beulich | 2012-05-09 | 1 | -1/+0 |
| | |/ / / / / / / /
| |/| | | | | | | | |
|
| | * | | | | | | | | x86: spinlock.h: Remove REG_PTR_MODE | Richard Weinberger | 2012-03-30 | 1 | -2/+0 |
* | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2012-05-22 | 1 | -5/+5 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | atomic64_32.h: fix parameter naming mismatch | Philipp Hahn | 2012-05-09 | 1 | -5/+5 |
| | |_|_|_|/ / / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-05-22 | 4 | -17/+52 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | x86/apic: Implement EIO micro-optimization | Michael S. Tsirkin | 2012-05-18 | 1 | -0/+5 |
| * | | | | | | | | | | x86/apic: Add apic->eoi_write() callback | Michael S. Tsirkin | 2012-05-18 | 1 | -1/+15 |