aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/decode_stacktrace.sh
diff options
context:
space:
mode:
authorMiles Chen <miles.chen@mediatek.com>2019-05-29 00:08:20 +0800
committerCatalin Marinas <catalin.marinas@arm.com>2019-06-04 13:58:28 +0100
commit0c1f14ed12262f45a3af1d588e4d7bd12438b8f5 (patch)
treeddb2293052b8f4a2e3246d5415baf86f7d51f2dc /scripts/decode_stacktrace.sh
parentarm64/mm: Simplify protection flag creation for kernel huge mappings (diff)
downloadlinux-0c1f14ed12262f45a3af1d588e4d7bd12438b8f5.tar.gz
linux-0c1f14ed12262f45a3af1d588e4d7bd12438b8f5.zip
arm64: mm: make CONFIG_ZONE_DMA32 configurable
This change makes CONFIG_ZONE_DMA32 defuly y and allows users to overwrite it only when CONFIG_EXPERT=y. For the SoCs that do not need CONFIG_ZONE_DMA32, this is the first step to manage all available memory by a single zone(normal zone) to reduce the overhead of multiple zones. The change also fixes a build error when CONFIG_NUMA=y and CONFIG_ZONE_DMA32=n. arch/arm64/mm/init.c:195:17: error: use of undeclared identifier 'ZONE_DMA32' max_zone_pfns[ZONE_DMA32] = PFN_DOWN(max_zone_dma_phys()); Change since v1: 1. only expose CONFIG_ZONE_DMA32 when CONFIG_EXPERT=y 2. remove redundant IS_ENABLED(CONFIG_ZONE_DMA32) Cc: Robin Murphy <robin.murphy@arm.com> Signed-off-by: Miles Chen <miles.chen@mediatek.com> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Diffstat (limited to 'scripts/decode_stacktrace.sh')
0 files changed, 0 insertions, 0 deletions
tr> 2019-12-14gtp: avoid zero size hashtableTaehee Yoo1-2/+5 2019-12-14gtp: fix an use-after-free in ipv4_pdp_find()Taehee Yoo1-17/+17 2019-12-14gtp: fix wrong condition in gtp_genl_dump_pdp()Taehee Yoo1-17/+19 2019-12-14gtp: do not allow adding duplicate tid and ms_addr pdp contextTaehee Yoo1-10/+22 2019-12-14bonding: fix active-backup transition after link failureMahesh Bandewar1-3/+0 2019-12-14bnx2x: Fix logic to get total no. of PFs per engineManish Chopra1-1/+1 2019-12-14bnx2x: Do not handle requests from VFs after parityManish Chopra3-2/+23 2019-12-14net: ethernet: ti: build cpsw-common for switchdevArnd Bergmann1-0/+1 2019-12-14net: ethernet: ti: select PAGE_POOL for switchdev driverArnd Bergmann1-0/+1 2019-12-14hv_netvsc: Fix tx_table init in rndis_set_subchannel()Haiyang Zhang1-3/+3 2019-12-14net: marvell: mvpp2: phylink requires the link interruptRussell King1-1/+1 2019-12-13tcp: refine rule to allow EPOLLOUT generation under mem pressureEric Dumazet1-4/+2 2019-12-13tcp: refine tcp_write_queue_empty() implementationEric Dumazet2-3/+13 2019-12-13tcp: do not send empty skb from tcp_write_xmit()Eric Dumazet1-0/+8 2019-12-136pack,mkiss: fix possible deadlockEric Dumazet2-4/+4 2019-12-13tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet6-15/+65 2019-12-13net/ibmvnic: Fix typo in retry checkThomas Falcon1-1/+1 2019-12-13ipv6/addrconf: only check invalid header values when NETLINK_F_STRICT_CHK is setHangbin Liu1-4/+4 2019-12-13ptp: clockmatrix: add I2C dependencyArnd Bergmann1-1/+1 2019-12-13bnxt: apply computed clamp value for coalece parameterJonathan Lemon1-1/+1 2019-12-13mailmap: add entry for myselfVivien Didelot1-0/+1 2019-12-13MAINTAINERS: Add maintainers for rmnetSubash Abhinov Kasiviswanathan1-0/+9 2019-12-13mac80211: Turn AQL into an NL80211_EXT_FEATUREToke Høiland-Jørgensen7-24/+70 2019-12-13mac80211: airtime: Fix an off by one in ieee80211_calc_rx_airtime()Dan Carpenter1-1/+1 2019-12-13cfg80211: fix double-free after changing network namespaceStefan Bühler1-0/+1 2019-12-13mac80211: fix TID field in monitor mode transmitFredrik Olofsson1-0/+9 2019-12-12qede: Fix multicast mac configurationManish Chopra1-1/+1 2019-12-12net: usb: lan78xx: Fix suspend/resume PHY register access errorCristian Birsan1-0/+1 2019-12-11samples: bpf: fix syscall_tp due to unused syscallDaniel T. Lee1-2/+16 2019-12-11samples: bpf: Replace symbol compare of trace_eventDaniel T. Lee1-2/+2