index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Lines
2020-10-02
bus/fsl-mc: add support for 'driver_override' in the mc-bus
Bharat Bhushan
-0
/
+2
2020-10-02
NFSACL: Replace PROC() macro with open code
Chuck Lever
-0
/
+2
2020-10-02
usb: typec: add typec_find_pwr_opmode
Amelie Delaunay
-0
/
+1
2020-10-02
Merge tag 'phy-for-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/phy...
Greg Kroah-Hartman
-0
/
+16
2020-10-02
mm: and drivers core: Convert hugetlb_report_node_meminfo to sysfs_emit
Joe Perches
-2
/
+2
2020-10-02
Merge branch 'for-next/mte' into for-next/core
Will Deacon
-4
/
+82
2020-10-02
Merge branches 'for-next/acpi', 'for-next/boot', 'for-next/bpf', 'for-next/cp...
Will Deacon
-4
/
+5
2020-10-02
sysfs: Add sysfs_emit and sysfs_emit_at to format sysfs output
Joe Perches
-0
/
+15
2020-10-02
bus: mhi: Remove unused nr_irqs_req variable
Loic Poulain
-2
/
+0
2020-10-02
bus: mhi: core: Introduce debugfs entries for MHI
Bhaumik Bhatt
-0
/
+2
2020-10-02
bus: mhi: Remove include of rwlock_types.h
Clark Williams
-2
/
+1
2020-10-02
bus: mhi: core: Add const qualifier to MHI config information
Hemant Kumar
-3
/
+3
2020-10-02
bus: mhi: core: Introduce APIs to allocate and free the MHI controller
Bhaumik Bhatt
-0
/
+12
2020-10-02
bus: mhi: core: Read and save device hardware information from BHI
Bhaumik Bhatt
-0
/
+6
2020-10-02
bus: mhi: core: Introduce counters to track MHI device state transitions
Bhaumik Bhatt
-0
/
+2
2020-10-02
bus: mhi: core: Use generic name field for an MHI device
Bhaumik Bhatt
-4
/
+4
2020-10-02
bus: mhi: fix doubled words and struct image_info kernel-doc
Randy Dunlap
-4
/
+6
2020-10-02
USB: UDC: Expand device model API interface
Alan Stern
-6
/
+21
2020-10-01
pipe: remove pipe_wait() and fix wakeup race with splice
Linus Torvalds
-2
/
+3
2020-10-01
RDMA/uverbs: Expose the new GID query API to user space
Avihai Horon
-3
/
+25
2020-10-01
RDMA/core: Introduce new GID table query API
Avihai Horon
-0
/
+11
2020-10-01
RDMA/core: Modify enum ib_gid_type and enum rdma_network_type
Avihai Horon
-7
/
+10
2020-10-01
overflow: Include header file with SIZE_MAX declaration
Leon Romanovsky
-0
/
+1
2020-10-01
spi: pxa2xx: Add SSC2 and SSPSP2 SSP registers
Cezary Rojewski
-0
/
+4
2020-10-02
power: supply: bq27xxx: add support for TI bq34z100
Krzysztof Kozlowski
-0
/
+1
2020-10-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
-28
/
+302
2020-10-01
Merge tag 'soundwire-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
-15
/
+40
2020-10-01
regulator: qcom_smd: Add PM660/PM660L regulator support
AngeloGioacchino Del Regno
-0
/
+4
2020-10-01
RDMA/mlx5: Extend advice MR to support non faulting mode
Yishai Hadas
-0
/
+1
2020-10-01
IB/core: Enable ODP sync without faulting
Yishai Hadas
-1
/
+1
2020-10-01
IB/core: Improve ODP to use hmm_range_fault()
Yishai Hadas
-13
/
+8
2020-10-01
dm: export dm_copy_name_and_uuid
Mike Snitzer
-2
/
+2
2020-10-01
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
-1
/
+1
2020-10-01
debugobjects: Free per CPU pool after CPU unplug
Zqiang
-0
/
+1
2020-10-01
pipe: Fix memory leaks in create_pipe_files()
Qian Cai
-0
/
+6
2020-10-01
iommu/vt-d: Check UAPI data processed by IOMMU core
Jacob Pan
-0
/
+1
2020-10-01
iommu/uapi: Handle data and argsz filled by users
Jacob Pan
-9
/
+20
2020-10-01
iommu/uapi: Rename uapi functions
Jacob Pan
-15
/
+16
2020-10-01
iommu/uapi: Use named union for user data
Jacob Pan
-2
/
+2
2020-10-01
iommu/uapi: Add argsz for user filled data
Jacob Pan
-3
/
+9
2020-09-30
bpf: Introduce BPF_F_PRESERVE_ELEMS for perf event array
Song Liu
-0
/
+3
2020-09-30
net/mlx5: E-switch, Use PF num in metadata reg c0
sunils
-7
/
+8
2020-09-30
io_uring: provide IORING_ENTER_SQ_WAIT for SQPOLL SQ ring waits
Jens Axboe
-0
/
+1
2020-09-30
fs: align IOCB_* flags with RWF_* flags
Jens Axboe
-18
/
+19
2020-09-30
io_uring: allow disabling rings during the creation
Stefano Garzarella
-0
/
+2
2020-09-30
io_uring: add IOURING_REGISTER_RESTRICTIONS opcode
Stefano Garzarella
-0
/
+31
2020-09-30
io_uring: use an enumeration for io_uring_register(2) opcodes
Stefano Garzarella
-11
/
+16
2020-09-30
io_uring: move io_uring_get_socket() into io_uring.h
Jens Axboe
-9
/
+5
2020-09-30
io_uring: don't rely on weak ->files references
Jens Axboe
-0
/
+58
2020-09-30
drop_monitor: Filter control packets in drop monitor
Ido Schimmel
-0
/
+2
[prev]
[next]