aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-082-101/+9
|\
| * Revert "i2c: core: support bus regulator controlling in adapter"Wolfram Sang2022-01-071-95/+0
| * i2c: mpc: Avoid out of bounds memory accessChris Packham2022-01-061-6/+9
* | Merge tag 'for-v5.16-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre...Linus Torvalds2022-01-083-4/+8
|\ \
| * | power: reset: ltc2952: Fix use of floating point literalsNathan Chancellor2021-11-161-2/+2
| * | power: bq25890: Enable continuous conversion for ADC at chargingYauhen Kharuzhy2021-11-151-2/+2
| * | power: supply: core: Break capacity loopLinus Walleij2021-11-151-0/+4
* | | Merge tag 'xfs-5.16-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-01-081-1/+2
|\ \ \
| * | | xfs: map unwritten blocks in XFS_IOC_{ALLOC,FREE}SP just like fallocateDarrick J. Wong2021-12-221-1/+2
* | | | Merge branch 'for-5.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-01-075-44/+263
|\ \ \ \
| * | | | selftests: cgroup: Test open-time cgroup namespace usage for migration checksTejun Heo2022-01-061-0/+97
| * | | | selftests: cgroup: Test open-time credential usage for migration checksTejun Heo2022-01-061-0/+68
| * | | | selftests: cgroup: Make cg_create() use 0755 for permission instead of 0644Tejun Heo2022-01-061-1/+1
| * | | | cgroup: Use open-time cgroup namespace for process migration perm checksTejun Heo2022-01-062-9/+21
| * | | | cgroup: Allocate cgroup_file_ctx for kernfs_open_file->privTejun Heo2022-01-063-31/+65
| * | | | cgroup: Use open-time credentials for process migraton perm checksTejun Heo2022-01-062-4/+12
* | | | | Merge tag 'block-5.16-2022-01-07' of git://git.kernel.dk/linux-blockLinus Torvalds2022-01-071-1/+2
|\ \ \ \ \
| * \ \ \ \ Merge branch 'md-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/so...Jens Axboe2022-01-031-1/+2
| |\ \ \ \ \
| | * | | | | md/raid1: fix missing bitmap update w/o WriteMostly devicesSong Liu2022-01-031-1/+2
| |/ / / / /
* | | | | | Merge tag 'edac_urgent_for_v5.16' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-01-071-0/+9
|\ \ \ \ \ \
| * | | | | | EDAC/i10nm: Release mdev/mbase when failing to detect HBMQiuxu Zhuo2022-01-041-0/+9
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-01-072-1/+4
|\ \ \ \ \ \
| * | | | | | KVM: x86: Check for rmaps allocationNikunj A Dadhania2022-01-071-0/+3
| * | | | | | KVM: SEV: Mark nested locking of kvm->lockWanpeng Li2022-01-071-1/+1
* | | | | | | Merge tag 'drm-fixes-2022-01-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-01-076-1/+90
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'amd-drm-fixes-5.16-2021-12-31' of ssh://gitlab.freedesktop.org/agd...Dave Airlie2022-01-076-1/+90
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | drm/amdgpu: disable runpm if we are the primary adapterAlex Deucher2021-12-313-0/+35
| | * | | | | | fbdev: fbmem: add a helper to determine if an aperture is used by a fw fbAlex Deucher2021-12-312-0/+48
| | * | | | | | drm/amd/pm: keep the BACO feature enabled for suspendEvan Quan2021-12-311-1/+7
* | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-01-065-25/+28
|\ \ \ \ \ \ \ \
| * | | | | | | | RDMA/core: Don't infoleak GRH fieldsLeon Romanovsky2022-01-051-1/+1
| * | | | | | | | RDMA/uverbs: Check for null return of kmalloc_arrayJiasheng Jiang2022-01-051-0/+3
| * | | | | | | | Revert "RDMA/mlx5: Fix releasing unallocated memory in dereg MR flow"Maor Gottlieb2022-01-052-15/+17
| * | | | | | | | RDMA/rxe: Prevent double freeing rxe_map_set()Li Zhijian2022-01-041-9/+7
| |/ / / / / / /
* | | | | | | | Merge tag 'trace-v5.16-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-01-065-3/+14
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | tracing: Tag trace_percpu_buffer as a percpu pointerNaveen N. Rao2022-01-051-2/+2
| * | | | | | | tracing: Fix check for trace_percpu_buffer validity in get_trace_buf()Naveen N. Rao2022-01-051-1/+1
| * | | | | | | ftrace/samples: Add missing prototypes direct functionsJiri Olsa2022-01-054-0/+11
* | | | | | | | Merge tag 'net-5.16-final' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds2022-01-0538-229/+441
|\ \ \ \ \ \ \ \
| * | | | | | | | selftests: set amt.sh executableTaehee Yoo2022-01-051-0/+0
| * | | | | | | | Revert "net: usb: r8152: Add MAC passthrough support for more Lenovo Docks"Aaron Ma2022-01-051-3/+6
| * | | | | | | | Merge tag 'ieee802154-for-net-2022-01-05' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski2022-01-051-4/+6
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ieee802154: atusb: fix uninit value in atusb_set_extended_addrPavel Skripkin2022-01-041-4/+6
| * | | | | | | | | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2022-01-053-18/+87
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | iavf: Fix limit of total number of queues to active queues of VFKaren Sornek2022-01-041-1/+4
| | * | | | | | | | | i40e: Fix incorrect netdev's real number of RX/TX queuesJedrzej Jagielski2022-01-041-7/+25
| | * | | | | | | | | i40e: Fix for displaying message regarding NVM versionMateusz Palczewski2022-01-041-2/+2
| | * | | | | | | | | i40e: fix use-after-free in i40e_sync_filters_subtask()Di Zhu2022-01-041-0/+24
| | * | | | | | | | | i40e: Fix to not show opcode msg on unsuccessful VF MAC changeMateusz Palczewski2022-01-041-8/+32
| * | | | | | | | | | sfc: The RX page_ring is optionalMartin Habets2022-01-042-0/+10
| |/ / / / / / / / /