| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2016-07-25 | 1 | -5/+49 |
|\ |
|
| * | locking/atomic: Remove linux/atomic.h:atomic_fetch_or() | Peter Zijlstra | 2016-06-16 | 1 | -2/+0 |
| * | locking/atomic, arch/avr32: Implement atomic_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 2016-06-16 | 1 | -5/+51 |
* | | tree wide: get rid of __GFP_REPEAT for order-0 allocations part I | Michal Hocko | 2016-06-24 | 1 | -3/+3 |
|/ |
|
* | avr32: Fix misspelling of 'definitions' in comment. | Adam Buchbinder | 2016-04-18 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2016-03-19 | 1 | -6/+4 |
|\ |
|
| * | ipv4: Update parameters for csum_tcpudp_magic to their original types | Alexander Duyck | 2016-03-13 | 1 | -6/+4 |
* | | Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-03-16 | 1 | -2/+0 |
|\ \ |
|
| * | | PCI: Move pci_dma_* helpers to common code | Christoph Hellwig | 2016-03-07 | 1 | -2/+0 |
| |/ |
|
* | | avr32: fix asm operand constraint in cmpxchg() | Mans Rullgard | 2016-03-14 | 1 | -1/+1 |
|/ |
|
* | dma-mapping: always provide the dma_map_ops based implementation | Christoph Hellwig | 2016-01-20 | 1 | -2/+0 |
* | avr32: convert to dma_map_ops | Christoph Hellwig | 2016-01-20 | 1 | -338/+4 |
* | avr32: convert to asm-generic/memory_model.h | Dan Williams | 2016-01-15 | 1 | -4/+4 |
* | Merge tag 'v4.3-rc4' into locking/core, to pick up fixes before applying new ... | Ingo Molnar | 2015-10-06 | 1 | -0/+1 |
|\ |
|
| * | Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc... | Linus Torvalds | 2015-10-04 | 1 | -0/+1 |
| |\ |
|
| | * | Make asm/word-at-a-time.h available on all architectures | Chris Metcalf | 2015-07-08 | 1 | -0/+1 |
* | | | atomic, arch: Audit atomic_{read,set}() | Peter Zijlstra | 2015-09-23 | 1 | -2/+2 |
|/ / |
|
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2015-09-03 | 1 | -0/+12 |
|\ \ |
|
| * | | atomic: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 1 | -2/+0 |
| * | | avr32: Provide atomic_{or,xor,and} | Peter Zijlstra | 2015-07-27 | 1 | -0/+14 |
* | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2015-09-01 | 1 | -0/+1 |
|\ \ \ |
|
| * \ \ | Merge tag 'v4.2-rc8' into x86/mm, before applying new changes | Ingo Molnar | 2015-08-25 | 4 | -16/+19 |
| |\ \ \
| | |/ / |
|
| * | | | arch/*/io.h: Add ioremap_uc() to all architectures | Luis R. Rodriguez | 2015-07-29 | 1 | -0/+1 |
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-08-31 | 1 | -2/+5 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | sched, avr32: Remove finish_arch_switch() | Peter Zijlstra | 2015-08-04 | 1 | -2/+5 |
| | |/
| |/| |
|
* | | | mm: clean up per architecture MM hook header files | Laurent Dufour | 2015-07-17 | 2 | -15/+1 |
|/ / |
|
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2015-06-26 | 1 | -9/+10 |
|\ \ |
|
| * | | avr32: use for_each_sg() | Akinobu Mita | 2015-06-25 | 1 | -9/+10 |
* | | | Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-06-25 | 1 | -1/+0 |
|\ \ \
| |/ /
|/| | |
|
| * | | remove scatterlist.h generation from arch Kbuild files | Christoph Hellwig | 2015-05-19 | 1 | -1/+0 |
* | | | mm: new mm hook framework | Laurent Dufour | 2015-06-24 | 1 | -0/+15 |
* | | | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-06-22 | 1 | -0/+1 |
|\ \ \ |
|
| | \ \ | |
| | \ \ | |
| *-. \ \ | Merge branches 'x86/apic', 'x86/asm', 'x86/mm' and 'x86/platform' into x86/co... | Ingo Molnar | 2015-06-22 | 2 | -2/+1 |
| |\ \ \ \
| | |_|/ /
| |/| | /
| | | |/ |
|
| | | * | arch/*/io.h: Add ioremap_wt() to all architectures | Toshi Kani | 2015-06-07 | 1 | -0/+1 |
| | |/
| |/| |
|
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-06-22 | 1 | -4/+8 |
|\ \ \
| |_|/
|/| | |
|
| * | | mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are e... | David Hildenbrand | 2015-05-19 | 1 | -4/+8 |
| |/ |
|
* | | arch: Remove __ARCH_HAVE_CMPXCHG | Thomas Gleixner | 2015-05-13 | 1 | -2/+0 |
|/ |
|
* | Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-04-15 | 1 | -3/+0 |
|\ |
|
| * | arch: Remove exec_domain from remaining archs | Richard Weinberger | 2015-04-12 | 1 | -3/+0 |
* | | avr32: fix integer overflow in ELF_ET_DYN_BASE | Andrey Ryabinin | 2015-04-13 | 1 | -1/+1 |
|/ |
|
* | Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-02-18 | 1 | -12/+12 |
|\ |
|
| * | avr32: macro whitespace fixes | Michael S. Tsirkin | 2015-01-13 | 1 | -9/+9 |
| * | avr32: whitespace fix | Michael S. Tsirkin | 2015-01-13 | 1 | -1/+1 |
| * | avr32/uaccess: fix sparse errors | Michael S. Tsirkin | 2015-01-13 | 1 | -2/+2 |
* | | all arches, signal: move restart_block to struct task_struct | Andy Lutomirski | 2015-02-12 | 1 | -4/+0 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/egt... | Linus Torvalds | 2015-02-12 | 1 | -1/+1 |
|\ \ |
|
| * | | avr32: wire up missing syscalls | Hans-Christian Egtvedt | 2015-02-09 | 1 | -1/+1 |
| |/ |
|
* | | mm: make FIRST_USER_ADDRESS unsigned long on all archs | Kirill A. Shutemov | 2015-02-11 | 1 | -1/+1 |
* | | avr32: drop _PAGE_FILE and pte_file()-related helpers | Kirill A. Shutemov | 2015-02-10 | 1 | -25/+0 |
|/ |
|
* | net, lib: kill arch_fast_hash library bits | Daniel Borkmann | 2014-12-10 | 1 | -1/+0 |