aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-10-11um: vector: Add dynamic tap interfaces and scriptingHEADfor-linus-5.10-rc1masterAnton Ivanov1-9/+47
2020-10-11um: Clean up stacktrace dumpJohannes Berg1-3/+1
2020-10-11um: Fix incorrect assumptions about max pid lengthMaciej Żenczykowski1-4/+4
2020-10-11um: Remove dead usage of TIF_IA32Gabriel Krisman Bertazi1-12/+1
2020-10-11um: Remove redundant NULL checkLi Heng1-2/+1
2020-10-11um: change sigio_spinlock to a mutexJohannes Berg1-3/+3
2020-10-11um: time-travel: Return the sequence number in ACK messagesJohannes Berg1-0/+1
2020-10-11um: time-travel: Fix IRQ handling in time_travel_handle_message()Johannes Berg1-5/+9
2020-10-11um: Allow static linking for non-glibc implementationsIgnat Korchagin2-6/+6
2020-10-11um: Some fixes to build UML with muslIgnat Korchagin6-12/+11
2020-10-11um: vector: Use GFP_ATOMIC under spin lockTiezhu Yang1-2/+2
2020-10-11um: Fix null pointer dereference in vector_user_bpfGaurav Singh1-3/+5
2020-09-20Linux 5.9-rc6Linus Torvalds1-1/+1
2020-09-20Merge tag 'core_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+4
2020-09-20Merge tag 'objtool_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2020-09-20Merge tag 'locking_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds4-12/+37
2020-09-20Merge tag 'efi-urgent-for-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2020-09-20Merge tag 'x86_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-1/+24
2020-09-20Merge tag 'libnvdimm-fixes-5.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-13/+40
2020-09-20Merge tag 'riscv-for-linus-5.9-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds8-6/+104
2020-09-20Merge tag 'usb-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds9-17/+64
2020-09-20Merge tag 'tty-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds4-25/+33
2020-09-20Merge tag 'edac_urgent_for_v5.9_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+5
2020-09-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-8/+28
2020-09-20mm: fix wake_page_function() comment typosLinus Torvalds1-2/+2
2020-09-20Merge tag 'kbuild-fixes-v5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-35/+39
2020-09-20dax: Fix stack overflow when mounting fsdax pmem deviceAdrian Huang1-6/+6
2020-09-20dm: Call proper helper to determine dax supportJan Kara3-5/+31
2020-09-20dm/dax: Fix table reference countsDan Williams1-2/+3
2020-09-20kconfig: qconf: revive help message in the info viewMasahiro Yamada1-3/+8
2020-09-20kconfig: qconf: fix incomplete type 'struct gstr' warningMasahiro Yamada2-31/+30
2020-09-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds18-50/+102
2020-09-19Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-17/+29
2020-09-19RISC-V: Resurrect the MMIO timer implementation for M-mode systemsPalmer Dabbelt4-0/+71
2020-09-19riscv: Fix Kendryte K210 device treeDamien Le Moal1-2/+4
2020-09-19riscv: Add sfence.vma after early page table changesGreentime Hu1-4/+3
2020-09-19kcsan: kconfig: move to menu 'Generic Kernel Debugging Instruments'Changbin Du1-3/+1
2020-09-19fs/fs-writeback.c: adjust dirtytime_interval_handler definition to match prot...Tobias Klauser1-1/+1
2020-09-19stackleak: let stack_erasing_sysctl take a kernel pointer bufferTobias Klauser2-2/+2
2020-09-19ftrace: let ftrace_enable_sysctl take a kernel pointer bufferTobias Klauser2-4/+2
2020-09-19mm/memory_hotplug: drain per-cpu pages again during memory offlinePavel Tatashin2-0/+22
2020-09-19selftests/vm: fix display of page size in map_hugetlbChristophe Leroy1-1/+1
2020-09-19mm/thp: fix __split_huge_pmd_locked() for migration PMDRalph Campbell1-19/+23
2020-09-19kprobes: fix kill kprobe which has been marked as goneMuchun Song1-1/+8
2020-09-19tmpfs: restore functionality of nr_inodes=0Byron Stanoszek1-4/+6
2020-09-19mlock: fix unevictable_pgs event counts on THPHugh Dickins2-12/+18
2020-09-19mm: fix check_move_unevictable_pages() on THPHugh Dickins1-2/+8
2020-09-19mm: migration of hugetlbfs page skip memcgHugh Dickins1-1/+2
2020-09-19ksm: reinstate memcg charge on copied pagesHugh Dickins1-0/+4
2020-09-19mailmap: add older email addresses for Kees CookKees Cook1-0/+4
2020-09-18Merge tag 's390-5.9-6' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds9-13/+39
2020-09-18i2c: mxs: use MXS_DMA_CTRL_WAIT4END instead of DMA_CTRL_ACKMatthias Schiffer1-3/+7
2020-09-18i2c: mediatek: Send i2c master code at more than 1MHzQii Wang1-1/+1
2020-09-18i2c: mediatek: Fix generic definitions for bus frequencyQii Wang1-2/+2
2020-09-18Merge tag 'sh-for-5.9-part2' of git://git.libc.org/linux-shLinus Torvalds3-12/+5
2020-09-18Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds4-26/+52
2020-09-18Merge tag 'powerpc-5.9-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds13-37/+39
2020-09-18Merge tag 'pm-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds6-57/+72
2020-09-18Merge tag 'sound-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds27-139/+284
2020-09-18Merge tag 'iommu-fixes-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+7
2020-09-18Merge tag 'mtd/fixes-for-5.9-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-43/+24
2020-09-18objtool: Fix noreturn detection for ignored functionsJosh Poimboeuf1-1/+1
2020-09-18Merge branch 'pm-cpuidle'Rafael J. Wysocki5-57/+71
2020-09-19kconfig: qconf: use delete[] instead of delete to free array (again)Masahiro Yamada1-1/+1
2020-09-18iommu/amd: Restore IRTE.RemapEn bit for amd_iommu_activate_guest_modeSuravee Suthikulpanit1-0/+4
2020-09-18iommu/amd: Fix potential @entry null derefJoao Martins1-1/+3
2020-09-18x86/unwind/fp: Fix FP unwinding in ret_from_forkJosh Poimboeuf2-1/+21
2020-09-17Merge branch 'for-5.9-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2020-09-17Merge tag 'drm-fixes-2020-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds18-86/+149
2020-09-18Merge tag 'mediatek-drm-fixes-5.9' of https://git.kernel.org/pub/scm/linux/ke...Dave Airlie5-26/+49
2020-09-18Merge tag 'drm-intel-fixes-2020-09-17' of ssh://git.freedesktop.org/git/drm/d...Dave Airlie4-27/+71
2020-09-18Merge tag 'amd-drm-fixes-5.9-2020-09-17' of git://people.freedesktop.org/~agd...Dave Airlie9-33/+29
2020-09-17i2c: core: Call i2c_acpi_install_space_handler() before i2c_acpi_register_dev...Hans de Goede1-1/+1
2020-09-17Merge tag 'mips_fixes_5.9_2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+8
2020-09-17percpu: fix first chunk size calculation for populated bitmapSunghyun Jin1-1/+1
2020-09-17mm: allow a controlled amount of unfairness in the page lockLinus Torvalds4-31/+140
2020-09-17arm64: paravirt: Initialize steal time when cpu is onlineAndrew Jones2-12/+15
2020-09-17usblp: fix race between disconnect() and read()Oliver Neukum1-0/+5
2020-09-17arm64: bpf: Fix branch offset in JITIlias Apalodimas1-12/+31
2020-09-17ehci-hcd: Move include to keep CRC stableQuentin Perret2-1/+1
2020-09-17drm/amd/display: Don't log hdcp module warnings in dmesgBhawanpreet Lakha1-1/+1
2020-09-17drm/amdgpu: declare ta firmware for navy_flounderJiansong Chen1-1/+1
2020-09-17drm/mediatek: Add missing put_device() call in mtk_hdmi_dt_parse_pdata()Yu Kuai1-8/+18
2020-09-17drm/mediatek: Add missing put_device() call in mtk_drm_kms_init()Yu Kuai1-4/+7
2020-09-17drm/mediatek: Add exception handing in mtk_drm_probe() if component init failYu Kuai1-1/+6
2020-09-17drm/mediatek: Add missing put_device() call in mtk_ddp_comp_init()Yu Kuai1-0/+1
2020-09-17drm/mediatek: Use CPU when fail to get cmdq eventChun-Kuang Hu1-7/+13
2020-09-17drm/mediatek: Remove duplicated includeWang Hai1-1/+0
2020-09-16MIPS: SNI: Fix spurious interruptsThomas Bogendoerfer1-2/+7
2020-09-16Merge tag 'perf-tools-fixes-for-v5.9-2020-09-16' of git://git.kernel.org/pub/...Linus Torvalds19-52/+154
2020-09-16Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-6/+10
2020-09-16MAINTAINERS: Fix Max's and Shravan's emailsLeon Romanovsky1-2/+2
2020-09-16ACPI: processor: Take over RCU-idle for C3-BM idlePeter Zijlstra1-20/+49
2020-09-16cpuidle: Allow cpuidle drivers to take over RCU-idlePeter Zijlstra2-5/+11
2020-09-16ACPI: processor: Use CPUIDLE_FLAG_TLB_FLUSHEDPeter Zijlstra3-9/+5
2020-09-16ACPI: processor: Use CPUIDLE_FLAG_TIMER_STOPPeter Zijlstra1-32/+15
2020-09-16locking/percpu-rwsem: Use this_cpu_{inc,dec}() for read_countHou Tao2-6/+6
2020-09-16perf stat: Fix the ratio comments of miss-eventsQi Liu1-10/+10
2020-09-16fbcon: Fix user font detection test at fbcon_resize().Tetsuo Handa1-1/+1
2020-09-16powercap: RAPL: Add support for LakefieldRicardo Neri1-0/+1
2020-09-16serial: 8250_pci: Add Realtek 816a and 816bTobias Diedrich1-0/+11
2020-09-16serial: core: fix console port-lock regressionJohan Hovold2-17/+16
2020-09-16serial: core: fix port-lock initialisationJohan Hovold1-8/+6
2020-09-16usb: typec: intel_pmc_mux: Handle SCU IPC error conditionsMadhusudanarao Amara1-3/+9
2020-09-16USB: quirks: Add USB_QUIRK_IGNORE_REMOTE_WAKEUP quirk for BYD zhaoxin notebookPenghao1-0/+4
2020-09-16USB: UAS: fix disconnect by unplugging a hubOliver Neukum1-2/+12
2020-09-16usb: typec: ucsi: Prevent mode overrunHeikki Krogerus1-6/+16
2020-09-16usb: typec: ucsi: acpi: Increase command completion timeout valueHeikki Krogerus1-1/+1
2020-09-16drm/i915: Filter wake_flags passed to default_wake_functionChris Wilson1-3/+7
2020-09-16drm/i915: Be wary of data races when reading the active execlistsChris Wilson2-6/+34
2020-09-16drm/i915/gem: Reduce context termination list iteration guard to RCUChris Wilson1-13/+19
2020-09-16drm/i915/gem: Delay tracking the GEM context until it is registeredChris Wilson1-5/+11
2020-09-15Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+2
2020-09-15Merge tag 'fixes-v5.9a' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds1-1/+2
2020-09-15Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-4/+12
2020-09-15drm/amdgpu/dc: Require primary plane to be enabled whenever the CRTC isMichel Dänzer1-22/+10
2020-09-15drm/radeon: revert "Prefer lower feedback dividers"Christian König1-1/+1
2020-09-15drm/amdgpu: Include sienna_cichlid in USBC PD FW support.Andrey Grodzovsky1-1/+1
2020-09-15drm/amd/display: update nv1x stutter latenciesJun Lei1-2/+2
2020-09-15drm/amd/display: Don't use DRM_ERROR() for DTM add topologyBhawanpreet Lakha1-1/+1
2020-09-15drm/amd/pm: support runtime pptable update for sienna_cichlid etc.Jiansong Chen1-3/+9
2020-09-15drm/amdkfd: fix a memory leak issueDennis Li1-0/+2
2020-09-15drm/kfd: fix a system crash issue during GPU recoveryDennis Li1-1/+1
2020-09-15efi: efibc: check for efivars write capabilityArd Biesheuvel1-1/+1
2020-09-15perf test: Free formats for perf pmu parse testNamhyung Kim3-0/+13
2020-09-15perf metric: Do not free metric when failed to resolveNamhyung Kim1-3/+6
2020-09-15perf metric: Free metric when it failed to resolveNamhyung Kim1-5/+12
2020-09-15perf metric: Release expr_parse_ctx after testingNamhyung Kim1-3/+5
2020-09-15perf test: Fix memory leaks in parse-metric testNamhyung Kim1-5/+9
2020-09-15perf parse-event: Fix memory leak in evsel->unitNamhyung Kim1-1/+1
2020-09-15perf evlist: Fix cpu/thread map leakNamhyung Kim1-3/+8
2020-09-15perf metric: Fix some memory leaks - part 2Namhyung Kim1-0/+2
2020-09-15perf metric: Fix some memory leaksNamhyung Kim1-2/+5
2020-09-15perf test: Free aliases for PMU event map aliases testNamhyung Kim3-1/+7
2020-09-15perf vendor events amd: Remove trailing commasHenry Burns2-2/+2
2020-09-15Merge tag 'thunderbolt-for-v5.9-rc6' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman1-4/+16
2020-09-15MIPS: SNI: Fix MIPS_L1_CACHE_SHIFTThomas Bogendoerfer1-0/+1
2020-09-15EDAC/ghes: Check whether the driver is on the safe list correctlyBorislav Petkov1-0/+4
2020-09-15EDAC/ghes: Clear scanned data on unloadBorislav Petkov1-0/+1
2020-09-14Merge tag 'for-5.9-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+2
2020-09-14perf test: Leader sampling shouldn't clear sample periodIan Rogers2-0/+30
2020-09-14perf record: Don't clear event's period if set by a termIan Rogers1-8/+26
2020-09-14tools headers UAPI: update linux/in.h copyArnaldo Carvalho de Melo1-1/+1
2020-09-14tools headers UAPI: Sync kvm.h headers with the kernel sourcesArnaldo Carvalho de Melo1-2/+4
2020-09-14perf record: Prevent override of attr->sample_period for libpfm4 eventsStephane Eranian1-2/+1
2020-09-14perf record: Set PERF_RECORD_PERIOD if attr->freq is set.David Sharp1-1/+6
2020-09-14perf bench: Fix 2 memory sanitizer warningsIan Rogers1-2/+2
2020-09-14perf test: Fix the "signal" test inline assemblyJiri Olsa1-1/+4
2020-09-14core/entry: Report syscall correctly for trace and auditKees Cook1-2/+4
2020-09-14Input: trackpoint - add new trackpoint variant IDsVincent Huang2-8/+12
2020-09-14vgacon: remove software scrollback supportLinus Torvalds6-270/+1
2020-09-14fbcon: remove now unusued 'softback_lines' cursor() argumentLinus Torvalds7-44/+8
2020-09-14fbcon: remove soft scrollback codeLinus Torvalds1-330/+4
2020-09-14Revert "mtd: spi-nor: Add capability to disable flash quad mode"Yicong Yang2-41/+24
2020-09-14Revert "mtd: spi-nor: Disable the flash quad mode in spi_nor_restore()"Yicong Yang1-2/+0
2020-09-14btrfs: fix wrong address when faulting in pages in the search ioctlFilipe Manana1-1/+2
2020-09-14Drivers: hv: vmbus: Add timeout to vmbus_wait_for_unloadMichael Kelley1-2/+5
2020-09-14x86/boot/compressed: Disable relocation relaxationArvind Sankar1-0/+2
2020-09-14s390: add 3f program exception handlerJanosch Frank3-1/+22
2020-09-14lockdep: fix order in trace_hardirqs_off_caller()Sven Schnelle1-2/+2
2020-09-14s390/pci: fix leak of DMA tables on hard unplugNiklas Schnelle2-0/+6
2020-09-14s390/init: add missing __init annotationsIlya Leoshkevich1-3/+3
2020-09-14s390/zcrypt: fix kmalloc 256k failureHarald Freudenberger1-4/+4
2020-09-14s390/idle: fix suspicious RCU usagePeter Zijlstra1-3/+2
2020-09-14i2c: i801: Simplify the suspend callbackJean Delvare1-3/+2
2020-09-14i2c: i801: Fix resume bugVolker Rümelin1-7/+14
2020-09-14i2c: aspeed: Mask IRQ status to relevant bitsEddie James1-0/+2
2020-09-13sh: fix syscall tracingRich Felker2-11/+5
2020-09-13sh: remove spurious circular inclusion from asm/smp.hRich Felker1-1/+0
2020-09-13Linux 5.9-rc5Linus Torvalds1-1/+1
2020-09-13Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds24-68/+78
2020-09-13Merge tag 'usb-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds11-81/+87
2020-09-13Merge tag 'staging-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds23-99/+169
2020-09-13Merge tag 'driver-core-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds9-27/+39
2020-09-13Merge tag 'arm-soc/for-5.9/devicetree-fixes' of https://github.com/Broadcom/s...Olof Johansson5-12/+12
2020-09-13Merge tag 'imx-fixes-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson3-3/+3
2020-09-13Merge tag 'omap-for-v5.9/fixes-rc3' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson4-32/+21
2020-09-13Merge tag 'char-misc-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds15-92/+172
2020-09-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds21-81/+180
2020-09-13arm64: Allow CPUs unffected by ARM erratum 1418040 to come in lateMarc Zyngier1-2/+6
2020-09-12Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds3-13/+32
2020-09-12Merge tag 'seccomp-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-7/+20
2020-09-12Merge tag 'libnvdimm-fix-v5.9-rc5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2020-09-12Merge tag 'for-5.9-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-15/+29
2020-09-12Merge tag '5.9-rc4-smb3-fix' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-0/+4
2020-09-12KVM: emulator: more strict rsm checks.Maxim Levitsky1-5/+17
2020-09-12KVM: nSVM: more strict SMM checks when returning to nested guestMaxim Levitsky1-11/+18
2020-09-12SVM: nSVM: setup nested msr permission bitmap on nested state loadMaxim Levitsky1-0/+3
2020-09-12SVM: nSVM: correctly restore GIF on vmexit from nesting after migrationMaxim Levitsky1-1/+3
2020-09-12openrisc: Fix issue with get_user for 64-bit valuesStafford Horne1-12/+21
2020-09-12x86/kvm: don't forget to ACK async PF IRQVitaly Kuznetsov1-0/+2
2020-09-12x86/kvm: properly use DEFINE_IDTENTRY_SYSVEC() macroVitaly Kuznetsov1-4/+0
2020-09-12KVM: VMX: Don't freeze guest when event delivery causes an APIC-access exitWanpeng Li1-0/+1
2020-09-12KVM: SVM: avoid emulation with stale next_ripWanpeng Li1-4/+3
2020-09-11Merge tag 'ceph-for-5.9-rc5' of git://github.com/ceph/ceph-clientLinus Torvalds1-0/+12
2020-09-11Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-18/+51
2020-09-11RISC-V: Take text_mutex in ftrace_init_nop()Palmer Dabbelt2-0/+26
2020-09-11Merge tag 'pm-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds3-6/+9
2020-09-11Merge tag 'block-5.9-2020-09-11' of git://git.kernel.dk/linux-blockLinus Torvalds10-25/+16
2020-09-11Merge tag 'spi-fix-v5.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-8/+36