aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2021-05-19mfd: lp87565: Move LP87565_regulator_id to .c fileLuca Ceresoli1-11/+0
2021-05-19mfd: lp87565: Fix typo in define namesLuca Ceresoli1-12/+12
2021-05-19x86/signal: Detect and prevent an alternate signal stack overflowChang S. Bae1-7/+12
2021-05-19Merge branch 'irq/affinity' into irq/coreThomas Gleixner1-33/+2
2021-05-19genirq: Export affinity setter for modulesThomas Gleixner1-33/+2
2021-05-19USB: serial: make usb_serial_driver::chars_in_buffer return uintJiri Slaby1-2/+2
2021-05-19USB: serial: make usb_serial_driver::write_room return uintJiri Slaby1-2/+2
2021-05-18{net,vdpa}/mlx5: Configure interface MAC into mpfs L2 tableEli Cohen1-0/+18
2021-05-18{net, RDMA}/mlx5: Fix override of log_max_qp by other deviceMaor Gottlieb1-22/+22
2021-05-19bpf: Add bpf_btf_find_by_name_kind() helper.Alexei Starovoitov1-0/+1
2021-05-19bpf: Introduce fd_idxAlexei Starovoitov1-0/+1
2021-05-19bpf: Make btf_load command to be bpfptr_t compatible.Alexei Starovoitov1-1/+1
2021-05-19bpf: Prepare bpf syscall to be used from kernel and user space.Alexei Starovoitov1-4/+4
2021-05-19bpf: Introduce bpfptr_t user/kernel pointer.Alexei Starovoitov1-0/+75
2021-05-19bpf: Introduce bpf_sys_bpf() helper and program type.Alexei Starovoitov2-0/+12
2021-05-18signal: Deliver all of the siginfo perf data in _perfEric W. Biederman1-1/+4
2021-05-18signal: Factor force_sig_perf out of perf_sigtrapEric W. Biederman1-0/+1
2021-05-18signal: Implement SIL_FAULT_TRAPNOEric W. Biederman1-0/+1
2021-05-18siginfo: Move si_trapno inside the union inside _si_faultEric W. Biederman1-3/+2
2021-05-18net: mdio: provide shim implementation of devm_of_mdiobus_registerVladimir Oltean1-0/+7
2021-05-18Merge branches 'bitmaprange.2021.05.10c', 'doc.2021.05.10c', 'fixes.2021.05.13a', 'kvfree_rcu.2021.05.10c', 'mmdumpobj.2021.05.10c', 'nocb.2021.05.12a', 'srcu.2021.05.12a', 'tasks.2021.05.18a' and 'torture.2021.05.10c' into HEADPaul E. McKenney6-41/+55
2021-05-18Merge tag 'v5.13-rc2' into spi-5.13Mark Brown396-4003/+7931
2021-05-18skmsg: Remove unused parameters of sk_msg_wait_data()Cong Wang1-2/+1
2021-05-18spi: pxa2xx: Fix style of and typos in the comments and messagesAndy Shevchenko2-7/+14
2021-05-18sched: Make the idle task quack like a per-CPU kthreadValentin Schneider1-0/+2
2021-05-18bus: ti-sysc: Fix am335x resume hang for usb otg moduleTony Lindgren1-0/+1
2021-05-17net: stmmac: Add callbacks for DWC xpcs Energy Efficient EthernetMichael Sit Wei Hong1-0/+1
2021-05-17net: pcs: Introducing support for DWC xpcs Energy Efficient EthernetMichael Sit Wei Hong1-0/+2
2021-05-17genirq: Add a IRQF_NO_DEBUG flagThomas Gleixner2-0/+5
2021-05-17ata: Replace inclusion of kernel.h by bits.h in the headerAndy Shevchenko1-1/+1
2021-05-17iio: cros_ec_sensors: Fix alignment of buffer in iio_push_to_buffers_with_timestamp()Jonathan Cameron1-1/+1
2021-05-17iio: st_sensors: Add lsm9ds0 IMU supportAndy Shevchenko1-0/+2
2021-05-17iio: st_sensors: Make accel, gyro, magn and pressure probe sharedAndy Shevchenko1-0/+20
2021-05-17iio: magnetometer: st_magn: Provide default platform dataAndy Shevchenko1-1/+2
2021-05-17iio: core: move @clock_id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2-11/+3
2021-05-17iio: core: move @flags from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2-2/+2
2021-05-17iio: core: move @chrdev from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2-2/+2
2021-05-17iio: core: move @info_exist_lock to struct iio_dev_opaqueJonathan Cameron2-2/+2
2021-05-17iio: core: move @scan_index_timestamp to struct iio_dev_opaqueJonathan Cameron2-2/+4
2021-05-17iio: core: move @trig_readonly from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2-2/+2
2021-05-17iio: core: move @driver_module from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2-3/+2
2021-05-17iio: avoid shadowing of variable name in to_iio_dev_opaque()Jonathan Cameron1-2/+2
2021-05-17iio: core: move @id from struct iio_dev to struct iio_dev_opaqueJonathan Cameron2-2/+4
2021-05-17iio: adis: add burst_max_speed_hz variableNuno Sa1-0/+2
2021-05-17asm-generic: simplify asm/unaligned.hArnd Bergmann3-249/+0
2021-05-17gpu: host1x: Split up client initalization and registrationThierry Reding1-6/+24
2021-05-17Merge 5.13-rc2 into usb-nextGreg Kroah-Hartman10-13/+42
2021-05-17Merge 5.13-rc2 into driver-core-nextGreg Kroah-Hartman10-13/+42
2021-05-16Merge tag 'driver-core-5.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+1
2021-05-15Merge tag 'core-urgent-2021-05-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1