Age | Commit message (Expand) | Author | Files | Lines |
2016-07-26 | mm: do not pass mm_struct into handle_mm_fault | Kirill A. Shutemov | 1 | -1/+1 |
2016-07-26 | m32r: add __ucmpdi2 to fix build failure | Sudip Mukherjee | 4 | -2/+45 |
2016-07-25 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -6/+39 |
2016-07-15 | m32r: fix build warning about putc | Sudip Mukherjee | 1 | -4/+5 |
2016-06-16 | locking/atomic: Remove linux/atomic.h:atomic_fetch_or() | Peter Zijlstra | 1 | -2/+0 |
2016-06-16 | locking/atomic, arch/m32r: Implement atomic_fetch_{add,sub,and,or,xor}() | Peter Zijlstra | 1 | -4/+34 |
2016-06-14 | locking/spinlock, arch: Update and fix spin_unlock_wait() implementations | Peter Zijlstra | 1 | -2/+7 |
2016-05-26 | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek... | Linus Torvalds | 1 | -1/+0 |
2016-05-23 | m32r: fix build failure | Sudip Mukherjee | 1 | -0/+1 |
2016-05-20 | lib/GCD.c: use binary GCD algorithm instead of Euclidean | Zhaoxiu Zeng | 1 | -0/+1 |
2016-05-20 | exit_thread: remove empty bodies | Jiri Slaby | 1 | -9/+0 |
2016-04-20 | kbuild: delete unnecessary "@:" | Masahiro Yamada | 1 | -1/+0 |
2016-03-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2 | -6/+6 |
2016-03-16 | Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+0 |
2016-03-16 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -12/+15 |
2016-03-15 | m32r: mm: fix build warning | Sudip Mukherjee | 1 | -12/+15 |
2016-03-15 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
2016-03-13 | ipv4: Update parameters for csum_tcpudp_magic to their original types | Alexander Duyck | 1 | -6/+4 |
2016-03-08 | PCI: Include pci/hotplug Kconfig directly from pci/Kconfig | Bjorn Helgaas | 1 | -2/+0 |
2016-03-04 | Merge tag 'v4.5-rc6' into core/resources, to resolve conflict | Ingo Molnar | 1 | -0/+1 |
2016-03-01 | arch/hotplug: Call into idle with a proper state | Thomas Gleixner | 1 | -1/+1 |
2016-02-25 | net: Facility to report route quality of connected sockets | Tom Herbert | 1 | -0/+2 |
2016-02-05 | m32r: fix build failure due to SMP and MMU | Sudip Mukherjee | 1 | -0/+1 |
2016-01-30 | arch: Set IORESOURCE_SYSTEM_RAM flag for System RAM | Toshi Kani | 1 | -2/+2 |
2016-01-14 | m32r: fix m32104ut_defconfig build fail | Sudip Mukherjee | 1 | -0/+3 |
2016-01-13 | Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+1 |
2016-01-09 | arch: consolidate CONFIG_STRICT_DEVM in lib/Kconfig.debug | Dan Williams | 1 | -0/+1 |
2016-01-04 | soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPF | Craig Gallek | 1 | -0/+3 |
2015-12-29 | m32r: add io*_rep helpers | Sudip Mukherjee | 1 | -1/+9 |
2015-12-29 | m32r: fix build failure | Sudip Mukherjee | 1 | -0/+1 |
2015-10-06 | Merge tag 'v4.3-rc4' into locking/core, to pick up fixes before applying new ... | Ingo Molnar | 1 | -0/+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 | atomic, arch: Audit atomic_{read,set}() | Peter Zijlstra | 1 | -2/+2 |
2015-09-10 | lib/decompressors: use real out buf size for gunzip with kernel | Yinghai Lu | 1 | -1/+2 |
2015-09-03 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -43/+6 |
2015-08-25 | Merge tag 'v4.2-rc8' into x86/mm, before applying new changes | Ingo Molnar | 5 | -17/+30 |
2015-07-29 | arch/*/io.h: Add ioremap_uc() to all architectures | Luis R. Rodriguez | 1 | -0/+1 |
2015-07-27 | atomic: Replace atomic_{set,clear}_mask() usage | Peter Zijlstra | 1 | -2/+2 |
2015-07-27 | atomic: Collapse all atomic_{set,clear}_mask definitions | Peter Zijlstra | 1 | -11/+0 |
2015-07-27 | atomic: Provide atomic_{or,xor,and} | Peter Zijlstra | 1 | -2/+0 |
2015-07-27 | m32r: Provide atomic_{or,xor,and} | Peter Zijlstra | 1 | -34/+10 |
2015-07-23 | m32r: Add ioreadXX/iowriteXX big-endian mmio accessors | Peter Hurley | 1 | -0/+5 |
2015-07-17 | mm: clean up per architecture MM hook header files | Laurent Dufour | 2 | -15/+1 |
2015-07-08 | Make asm/word-at-a-time.h available on all architectures | Chris Metcalf | 1 | -0/+1 |
2015-06-25 | Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+0 |
2015-06-24 | mm: new mm hook framework | Laurent Dufour | 1 | -0/+15 |
2015-06-22 | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+1 |
2015-06-22 | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2 | -14/+24 |
2015-06-22 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -2/+0 |
2015-06-22 | Merge branches 'x86/apic', 'x86/asm', 'x86/mm' and 'x86/platform' into x86/co... | Ingo Molnar | 2 | -2/+1 |