Age | Commit message (Expand) | Author | Files | Lines |
2011-03-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2 | -3/+16 |
2011-03-28 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same... | Linus Torvalds | 1 | -12/+11 |
2011-03-28 | percpu: Omit segment prefix in the UP case for cmpxchg_double | Christoph Lameter | 2 | -8/+16 |
2011-03-27 | crypto: aesni-intel - fixed problem with packets that are not multiple of 64b... | Tadeusz Struk | 2 | -3/+16 |
2011-03-27 | mfd: OLPC: Clean up names to match what OLPC actually uses | Daniel Drake | 1 | -6/+6 |
2011-03-27 | mfd: Add mfd_clone_cell(), convert cs5535-mfd/olpc-xo1 to it | Andres Salomon | 1 | -6/+5 |
2011-03-26 | Merge branch 'syscore' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 11 | -232/+129 |
2011-03-26 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe... | Linus Torvalds | 1 | -2/+2 |
2011-03-26 | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -3/+9 |
2011-03-26 | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
2011-03-26 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -8/+6 |
2011-03-26 | kgdb,x86_64: fix compile warning found with sparse | Jason Wessel | 1 | -2/+2 |
2011-03-25 | perf, x86: Complain louder about BIOSen corrupting CPU/PMU state and continue | Ingo Molnar | 1 | -2/+7 |
2011-03-25 | x86: DT: Cleanup namespace and call irq_set_irq_type() unconditional | Thomas Gleixner | 1 | -3/+1 |
2011-03-25 | x86: DT: Fix return condition in irq_create_of_mapping() | Thomas Gleixner | 1 | -1/+1 |
2011-03-24 | perf, x86: P4 PMU - Read proper MSR register to catch unflagged overflows | Don Zickus | 1 | -0/+1 |
2011-03-24 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 4 | -28/+33 |
2011-03-24 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/same... | Linus Torvalds | 1 | -22/+20 |
2011-03-24 | x86, dumpstack: Use %pB format specifier for stack trace | Namhyung Kim | 1 | -1/+1 |
2011-03-24 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 5 | -15/+31 |
2011-03-24 | crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s... | Olaf Hering | 4 | -28/+1 |
2011-03-24 | remove dma64_addr_t | FUJITA Tomonori | 1 | -8/+0 |
2011-03-24 | rapidio: modify configuration to support PCI-SRIO controller | Alexandre Bounine | 1 | -0/+10 |
2011-03-24 | bitops: remove minix bitops from asm/bitops.h | Akinobu Mita | 1 | -2/+0 |
2011-03-24 | bitops: remove ext2 non-atomic bitops from asm/bitops.h | Akinobu Mita | 1 | -1/+0 |
2011-03-24 | bitops: introduce little-endian bitops for most architectures | Akinobu Mita | 1 | -0/+1 |
2011-03-24 | Introduce ARCH_NO_SYSDEV_OPS config option (v2) | Rafael J. Wysocki | 1 | -0/+1 |
2011-03-24 | x86: Use syscore_ops instead of sysdev classes and sysdevs | Rafael J. Wysocki | 10 | -232/+128 |
2011-03-23 | mm: arch: rename in_gate_area_no_task to in_gate_area_no_mm | Stephen Wilson | 2 | -5/+5 |
2011-03-23 | mm: arch: make in_gate_area take an mm_struct instead of a task_struct | Stephen Wilson | 2 | -4/+4 |
2011-03-23 | mm: arch: make get_gate_vma take an mm_struct instead of a task_struct | Stephen Wilson | 2 | -8/+9 |
2011-03-23 | x86: mark associated mm when running a task in 32 bit compatibility mode | Stephen Wilson | 2 | -0/+9 |
2011-03-23 | x86: add context tag to mark mm when running a task in 32-bit compatibility mode | Stephen Wilson | 1 | -0/+6 |
2011-03-23 | mfd: Rename mfd_shared_cell_{en,dis}able to drop the "shared" part | Andres Salomon | 1 | -2/+2 |
2011-03-23 | mfd: Add sharing for cs5535 acpi/pms cells | Andres Salomon | 1 | -22/+20 |
2011-03-23 | Merge branch 'linus' into release | Len Brown | 227 | -3981/+6249 |
2011-03-23 | Merge commit 'v2.6.38' into release | Len Brown | 18 | -55/+75 |
2011-03-23 | x86: allow CONFIG_ISA_DMA_API to be disabled | David Rientjes | 2 | -4/+12 |
2011-03-23 | x86: only compile floppy driver if CONFIG_ISA_DMA_API is enabled | David Rientjes | 1 | -1/+1 |
2011-03-23 | x86: only compile 8237A if CONFIG_ISA_DMA_API is enabled | David Rientjes | 1 | -1/+2 |
2011-03-23 | move x86 specific oops=panic to generic code | Olaf Hering | 1 | -10/+0 |
2011-03-23 | add the common dma_addr_t typedef to include/linux/types.h | FUJITA Tomonori | 1 | -8/+0 |
2011-03-23 | mm: NUMA aware alloc_thread_info_node() | Eric Dumazet | 1 | -2/+8 |
2011-03-22 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 4 | -39/+21 |
2011-03-22 | x86, mpparse: Move check_slot into CONFIG_X86_IO_APIC context | Rakib Mullick | 1 | -4/+4 |
2011-03-22 | Merge branch 'apei-release' into release | Len Brown | 1 | -16/+26 |
2011-03-22 | ACPI, APEI, Add ERST record ID cache | Huang Ying | 1 | -16/+26 |
2011-03-21 | introduce sys_syncfs to sync a single file system | Sage Weil | 4 | -1/+6 |
2011-03-19 | xen: update mask_rw_pte after kernel page tables init changes | Stefano Stabellini | 1 | -3/+5 |
2011-03-19 | xen: set max_pfn_mapped to the last pfn mapped | Stefano Stabellini | 1 | -6/+7 |