Age | Commit message (Expand) | Author | Files | Lines |
2024-01-21 | Linux 6.8-rc1HEADmaster | Linus Torvalds | 1 | -2/+2 |
2024-01-21 | Merge tag 'bcachefs-2024-01-21' of https://evilpiepirate.org/git/bcachefs | Linus Torvalds | 78 | -1426/+1629 |
2024-01-21 | Merge tag 'timers-core-2024-01-21' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 7 | -12/+41 |
2024-01-21 | Merge tag 'powerpc-6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -0/+1 |
2024-01-21 | bcachefs: Improve inode_to_text() | Kent Overstreet | 1 | -7/+18 |
2024-01-21 | bcachefs: logged_ops_format.h | Kent Overstreet | 2 | -27/+31 |
2024-01-21 | bcachefs: reflink_format.h | Kent Overstreet | 3 | -47/+48 |
2024-01-21 | bcachefs; extents_format.h | Kent Overstreet | 2 | -279/+284 |
2024-01-21 | bcachefs: ec_format.h | Kent Overstreet | 2 | -16/+20 |
2024-01-21 | bcachefs: subvolume_format.h | Kent Overstreet | 2 | -32/+36 |
2024-01-21 | bcachefs: snapshot_format.h | Kent Overstreet | 2 | -33/+37 |
2024-01-21 | bcachefs: alloc_background_format.h | Kent Overstreet | 2 | -93/+94 |
2024-01-21 | bcachefs: xattr_format.h | Kent Overstreet | 2 | -15/+20 |
2024-01-21 | bcachefs: dirent_format.h | Kent Overstreet | 2 | -39/+43 |
2024-01-21 | bcachefs: inode_format.h | Kent Overstreet | 2 | -164/+167 |
2024-01-21 | bcachefs; quota_format.h | Kent Overstreet | 2 | -42/+48 |
2024-01-21 | bcachefs: sb-counters_format.h | Kent Overstreet | 2 | -95/+100 |
2024-01-21 | bcachefs: counters.c -> sb-counters.c | Kent Overstreet | 5 | -8/+7 |
2024-01-21 | bcachefs: comment bch_subvolume | Kent Overstreet | 1 | -0/+3 |
2024-01-21 | bcachefs: bch_snapshot::btime | Kent Overstreet | 2 | -0/+3 |
2024-01-21 | bcachefs: add missing __GFP_NOWARN | Kent Overstreet | 1 | -1/+1 |
2024-01-21 | bcachefs: opts->compression can now also be applied in the background | Kent Overstreet | 11 | -23/+24 |
2024-01-21 | bcachefs: Prep work for variable size btree node buffers | Kent Overstreet | 18 | -97/+87 |
2024-01-21 | bcachefs: grab s_umount only if snapshotting | Su Yue | 1 | -6/+5 |
2024-01-21 | bcachefs: kvfree bch_fs::snapshots in bch2_fs_snapshots_exit | Su Yue | 1 | -1/+1 |
2024-01-21 | bcachefs: bios must be 512 byte algined | Kent Overstreet | 1 | -0/+4 |
2024-01-21 | bcachefs: remove redundant variable tmp | Colin Ian King | 1 | -3/+1 |
2024-01-21 | bcachefs: Improve trace_trans_restart_relock | Kent Overstreet | 5 | -24/+44 |
2024-01-21 | bcachefs: Fix excess transaction restarts in __bchfs_fallocate() | Kent Overstreet | 4 | -16/+35 |
2024-01-21 | bcachefs: extents_to_bp_state | Kent Overstreet | 1 | -48/+41 |
2024-01-21 | bcachefs: bkey_and_val_eq() | Kent Overstreet | 1 | -3/+8 |
2024-01-21 | bcachefs: Better journal tracepoints | Kent Overstreet | 2 | -60/+79 |
2024-01-21 | bcachefs: Print size of superblock with space allocated | Kent Overstreet | 1 | -1/+3 |
2024-01-21 | bcachefs: Avoid flushing the journal in the discard path | Kent Overstreet | 1 | -19/+41 |
2024-01-21 | bcachefs: Improve move_extent tracepoint | Kent Overstreet | 5 | -7/+48 |
2024-01-21 | bcachefs: Add missing bch2_moving_ctxt_flush_all() | Kent Overstreet | 1 | -0/+1 |
2024-01-21 | bcachefs: Re-add move_extent_write tracepoint | Kent Overstreet | 2 | -23/+20 |
2024-01-21 | bcachefs: bch2_kthread_io_clock_wait() no longer sleeps until full amount | Kent Overstreet | 1 | -2/+2 |
2024-01-21 | bcachefs: Add .val_to_text() for KEY_TYPE_cookie | Kent Overstreet | 1 | -0/+9 |
2024-01-21 | bcachefs: Don't pass memcmp() as a pointer | Kent Overstreet | 1 | -2/+8 |
2024-01-21 | Merge tag 'header_cleanup-2024-01-20' of https://evilpiepirate.org/git/bcachefs | Linus Torvalds | 1 | -6/+6 |
2024-01-21 | bcachefs: Reduce would_deadlock restarts | Kent Overstreet | 1 | -0/+7 |
2024-01-21 | bcachefs: bch2_trans_account_disk_usage_change() | Kent Overstreet | 3 | -29/+48 |
2024-01-21 | bcachefs: bch_fs_usage_base | Kent Overstreet | 7 | -47/+45 |
2024-01-21 | bcachefs: bch2_prt_compression_type() | Kent Overstreet | 5 | -6/+15 |
2024-01-21 | bcachefs: helpers for printing data types | Kent Overstreet | 14 | -64/+64 |
2024-01-21 | bcachefs: BTREE_TRIGGER_ATOMIC | Kent Overstreet | 8 | -30/+27 |
2024-01-21 | bcachefs: drop to_text code for obsolete bps in alloc keys | Kent Overstreet | 1 | -18/+0 |
2024-01-21 | bcachefs: eytzinger_for_each() declares loop iter | Kent Overstreet | 2 | -3/+3 |
2024-01-21 | bcachefs: Don't log errors if BCH_WRITE_ALLOC_NOWAIT | Kent Overstreet | 1 | -4/+5 |
2024-01-21 | bcachefs: fix memleak in bch2_split_devs | Su Yue | 1 | -3/+5 |
2024-01-20 | Merge tag 'v6.8-rc-part2-smb-client' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 19 | -257/+244 |
2024-01-20 | Merge tag 'dmaengine-fix-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 46 | -300/+1882 |
2024-01-20 | Merge tag 'coccinelle-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -9/+8 |
2024-01-20 | media: solo6x10: replace max(a, min(b, c)) by clamp(b, a, c) | Aurelien Jarno | 1 | -5/+5 |
2024-01-20 | coccinelle: device_attr_show: simplify patch case | Julia Lawall | 1 | -8/+3 |
2024-01-20 | execve: open the executable file before doing anything else | Linus Torvalds | 1 | -34/+35 |
2024-01-20 | Merge tag 'riscv-for-linus-6.8-mw4' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 71 | -213/+2676 |
2024-01-20 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 10 | -39/+103 |
2024-01-20 | Merge tag 'sh-for-v6.8-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -4/+3 |
2024-01-20 | Merge tag 'fbdev-for-6.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -13/+1 |
2024-01-19 | Merge tag 'perf-tools-for-v6.8-1-2024-01-09' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 249 | -2141/+7843 |
2024-01-19 | Merge tag 'strlcpy-removal-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 7 | -82/+3 |
2024-01-19 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 11 | -49/+83 |
2024-01-19 | Merge tag 'loongarch-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/ch... | Linus Torvalds | 34 | -102/+1735 |
2024-01-19 | Revert "firmware/sysfb: Clear screen_info state after consuming it" | Helge Deller | 1 | -13/+1 |
2024-01-19 | Merge tag 'devicetree-for-6.8-2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 10 | -49/+30 |
2024-01-19 | coccinelle: device_attr_show: Adapt to the latest Documentation/filesystems/s... | Li Zhijian | 1 | -9/+13 |
2024-01-19 | Merge tag 'spi-fix-v6.8-merge-window' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+0 |
2024-01-19 | Merge tag 'sound-fix-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 22 | -149/+209 |
2024-01-19 | string: Remove strlcpy() | Kees Cook | 6 | -80/+1 |
2024-01-19 | Merge tag 'drm-next-2024-01-19' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds | 85 | -463/+692 |
2024-01-19 | Merge tag 'for-v6.8-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/... | Linus Torvalds | 29 | -342/+614 |
2024-01-19 | Merge tag 'apparmor-pr-2024-01-18' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 9 | -74/+54 |
2024-01-19 | Merge tag 'ceph-for-6.8-rc1' of https://github.com/ceph/ceph-client | Linus Torvalds | 11 | -63/+98 |
2024-01-19 | Merge tag 'xfs-6.8-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -1/+1 |
2024-01-19 | Merge tag '6.8-rc-smb-server-fixes-part2' of git://git.samba.org/ksmbd | Linus Torvalds | 8 | -26/+48 |
2024-01-19 | Merge tag 'vfs-6.8.netfs' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs... | Linus Torvalds | 74 | -2180/+4158 |
2024-01-19 | cifs: update iface_last_update on each query-and-update | Shyam Prasad N | 1 | -1/+3 |
2024-01-19 | cifs: handle servers that still advertise multichannel after disabling | Shyam Prasad N | 2 | -46/+69 |
2024-01-19 | cifs: new mount option called retrans | Shyam Prasad N | 5 | -0/+15 |
2024-01-19 | cifs: reschedule periodic query for server interfaces | Shyam Prasad N | 1 | -0/+2 |
2024-01-19 | smb: client: don't clobber ->i_rdev from cached reparse points | Paulo Alcantara | 1 | -3/+3 |
2024-01-19 | smb: client: get rid of smb311_posix_query_path_info() | Paulo Alcantara | 2 | -83/+36 |
2024-01-19 | smb: client: parse owner/group when creating reparse points | Paulo Alcantara | 4 | -89/+71 |
2024-01-19 | smb: client: fix parsing of SMB3.1.1 POSIX create context | Paulo Alcantara | 1 | -1/+1 |
2024-01-19 | cifs: update known bugs mentioned in kernel docs for cifs | Steve French | 1 | -7/+1 |
2024-01-19 | lib: checksum: Fix build with CONFIG_NET=n | Palmer Dabbelt | 1 | -0/+2 |
2024-01-19 | tick-sched: Fix idle and iowait sleeptime accounting vs CPU hotplug | Heiko Carstens | 1 | -0/+5 |
2024-01-19 | of: Stop circularly including of_device.h and of_platform.h | Rob Herring | 2 | -6/+3 |
2024-01-19 | clk: qcom: gcc-x1e80100: Replace of_device.h with explicit includes | Stephen Rothwell | 1 | -1/+2 |
2024-01-19 | thermal: loongson2: Replace of_device.h with explicit includes | Rob Herring | 1 | -1/+2 |
2024-01-19 | net: can: Use device_get_match_data() | Rob Herring | 4 | -31/+11 |
2024-01-19 | sparc: Use device_get_match_data() | Rob Herring | 2 | -10/+12 |
2024-01-19 | dmaengine: dw-edma: increase size of 'name' in debugfs code | Vinod Koul | 2 | -4/+4 |
2024-01-19 | dmaengine: fsl-qdma: increase size of 'irq_name' | Vinod Koul | 1 | -1/+1 |
2024-01-19 | dmaengine: shdma: increase size of 'dev_id' | Vinod Koul | 1 | -1/+1 |
2024-01-19 | dmaengine: xilinx: xdma: Fix kernel-doc warnings | Jan Kuliga | 1 | -5/+5 |
2024-01-19 | dmaengine: usb-dmac: Avoid format-overflow warning | Lad Prabhakar | 1 | -5/+5 |
2024-01-19 | dmaengine: sh: rz-dmac: Avoid format-overflow warning | Lad Prabhakar | 1 | -4/+4 |
2024-01-19 | dmaengine: imx-sdma: fix Excess kernel-doc warnings | Randy Dunlap | 1 | -4/+0 |
2024-01-19 | dmaengine: xilinx: xdma: Fix initialization location of desc in xdma_channel_... | Nathan Chancellor | 1 | -1/+2 |
2024-01-19 | dmaengine: xilinx: xdma: Fix operator precedence in xdma_prep_interleaved_dma() | Nathan Chancellor | 1 | -4/+4 |
2024-01-19 | Merge tag 'dmaengine-6.8-rc1' into fixes | Vinod Koul | 39 | -282/+1867 |
2024-01-19 | sh: vsyscall: Remove unnecessary $(foreach ...) | Masahiro Yamada | 1 | -3/+2 |
2024-01-19 | sh: ecovec24: Rename missed backlight field from fbdev to dev | Geert Uytterhoeven | 1 | -1/+1 |
2024-01-19 | Merge tag 'drm-xe-next-fixes-2024-01-16' of https://gitlab.freedesktop.org/dr... | Dave Airlie | 18 | -91/+136 |
2024-01-19 | nouveau/vmm: don't set addr on the fail path to avoid warning | Dave Airlie | 1 | -0/+3 |
2024-01-18 | cifs: new nt status codes from MS-SMB2 | Shyam Prasad N | 2 | -0/+4 |
2024-01-18 | cifs: pick channel for tcon and tdis | Shyam Prasad N | 1 | -6/+4 |
2024-01-18 | cifs: open_cached_dir should not rely on primary channel | Shyam Prasad N | 1 | -1/+1 |
2024-01-18 | smb3: minor documentation updates | Steve French | 2 | -17/+27 |
2024-01-18 | Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linux | Linus Torvalds | 34 | -224/+287 |
2024-01-18 | Merge tag 'for-6.8/io_uring-2024-01-18' of git://git.kernel.dk/linux | Linus Torvalds | 4 | -47/+86 |
2024-01-18 | Merge tag 'erofs-for-6.8-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -14/+17 |
2024-01-18 | Merge tag 'kbuild-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 46 | -506/+1487 |
2024-01-18 | Merge tag 'kgdb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan... | Linus Torvalds | 1 | -2/+0 |
2024-01-18 | Merge tag 'net-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd... | Linus Torvalds | 90 | -235/+1366 |
2024-01-18 | Merge tag 'i2c-for-6.8-rc1-rebased' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 78 | -445/+396 |
2024-01-18 | Merge tag 'rtc-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni... | Linus Torvalds | 23 | -105/+1819 |
2024-01-18 | Merge tag 'input-for-v6.8-rc0' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 57 | -550/+1633 |
2024-01-18 | Merge tag 'phy-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/... | Linus Torvalds | 31 | -78/+1168 |
2024-01-18 | Merge tag 'soundwire-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 11 | -44/+62 |
2024-01-18 | Merge tag 'gpio-fixes-for-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 9 | -100/+113 |
2024-01-18 | Merge tag 'pwm/for-6.8-2' of gitolite.kernel.org:pub/scm/linux/kernel/git/ukl... | Linus Torvalds | 3 | -7/+6 |
2024-01-18 | Merge tag 'backlight-next-6.8' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 9 | -78/+515 |
2024-01-18 | Merge tag 'dma-mapping-6.8-2024-01-18' of git://git.infradead.org/users/hch/d... | Linus Torvalds | 2 | -1/+5 |
2024-01-18 | Merge tag 'memblock-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2024-01-18 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds | 13 | -65/+478 |
2024-01-18 | Merge tag 'hwmon-for-v6.8-p2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+5 |
2024-01-18 | Merge tag 'cxl-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl | Linus Torvalds | 37 | -328/+1844 |
2024-01-19 | Merge tag 'amd-drm-fixes-6.8-2024-01-18' of https://gitlab.freedesktop.org/ag... | Dave Airlie | 67 | -373/+554 |
2024-01-19 | power: supply: bq24190_charger: Fix "initializer element is not constant" error | Nathan Chancellor | 1 | -7/+7 |
2024-01-18 | Merge tag 'vfio-v6.8-rc1' of https://github.com/awilliam/linux-vfio | Linus Torvalds | 34 | -164/+1754 |
2024-01-18 | Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 10 | -13/+619 |
2024-01-18 | Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 63 | -1042/+1278 |
2024-01-18 | Merge tag 'percpu-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds | 19 | -10/+42 |
2024-01-18 | Merge tag 'eventfs-v6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 4 | -259/+287 |
2024-01-18 | riscv: lib: Check if output in asm goto supported | Charlie Jenkins | 1 | -0/+2 |
2024-01-18 | Merge tag 'trace-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/trace... | Linus Torvalds | 16 | -374/+999 |
2024-01-18 | Merge tag 'probes-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/trac... | Linus Torvalds | 1 | -2/+2 |
2024-01-18 | Merge tag 's390-6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 14 | -195/+299 |
2024-01-18 | riscv: Fix build error on rv32 + XIP | Alexandre Ghiti | 1 | -0/+4 |
2024-01-18 | drm/amdgpu: Enable GFXOFF for Compute on GFX11 | Ori Messinger | 1 | -4/+2 |
2024-01-18 | drm/amd/display: Drop 'acrtc' and add 'new_crtc_state' NULL check for writeba... | Srinivasan Shanmugam | 1 | -3/+3 |
2024-01-18 | drm/amdgpu: revert "Adjust removal control flow for smu v13_0_2" | Christian König | 4 | -65/+1 |
2024-01-18 | drm/amdkfd: init drm_client with funcs hook | Flora Cui | 1 | -1/+4 |
2024-01-18 | Merge tag 'x86_tdx_for_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 13 | -16/+1887 |
2024-01-18 | drm/amd/display: Fix a switch statement in populate_dml_output_cfg_from_strea... | Christophe JAILLET | 1 | -1/+1 |
2024-01-18 | drm/amdgpu: Fix the null pointer when load rlc firmware | Ma Jun | 1 | -9/+6 |
2024-01-18 | drm/amd/display: Align the returned error code with legacy DP | Wayne Lin | 1 | -0/+5 |
2024-01-18 | drm/amd/display: Fix DML2 watermark calculation | Ovidiu Bunea | 1 | -7/+7 |
2024-01-18 | drm/amd/display: Clear OPTC mem select on disable | Ilya Bakoulin | 2 | -0/+6 |
2024-01-18 | drm/amd/display: Port DENTIST hang and TDR fixes to OTG disable W/A | Nicholas Kazlauskas | 1 | -12/+9 |
2024-01-18 | drm/amd/display: Add logging resource checks | Charlene Liu | 3 | -3/+10 |
2024-01-18 | drm/amd/display: Init link enc resources in dc_state only if res_pool presents | Dillon Varone | 1 | -1/+2 |
2024-01-18 | drm/amd/display: Fix late derefrence 'dsc' check in 'link_set_dsc_pps_packet()' | Srinivasan Shanmugam | 1 | -2/+6 |
2024-01-18 | Merge tag 'x86_sgx_for_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 7 | -57/+78 |
2024-01-18 | Merge tag 'nf-24-01-18' of git://git.kernel.org/pub/scm/linux/kernel/git/netf... | Jakub Kicinski | 14 | -63/+125 |
2024-01-18 | bcachefs: Replace strlcpy() with strscpy() | Kees Cook | 1 | -2/+2 |
2024-01-18 | MAINTAINERS: use proper email for my I2C work | Wolfram Sang | 1 | -1/+1 |
2024-01-18 | i2c: stm32f7: add support for stm32mp25 soc | Alain Volmat | 1 | -88/+126 |
2024-01-18 | i2c: stm32f7: perform I2C_ISR read once at beginning of event isr | Alain Volmat | 1 | -7/+5 |
2024-01-18 | dt-bindings: i2c: document st,stm32mp25-i2c compatible | Alain Volmat | 1 | -0/+28 |
2024-01-18 | i2c: stm32f7: simplify status messages in case of errors | Alain Volmat | 1 | -7/+5 |
2024-01-18 | i2c: stm32f7: perform most of irq job in threaded handler | Alain Volmat | 1 | -70/+56 |
2024-01-18 | i2c: stm32f7: use dev_err_probe upon calls of devm_request_irq | Alain Volmat | 1 | -10/+4 |
2024-01-18 | i2c: i801: Add lis3lv02d for Dell XPS 15 7590 | Paul Menzel | 1 | -0/+1 |
2024-01-18 | i2c: i801: Add lis3lv02d for Dell Precision 3540 | Paul Menzel | 1 | -0/+1 |
2024-01-18 | i2c: wmt: Reduce redundant: REG_CR setting | Hans Hu | 1 | -26/+9 |
2024-01-18 | i2c: wmt: Reduce redundant: function parameter | Hans Hu | 1 | -10/+5 |
2024-01-18 | i2c: wmt: Reduce redundant: clock mode setting | Hans Hu | 1 | -21/+7 |
2024-01-18 | i2c: wmt: Reduce redundant: wait event complete | Hans Hu | 1 | -14/+6 |
2024-01-18 | i2c: wmt: Reduce redundant: bus busy check | Hans Hu | 1 | -12/+7 |
2024-01-18 | i2c: mux: reg: Remove class-based device auto-detection support | Heiner Kallweit | 2 | -5/+1 |
2024-01-18 | i2c: make i2c_bus_type const | Greg Kroah-Hartman | 3 | -3/+3 |
2024-01-18 | dt-bindings: at24: add ROHM BR24G04 | Philipp Zabel | 1 | -0/+1 |
2024-01-18 | eeprom: at24: use of_match_ptr() | Bartosz Golaszewski | 1 | -2/+3 |
2024-01-18 | i2c: cpm: Remove linux,i2c-index conversion from be32 | Christophe Leroy | 1 | -1/+1 |
2024-01-18 | i2c: imx: Make SDA actually optional for bus recovering | Alexander Stein | 1 | -1/+1 |
2024-01-18 | i2c: smbus: Support up to 8 SPD EEPROMs | Jean Delvare | 1 | -4/+4 |
2024-01-18 | i2c: rk3x: Adjust mask/value offset for i2c2 on rv1126 | Tim Lunn | 1 | -2/+6 |
2024-01-18 | i2c: s3c24xx: add support for atomic transfers | Marek Szyprowski | 1 | -2/+19 |
2024-01-18 | i2c: s3c24xx: fix transferring more than one message in polling mode | Marek Szyprowski | 1 | -17/+10 |
2024-01-18 | i2c: s3c24xx: fix read transfers in polling mode | Marek Szyprowski | 1 | -2/+11 |
2024-01-18 | i2c: rcar: add FastMode+ support for Gen4 | Wolfram Sang | 1 | -11/+27 |
2024-01-18 | i2c: rcar: introduce Gen4 devices | Wolfram Sang | 1 | -6/+7 |
2024-01-18 | i2c: npcm7xx: move to per-adapter debugfs directory | Wolfram Sang | 1 | -42/+7 |
2024-01-18 | i2c: gpio: move to per-adapter debugfs directory | Wolfram Sang | 1 | -28/+6 |
2024-01-18 | i2c: create debugfs entry per adapter | Wolfram Sang | 2 | -0/+13 |
2024-01-18 | staging: greybus: Don't let i2c adapters declare I2C_CLASS_SPD support if the... | Heiner Kallweit | 1 | -1/+1 |
2024-01-18 | media: netup_unidvb: Don't let i2c adapters declare I2C_CLASS_SPD support if ... | Heiner Kallweit | 1 | -1/+1 |
2024-01-18 | i2c: stub: Don't let i2c adapters declare I2C_CLASS_SPD support if they suppo... | Heiner Kallweit | 1 | -1/+1 |
2024-01-18 | i2c: Don't let i2c adapters declare I2C_CLASS_SPD support if they support I2C... | Heiner Kallweit | 24 | -26/+25 |
2024-01-18 | drm/amd/pm: Remove I2C_CLASS_SPD support | Heiner Kallweit | 3 | -3/+0 |
2024-01-18 | include/linux/i2c.h: remove I2C_CLASS_DDC support | Heiner Kallweit | 1 | -1/+0 |
2024-01-18 | fbdev: remove I2C_CLASS_DDC support | Heiner Kallweit | 9 | -27/+10 |
2024-01-18 | drm: remove I2C_CLASS_DDC support | Heiner Kallweit | 21 | -21/+0 |
2024-01-18 | Merge tag 'sched-urgent-2024-01-18' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+5 |
2024-01-18 | Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 142 | -1516/+3912 |