| Commit message (Expand) | Author | Age | Files | Lines |
* | efi/arm64: Fix debugfs crash by adding a terminator for ptdump marker | Qian Cai | 2019-02-02 | 1 | -2/+3 |
* | Merge tag 'xtensa-20190201' of git://github.com/jcmvbkbc/linux-xtensa | Linus Torvalds | 2019-02-02 | 12 | -42/+73 |
|\ |
|
| * | xtensa: SMP: limit number of possible CPUs by NR_CPUS | Max Filippov | 2019-01-27 | 1 | -0/+5 |
| * | xtensa: rename BUILTIN_DTB to BUILTIN_DTB_SOURCE | Corentin Labbe | 2019-01-26 | 7 | -9/+9 |
| * | xtensa: Fix typo use space=>user space | Corentin Labbe | 2019-01-26 | 1 | -1/+1 |
| * | drivers/irqchip: xtensa-mx: fix mask and unmask | Max Filippov | 2019-01-26 | 1 | -14/+20 |
| * | drivers/irqchip: xtensa: add warning to irq_retrigger | Max Filippov | 2019-01-26 | 2 | -2/+10 |
| * | xtensa: SMP: mark each possible CPU as present | Max Filippov | 2019-01-26 | 1 | -1/+1 |
| * | xtensa: smp_lx200_defconfig: fix vectors clash | Max Filippov | 2019-01-26 | 1 | -0/+1 |
| * | xtensa: SMP: fix secondary CPU initialization | Max Filippov | 2019-01-26 | 2 | -14/+25 |
| * | xtensa: SMP: fix ccount_timer_shutdown | Max Filippov | 2019-01-25 | 1 | -1/+1 |
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 2019-02-02 | 5 | -5/+14 |
|\ \ |
|
| * | | arm64: hibernate: Clean the __hyp_text to PoC after resume | James Morse | 2019-02-01 | 1 | -1/+3 |
| * | | arm64: hyp-stub: Forbid kprobing of the hyp-stub | James Morse | 2019-02-01 | 1 | -0/+2 |
| * | | arm64: kprobe: Always blacklist the KVM world-switch code | James Morse | 2019-02-01 | 1 | -3/+3 |
| * | | arm64: kaslr: ensure randomized quantities are clean also when kaslr is off | Ard Biesheuvel | 2019-02-01 | 1 | -0/+1 |
| * | | arm64: Do not issue IPIs for user executable ptes | Catalin Marinas | 2019-02-01 | 1 | -1/+5 |
* | | | Merge tag '5.0-rc4-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2019-02-02 | 5 | -29/+61 |
|\ \ \ |
|
| * | | | cifs: update internal module version number | Steve French | 2019-01-31 | 1 | -1/+1 |
| * | | | CIFS: fix use-after-free of the lease keys | Aurelien Aptel | 2019-01-31 | 1 | -2/+2 |
| * | | | CIFS: Do not consider -ENODATA as stat failure for reads | Pavel Shilovsky | 2019-01-30 | 1 | -1/+1 |
| * | | | CIFS: Do not count -ENODATA as failure for query directory | Pavel Shilovsky | 2019-01-30 | 1 | -2/+2 |
| * | | | CIFS: Fix trace command logging for SMB2 reads and writes | Pavel Shilovsky | 2019-01-30 | 1 | -16/+30 |
| * | | | CIFS: Fix possible oops and memory leaks in async IO | Pavel Shilovsky | 2019-01-30 | 1 | -3/+8 |
| * | | | cifs: limit amount of data we request for xattrs to CIFSMaxBufSize | Ronnie Sahlberg | 2019-01-29 | 2 | -3/+16 |
| * | | | cifs: fix computation for MAX_SMB2_HDR_SIZE | Ronnie Sahlberg | 2019-01-29 | 1 | -2/+2 |
* | | | | Merge tag 'apparmor-pr-2019-02-01' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2019-02-02 | 2 | -1/+6 |
|\ \ \ \ |
|
| * | | | | apparmor: Fix aa_label_build() error handling for failed merges | John Johansen | 2019-02-01 | 1 | -1/+4 |
| * | | | | apparmor: Fix warning about unused function apparmor_ipv6_postroute | Petr Vorel | 2019-02-01 | 1 | -0/+2 |
| | |/ /
| |/| | |
|
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2019-02-01 | 18 | -42/+97 |
|\ \ \ \ |
|
| * | | | | IB/uverbs: Fix OOPs in uverbs_user_mmap_disassociate | Yishai Hadas | 2019-01-29 | 1 | -5/+13 |
| * | | | | IB/ipoib: Fix for use-after-free in ipoib_cm_tx_start | Feras Daoud | 2019-01-25 | 2 | -3/+1 |
| * | | | | IB/uverbs: Fix ioctl query port to consider device disassociation | Yishai Hadas | 2019-01-25 | 1 | -1/+7 |
| * | | | | RDMA/mlx5: Fix flow creation on representors | Mark Bloch | 2019-01-25 | 1 | -2/+1 |
| * | | | | IB/uverbs: Fix OOPs upon device disassociation | Yishai Hadas | 2019-01-25 | 1 | -4/+3 |
| * | | | | RDMA/umem: Add missing initialization of owning_mm | Artemy Kovalyov | 2019-01-25 | 1 | -0/+3 |
| * | | | | RDMA/hns: Update the kernel header file of hns | Lijun Ou | 2019-01-25 | 2 | -2/+13 |
| * | | | | IB/mlx5: Fix how advise_mr() launches async work | Jason Gunthorpe | 2019-01-21 | 1 | -5/+5 |
| * | | | | RDMA/device: Expose ib_device_try_get(() | Jason Gunthorpe | 2019-01-21 | 3 | -6/+32 |
| * | | | | IB/hfi1: Add limit test for RC/UC send via loopback | Mike Marciniszyn | 2019-01-21 | 1 | -1/+6 |
| * | | | | IB/hfi1: Remove overly conservative VM_EXEC flag check | Michael J. Ruhl | 2019-01-21 | 1 | -1/+1 |
| * | | | | IB/{hfi1, qib}: Fix WC.byte_len calculation for UD_SEND_WITH_IMM | Brian Welty | 2019-01-21 | 2 | -2/+0 |
| * | | | | IB/mlx4: Fix using wrong function to destroy sqp AHs under SRIOV | Jack Morgenstein | 2019-01-21 | 1 | -3/+3 |
| * | | | | RDMA/mlx5: Fix check for supported user flags when creating a QP | Mark Bloch | 2019-01-21 | 1 | -7/+9 |
| | |_|/
| |/| | |
|
* | | | | Merge tag 'iomap-5.0-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 2019-02-01 | 1 | -7/+30 |
|\ \ \ \ |
|
| * | | | | iomap: fix a use after free in iomap_dio_rw | Christoph Hellwig | 2019-01-27 | 1 | -7/+21 |
| * | | | | iomap: get/put the page in iomap_page_create/release() | Piotr Jaroszynski | 2019-01-27 | 1 | -0/+9 |
* | | | | | Merge tag 'pm-5.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 2019-02-01 | 3 | -7/+7 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge branch 'pm-cpuidle-fixes' | Rafael J. Wysocki | 2019-02-01 | 1 | -1/+1 |
| |\ \ \ \ \ |
|
| | * | | | | | cpuidle: poll_state: Fix default time limit | Doug Smythies | 2019-01-30 | 1 | -1/+1 |
| | | |_|/ /
| | |/| | | |
|