summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2020-02-04Merge tag 'rtc-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds1-0/+1
2020-02-04include/linux/cpumask.h: don't calculate length of the input stringYury Norov1-3/+1
2020-02-04lib: rework bitmap_parse()Yury Norov1-7/+1
2020-02-04bitops: more BITS_TO_* macrosYury Norov1-1/+3
2020-02-04lib/string: add strnchrnul()Yury Norov1-0/+1
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan2-2/+15
2020-02-04proc: decouple proc from VFS with "struct proc_ops"Alexey Dobriyan1-4/+19
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: 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-04eventfd: track eventfd_signal() recursion depthJens Axboe1-0/+14
2020-02-04Merge branch 'for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...Linus Torvalds1-2/+1
2020-02-04Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds3-85/+364
2020-02-03Merge tag 'kgdb-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds1-2/+0
2020-02-03platform/chrome: cros_ec: Match implementation with headersEnric Balletbo i Serra1-10/+0
2020-02-03Merge tag 'backlight-next-5.6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+0
2020-02-03Merge tag 'mfd-next-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds10-74/+1089
2020-02-03Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus 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/pav...Linus 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/masa...Linus Torvalds1-1/+11
2020-02-01Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-16/+8
2020-02-01x86/apic/msi: Plug non-maskable MSI affinity raceThomas Gleixner2-0/+25
2020-02-01Merge tag 'pci-v5.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-20/+143
2020-02-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-4/+30
2020-02-01Merge tag 'pm-5.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-9/+23
2020-02-01Merge branches 'clk-imx', 'clk-ti', 'clk-xilinx', 'clk-nvidia', 'clk-qcom', '...Stephen Boyd2-0/+15
2020-02-01Merge branches 'clk-debugfs-danger', 'clk-basic-hw', 'clk-renesas', 'clk-amlo...Stephen Boyd2-82/+339
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 Torvalds14-86/+187
2020-01-31Merge tag 'modules-for-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-16/+101
2020-01-31percpu: Separate decrypted varaibles anytime encryption can be enabledErdem Aktas1-2/+1
2020-01-31include/linux/io-mapping.h-mapping: use PHYS_PFN() macro in io_mapping_map_at...Andy Shevchenko1-3/+2
2020-01-31uapi: rename ext2_swab() to swab() and share globally in swab.hYury Norov1-0/+1
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 Lee1-1/+1
2020-01-31include/linux/memory.h: drop fields 'hw' and 'phys_callback' from struct memo...Anshuman 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