aboutsummaryrefslogtreecommitdiffstats
path: root/mm (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-12arch: don't memset(0) memory returned by memblock_alloc()Mike Rapoport6-11/+2
2019-03-12arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)Mike Rapoport8-14/+13
2019-03-12memblock: make memblock_find_in_range_node() and choose_memblock_flags() staticMike Rapoport2-6/+2
2019-03-12memblock: refactor internal allocation functionsMike Rapoport2-95/+77
2019-03-12memblock: drop memblock_alloc_base()Mike Rapoport6-21/+17
2019-03-12memblock: drop __memblock_alloc_base()Mike Rapoport6-24/+11
2019-03-12memblock: memblock_phys_alloc(): don't panicMike Rapoport13-6/+45
2019-03-12memblock: memblock_phys_alloc_try_nid(): don't panicMike Rapoport3-1/+11
2019-03-12memblock: emphasize that memblock_alloc_range() returns a physical addressMike Rapoport3-13/+11
2019-03-12memblock: drop memblock_alloc_base_nid()Mike Rapoport2-14/+4
2019-03-12memblock: replace memblock_alloc_base(ANYWHERE) with memblock_phys_allocMike Rapoport7-10/+9
2019-03-12powerpc: use memblock functions returning virtual addressChristophe Leroy3-4/+10
2019-03-12openrisc: prefer memblock APIs returning virtual addressMike Rapoport1-1/+4
2019-03-12proc: calculate end pointer for /proc/*/* lookup at compile timeAlexey Dobriyan1-9/+10
2019-03-12mm: refactor readahead defines in mm.hNikolay Borisov7-9/+8
2019-03-12mm/hmm: convert to use vm_fault_tSouptick Joarder3-4/+4
2019-03-12kernel/sysctl.c: define minmax conv functions in terms of non-minmax versionsZev Weiss1-33/+26
2019-03-12kernel/sysctl.c: add missing range check in do_proc_dointvec_minmax_convZev Weiss1-1/+10
2019-03-12tools/testing/selftests/sysctl/sysctl.sh: add tests for >32-bit values written to 32-bit integersZev Weiss1-0/+55
2019-03-11tools: mark 'test_vmalloc.sh' executableLinus Torvalds1-0/+0
2019-03-10drivers: ide: Kconfig: pedantic formattingEnrico Weigelt, metux IT consult1-13/+13
2019-03-10ide: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-03-10ide: hpt366: mark expected switch fall-throughsGustavo A. R. Silva1-2/+2
2019-03-10gro_cells: make sure device is up in gro_cells_receive()Eric Dumazet1-4/+18
2019-03-10vxlan: test dev->flags & IFF_UP before calling gro_cells_receive()Eric Dumazet1-0/+11
2019-03-10net/x25: fix use-after-free in x25_device_event()Eric Dumazet1-1/+5
2019-03-10isdn: mISDNinfineon: fix potential NULL pointer dereferenceKangjie Lu1-1/+4
2019-03-09net: hns3: fix to stop multiple HNS reset due to the AER changesShiju Jose3-3/+11
2019-03-09ip: fix ip_mc_may_pull() return valueEric Dumazet1-1/+1
2019-03-09net: keep refcount warning in reqsk_free()Guillaume Nault1-1/+0
2019-03-09Input: wacom_serial4 - add support for Wacom ArtPad II tabletJason Gerecke1-0/+2
2019-03-09Input: elan_i2c - add id for touchpad found in Lenovo s21e-20Vincent Batts1-0/+1
2019-03-09Input: raspberrypi-ts - select CONFIG_INPUT_POLLDEVArnd Bergmann1-0/+1
2019-03-09Input: msm-vibrator - use correct gpio headerArnd Bergmann1-1/+1
2019-03-09MAINTAINERS: fix typo in Mimi Zohar's addressBaruch Siach1-1/+1
2019-03-09workqueue, lockdep: Fix a memory leak in wq->lock_nameQian Cai1-0/+2
2019-03-09workqueue, lockdep: Fix an alloc_workqueue() error pathBart Van Assche1-0/+2
2019-03-09locking/lockdep: Only call init_rcu_head() after RCU has been initializedBart Van Assche1-4/+11
2019-03-09locking/lockdep: Avoid a Clang warningArnd Bergmann1-1/+3
2019-03-09perf/core: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-03-09perf/x86/intel/uncore: Fix client IMC events return huge resultKan Liang3-7/+10
2019-03-09perf/ring_buffer: Use high order allocations for AUX buffers optimisticallyAlexander Shishkin1-17/+15
2019-03-08net: stmmac: Avoid one more sometimes uninitialized Clang warningNathan Chancellor1-1/+1
2019-03-08net: dsa: mv88e6xxx: Set correct interface mode for CPU/DSA portsAndrew Lunn4-0/+42
2019-03-08rxrpc: Fix client call queueing, waiting for channelDavid Howells1-2/+2
2019-03-08tcp: handle inet_csk_reqsk_queue_add() failuresGuillaume Nault2-2/+13
2019-03-08net: ethernet: sun: Zero initialize class in default case in niu_add_ethtool_tcam_entryNathan Chancellor1-0/+1
2019-03-088139too : Add support for U.S. Robotics USR997901A 10/100 Cardbus NICMatthew Whitehead1-0/+1
2019-03-08fou, fou6: avoid uninit-value in gue_err() and gue6_err()Eric Dumazet2-4/+4
2019-03-08net: sched: fix potential use-after-free in __tcf_chain_put()Vlad Buslov1-10/+7