aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-04asm-generic/tlb: avoid potential double flushPeter Zijlstra1-1/+6
2020-02-04mm/mmu_gather: invalidate TLB correctly on batch allocation failure and flushPeter Zijlstra1-7/+15
2020-02-04x86: mm: avoid allocating struct mm_struct on the stackSteven Price2-1/+4
2020-02-04mm: ptdump: reduce level numbers by 1 in note_page()Steven Price1-0/+1
2020-02-04mm: add generic ptdumpSteven Price1-0/+21
2020-02-04mm: pagewalk: add 'depth' parameter to pte_holeSteven Price1-2/+5
2020-02-04mm: pagewalk: allow walking without vmaSteven Price1-0/+5
2020-02-04mm: pagewalk: add p4d_entry() and pgd_entry()Steven Price1-6/+28
2020-02-04mm: add generic p?d_leaf() macrosSteven Price1-0/+20
2020-02-04mm: remove __kreallocFlorian Westphal1-1/+0
2020-02-04mm/memory_hotplug: drop valid_start/valid_end from test_pages_in_a_zone()David Hildenbrand1-2/+2
2020-02-04mm: factor out next_present_section_nr()David Hildenbrand1-0/+10
2020-02-04mm/page_alloc.c: initialize memmap of unavailable memory directlyDavid Hildenbrand1-6/+0
2020-02-03eventfd: track eventfd_signal() recursion depthJens Axboe1-0/+14
2020-02-03Merge branch 'for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpuLinus Torvalds2-7/+6
2020-02-03Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds21-87/+1553
2020-02-03Merge tag 'kgdb-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linuxLinus Torvalds1-2/+0
2020-02-03platform/chrome: cros_ec: Match implementation with headersEnric Balletbo i Serra1-10/+0
2020-02-03cpufreq: Make cpufreq_global_kobject staticYangtao Li1-3/+0
2020-02-03Merge tag 'backlight-next-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/backlightLinus Torvalds1-1/+0
2020-02-03Merge tag 'mfd-next-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds10-74/+1089
2020-02-03Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-0/+4
2020-02-03fs: Enable bmap() function to properly return errorsCarlos Maiolino1-1/+8
2020-02-03mfd: syscon: Fix syscon_regmap_lookup_by_phandle_args() dummyGeert Uytterhoeven1-1/+1
2020-02-02Merge tag 'leds-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pavel/linux-ledsLinus Torvalds2-1/+6
2020-02-01tracing: Use seq_buf for building dynevent_cmd stringTom Zanussi1-3/+1
2020-02-01Merge tag 'kbuild-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+11
2020-02-01Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds2-17/+11
2020-02-01x86/apic/msi: Plug non-maskable MSI affinity raceThomas Gleixner2-0/+25
2020-01-31Merge tag 'pci-v5.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds4-22/+159
2020-01-31Merge tag 'media/v5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds10-85/+119
2020-01-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds16-101/+899
2020-01-31Merge tag 'pm-5.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-9/+23
2020-01-31Merge branches 'clk-imx', 'clk-ti', 'clk-xilinx', 'clk-nvidia', 'clk-qcom', 'clk-freescale' and 'clk-qoriq' into clk-nextStephen Boyd15-1/+1194
2020-01-31Merge branches 'clk-debugfs-danger', 'clk-basic-hw', 'clk-renesas', 'clk-amlogic' and 'clk-allwinner' into clk-nextStephen Boyd7-83/+349
2020-01-31Merge tag 'iomap-5.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+28
2020-01-31Merge branch 'akpm' (patches from Andrew)Linus Torvalds18-109/+217
2020-01-31Merge tag 'modules-for-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds4-19/+106
2020-01-31percpu: Separate decrypted varaibles anytime encryption can be enabledErdem Aktas1-2/+1
2020-01-31percpu: fix __percpu annotation in asm-genericLuc Van Oostenryck1-5/+5
2020-01-31include/linux/io-mapping.h-mapping: use PHYS_PFN() macro in io_mapping_map_atomic_wc()Andy Shevchenko1-3/+2
2020-01-31uapi: rename ext2_swab() to swab() and share globally in swab.hYury Norov2-0/+11
2020-01-31lib/zlib: add zlib_deflate_dfltcc_enabled() functionMikhail Zaslonko1-0/+6
2020-01-31thermal: remove kelvin to/from Celsius conversion helpers from <linux/thermal.h>Akinobu Mita1-11/+0
2020-01-31include/linux/units.h: add helpers for kelvin to/from Celsius conversionAkinobu Mita1-0/+84
2020-01-31mm: fix comments related to node reclaimHao Lee2-2/+2
2020-01-31include/linux/memory.h: drop fields 'hw' and 'phys_callback' from struct memory_blockAnshuman Khandual1-2/+0
2020-01-31include/linux/mm.h: remove dead code totalram_pages_set()Wei Yang1-5/+0
2020-01-31include/linux/mm.h: clean up obsolete check on space in page->flagsYu Zhao1-4/+0
2020-01-31mm/hotplug: silence a lockdep splat with printk()Qian Cai1-2/+2