summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MAINTAINERS: copy virtio on balloon_compaction.cMichael S. Tsirkin2017-08-101-0/+1
* mm: fix KSM data corruptionMinchan Kim2017-08-102-3/+7
* mm: fix MADV_[FREE|DONTNEED] TLB flush miss problemMinchan Kim2017-08-108-9/+48
* mm: make tlb_flush_pending globalMinchan Kim2017-08-102-25/+0
* mm: refactor TLB gathering APIMinchan Kim2017-08-108-25/+54
* Revert "mm: numa: defer TLB flush for THP migration as long as possible"Nadav Amit2017-08-102-6/+7
* mm: migrate: fix barriers around tlb_flush_pendingNadav Amit2017-08-101-4/+10
* mm: migrate: prevent racy access to tlb_flush_pendingNadav Amit2017-08-104-13/+26
* fault-inject: fix wrong should_fail() decision in task contextAkinobu Mita2017-08-101-3/+5
* test_kmod: fix small memory leak on filesystem testsDan Carpenter2017-08-101-1/+1
* test_kmod: fix the lock in register_test_dev_kmod()Dan Carpenter2017-08-101-1/+1
* test_kmod: fix bug which allows negative values on two config optionsLuis R. Rodriguez2017-08-101-4/+4
* test_kmod: fix spelling mistake: "EMTPY" -> "EMPTY"Colin Ian King2017-08-101-2/+2
* userfaultfd: hugetlbfs: remove superfluous page unlock in VM_SHARED caseAndrea Arcangeli2017-08-101-1/+1
* mm: ratelimit PFNs busy info messageJonathan Toppins2017-08-101-1/+1
* mm: fix global NR_SLAB_.*CLAIMABLE counter readsJohannes Weiner2017-08-104-10/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-08-1010-22/+33
|\
| * packet: fix tp_reserve race in packet_set_ringWillem de Bruijn2017-08-101-4/+9
| * udp: consistently apply ufo or fragmentationWillem de Bruijn2017-08-103-7/+10
| * net: sched: set xt_tgchk_param par.nft_compat as 0 in ipt_init_targetXin Long2017-08-091-1/+1
| * igmp: Fix regression caused by igmp sysctl namespace code.Nikolay Borisov2017-08-092-6/+7
| * geneve: maximum value of VNI cannot be usedGirish Moodalbail2017-08-091-1/+1
| * net: systemport: Fix software statistics for SYSTEMPORT LiteFlorian Fainelli2017-08-091-0/+4
| * tipc: remove premature ESTABLISH FSM event at link synchronizationJon Paul Maloy2017-08-091-3/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2017-08-107-11/+124
|\ \
| * | sunvdc: prevent sunvdc panic when mpgroup disk added to guest domainJim Quigley2017-08-091-0/+61
| * | sparc64: Increase max_phys_bits to 51 and VA bits to 53 for M8.Vijay Kumar2017-08-041-1/+11
| * | sparc64: recognize and support sparc M8 cpu typeAllen Pais2017-08-046-2/+30
| * | sparc64: properly name the cpu constantsAllen Pais2017-08-042-8/+22
* | | Merge tag 'pinctrl-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-08-0910-20/+42
|\ \ \ | |_|/ |/| |
| * | pinctrl: generic: update references to Documentation/pinctrl.txtLudovic Desroches2017-08-074-5/+5
| * | pinctrl: intel: merrifield: Correct UART pin listsAndy Shevchenko2017-08-071-3/+3
| * | pinctrl: armada-37xx: Fix number of pin in south bridgeGregory CLEMENT2017-08-071-1/+1
| * | pinctrl: armada-37xx: Fix the pin 23 on south bridgeGregory CLEMENT2017-08-071-6/+17
| * | pinctrl: cherryview: Add Setzer models to the Chromebook DMI quirkAndy Shevchenko2017-08-031-0/+7
| * | pinctrl: sunxi: add a missing function of A10/A20 pinctrl driverIcenowy Zheng2017-07-311-0/+1
| * | pinctrl: uniphier: fix USB3 pin assignment for Pro4Kunihiko Hayashi2017-07-311-1/+1
| * | pinctrl: zte: fix dereference of 'data' in zx_set_mux()Shawn Guo2017-07-311-4/+7
* | | futex: Remove unnecessary warning from get_futex_keyMel Gorman2017-08-091-2/+3
* | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-08-097-8/+34
|\ \ \
| * | | i2c: rephrase explanation of I2C_CLASS_DEPRECATEDWolfram Sang2017-07-311-1/+2
| * | | i2c: allow i2c-versatile for ARM MPS platformsRussell King2017-07-311-1/+1
| * | | Merge branch 'i2c-mux/for-current' of https://github.com/peda-r/i2c-mux into ...Wolfram Sang2017-07-311-1/+1
| |\ \ \
| | * | | i2c: mux: pinctrl: mention correct module name in Kconfig help textChris Gorman2017-07-171-1/+1
| * | | | i2c: designware: Some broken DSTDs use 1MiHz instead of 1MHzHans de Goede2017-07-311-0/+3
| * | | | i2c: designware: Print clock freq on invalid clock freq errorHans de Goede2017-07-311-1/+2
| * | | | i2c: core: Allow empty id_table in ACPI case as wellAndy Shevchenko2017-07-313-4/+25
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-08-093-76/+109
|\ \ \ \
| * | | | blk-mq: don't leak preempt counter/q_usage_counter when allocating rq failedMing Lei2017-08-021-6/+11
| * | | | block, bfq: consider also in_service_entity to state whether an entity is activePaolo Valente2017-07-292-69/+95