summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cpufreq: powernv: add of_node_put()Yangtao Li2018-11-291-6/+11
* Documentation: intel_pstate: Clarify coordination of P-State limitsSrinivas Pandruvada2018-11-291-1/+9
* cpufreq: intel_pstate: Force HWP min perf before offlineSrinivas Pandruvada2018-11-291-2/+26
* cpufreq: s3c24xx: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li2018-11-291-40/+6
* cpufreq: ti-cpufreq: Only register platform_device when supportedDave Gerlach2018-11-191-5/+21
* Linux 4.20-rc3v4.20-rc3Linus Torvalds2018-11-181-1/+1
* Merge tag 'libnvdimm-fixes-4.20-rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-11-182-18/+9
|\
| * Revert "acpi, nfit: Further restrict userspace ARS start requests"Dan Williams2018-11-101-12/+3
| * acpi, nfit: Fix ARS overflow continuationDan Williams2018-11-101-2/+2
| * tools/testing/nvdimm: Fix the array size for dimm devices.Masayoshi Mizuma2018-11-051-4/+4
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-11-1817-97/+169
|\ \
| * | mm/memblock.c: fix a typo in __next_mem_pfn_range() commentsChen Chang2018-11-181-1/+1
| * | mm, page_alloc: check for max order in hot pathMichal Hocko2018-11-181-11/+9
| * | scripts/spdxcheck.py: make python3 compliantUwe Kleine-König2018-11-181-1/+0
| * | tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offsetYufen Yu2018-11-181-3/+1
| * | lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as noreturnArnd Bergmann2018-11-181-2/+1
| * | mm/vmstat.c: fix NUMA statistics updatesJanne Huttunen2018-11-181-3/+4
| * | mm/gup.c: fix follow_page_mask() kerneldoc commentMike Rapoport2018-11-181-2/+8
| * | ocfs2: free up write context when direct IO failedWengang Wang2018-11-182-2/+19
| * | scripts/faddr2line: fix location of start_kernel in commentRandy Dunlap2018-11-181-1/+1
| * | mm: don't reclaim inodes with many attached pagesRoman Gushchin2018-11-181-2/+5
| * | mm, memory_hotplug: check zone_movable in has_unmovable_pagesMichal Hocko2018-11-181-0/+8
| * | mm/swapfile.c: use kvzalloc for swap_info_struct allocationVasily Averin2018-11-181-3/+3
| * | MAINTAINERS: update OMAP MMC entryAaro Koskinen2018-11-182-2/+6
| * | hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!Mike Kravetz2018-11-181-4/+19
| * | kernel/sched/psi.c: simplify cgroup_move_task()Olof Johansson2018-11-181-21/+22
| * | z3fold: fix possible reclaim racesVitaly Wool2018-11-181-39/+62
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2018-11-181-14/+48
|\ \ \
| * | | sched/fair: Fix cpu_util_wake() for 'execl' type workloadsPatrick Bellasi2018-11-121-14/+48
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-11-182-10/+144
|\ \ \ \
| * | | | perf/x86/intel/uncore: Support CoffeeLake 8th CBOXKan Liang2018-11-122-9/+30
| * | | | perf/x86/intel/uncore: Add more IMC PCI IDs for KabyLake and CoffeeLake CPUsKan Liang2018-11-121-1/+114
* | | | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-11-189-14/+47
|\ \ \ \ \
| * | | | | efi: Permit calling efi_mem_reserve_persistent() from atomic contextArd Biesheuvel2018-11-151-12/+19
| * | | | | efi/arm: Defer persistent reservations until after paging_init()Ard Biesheuvel2018-11-154-0/+15
| * | | | | efi/arm/libstub: Pack FDT after populating itArd Biesheuvel2018-11-151-0/+4
| * | | | | efi/arm: Revert deferred unmap of early memmap mappingArd Biesheuvel2018-11-153-1/+8
| * | | | | efi: Fix debugobjects warning on 'efi_rts_work'Waiman Long2018-11-151-1/+1
* | | | | | Merge branch 'spectre' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2018-11-187-47/+113
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | ARM: spectre-v2: per-CPU vtables to work around big.Little systemsRussell King2018-11-124-15/+61
| * | | | | ARM: add PROC_VTABLE and PROC_TABLE macrosRussell King2018-11-122-16/+27
| * | | | | ARM: clean up per-processor check_bugs method callRussell King2018-11-122-2/+3
| * | | | | ARM: split out processor lookupRussell King2018-11-122-12/+20
| * | | | | ARM: make lookup_processor_type() non-__initRussell King2018-11-121-3/+3
* | | | | | Merge tag 'fsnotify_for_v4.20-rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-11-162-7/+10
|\ \ \ \ \ \
| * | | | | | fanotify: fix handling of events on child sub-directoryAmir Goldstein2018-11-082-7/+10
* | | | | | | Merge tag 'gfs2-4.20.fixes3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-11-162-28/+29
|\ \ \ \ \ \ \
| * | | | | | | gfs2: Fix iomap buffer head reference counting bugAndreas Gruenbacher2018-11-161-23/+17
| * | | | | | | gfs2: Fix metadata read-ahead during truncate (2)Andreas Gruenbacher2018-11-091-4/+10
| * | | | | | | gfs2: Put bitmap buffers in put_superAndreas Gruenbacher2018-11-091-1/+2