summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-31BACKPORT [FROMLIST] New getsockopt option to get socket cookieChenbo Feng14-0/+34
2016-10-19mm: replace access_process_vm() write parameter with gup_flagsLorenzo Stoakes17-54/+84
2016-10-08nmi_backtrace: generate one-line reports for idle cpusChris Metcalf49-22/+93
2016-09-13m32r: fix __get_user()Al Viro1-1/+1
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov36-51/+48
2016-07-26m32r: add __ucmpdi2 to fix build failureSudip Mukherjee4-2/+45
2016-07-25Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds108-958/+3268
2016-07-15m32r: fix build warning about putcSudip Mukherjee1-4/+5
2016-06-16locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra23-64/+0
2016-06-16locking/atomic, arch/m32r: Implement atomic_fetch_{add,sub,and,or,xor}()Peter Zijlstra1-4/+34
2016-06-14locking/spinlock, arch: Update and fix spin_unlock_wait() implementationsPeter Zijlstra20-32/+145
2016-05-27Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds29-95/+335
2016-05-24m32r: fix build failureSudip Mukherjee1-0/+1
2016-05-21lib/GCD.c: use binary GCD algorithm instead of EuclideanZhaoxiu Zeng18-10/+107
2016-05-21exit_thread: remove empty bodiesJiri Slaby36-140/+24
2016-04-20kbuild: delete unnecessary "@:"Masahiro Yamada13-14/+0
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1281-33900/+78920
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 'akpm' (patches from Andrew)Linus Torvalds119-1805/+3139
2016-03-15m32r: mm: fix build warningSudip Mukherjee1-12/+15
2016-03-15Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds35-236/+1294
2016-03-14ipv4: Update parameters for csum_tcpudp_magic to their original typesAlexander Duyck34-150/+106
2016-03-08PCI: Include pci/hotplug Kconfig directly from pci/KconfigBjorn Helgaas13-23/+1
2016-03-04Merge tag 'v4.5-rc6' into core/resources, to resolve conflictIngo Molnar1279-62122/+15330
2016-03-01arch/hotplug: Call into idle with a proper stateThomas Gleixner22-21/+22
2016-02-26net: Facility to report route quality of connected socketsTom Herbert14-0/+30
2016-02-06m32r: fix build failure due to SMP and MMUSudip Mukherjee1-0/+1
2016-01-30arch: Set IORESOURCE_SYSTEM_RAM flag for System RAMToshi Kani13-38/+45
2016-01-15m32r: fix m32104ut_defconfig build failSudip Mukherjee1-0/+3
2016-01-14Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds40-796/+1673
2016-01-09arch: consolidate CONFIG_STRICT_DEVM in lib/Kconfig.debugDan Williams16-86/+31
2016-01-05soreuseport: setsockopt SO_ATTACH_REUSEPORT_[CE]BPFCraig Gallek22-44/+282
2015-12-30m32r: add io*_rep helpersSudip Mukherjee1-1/+9
2015-12-30m32r: fix build failureSudip Mukherjee1-0/+1
2015-10-06Merge tag 'v4.3-rc4' into locking/core, to pick up fixes before applying new ...Ingo Molnar689-3952/+7239
2015-10-04Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetc...Linus Torvalds25-37/+188
2015-09-23atomic, arch: Audit atomic_{read,set}()Peter Zijlstra24-53/+53
2015-09-10lib/decompressors: use real out buf size for gunzip with kernelYinghai Lu14-27/+70
2015-09-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds139-3585/+2425
2015-08-25Merge tag 'v4.2-rc8' into x86/mm, before applying new changesIngo Molnar10946-271234/+1071725
2015-07-29arch/*/io.h: Add ioremap_uc() to all architecturesLuis R. Rodriguez8-0/+8
2015-07-27atomic: Replace atomic_{set,clear}_mask() usagePeter Zijlstra14-97/+97
2015-07-27atomic: Collapse all atomic_{set,clear}_mask definitionsPeter Zijlstra16-174/+25
2015-07-27atomic: Provide atomic_{or,xor,and}Peter Zijlstra29-68/+19
2015-07-27m32r: Provide atomic_{or,xor,and}Peter Zijlstra1-34/+10
2015-07-24m32r: Add ioreadXX/iowriteXX big-endian mmio accessorsPeter Hurley1-0/+5
2015-07-17mm: clean up per architecture MM hook header filesLaurent Dufour60-435/+46
2015-07-08Make asm/word-at-a-time.h available on all architecturesChris Metcalf22-8/+93
2015-06-25Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-blockLinus Torvalds57-97/+57
2015-06-25mm: new mm hook frameworkLaurent Dufour31-0/+466
[next]