summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-08-05Bluetooth: defer cleanup of resources in hci_unregister_dev()Tetsuo Handa4-24/+45
2021-08-05Merge tag 'selinux-pr-20210805' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-6/+4
2021-08-05Merge branch 'for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-3/+7
2021-08-05Merge tag 'trace-v5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-47/+30
2021-08-05Merge tag 's390-5.14-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds6-2/+7
2021-08-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-34/+125
2021-08-05Merge branch 'pcmcia-next' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds1-0/+1
2021-08-05block/partitions/ldm.c: Fix a kernel-doc warningBart Van Assche1-1/+1
2021-08-05pipe: increase minimum default pipe size to 2 pagesAlex Xu (Hello71)1-2/+17
2021-08-05blk-iolatency: error out if blk_get_queue() failed in iolatency_set_limit()Yu Kuai1-1/+5
2021-08-05Merge branch 'net-fix-use-after-free-bugs'Jakub Kicinski2-4/+4
2021-08-05net: vxge: fix use-after-free in vxge_device_unregisterPavel Skripkin1-3/+3
2021-08-05net: fec: fix use-after-free in fec_drv_removePavel Skripkin1-1/+1
2021-08-05net: pegasus: fix uninit-value in get_interrupt_intervalPavel Skripkin1-3/+11
2021-08-05tracing: Quiet smp_processor_id() use in preemptable warning in hwlatSteven Rostedt (VMware)1-1/+1
2021-08-05sysfs: Rename struct bin_attribute member to f_mappingKrzysztof Wilczyński3-6/+6
2021-08-05sysfs: Invoke iomem_get_mapping() from the sysfs open callbackKrzysztof Wilczyński3-5/+5
2021-08-05debugfs: Return error during {full/open}_proxy_open() on rmmodSven Eckelmann1-2/+6
2021-08-05zorro: Drop useless (and hardly used) .driver member in struct zorro_devUwe Kleine-König2-6/+2
2021-08-05zorro: Simplify remove callbackUwe Kleine-König1-5/+3
2021-08-05sh: superhyway: Simplify check in remove callbackUwe Kleine-König1-1/+1
2021-08-05nubus: Simplify check in remove callbackUwe Kleine-König1-1/+1
2021-08-05net: ethernet: ti: am65-cpsw: fix crash in am65_cpsw_port_offload_fwd_mark_up...Grygorii Strashko1-1/+5
2021-08-05bnx2x: fix an error code in bnx2x_nic_load()Dan Carpenter1-1/+2
2021-08-05kbuild: cancel sub_make_done for the install target to fix DKMSMasahiro Yamada1-0/+10
2021-08-05scripts: checkversion: modernize linux/version.h search stringsRandy Dunlap1-7/+11
2021-08-05mips: Fix non-POSIX regexpH. Nikolaus Schaller1-1/+1
2021-08-05x86/tools/relocs: Fix non-POSIX regexpH. Nikolaus Schaller1-4/+4
2021-08-05Merge branch 'eean-iosm-fixes'David S. Miller5-8/+8
2021-08-05net: wwan: iosm: fix recursive lock acquire in unregisterM Chetan Kumar1-1/+1
2021-08-05net: wwan: iosm: correct data protocol mask bitM Chetan Kumar1-2/+2
2021-08-05net: wwan: iosm: endianness type correctionM Chetan Kumar2-3/+3
2021-08-05net: wwan: iosm: fix lkp buildbot warningM Chetan Kumar1-2/+2
2021-08-05usb: typec: tcpm: Keep other events when receiving FRS and Sourcing_vbus eventsKyle Tso1-2/+2
2021-08-05MIPS: check return value of pgtable_pmd_page_ctorHuang Pei1-6/+11
2021-08-05usb: dwc3: gadget: Avoid runtime resume if disabling pullupWesley Cheng1-0/+11
2021-08-05usb: dwc3: gadget: Use list_replace_init() before traversing listsWesley Cheng1-2/+16
2021-08-05Merge tag 'usb-serial-5.14-rc5' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman5-16/+33
2021-08-05USB: serial: ftdi_sio: add device ID for Auto-M3 OP-COM v2David Bauer2-0/+4
2021-08-05KVM: x86/mmu: Fix per-cpu counter corruption on 32-bit buildsSean Christopherson1-1/+1
2021-08-05Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/so...Jens Axboe2-4/+2
2021-08-05scripts/tracing: fix the bug that can't parse raw_trace_funcHui Su1-3/+3
2021-08-05scripts/recordmcount.pl: Remove check_objcopy() and $can_use_localNathan Chancellor2-41/+0
2021-08-05tracing: Reject string operand in the histogram expressionMasami Hiramatsu1-1/+19
2021-08-05tracing / histogram: Give calculation hist_fields a sizeSteven Rostedt (VMware)1-0/+4
2021-08-05drm/i915: fix i915_globals_exit() section mismatch errorRandy Dunlap1-1/+1
2021-08-04Merge tag 'drm-intel-fixes-2021-08-04' of git://anongit.freedesktop.org/drm/d...Dave Airlie3-2/+3
2021-08-04Merge tag 'drm-misc-fixes-2021-08-04' of git://anongit.freedesktop.org/drm/dr...Dave Airlie4-7/+37
2021-08-04io-wq: fix race between worker exiting and activating free workerJens Axboe1-19/+19
2021-08-04Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds8-32/+59