index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-07
bpf: hbm: fix spelling mistake "deault" -> "default"
Colin Ian King
1
-2
/
+2
2019-03-07
drm/qxl: remove conflicting framebuffers earlier
Gerd Hoffmann
1
-1
/
+4
2019-03-07
drm/fb-helper: call vga_remove_vgacon automatically.
Gerd Hoffmann
1
-3
/
+11
2019-03-07
drm: move i915_kick_out_vgacon to vgaarb
Gerd Hoffmann
3
-34
/
+52
2019-03-07
bpf: only test gso type on gso packets
Willem de Bruijn
2
-6
/
+6
2019-03-07
bpf: fix sysctl.c warning
Arnd Bergmann
1
-1
/
+1
2019-03-07
crypto: caam - add missing put_device() call
Wen Yang
5
-27
/
+50
2019-03-07
crypto: s5p-sss - fix AES support for Exynos5433
Kamil Konieczny
1
-1
/
+1
2019-03-06
modpost: file2alias: define size of alias
Mattias Jacobsson
1
-1
/
+4
2019-03-06
fs: cifs: Kconfig: pedantic formatting
Enrico Weigelt, metux IT consult
1
-59
/
+59
2019-03-06
dt-bindings: mailbox: Add Xilinx IPI Mailbox
Wendy Liang
1
-0
/
+127
2019-03-06
mailbox: ZynqMP IPI mailbox controller
Wendy Liang
4
-0
/
+758
2019-03-06
mailbox: stm32-ipcc: remove useless device_init_wakeup call
Fabien Dessenne
1
-2
/
+0
2019-03-06
mailbox: stm32-ipcc: do not enable wakeup source by default
Fabien Dessenne
1
-1
/
+1
2019-03-06
mailbox: mailbox-test: fix null pointer if no mmio
Fabien Dessenne
1
-6
/
+8
2019-03-06
mailbox: mailbox-test: fix debugfs in multi-instances
Fabien Dessenne
1
-6
/
+6
2019-03-06
mailbox: tegra-hsp: mark suspend function as __maybe_unused
Arnd Bergmann
1
-1
/
+1
2019-03-06
Merge tag 'usb-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
Linus Torvalds
203
-1107
/
+2948
2019-03-06
Merge tag 'tty-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
Linus Torvalds
50
-771
/
+1671
2019-03-06
Merge tag 'staging-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
Linus Torvalds
335
-18598
/
+9577
2019-03-06
scsi: hisi_sas: Change SERDES_CFG init value to increase reliability of HiLink
Xiang Chen
1
-0
/
+2
2019-03-06
scsi: hisi_sas: Send HARD RESET to clear the previous affiliation of STP target port
Xiang Chen
3
-3
/
+49
2019-03-06
scsi: hisi_sas: Set PHY linkrate when disconnected
John Garry
1
-0
/
+10
2019-03-06
scsi: hisi_sas: print PHY RX errors count for later revision of v3 hw
Xiaofei Tan
2
-25
/
+60
2019-03-06
scsi: hisi_sas: Fix a timeout race of driver internal and SMP IO
Xiang Chen
1
-1
/
+2
2019-03-06
scsi: hisi_sas: Change return variable type in phy_up_v3_hw()
Xiang Chen
1
-1
/
+2
2019-03-06
scsi: qla2xxx: check for kstrtol() failure
Dan Carpenter
1
-0
/
+2
2019-03-06
scsi: lpfc: fix 32-bit format string warning
Arnd Bergmann
1
-1
/
+1
2019-03-06
scsi: lpfc: fix unused variable warning
Arnd Bergmann
1
-1
/
+2
2019-03-06
scsi: target: tcmu: Switch to bitmap_zalloc()
Andy Shevchenko
1
-5
/
+3
2019-03-06
scsi: libiscsi: fall back to sendmsg for slab pages
Vasily Averin
1
-3
/
+8
2019-03-06
scsi: qla2xxx: avoid printf format warning
Arnd Bergmann
1
-2
/
+2
2019-03-06
scsi: lpfc: resolve static checker warning in lpfc_sli4_hba_unset
James Smart
1
-1
/
+2
2019-03-06
scsi: lpfc: Correct __lpfc_sli_issue_iocb_s4 lockdep check
James Smart
1
-1
/
+1
2019-03-06
scsi: ufs: hisi: fix ufs_hba_variant_ops passing
Arnd Bergmann
4
-10
/
+7
2019-03-06
scsi: qla2xxx: Fix panic in qla_dfs_tgt_counters_show
Bill Kuzeja
1
-0
/
+2
2019-03-06
scsi: megaraid_sas: reduce module load time
Steve Sistare
1
-2
/
+2
2019-03-06
scsi: target: tcmu: wait for nl reply only if there are listeners or during an add
Cathy Avery
1
-5
/
+6
2019-03-06
iio: adc: fix warning in Qualcomm PM8xxx HK/XOADC driver
Linus Torvalds
1
-7
/
+3
2019-03-06
Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
52
-411
/
+1094
2019-03-06
x86/hyperv: Fix kernel panic when kexec on HyperV
Kairui Song
1
-0
/
+7
2019-03-06
x86/mm: Remove unused variable 'old_pte'
Qian Cai
1
-2
/
+2
2019-03-06
x86/mm: Remove unused variable 'cpu'
Qian Cai
1
-3
/
+0
2019-03-06
Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
315
-1920
/
+60726
2019-03-06
Merge tag 'sound-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Linus Torvalds
412
-5992
/
+34378
2019-03-06
Revert "x86_64: Increase stack size for KASAN_EXTRA"
Qian Cai
1
-4
/
+0
2019-03-06
x86/unwind: Add hardcoded ORC entry for NULL
Jann Horn
1
-0
/
+17
2019-03-06
x86/unwind: Handle NULL pointer calls better in frame unwinder
Jann Horn
2
-3
/
+28
2019-03-07
nios2: Fix update_mmu_cache preload the TLB with the new PTE
Nicholas Piggin
1
-1
/
+2
2019-03-06
x86/boot/KASLR: Always return a value from process_mem_region
Louis Taylor
1
-1
/
+1
[prev]
[next]