Age | Commit message (Expand) | Author | Files | Lines |
2016-12-25 | clocksource: Use a plain u64 instead of cycle_t | Thomas Gleixner | 1 | -1/+1 |
2016-11-17 | locking/core: Provide common cpu_relax_yield() definition | Christian Borntraeger | 1 | -1/+0 |
2016-11-16 | locking/core, arch: Remove cpu_relax_lowlatency() | Christian Borntraeger | 1 | -1/+0 |
2016-11-16 | locking/core: Introduce cpu_relax_yield() | Christian Borntraeger | 1 | -0/+1 |
2016-10-25 | locking/mutex: Kill arch specific code | Peter Zijlstra | 1 | -20/+0 |
2016-10-12 | unicore32: use simpler API for random address requests | Jason Cooper | 1 | -2/+1 |
2016-10-08 | nmi_backtrace: generate one-line reports for idle cpus | Chris Metcalf | 1 | -0/+1 |
2016-08-13 | unicore32: mm: Add missing parameter to arch_vma_access_permitted | Guenter Roeck | 1 | -1/+1 |
2016-08-04 | dma-mapping: use unsigned long for dma_attrs | Krzysztof Kozlowski | 1 | -2/+2 |
2016-08-03 | Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -7/+2 |
2016-08-01 | Merge branch 'pci/msi-affinity' into next | Bjorn Helgaas | 1 | -1/+1 |
2016-07-28 | Merge tag 'leds_for_4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/j.a... | Linus Torvalds | 2 | -2/+2 |
2016-07-27 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -1/+1 |
2016-07-27 | Merge tag 'gpio-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 1 | -1/+1 |
2016-07-27 | mm: do not pass mm_struct into handle_mm_fault | Kirill A. Shutemov | 1 | -1/+1 |
2016-06-27 | unicore32: use the new LED disk activity trigger | Stephan Linz | 2 | -2/+2 |
2016-06-25 | unicore32: get rid of superfluous __GFP_REPEAT | Michal Hocko | 1 | -1/+1 |
2016-06-24 | unicore32/PCI: Remove pci=firmware command line parameter handling | Bjorn Helgaas | 1 | -7/+2 |
2016-06-08 | unicore: do away with ARCH_REQUIRE_GPIOLIB | Linus Walleij | 1 | -1/+1 |
2016-05-27 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 2 | -2/+1 |
2016-05-25 | Merge tag 'asm-generic-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+2 |
2016-05-21 | exit_thread: remove empty bodies | Jiri Slaby | 1 | -7/+0 |
2016-05-05 | asm-generic: Drop renameat syscall from default list | James Hogan | 1 | -0/+2 |
2016-04-20 | kbuild: drop redundant "PHONY += FORCE" | Masahiro Yamada | 1 | -1/+1 |
2016-04-20 | kbuild: delete unnecessary "@:" | Masahiro Yamada | 1 | -1/+0 |
2016-03-30 | unicore32: gpio: switch to gpiochip_add_data() | Linus Walleij | 1 | -1/+3 |
2016-03-21 | Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+12 |
2016-03-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -2/+2 |
2016-03-19 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2 | -2/+2 |
2016-03-18 | Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 1 | -1/+1 |
2016-03-18 | mm: remove VM_FAULT_MINOR | Jan Kara | 1 | -1/+1 |
2016-03-18 | mm: cleanup *pte_alloc* interfaces | Kirill A. Shutemov | 1 | -1/+1 |
2016-03-17 | Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -8/+0 |
2016-03-14 | ipv4: Update parameters for csum_tcpudp_magic to their original types | Alexander Duyck | 1 | -2/+2 |
2016-03-08 | unicore32: Remove unused HAVE_ARCH_PCI_SET_DMA_MASK definition | Bjorn Helgaas | 1 | -5/+0 |
2016-03-07 | PCI: Move pci_dma_* helpers to common code | Christoph Hellwig | 1 | -1/+0 |
2016-02-18 | mm/core: Do not enforce PKEY permissions on remote mm access | Dave Hansen | 1 | -1/+2 |
2016-02-18 | mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keys | Dave Hansen | 1 | -0/+11 |
2016-02-06 | PCI: Remove includes of empty asm-generic/pci-bridge.h | Bjorn Helgaas | 1 | -2/+0 |
2016-01-30 | arch: Set IORESOURCE_SYSTEM_RAM flag for System RAM | Toshi Kani | 1 | -3/+3 |
2016-01-25 | unicore: gpio: Be sure to clamp return value | Linus Walleij | 1 | -1/+1 |
2016-01-21 | dma-mapping: always provide the dma_map_ops based implementation | Christoph Hellwig | 2 | -3/+0 |
2016-01-16 | Kconfig: remove HAVE_LATENCYTOP_SUPPORT | Will Deacon | 1 | -3/+0 |
2016-01-09 | arch: consolidate CONFIG_STRICT_DEVM in lib/Kconfig.debug | Dan Williams | 2 | -14/+1 |
2015-11-11 | Merge tag 'pwm/for-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+8 |
2015-11-10 | unicore32: nb0916: Use PWM lookup table | Thierry Reding | 1 | -2/+8 |
2015-11-05 | Merge tag 'for-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin... | Linus Torvalds | 1 | -1/+1 |
2015-10-04 | Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc... | Linus Torvalds | 1 | -0/+1 |
2015-09-23 | power: bq27x00_battery: Renaming for consistency | Andrew F. Davis | 1 | -1/+1 |
2015-09-16 | genirq: Remove irq argument from irq flow handlers | Thomas Gleixner | 1 | -1/+1 |