summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* scripts/decode_stacktrace: look for modules with .ko.debug extensionNicolas Boichat2019-07-121-1/+1
* scripts/decode_stacktrace: match basepath using shell prefix operator, not regexNicolas Boichat2019-07-121-1/+1
* include/linux/dmar.h: replace single-char identifiers in macrosQian Cai2019-07-121-6/+8
* MAINTAINERS: nilfs2: update email addressRyusuke Konishi2019-07-121-1/+1
* nilfs2: do not use unexported cpu_to_le32()/le32_to_cpu() in uapi headerMasahiro Yamada2019-07-121-12/+12
* mm/z3fold.c: lock z3fold page before __SetPageMovable()Henry Burns2019-07-121-1/+11
* mm/memcontrol: fix wrong statistics in memory.statYafang Shao2019-07-121-2/+3
* mm/nvdimm: add is_ioremap_addr and use that to check ioremap addressAneesh Kumar K.V2019-07-123-1/+20
* mm: vmscan: scan anonymous pages on file refaultsKuo-Hsin Yang2019-07-121-3/+3
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-1111-83/+90
|\
| * x86/stacktrace: Prevent infinite loop in arch_stack_walk_user()Eiichi Tsukata2019-07-111-5/+3
| * x86/asm: Move native_write_cr0/4() out of lineThomas Gleixner2019-07-105-68/+61
| * x86/pgtable/32: Fix LOWMEM_PAGES constantArnd Bergmann2019-07-101-1/+1
| * x86/alternatives: Fix int3_emulate_call() selftest stack corruptionPeter Zijlstra2019-07-091-5/+20
| * x86/entry/32: Fix ENDPROC of common_spuriousJiri Slaby2019-07-091-1/+1
| * Revert "x86/build: Move _etext to actual end of .text"Ross Zwisler2019-07-091-3/+3
| * x86/ldt: Initialize the context lock for init_mmSebastian Andrzej Siewior2019-07-091-0/+1
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-07-112-6/+2
|\ \
| * | timekeeping/vsyscall: Use __iter_div_u64_rem()Arnd Bergmann2019-07-101-5/+1
| * | clocksource/drivers/npcm: Fix misuse of GENMASK macroJoe Perches2019-07-101-1/+1
| |/
* | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-07-111-1/+1
|\ \
| * | stacktrace: Use PF_KTHREAD to check for kernel threadsThomas Gleixner2019-07-031-1/+1
* | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-112-8/+9
|\ \ \
| * | | irqchip/gic-v3-its: Fix misuse of GENMASK macroJoe Perches2019-07-101-1/+1
| * | | irqchip/renesas-rza1: Prevent use-after-free in rza1_irqc_probe()Wen Yang2019-07-091-7/+8
| | |/ | |/|
* | | Merge tag 'acpi-5.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-07-112-9/+17
|\ \ \
| * | | Revert "ACPICA: Update table load object initialization"Rafael J. Wysocki2019-07-102-9/+17
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-112056-113205/+104686
|\ \ \ \
| * | | | net/mlx5e: Return in default case statement in tx_post_resync_paramsNathan Chancellor2019-07-101-0/+1
| * | | | mlx5: Return -EINVAL when WARN_ON_ONCE triggers in mlx5e_tls_resync().David S. Miller2019-07-101-1/+1
| * | | | net: dsa: add support for BRIDGE_MROUTER attributeVivien Didelot2019-07-093-0/+17
| * | | | pkt_sched: Include const.hDavid Ahern2019-07-091-0/+1
| * | | | net: netsec: remove static declaration for netsec_set_tx_de()Ilias Apalodimas2019-07-091-45/+41
| * | | | net: netsec: remove superfluous if statementIlias Apalodimas2019-07-091-4/+4
| * | | | Merge branch 'nf-hw-offload'David S. Miller2019-07-0956-880/+1579
| |\ \ \ \
| | * | | | netfilter: nf_tables: add hardware offload supportPablo Neira Ayuso2019-07-0910-7/+691
| | * | | | net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso2019-07-0932-254/+254
| | * | | | net: flow_offload: add flow_block_cb_is_busy() and use itPablo Neira Ayuso2019-07-097-0/+39
| | * | | | net: sched: remove tcf block APIPablo Neira Ayuso2019-07-092-167/+0
| | * | | | drivers: net: use flow block APIPablo Neira Ayuso2019-07-0925-130/+286
| | * | | | net: sched: use flow block APIPablo Neira Ayuso2019-07-091-1/+87
| | * | | | net: flow_offload: add flow_block_cb_{priv, incref, decref}()Pablo Neira Ayuso2019-07-092-0/+22
| | * | | | net: flow_offload: add list handling functionsPablo Neira Ayuso2019-07-093-0/+39
| | * | | | net: flow_offload: add flow_block_cb_alloc() and flow_block_cb_free()Pablo Neira Ayuso2019-07-092-0/+42
| | * | | | net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*Pablo Neira Ayuso2019-07-0911-27/+26
| | * | | | net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BINDPablo Neira Ayuso2019-07-099-28/+27
| | * | | | net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso2019-07-0917-317/+117
| |/ / / /
| * | | | Merge branch 'net-hisilicon-Add-support-for-HI13X1-to-hip04_eth'David S. Miller2019-07-093-23/+136
| |\ \ \ \
| | * | | | net: hisilicon: Add an tx_desc to adapt HI13X1_GMACJiangfeng Xiao2019-07-091-3/+31
| | * | | | net: hisilicon: Add an rx_desc to adapt HI13X1_GMACJiangfeng Xiao2019-07-091-0/+9