summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-31BACKPORT [FROMLIST] New getsockopt option to get socket cookieChenbo Feng14-0/+34
2016-10-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds195-1698/+2522
2016-10-08nmi_backtrace: generate one-line reports for idle cpusChris Metcalf49-22/+93
2016-10-03avr32: migrate exception table users off module.h and onto extable.hPaul Gortmaker2-2/+3
2016-09-18avr32: fix 'undefined reference to `___copy_from_user'Guenter Roeck1-2/+2
2016-09-13avr32: fix copy_from_user()Al Viro3-4/+13
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski111-804/+705
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds4-653/+675
2016-07-29avr32: off by one in at32_init_pio()Dan Carpenter1-1/+1
2016-07-29avr32: fixup code style in unistd.h and syscall_table.SHans-Christian Noren Egtvedt2-654/+654
2016-07-29avr32: wire up preadv2 and pwritev2 syscallsHans-Christian Noren Egtvedt3-0/+22
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov36-51/+48
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds108-958/+3268
2016-06-25tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko27-52/+47
2016-06-16locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra23-64/+0
2016-06-16locking/atomic, arch/avr32: Implement atomic_fetch_{add,sub,and,or,xor}()Peter Zijlstra1-5/+51
2016-05-21printk/nmi: generic solution for safe printk in NMIPetr Mladek24-107/+306
2016-05-21exit_thread: accept a task parameter to be exitedJiri Slaby17-47/+42
2016-05-21exit_thread: remove empty bodiesJiri Slaby36-140/+24
2016-05-19Merge tag 'dmaengine-4.7-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds53-1114/+4959
2016-05-18Merge tag 'gpio-v4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds101-1169/+1566
2016-04-26avr32: do away with ARCH_REQUIRE_GPIOLIBLinus Walleij1-1/+1
2016-04-18avr32: Fix misspelling of 'definitions' in comment.Adam Buchbinder1-1/+1
2016-04-13dmaengine: dw: rename masters to reflect actual topologyAndy Shevchenko9-42/+41
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1281-33900/+78920
2016-03-18Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds169-2663/+4405
2016-03-16Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds134-1145/+5642
2016-03-16Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds4-1/+12
2016-03-14avr32: fix asm operand constraint in cmpxchg()Mans Rullgard1-1/+1
2016-03-14avr32: wire up copy_file_range syscallHans-Christian Egtvedt3-0/+11
2016-03-14ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck34-150/+106
2016-03-07PCI: Move pci_dma_* helpers to common codeChristoph Hellwig23-49/+4
2016-02-26net: Facility to report route quality of connected socketsTom Herbert14-0/+30
2016-02-15gpio: Include linux/gpio.h instead of asm/gpio.hBjorn Helgaas24-29/+18
2016-01-30arch: Set IORESOURCE_SYSTEM_RAM flag for System RAMToshi Kani13-38/+45
2016-01-21dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig70-633/+369
2016-01-21avr32: convert to dma_map_opsChristoph Hellwig3-373/+85
2016-01-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt...Linus Torvalds6-32/+51
2016-01-17Merge branch 'akpm' (patches from Andrew)Linus Torvalds189-2886/+4357
2016-01-17Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds186-2505/+2692
2016-01-16avr32: convert to asm-generic/memory_model.hDan Williams1-4/+4
2016-01-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds18-427/+340
2016-01-14mmc: atmel: get rid of struct mci_dma_dataMans Rullgard4-35/+11
2016-01-14mmc: atmel-mci: restore dma on AVR32Mans Rullgard3-0/+35
2016-01-11avr32: wire up missing syscallsHans-Christian Egtvedt2-0/+6
2016-01-11avr32: wire up accept4 syscallMans Rullgard2-0/+2
2016-01-06avr32: gpio: use gpiochip data pointerLinus Walleij1-6/+6
2016-01-05soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek22-44/+282
2015-12-04module: use a structure to encapsulate layout.Rusty Russell14-199/+178
2015-11-19gpio: change member .dev to .parentLinus Walleij128-261/+274
[next]