aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-10-31Merge branch 'akpm' (patches from Andrew)Linus Torvalds423-3094/+1918
2018-10-31perf intel-pt/bts: Calculate cpumode for synthesized samplesAdrian Hunter2-14/+25
2018-10-31perf intel-pt: Insert callchain context into synthesized callchainsAdrian Hunter3-12/+40
2018-10-31mm/gup.c: fix __get_user_pages_fast() commentFengguang Wu1-2/+2
2018-10-31mm: Fix warning in insert_pfn()Jan Kara1-2/+7
2018-10-31memory-hotplug.rst: add some details about locking internalsDavid Hildenbrand1-1/+41
2018-10-31powerpc/powernv: hold device_hotplug_lock when calling memtrace_offline_pages()David Hildenbrand1-1/+3
2018-10-31powerpc/powernv: hold device_hotplug_lock when calling device_online()David Hildenbrand1-0/+2
2018-10-31mm/memory_hotplug: fix online/offline_pages called w.o. mem_hotplug_lockDavid Hildenbrand2-20/+21
2018-10-31mm/memory_hotplug: make add_memory() take the device_hotplug_lockDavid Hildenbrand6-7/+32
2018-10-31mm/memory_hotplug: make remove_memory() take the device_hotplug_lockDavid Hildenbrand5-7/+15
2018-10-31mm/memblock.c: warn if zero alignment was requestedMike Rapoport1-0/+11
2018-10-31memblock: stop using implicit alignment to SMP_CACHE_BYTESMike Rapoport50-96/+120
2018-10-31docs/boot-time-mm: remove bootmem documentationMike Rapoport1-60/+9
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport275-476/+353
2018-10-31memblock: replace BOOTMEM_ALLOC_* with MEMBLOCK variantsMike Rapoport11-16/+19
2018-10-31mm: remove nobootmemMike Rapoport3-129/+104
2018-10-31memblock: rename __free_pages_bootmem to memblock_free_pagesMike Rapoport4-4/+4
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport35-39/+39
2018-10-31memblock: replace free_bootmem_late with memblock_free_lateMike Rapoport5-31/+6
2018-10-31memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport15-52/+24
2018-10-31mm: nobootmem: remove bootmem allocation APIsMike Rapoport2-271/+0
2018-10-31memblock: replace alloc_bootmem with memblock_allocMike Rapoport19-26/+28
2018-10-31memblock: replace __alloc_bootmem with memblock_alloc_fromMike Rapoport12-24/+36
2018-10-31memblock: replace alloc_bootmem_pages with memblock_allocMike Rapoport10-13/+16
2018-10-31memblock: replace alloc_bootmem_low_pages with memblock_alloc_lowMike Rapoport7-11/+16
2018-10-31memblock: replace alloc_bootmem_node with memblock_alloc_nodeMike Rapoport3-9/+6
2018-10-31memblock: replace __alloc_bootmem_node with appropriate memblock_ APIMike Rapoport4-12/+14
2018-10-31memblock: replace alloc_bootmem_pages_node with memblock_alloc_nodeMike Rapoport1-4/+4
2018-10-31memblock: add align parameter to memblock_alloc_node()Mike Rapoport2-3/+3
2018-10-31memblock: replace __alloc_bootmem_nopanic with memblock_alloc_from_nopanicMike Rapoport2-4/+4
2018-10-31memblock: replace alloc_bootmem_low with memblock_alloc_low (2)Mike Rapoport2-3/+4
2018-10-31memblock: replace alloc_bootmem_pages_nopanic with memblock_alloc_nopanicMike Rapoport1-1/+1
2018-10-31memblock: replace __alloc_bootmem_node_nopanic with memblock_alloc_try_nid_no...Mike Rapoport1-2/+4
2018-10-31memblock: replace alloc_bootmem_low with memblock_alloc_lowMike Rapoport1-1/+1
2018-10-31memblock: replace alloc_bootmem_align with memblock_allocMike Rapoport1-1/+1
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport37-105/+105
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport30-51/+50
2018-10-31mm: nobootmem: remove dead codeMike Rapoport2-61/+0
2018-10-31mm: remove bootmem allocator implementation.Mike Rapoport2-827/+0
2018-10-31mm: remove CONFIG_HAVE_MEMBLOCKMike Rapoport40-199/+11
2018-10-31mm: remove CONFIG_NO_BOOTMEMMike Rapoport29-76/+4
2018-10-31percpu: remove PER_CPU_DEF_ATTRIBUTES macroAlexander Pateenok2-8/+2
2018-10-31kbuild: fix kernel/bounds.c 'W=1' warningArnd Bergmann1-1/+3
2018-10-31lib/lz4: update LZ4 decompressor moduleGao Xiang2-141/+349
2018-10-31ipc: IPCMNI limit check for semmniWaiman Long2-1/+31
2018-10-31ipc: IPCMNI limit check for msgmni and shmmniWaiman Long1-2/+5
2018-10-31kernel/panic.c: filter out a potential trailing newlineBorislav Petkov1-2/+6
2018-10-31kernel/panic.c: do not append newline to the stack protector panic stringBorislav Petkov1-1/+1
2018-10-31include/linux/signal.h: mark expected switch fall-throughsGustavo A. R. Silva1-0/+6
2018-10-31kernel/signal.c: fix a comment errorWeikang Shi2-3/+3
2018-10-31fat: truncate inode timestamp updates in setattrFrank Sorenson1-0/+12
2018-10-31fat: change timestamp updates to use fat_truncate_timeFrank Sorenson5-20/+20
2018-10-31fat: add functions to update and truncate timestamps appropriatelyFrank Sorenson6-0/+87
2018-10-31fat: create a function to calculate the timezone offestFrank Sorenson1-7/+9
2018-10-31fat: expand a slightly out-of-date commentMihir Mehta1-1/+3
2018-10-31reiserfs: remove workaround code for GCC 3.xMasahiro Yamada1-9/+0
2018-10-31reiserfs: propagate errors from fill_with_dentries() properlyJann Horn1-0/+7
2018-10-31fs/hfs/extent.c: fix array out of bounds read of array extentColin Ian King1-1/+1
2018-10-31hfs: update timestamp on truncate()Ernesto A. Fernández1-0/+2
2018-10-31hfsplus: update timestamps on truncate()Ernesto A. Fernández1-0/+1
2018-10-31hfs: fix return value of hfs_get_block()Ernesto A. Fernández1-1/+3
2018-10-31hfsplus: fix return value of hfsplus_get_block()Ernesto A. Fernández1-1/+3
2018-10-31hfs: prevent btree data loss on ENOSPCErnesto A. Fernández4-16/+46
2018-10-31hfsplus: prevent btree data loss on ENOSPCErnesto A. Fernández5-16/+68
2018-10-31hfs: fix BUG on bnode parent updateErnesto A. Fernández1-0/+1
2018-10-31hfs: prevent btree data loss on root splitErnesto A. Fernández1-0/+4
2018-10-31hfsplus: fix BUG on bnode parent updateErnesto A. Fernández1-0/+1
2018-10-31hfsplus: prevent btree data loss on root splitErnesto A. Fernández1-0/+4
2018-10-31init/do_mounts.c: add root=PARTLABEL=<name> supportNikolaus Voss1-0/+31
2018-10-31checkpatch: remove GCC_BINARY_CONSTANT warningChristophe Leroy1-11/+0
2018-10-31include/linux/compat.h: mark expected switch fall-throughsGustavo A. R. Silva1-0/+3
2018-10-31lib/kstrtox.c: delete unnecessary castsAlexey Dobriyan1-8/+8
2018-10-31lib/rbtree.c: fix typo in comment of rb_insert_augmented()Wei Yang1-2/+2
2018-10-31lib/sg_pool.c: remove unnecessary null check when freeing objectzhong jiang1-4/+3
2018-10-31lib/zlib_inflate/inflate.c: remove fall through warningsCorentin Labbe1-0/+12
2018-10-31lib/parser.c: switch match_number() over to use match_strdup()Eric Biggers1-4/+1
2018-10-31lib/parser.c: switch match_u64int() over to use match_strdup()Eric Biggers1-4/+1
2018-10-31lib/parser.c: switch match_strdup() over to use kmemdup_nul()Eric Biggers1-5/+1
2018-10-31lib/bitmap.c: simplify bitmap_print_to_pagebuf()Rasmus Villemoes1-5/+2
2018-10-31lib/bitmap.c: fix remaining space computation in bitmap_print_to_pagebufRasmus Villemoes1-4/+6
2018-10-31linux/bitmap.h: relax comment on compile-time constant nbitsRasmus Villemoes1-2/+2
2018-10-31linux/bitmap.h: fix type of nbits in bitmap_shift_right()Rasmus Villemoes1-1/+1
2018-10-31linux/bitmap.h: remove redundant uses of small_const_nbits()Rasmus Villemoes1-18/+6
2018-10-31linux/bitmap.h: handle constant zero-size bitmaps correctlyRasmus Villemoes1-1/+6
2018-10-31lib/bitmap.c: remove wrong documentationRasmus Villemoes1-5/+0
2018-10-31kernel/fail_function.c: remove meaningless null pointer check before debugfs_...zhong jiang1-2/+1
2018-10-31treewide: remove current_text_addrNick Desaulniers29-199/+2
2018-10-31.mailmap: add Oleksij RempelOleksij Rempel1-0/+5
2018-10-31fs/proc/vmcore.c: Convert to use vmf_error()Souptick Joarder1-1/+1
2018-10-31mm/gup_benchmark.c: prevent integer overflow in ioctlDan Carpenter1-0/+3
2018-10-31mm/hmm: invalidate device page table at start of invalidationJérôme Glisse1-12/+15
2018-10-31mm/hmm: use a structure for update callback parametersJérôme Glisse2-20/+44
2018-10-31mm/hmm: properly handle migration pmdJérôme Glisse1-6/+34
2018-10-31mm/hmm: fix race between hmm_mirror_unregister() and mmu_notifier callbackRalph Campbell1-15/+21
2018-10-31mm/rmap: map_pte() was not handling private ZONE_DEVICE page properlyRalph Campbell1-1/+23
2018-10-31mm/hmm: fix utf8 ...Jérôme Glisse2-2/+2
2018-10-31block: call rq_qos_exit() after queue is frozenMing Lei2-2/+3
2018-10-31HID: asus: only support backlight when it's not driven by WMIDaniel Drake2-1/+23
2018-10-31platform/x86: asus-wmi: export function for evaluating WMI methodsDaniel Drake2-85/+104
2018-10-31platform/x86: asus-wmi: Only notify kbd LED hw_change by fn-key pressedJian-Hong Pan1-5/+12
2018-10-31platform/x86: wmi: declare device_type structure as constantBhumika Goyal1-3/+3
2018-10-31platform/x86: ideapad: Add Y530-15ICH to no_hw_rfkillMisha Komarovskiy1-0/+7
2018-10-31perf tools: Don't clone maps from parent when synthesizing forksDavid Miller6-10/+29
2018-10-31perf top: Start display thread earlierDavid Miller1-5/+5
2018-10-31tools headers uapi: Update linux/if_link.h header copyArnaldo Carvalho de Melo1-0/+1
2018-10-31tools headers uapi: Update linux/netlink.h header copyArnaldo Carvalho de Melo1-0/+1
2018-10-31tools headers: Sync the various kvm.h header copiesArnaldo Carvalho de Melo4-6/+24
2018-10-31tools include uapi: Update linux/mmap.h copyArnaldo Carvalho de Melo1-0/+2
2018-10-31perf trace beauty: Use the mmap flags table generated from headersArnaldo Carvalho de Melo1-37/+11
2018-10-31perf beauty: Wire up the mmap flags table generator to the MakefileArnaldo Carvalho de Melo1-0/+11
2018-10-31perf beauty: Add a generator for MAP_ mmap's flag constantsArnaldo Carvalho de Melo1-0/+32
2018-10-31tools include uapi: Update asound.h copyArnaldo Carvalho de Melo1-1/+1
2018-10-31tools arch uapi: Update asm-generic/unistd.h and arm64 unistd.h copiesArnaldo Carvalho de Melo2-0/+3
2018-10-31tools include uapi: Update linux/fs.h copyArnaldo Carvalho de Melo1-2/+2
2018-10-31perf callchain: Honour the ordering of PERF_CONTEXT_{USER,KERNEL,etc}David S. Miller1-1/+34
2018-10-31perf cs-etm: Correct CPU mode for samplesLeo Yan1-9/+30
2018-10-31perf unwind: Take pgoff into account when reporting elf to libdwflMilian Wolff1-2/+2
2018-10-31perf top: Do not use overwrite mode by defaultArnaldo Carvalho de Melo2-5/+17
2018-10-31selftests/powerpc/cache_shape: Fix out-of-tree buildMichael Ellerman1-7/+2
2018-10-31selftests/powerpc/switch_endian: Fix out-of-tree buildMichael Ellerman1-0/+1
2018-10-31selftests/powerpc/pmu: Link ebb tests with -no-pieJoel Stanley1-0/+3
2018-10-31selftests/powerpc/signal: Fix out-of-tree buildJoel Stanley1-8/+3
2018-10-31selftests/powerpc/ptrace: Fix out-of-tree buildJoel Stanley1-9/+4
2018-10-31ovl: check whiteout in ovl_create_over_whiteout()Miklos Szeredi1-0/+4
2018-10-31powerpc/xmon: Relax frame size for clangJoel Stanley1-0/+6
2018-10-31selftests: powerpc: Fix warning for security subdirJoel Stanley1-0/+1
2018-10-30bpf: tcp_bpf_recvmsg should return EAGAIN when nonblocking and no dataJohn Fastabend1-0/+1
2018-10-30tools/bpf: add unlimited rlimit for flow_dissector_loadYonghong Song1-0/+2
2018-10-30dt-bindings: arm: Explain capacities-dmips-mhz calculations in exampleViresh Kumar1-3/+5
2018-10-30drm/amd/powerplay: revise Vega20 pptable version checkEvan Quan1-2/+8
2018-10-30drm/amd/display: set backlight level limit to 1Guttula, Suresh1-0/+7
2018-10-30mtip32xx: clean an indentation issue, remove extraneous tabsColin Ian King1-2/+2
2018-10-30Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds29-306/+858
2018-10-30Merge tag 'cramfs_fixes' of git://git.linaro.org/people/nicolas.pitre/linuxLinus Torvalds1-3/+4
2018-10-30net: mvpp2: Fix affinity hint allocationMarc Zyngier2-4/+15
2018-10-30Cramfs: trivial whitespace fixesNicolas Pitre1-2/+2
2018-10-30Cramfs: fix abad comparison when wrap-arounds occurNicolas Pitre1-1/+2
2018-10-30net/mlx4_en: add a missing <net/ip.h> includeEric Dumazet1-0/+1
2018-10-30Merge tag 'trace-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds22-958/+1439
2018-10-30Merge tag 'trace-v4.19-rc8-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-7/+9
2018-10-30Merge tag 'for-linus-4.20a-rc1-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds7-42/+30
2018-10-30Merge tag 'acpi-4.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-183/+250
2018-10-30Merge tag 'pm-4.20-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds9-163/+60
2018-10-30Merge tag 'for-4.20-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-68/+111
2018-10-30perf top: Allow disabling the overwrite modeArnaldo Carvalho de Melo2-0/+7
2018-10-30perf trace: Beautify mount's first pathname argArnaldo Carvalho de Melo1-1/+2
2018-10-30perf trace: Beautify the umount's 'name' argumentArnaldo Carvalho de Melo1-1/+2
2018-10-30perf trace: Consider syscall aliases tooArnaldo Carvalho de Melo1-1/+21
2018-10-30perf trace beauty: Beautify mount/umount's 'flags' argumentArnaldo Carvalho de Melo5-0/+61
2018-10-30perf trace beauty: Allow syscalls to mask an argument before considering itArnaldo Carvalho de Melo1-0/+19
2018-10-30perf beauty: Introduce strarray__scnprintf_flags()Arnaldo Carvalho de Melo2-11/+17
2018-10-30perf beauty: Switch from GPL v2.0 to LGPL v2.1Arnaldo Carvalho de Melo35-31/+36
2018-10-30perf beauty: Add a generator for MS_ mount/umount's flag constantsArnaldo Carvalho de Melo1-0/+15
2018-10-30tools include uapi: Grab a copy of linux/fs.hArnaldo Carvalho de Melo2-0/+394
2018-10-30selftests/powerpc: Relax L1d miss targets for rfi_flush testNaveen N. Rao1-5/+13
2018-10-30ALSA: firewire-lib: fix insufficient PCM rule for period/buffer sizeTakashi Sakamoto1-48/+9
2018-10-30x86/numa_emulation: Fix uniform-split numa emulationDave Jiang1-2/+10
2018-10-30x86/paravirt: Remove unused _paravirt_ident_32Juergen Gross4-47/+19
2018-10-30perf/core: Clean up inconsisent indentationColin Ian King1-1/+1
2018-10-30xtensa: clean up xtensa-specific property sectionsMax Filippov1-14/+3
2018-10-30xtensa: use DWARF_DEBUG in the vmlinux.lds.SMax Filippov1-17/+1
2018-10-30Merge branches 'pm-cpuidle' and 'pm-cpufreq'Rafael J. Wysocki8-162/+31
2018-10-29sparc64: Remvoe set_fs() from perf_callchain_user().David S. Miller1-5/+0
2018-10-29rtnetlink: Disallow FDB configuration for non-Ethernet deviceIdo Schimmel1-0/+10
2018-10-29sctp: check policy more carefully when getting pr statusXin Long1-3/+5
2018-10-29sctp: clear the transport of some out_chunk_list chunks in sctp_assoc_rm_peerXin Long1-3/+7
2018-10-29Merge branch 'mlxsw-Couple-of-fixes'David S. Miller2-9/+17
2018-10-29mlxsw: core: Fix devlink unregister flowShalom Toledo1-7/+17
2018-10-29mlxsw: spectrum_switchdev: Don't ignore deletions of learned MACsPetr Machata1-2/+0
2018-10-29hinic: Fix l4_type parameter in hinic_task_set_tunnel_l4Nathan Chancellor2-2/+2
2018-10-29Documentation: ip-sysctl.txt: Document tcp_fwmark_acceptLorenzo Colitti1-0/+11
2018-10-29bonding: fix length of actor systemTobias Jungel1-2/+1
2018-10-29ipv4/igmp: fix v1/v2 switchback timeout based on rfc3376, 8.12Hangbin Liu2-18/+39
2018-10-29xtensa: add NOTES section to the linker scriptMax Filippov2-1/+2
2018-10-29Merge tag 'rpmsg-v4.20' of git://github.com/andersson/remoteprocLinus Torvalds4-26/+27
2018-10-29Merge tag 'rproc-v4.20' of git://github.com/andersson/remoteprocLinus Torvalds16-287/+1557
2018-10-30xfs: remove [cm]time update from reflink callsDarrick J. Wong1-6/+1
2018-10-30xfs: remove xfs_reflink_remap_rangeDarrick J. Wong3-75/+70
2018-10-30xfs: remove redundant remap partial EOF block checksDarrick J. Wong1-19/+0
2018-10-30xfs: support returning partial reflink resultsDarrick J. Wong3-10/+14
2018-10-30xfs: clean up xfs_reflink_remap_blocks call siteDarrick J. Wong1-19/+18
2018-10-30xfs: fix pagecache truncation prior to reflinkDarrick J. Wong1-2/+3
2018-10-30ocfs2: remove ocfs2_reflink_remap_rangeDarrick J. Wong3-103/+102
2018-10-30ocfs2: support partial clone range and dedupe rangeDarrick J. Wong3-45/+46
2018-10-30ocfs2: fix pagecache truncation prior to reflinkDarrick J. Wong1-2/+3
2018-10-30ocfs2: truncate page cache for clone destination file before remappingDarrick J. Wong1-6/+4
2018-10-30vfs: clean up generic_remap_file_range_prep return valueDarrick J. Wong3-6/+6
2018-10-30vfs: hide file range comparison functionDarrick J. Wong2-99/+91
2018-10-30vfs: enable remap callers that can handle short operationsDarrick J. Wong4-15/+33
2018-10-30vfs: plumb remap flags through the vfs dedupe functionsDarrick J. Wong3-5/+9
2018-10-30vfs: plumb remap flags through the vfs clone functionsDarrick J. Wong6-12/+17
2018-10-30vfs: make remap_file_range functions take and return bytes completedDarrick J. Wong18-82/+108
2018-10-30vfs: remap helper should update destination inode metadataDarrick J. Wong2-23/+19
2018-10-30vfs: pass remap flags to generic_remap_checksDarrick J. Wong3-4/+4
2018-10-30vfs: pass remap flags to generic_remap_file_range_prepDarrick J. Wong8-24/+26
2018-10-30vfs: combine the clone and dedupe into a single remap_file_rangeDarrick J. Wong12-106/+127
2018-10-30vfs: rename clone_verify_area to remap_verify_areaDarrick J. Wong1-5/+5
2018-10-30vfs: rename vfs_clone_file_prep to be more descriptiveDarrick J. Wong4-9/+9
2018-10-30vfs: skip zero-length dedupe requestsDarrick J. Wong1-0/+5