summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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
| * | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-11-164-25/+50
| |\ \ \ \ \ \ \ \
| | * | | | | | | | crypto: user - Zeroize whole structure given to user spaceCorentin Labbe2018-11-091-0/+21
| | * | | | | | | | crypto: user - fix leaking uninitialized memory to userspaceEric Biggers2018-11-091-9/+9
| | * | | | | | | | crypto: simd - correctly take reqsize of wrapped skcipher into accountArd Biesheuvel2018-11-091-2/+3
| | * | | | | | | | crypto: hisilicon - Fix reference after free of memories on error pathJohn Garry2018-11-091-10/+11
| | * | | | | | | | crypto: hisilicon - Fix NULL dereference for same dst and srcJohn Garry2018-11-091-4/+6
| | | |_|_|_|_|_|/ | | |/| | | | | |
| * | | | | | | | Merge tag 'drm-fixes-2018-11-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2018-11-1624-251/+342
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge tag 'drm-intel-fixes-2018-11-15' of git://anongit.freedesktop.org/drm/d...Dave Airlie2018-11-169-80/+208
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | drm/i915: Account for scale factor when calculating initial phaseVille Syrjälä2018-11-153-10/+57
| | | * | | | | | | | drm/i915: Clean up skl_program_scaler()Ville Syrjälä2018-11-151-12/+5
| | | * | | | | | | | drm/i915: Move programming plane scaler to its own function.Maarten Lankhorst2018-11-151-38/+52
| | | * | | | | | | | drm/i915/icl: Drop spurious register read from icl_dbuf_slices_updateMika Kuoppala2018-11-141-3/+1