Age | Commit message (Expand) | Author |
2014-06-21 | x86, irq: Introduce some helper utilities to improve readability | Jiang Liu |
2014-06-21 | x86, irq: Reorganize IO_APIC_get_PCI_irq_vector() to prepare for irqdomain | Jiang Liu |
2014-06-21 | x86, ioapic: Use irq_cfg() instead of irq_get_chip_data() for better readability | Jiang Liu |
2014-06-21 | x86, ioapic: Introduce helper utilities to walk ioapics and pins | Jiang Liu |
2014-06-21 | x86, ioapic: Kill static variable nr_irqs_gsi | Jiang Liu |
2014-06-21 | x86, ioapic: Kill unused global variable timer_through_8259 | Jiang Liu |
2014-06-21 | x86, irq, trivial: Minor improvements of IRQ related code | Jiang Liu |
2014-06-21 | x86, ACPI, irq: Fix possible eror in GSI to IRQ mapping for legacy IRQ | Jiang Liu |
2014-06-21 | x86, ACPI, irq: Enhance error handling in function acpi_register_gsi() | Jiang Liu |
2014-06-21 | x86, ACPI, trivial: Minor improvements to arch/x86/kernel/acpi/boot.c | Jiang Liu |
2014-06-21 | x86, acpi, irq: Kill static function irq_to_gsi() | Jiang Liu |
2014-06-21 | x86, PCI, ACPI: Use kmalloc_node() to optimize for performance | Jiang Liu |
2014-06-21 | x86, acpi: Reorganize code to avoid forward declaration in boot.c | Jiang Liu |
2014-06-21 | x86, mpparse: Simplify arch/x86/include/asm/mpspec.h | Jiang Liu |
2014-06-21 | x86, mpparse: Use pr_lvl() helper utilities to replace printk(KERN_LVL) | Jiang Liu |
2014-06-21 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2014-06-21 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds |
2014-06-21 | Merge tag 'for-linus' of git://github.com/gxt/linux | Linus Torvalds |
2014-06-19 | Merge tag 'pm+acpi-3.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2014-06-19 | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2014-06-20 | unicore32: Remove ARCH_HAS_CPUFREQ config option | Stephen Boyd |
2014-06-20 | arch: unicore32: ksyms: export '__cpuc_coherent_kern_range' to avoid compilin... | Chen Gang |
2014-06-20 | arch: unicore32: ksyms: export 'pm_power_off' to avoid compiling failure. | Chen Gang |
2014-06-20 | arch: unicore32: ksyms: export additional find_first_*() to avoid compiling f... | Chen Gang |
2014-06-20 | arch:unicore32:mm: add devmem_is_allowed() to support STRICT_DEVMEM | Chen Gang |
2014-06-20 | unicore32: include: asm: add missing ')' for PAGE_* macros in pgtable.h | Chen Gang |
2014-06-20 | arch/unicore32/kernel/setup.c: add generic 'screen_info' to avoid compiling f... | Chen Gang |
2014-06-20 | arch: unicore32: kernel: ksyms: remove 'bswapsi2' and 'muldi3' to avoid compi... | Chen Gang |
2014-06-20 | arch/unicore32/kernel/ksyms.c: remove 2 export symbols to avoid compiling fai... | Chen Gang |
2014-06-20 | arch/unicore32/include/asm/io.h: add readl_relaxed() generic definition | Chen Gang |
2014-06-20 | arch/unicore32/include/asm/ptrace.h: add generic definition for profile_pc() | Chen Gang |
2014-06-20 | arch/unicore32/mm/alignment.c: include "asm/pgtable.h" to avoid compiling error | Chen Gang |
2014-06-20 | arch/unicore32/kernel/clock.c: add readl() and writel() for 'PM_' macros | Chen Gang |
2014-06-20 | arch/unicore32/kernel/module.c: use __vmalloc_node_range() instead of __vmall... | Chen Gang |
2014-06-20 | arch/unicore32/kernel/ksyms.c: remove several undefined exported symbols | Chen Gang |
2014-06-19 | Merge tag 'stable/for-linus-3.16-rc1-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds |
2014-06-19 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds |
2014-06-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next | Linus Torvalds |
2014-06-19 | Merge branch 'pm-sleep' | Rafael J. Wysocki |
2014-06-18 | arm64: mm: remove broken &= operator from pmd_mknotpresent | Will Deacon |
2014-06-18 | arm64: fix build error in sigcontext.h | Mark Salter |
2014-06-18 | arm64: dts: Add more serial port nodes in APM X-Gene device tree | Vinayak Kale |
2014-06-18 | arm64/dma: Removing ARCH_HAS_DMA_GET_REQUIRED_MASK macro | Suravee Suthikulpanit |
2014-06-18 | arm64: ptrace: fix empty registers set in prstatus of aarch32 process core | Victor Kamensky |
2014-06-18 | arm64: uid16: fix __kernel_old_{gid,uid}_t definitions | Will Deacon |
2014-06-18 | arm64: ptrace: change fs when passing kernel pointer to regset code | Will Deacon |
2014-06-18 | arm64: Limit the CMA buffer to 32-bit if ZONE_DMA | Catalin Marinas |
2014-06-18 | arm/ftrace: fix ftrace_return_addr() to ftrace_return_address() | Steven Rostedt |
2014-06-18 | arm64/crypto: improve performance of GHASH algorithm | Ard Biesheuvel |
2014-06-18 | arm64/crypto: fix data corruption bug in GHASH algorithm | Ard Biesheuvel |